[coreboot-gerrit] Change in coreboot[master]: soc/intel/apollolake: flush L1 cache before program run

Hannah Williams (Code Review) gerrit at coreboot.org
Tue Jun 20 18:08:01 CEST 2017


Hannah Williams has uploaded this change for review. ( https://review.coreboot.org/20164


Change subject: soc/intel/apollolake: flush L1 cache before program run
......................................................................

soc/intel/apollolake: flush L1 cache before program run

Change-Id: Ibe797bbf39dcec42560c88edac4a1c27939826ef
Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
M src/soc/intel/apollolake/car.c
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/20164/1

diff --git a/src/soc/intel/apollolake/car.c b/src/soc/intel/apollolake/car.c
index f46e0f8..a151bb5 100644
--- a/src/soc/intel/apollolake/car.c
+++ b/src/soc/intel/apollolake/car.c
@@ -57,3 +57,11 @@
 
 	flush_l1d_to_l2();
 }
+
+void platform_prog_run(struct prog *prog)
+{
+	/* Display the program entry point */
+	printk(BIOS_SPEW, "Calling %s, 0x%p(0x%p)\n", prog->name,
+	prog->entry, prog->arg);
+	flush_l1d_to_l2();
+}

-- 
To view, visit https://review.coreboot.org/20164
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe797bbf39dcec42560c88edac4a1c27939826ef
Gerrit-Change-Number: 20164
Gerrit-PatchSet: 1
Gerrit-Owner: Hannah Williams <hannah.williams at intel.com>
Gerrit-Reviewer: Andrey Petrov <andrey.petrov at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170620/6402fd76/attachment.html>


More information about the coreboot-gerrit mailing list