coreboot-kgpe-d16/src/soc
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
..
amd ELOG: Introduce elog_gsmi variants 2019-11-09 10:49:47 +00:00
cavium arch/arm64: Pass cbmem_top to ramstage via calling argument 2019-11-03 11:19:24 +00:00
imgtec arch/mips: Pass cbmem_top to ramstage via calling argument 2019-11-04 11:40:25 +00:00
intel cbfs: Stop checking master header 2019-11-14 03:31:17 +00:00
mediatek lib/fmap: Add optional pre-RAM cache 2019-11-14 03:30:11 +00:00
nvidia lib/fmap: Add optional pre-RAM cache 2019-11-14 03:30:11 +00:00
qualcomm lib/fmap: Add optional pre-RAM cache 2019-11-14 03:30:11 +00:00
rockchip lib/fmap: Add optional pre-RAM cache 2019-11-14 03:30:11 +00:00
samsung lib/fmap: Add optional pre-RAM cache 2019-11-14 03:30:11 +00:00
sifive lib/cbmem_top: Add a common cbmem_top implementation 2019-11-01 11:44:51 +00:00
ucb lib/cbmem_top: Add a common cbmem_top implementation 2019-11-01 11:44:51 +00:00