Home
last modified time | relevance | path

Searched refs:table_bytes (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/x86/lib/
Dcoreboot_table.c74 cbh->table_bytes += cbr->size; in cb_table_add_entry()
92 cbh->table_checksum = compute_ip_checksum(cbr, cbh->table_bytes); in cb_table_finalize()
/external/u-boot/arch/x86/cpu/coreboot/
Dtables.c128 if (!header->table_bytes) in cb_parse_header()
135 if (compute_ip_checksum(ptr + sizeof(*header), header->table_bytes) != in cb_parse_header()
/external/u-boot/arch/x86/include/asm/
Dcoreboot_tables.h20 u32 table_bytes; member