[coreboot-gerrit] Patch set updated for coreboot: soc/intel/apollolake: Enable using FSP 2.0 driver

Andrey Petrov (andrey.petrov@intel.com) gerrit at coreboot.org
Fri Feb 26 16:07:38 CET 2016


Andrey Petrov (andrey.petrov at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13806

-gerrit

commit b330ac6c6c89e980dbc4cb28f7e6ac01792a335d
Author: Andrey Petrov <andrey.petrov at intel.com>
Date:   Thu Feb 25 18:39:38 2016 -0800

    soc/intel/apollolake: Enable using FSP 2.0 driver
    
    Change-Id: I5d50fecca51e89aed597e1cfafbcd4515d4d4388
    Signed-off-by: Andrey Petrov <andrey.petrov at intel.com>
---
 src/soc/intel/apollolake/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 1633dbe..1877472 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -39,6 +39,8 @@ config CPU_SPECIFIC_OPTIONS
 	select TSC_CONSTANT_RATE
 	select NO_UART_ON_SUPERIO
 	select DRIVERS_UART_8250MEM_32
+	select PLATFORM_USES_FSP2_0
+	select ADD_FSP_BINARIES
 
 config MMCONF_BASE_ADDRESS
 	hex "PCI MMIO Base Address"



More information about the coreboot-gerrit mailing list