[coreboot-gerrit] Patch set updated for coreboot: 7a0de3b rambi: add BSP lapic device

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Sat Feb 15 18:56:00 CET 2014


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4887

-gerrit

commit 7a0de3bc9ba4b5131e0e01b6225e14c2dffd4904
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Mon Oct 21 12:11:17 2013 -0500

    rambi: add BSP lapic device
    
    There's some baked in assumptions internal to coreboot
    that the BSP's cpu device exists in the device tree. Therefore
    provide one in the device tree.
    
    BUG=chrome-os-partner:22862
    BRANCH=None
    TEST=Compiled and booted with other changes.
    
    Change-Id: I22ba10964760ee8efbc5bbd5d4ce65daf31b3839
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/173702
---
 src/mainboard/google/rambi/devicetree.cb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/google/rambi/devicetree.cb b/src/mainboard/google/rambi/devicetree.cb
index 376aab6..c6ea97c 100644
--- a/src/mainboard/google/rambi/devicetree.cb
+++ b/src/mainboard/google/rambi/devicetree.cb
@@ -1,5 +1,7 @@
 chip soc/intel/baytrail
-	device cpu_cluster 0 on end
+	device cpu_cluster 0 on
+		device lapic 0 on end
+	end
 	device domain 0 on
 		device pci 00.0 on end # SoC router
 		device pci 02.0 on end # GFX



More information about the coreboot-gerrit mailing list