Arthur Heymans has uploaded a new patch set (#3). ( https://review.coreboot.org/c/coreboot/+/63710 )
Change subject: lib/coreboot_table.c: Make sure entries are 32 bit aligned ......................................................................
lib/coreboot_table.c: Make sure entries are 32 bit aligned
Some entries like lb_framebuffer have unaligned sizes. Each entry is added right above the previous one so the entry after unaligned entries would result in unaligned pointer access, which is invalid on some CPU arch.
Change-Id: I278245894ef2f23c4f058abb8467e7af41cadcbd Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/lib/coreboot_table.c 1 file changed, 8 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/63710/3