[coreboot-gerrit] New patch to review for coreboot: DO NOT MERGE: Add FSP, PDAT and RMU binaries

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Tue May 17 18:33:27 CEST 2016


Leroy P Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14871

-gerrit

commit 63bb7c42d6642b89ff0af1ff1adf28ca8599bc60
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Sun Feb 7 11:25:02 2016 -0800

    DO NOT MERGE: Add FSP, PDAT and RMU binaries
    
    Change-Id: Iee7ee6f1a01b3822fea8d829b9ec9a30c97feea9
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/mainboard/intel/galileo/Kconfig            | 4 ++++
 src/soc/intel/quark/include/soc/QuarkNcSocId.h | 2 ++
 src/soc/intel/quark/include/soc/pci_devs.h     | 2 ++
 3 files changed, 8 insertions(+)

diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig
index f89232f..c9413c0 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -17,7 +17,11 @@ if BOARD_INTEL_GALILEO
 
 config BOARD_SPECIFIC_OPTIONS
 	def_bool y
+	select ADD_FSP_PDAT_FILE
+	select ADD_FSP_RAW_BIN
+	select ADD_RMU_FILE
 	select BOARD_ROMSIZE_KB_8192
+	select DEBUG_BOOT_STATE
 	select HAVE_ACPI_TABLES
 	select PLATFORM_USES_FSP1_1
 	select SOC_INTEL_QUARK
diff --git a/src/soc/intel/quark/include/soc/QuarkNcSocId.h b/src/soc/intel/quark/include/soc/QuarkNcSocId.h
index 12f600a..c223237 100644
--- a/src/soc/intel/quark/include/soc/QuarkNcSocId.h
+++ b/src/soc/intel/quark/include/soc/QuarkNcSocId.h
@@ -168,6 +168,8 @@ Definitions beginning with "N_" are the bit position
 //
 // Quark Memory Controller Registers.
 //
+#define QUARK_NC_MEMORY_CONTROLLER_REG_SSKPD0	  0x4A	    // Scratch pad
+#define QUARK_NC_MEMORY_CONTROLLER_REG_SSKPD1	  0x4B	    // Scratch pad
 #define QUARK_NC_MEMORY_CONTROLLER_REG_DFUSESTAT  0x70        // Fuse status register.
 #define   B_DFUSESTAT_ECC_DIS                     (BIT0)    // Disable ECC.
 
diff --git a/src/soc/intel/quark/include/soc/pci_devs.h b/src/soc/intel/quark/include/soc/pci_devs.h
index a912c4c..d137241 100644
--- a/src/soc/intel/quark/include/soc/pci_devs.h
+++ b/src/soc/intel/quark/include/soc/pci_devs.h
@@ -37,5 +37,7 @@
 /* Platform Controller Unit */
 # define LPC_DEV_FUNC	PCI_DEVFN(PCI_DEVICE_NUMBER_QNC_LPC, \
 				PCI_FUNCTION_NUMBER_QNC_LPC)
+# define LPC_BDF	PCI_DEV(PCI_BUS_NUMBER_QNC, PCI_DEVICE_NUMBER_QNC_LPC, \
+				PCI_FUNCTION_NUMBER_QNC_LPC)
 
 #endif /* _QUARK_PCI_DEVS_H_ */



More information about the coreboot-gerrit mailing list