coreboot-kgpe-d16/src
Nico Huber 3c0d23b6ab intel/fsp1_1: Drop remnants of pei_data
`pei_data` was a struct with blob parameters from pre-FSP times.
Somehow, it sneaked into upstream FSP1.1 support (probably because
early board ports were written for a different blob). When added
upstream, its usage was already perverted. It was declared at SoC
level but mostly used to pass mainboard data from mainboard code
to itself and FSP data from FSP code to itself. Now that no board/
SoC code uses it anymore, we can finally drop it.

Change-Id: Ib0bc402703188539cf2254bdc395cca9dd32d863
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32596
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
2019-05-07 15:59:10 +00:00
..
acpi
arch arch/x86: Remove unused file 2019-05-06 10:36:40 +00:00
commonlib src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
console Fix code that would trip -Wtype-limits 2019-05-06 10:32:15 +00:00
cpu cpu/intel/car/non-evict: Select NO_FIXED_XIP_ROM_SIZE 2019-04-25 15:56:28 +00:00
device x86emu: add console.h header to fix compilation 2019-05-02 05:00:33 +00:00
drivers intel/fsp1_1: Drop remnants of pei_data 2019-05-07 15:59:10 +00:00
ec ec/google/wilco: Support board_id with EC provided ID 2019-04-18 23:43:06 +00:00
include soc/skylake: Add missing PCH IDs 2019-05-06 10:29:02 +00:00
lib vboot: refactor OPROM code 2019-04-30 21:47:25 +00:00
mainboard intel/fsp1_1: Drop remnants of pei_data 2019-05-07 15:59:10 +00:00
northbridge {gm45,pineview,sandybridge,x4x}: Use {full,system}_reset() function 2019-05-07 15:52:01 +00:00
security vboot: remove use of GoogleBinaryBlockHeader 2019-05-06 12:40:31 +00:00
soc intel/fsp1_1: Drop remnants of pei_data 2019-05-07 15:59:10 +00:00
southbridge Fix code that would trip -Wtype-limits 2019-05-06 10:32:15 +00:00
superio superio/fintek/f71808a: Add more optional ramstage registers 2019-05-01 00:09:57 +00:00
vendorcode Fix code that would trip -Wtype-limits 2019-05-06 10:32:15 +00:00
Kconfig spd_bin: Do not depend CONFIG_DIMM_MAX on CONFIG_GENERIC_SPD_BIN 2019-05-06 10:31:38 +00:00