baytrail boards: 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@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/173702
This commit is contained in:
Aaron Durbin 2013-10-21 12:11:17 -05:00 committed by chrome-internal-fetch
commit b2dfa6bc20
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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