Attention is currently required from: Hung-Te Lin, Jakub Czapiga, Julius Werner, Arthur Heymans, Jianjun Wang. Hello Hung-Te Lin, build bot (Jenkins), Jakub Czapiga, Julius Werner, Arthur Heymans, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63494
to look at the new patch set (#7).
Change subject: coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t ......................................................................
coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t
Replace 'struct lb_uint64' with 'typedef __aligned(4) uint64_t lb_uint64_t', and remove unpack_lb64/pack_lb64 functions since it's no longer needed.
Also replace 'struct cbuint64' with 'cb_uint64_t' and remove 'cb_unpack64' in libpayload for compatible with lb_uint64_t.
Signed-off-by: Jianjun Wang jianjun.wang@mediatek.com Change-Id: If6b037e4403a8000625f4a5fb8d20311fe76200a --- M payloads/coreinfo/coreboot_module.c M payloads/libpayload/include/coreboot_tables.h M payloads/libpayload/libc/coreboot.c M src/commonlib/include/commonlib/coreboot_tables.h M src/lib/bootmem.c M src/lib/coreboot_table.c M tests/lib/bootmem-test.c M tests/lib/coreboot_table-test.c M util/cbmem/cbmem.c M util/nvramtool/coreboot_tables.h M util/nvramtool/lbtable.c 11 files changed, 59 insertions(+), 117 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/63494/7