[coreboot-gerrit] Patch set updated for coreboot: intel/apollolake: Add car.c to verstage

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Thu Jun 2 00:33:17 CEST 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15046

-gerrit

commit 240cb710a01e14d0a7a37c1a1bf539c77c6ce871
Author: Furquan Shaikh <furquan at google.com>
Date:   Wed Jun 1 01:55:43 2016 -0700

    intel/apollolake: Add car.c to verstage
    
    Verstage on apollolake requires the functions defined in car.c to
    perform flush of l1d to l2 on loading romstage into CAR.
    
    Change-Id: I6d9a0b9dfb58c2126ad70172846e90663e588857
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/soc/intel/apollolake/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc
index 29636e1..9e4e160 100644
--- a/src/soc/intel/apollolake/Makefile.inc
+++ b/src/soc/intel/apollolake/Makefile.inc
@@ -59,6 +59,7 @@ postcar-y += mmap_boot.c
 postcar-$(CONFIG_SOC_UART_DEBUG) += uart_early.c
 postcar-y += tsc_freq.c
 
+verstage-y += car.c
 verstage-y += memmap.c
 verstage-y += mmap_boot.c
 verstage-$(CONFIG_SOC_UART_DEBUG) += uart_early.c



More information about the coreboot-gerrit mailing list