aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp1_1/include/fsp/romstage.h
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-05-04 19:19:10 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-07 15:59:10 +0000
commit3c0d23b6ab1ca23c9e54f3554386e7aa2cfec94d (patch)
tree453c5b70613320c2e99360bfa2356d3b7542e0db /src/drivers/intel/fsp1_1/include/fsp/romstage.h
parent0ebdf2ac75a6459534d0543d3bc963a96316f920 (diff)
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>
Diffstat (limited to 'src/drivers/intel/fsp1_1/include/fsp/romstage.h')
-rw-r--r--src/drivers/intel/fsp1_1/include/fsp/romstage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp1_1/include/fsp/romstage.h b/src/drivers/intel/fsp1_1/include/fsp/romstage.h
index 4e95dadadf..b01f11059c 100644
--- a/src/drivers/intel/fsp1_1/include/fsp/romstage.h
+++ b/src/drivers/intel/fsp1_1/include/fsp/romstage.h
@@ -25,13 +25,11 @@
#include <fsp/car.h>
#include <fsp/util.h>
#include <soc/intel/common/mma.h>
-#include <soc/pei_wrapper.h>
#include <soc/pm.h> /* chip_power_state */
struct romstage_params {
uint32_t fsp_version;
struct chipset_power_state *power_state;
- struct pei_data *pei_data;
void *chipset_context;
/* Fast boot and S3 resume MRC data */