coreboot-kgpe-d16/src
Julius Werner 32e13c0b00 cbfs: Stop checking master header
The CBFS master header is a legacy structure that just conveys the same
information we already have from the FMAP these days. We're still
including it to support older CBFS implementations in some payloads, but
there's no need for coreboot itself to follow this indirection anymore.
This patch simplifies the default CBFS locator to just return the CBFS
offset and size from the FMAP directly.

Change-Id: I6b00dd7f276364d62fa1f637efbaee0e80607c49
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36688
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-11-14 03:31:17 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch lib/fmap: Add optional pre-RAM cache 2019-11-14 03:30:11 +00:00
commonlib region: publicize region_end() and add region_device_end() 2019-11-11 10:28:09 +00:00
console console,boot_state: Exclude printk() from reported times 2019-11-11 10:31:29 +00:00
cpu arch/x86/car.ld: Rename suffix _start/_end 2019-11-12 18:25:42 +00:00
device arch/x86: Remove EARLY_EBDA_INIT support 2019-11-10 15:38:45 +00:00
drivers spi: Add Winbond W25Q128JW_DTR SPI ROM support 2019-11-13 09:13:25 +00:00
ec ec/lenovo/h8: Make dock init in ramstage fully mainboard-specific 2019-11-12 08:26:42 +00:00
include cbfs: Stop checking master header 2019-11-14 03:31:17 +00:00
lib cbfs: Stop checking master header 2019-11-14 03:31:17 +00:00
mainboard mb/google/hatch/variants/helios: Fix leakage voltage problem on touchscreen 2019-11-13 05:02:33 +00:00
northbridge nb/intel/x4x.h: Include stdint.h 2019-11-13 09:15:59 +00:00
security security/vboot: Add rw_region_only support to vboot 2019-11-11 10:38:34 +00:00
soc cbfs: Stop checking master header 2019-11-14 03:31:17 +00:00
southbridge sb/intel/i82801gx,ix,jx: Move HAVE_SMI_HANDLER conditional 2019-11-13 21:15:13 +00:00
superio superio/*/*/acpi: Improve the readability of the IndexField 2019-11-05 16:08:55 +00:00
vendorcode cbfs: Stop checking master header 2019-11-14 03:31:17 +00:00
Kconfig Kconfig: Remove untrue comment 2019-11-09 22:36:00 +00:00