aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/quark/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/quark/chip.h')
-rw-r--r--src/soc/intel/quark/chip.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/soc/intel/quark/chip.h b/src/soc/intel/quark/chip.h
index 59c8793dfe..fc9890fde5 100644
--- a/src/soc/intel/quark/chip.h
+++ b/src/soc/intel/quark/chip.h
@@ -19,11 +19,21 @@
#define _SOC_CHIP_H_
#include <stdint.h>
+#include <fsp/util.h>
#include <soc/pci_devs.h>
#include <soc/pm.h>
struct soc_intel_quark_config {
- uint32_t junk;
+ /*
+ * MemoryInit:
+ *
+ * The following fields come from FspUpdVpd.h and are defined as PCDs
+ * for the FSP binary. Data for these fields comes from the board's
+ * devicetree.cb file which gets processed into static.c and then
+ * built into the coreboot image. The fields below contain retain
+ * the FSP PCD field name.
+ */
+ UINT16 PcdSmmTsegSize;
};
extern struct chip_operations soc_ops;