Skip to content

Replace packed with alignment

Tim Crawford requested to merge tcrawford/coreboot-table:repr-align into master

Per coreboot source, none of the tables are packed. They only require an alignment of 4:

All table entry base addresses and sizes must be 4-byte aligned.

Ref: https://review.coreboot.org/c/coreboot/+/70158

Edited by Tim Crawford

Merge request reports