Arthur Heymans has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/63710 )
Change subject: lib/coreboot_table.c: Make sure entries are aligned ......................................................................
lib/coreboot_table.c: Make sure entries are aligned
Unaligned pointer access may be invalid code on some architectures.
By padding each entry size to 64bit it is possible to ensure each table entry is aligned to the size of pointers of the payload. This for instance the case when coreboot runs as 32bit code but the payload is 64bit.
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/2