Attention is currently required from: Hung-Te Lin, Jakub Czapiga, Yu-Ping Wu, Jianjun Wang. Hello Hung-Te Lin, 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 (#2).
Change subject: coreboot_tables: Convert 'struct lb_uint64' to lb_uint64_t ......................................................................
coreboot_tables: Convert 'struct lb_uint64' to lb_uint64_t
Convert 'struct lb_uint64' to '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, 37 insertions(+), 99 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/63494/2