20#ifdef CONFIG_PCC_ASPEED
22#define PCC_STACK_SIZE 512
23#define PCC_BUFFER_LEN 1024
24#define PROCESS_POSTCODE_STACK_SIZE 2048
26uint16_t copy_pcc_read_buffer(uint16_t start, uint16_t
length, uint8_t *
buffer,
29void reset_pcc_buffer();
30bool get_4byte_postcode_ok();
31void reset_4byte_postcode_ok();
int length
Definition: hal_jtag.h:1
ipmi_msg buffer
Definition: ipmb.h:0
void pcc_platform_filter_init(void)
Definition: plat_pcc.c:205
void pcc_platform_store_postcode(uint32_t postcode)
Definition: plat_pcc.c:193
bool pcc_platform_filter_postcode(uint32_t postcode)
Definition: plat_pcc.c:239