Attention is currently required from: Hung-Te Lin, Jakub Czapiga, Julius Werner, Jianjun Wang. Hello Hung-Te Lin, build bot (Jenkins), Jakub Czapiga, Julius Werner, 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 (#4).
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.
Signed-off-by: Jianjun Wang jianjun.wang@mediatek.com Change-Id: If6b037e4403a8000625f4a5fb8d20311fe76200a --- 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 8 files changed, 41 insertions(+), 85 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/63494/4