Skip to content

Fix header offset calculation

Tim Crawford requested to merge tcrawford/coreboot-fs:header-offset into master

coreboot stores the header position as a negative offset from the end of the flash device, which is why the high byte is 0xFF.

This fixes parsing the ADL boards which have 32 MiB WSON chips.

Merge request reports