Attention is currently required from: Alexander Couzens, Evgeny Zinoviev.
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69299 )
Change subject: nb/intel/i945: Remove apic 0 from devicetree ......................................................................
nb/intel/i945: Remove apic 0 from devicetree
This is added at runtime.
Change-Id: I1f684c800de6711d8b0a0aea0d59c8e21d22c14a Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/apple/macbook21/devicetree.cb M src/mainboard/asus/p5gc-mx/devicetree.cb M src/mainboard/getac/p470/devicetree.cb M src/mainboard/ibase/mb899/devicetree.cb M src/mainboard/intel/d945gclf/devicetree.cb M src/mainboard/kontron/986lcd-m/devicetree.cb M src/mainboard/lenovo/t60/devicetree.cb M src/mainboard/lenovo/x60/devicetree.cb M src/mainboard/roda/rk886ex/devicetree.cb 9 files changed, 21 insertions(+), 55 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/69299/1
diff --git a/src/mainboard/apple/macbook21/devicetree.cb b/src/mainboard/apple/macbook21/devicetree.cb index 358fcf4..aea4b03 100644 --- a/src/mainboard/apple/macbook21/devicetree.cb +++ b/src/mainboard/apple/macbook21/devicetree.cb @@ -13,13 +13,7 @@ register "gpu_panel_power_backlight_off_delay" = "2380" register "gpu_panel_power_cycle_delay" = "2"
- device cpu_cluster 0 on - ops i945_cpu_bus_ops - chip cpu/intel/socket_m - device lapic 0 on end - end - end - + device cpu_cluster 0 on ops i945_cpu_bus_ops end # APIC cluster register "pci_mmio_size" = "768"
device domain 0 on diff --git a/src/mainboard/asus/p5gc-mx/devicetree.cb b/src/mainboard/asus/p5gc-mx/devicetree.cb index 5837a70..28fddb3 100644 --- a/src/mainboard/asus/p5gc-mx/devicetree.cb +++ b/src/mainboard/asus/p5gc-mx/devicetree.cb @@ -2,12 +2,7 @@
chip northbridge/intel/i945
- device cpu_cluster 0 on - ops i945_cpu_bus_ops - chip cpu/intel/socket_LGA775 - device lapic 0 on end - end - end + device cpu_cluster 0 on ops i945_cpu_bus_ops end # APIC cluster
device domain 0 on ops i945_pci_domain_ops diff --git a/src/mainboard/getac/p470/devicetree.cb b/src/mainboard/getac/p470/devicetree.cb index 345bbd8..8dbba88 100644 --- a/src/mainboard/getac/p470/devicetree.cb +++ b/src/mainboard/getac/p470/devicetree.cb @@ -5,12 +5,7 @@ register "gfx.ndid" = "2" register "gfx.did" = "{ 0x80000100, 0x80000410, 0x80000320, 0x80000410, 0x00000005 }"
- device cpu_cluster 0 on - ops i945_cpu_bus_ops - chip cpu/intel/socket_m - device lapic 0 on end - end - end + device cpu_cluster 0 on ops i945_cpu_bus_ops end # APIC cluster
register "pci_mmio_size" = "768"
diff --git a/src/mainboard/ibase/mb899/devicetree.cb b/src/mainboard/ibase/mb899/devicetree.cb index 1b59fcc..4094280 100644 --- a/src/mainboard/ibase/mb899/devicetree.cb +++ b/src/mainboard/ibase/mb899/devicetree.cb @@ -2,12 +2,7 @@ # IGD Displays register "gfx" = "GMA_STATIC_DISPLAYS(0)"
- device cpu_cluster 0 on - ops i945_cpu_bus_ops - chip cpu/intel/socket_m - device lapic 0 on end - end - end + device cpu_cluster 0 on ops i945_cpu_bus_ops end # APIC cluster
register "pci_mmio_size" = "768"
diff --git a/src/mainboard/intel/d945gclf/devicetree.cb b/src/mainboard/intel/d945gclf/devicetree.cb index 0238e04..8c60491 100644 --- a/src/mainboard/intel/d945gclf/devicetree.cb +++ b/src/mainboard/intel/d945gclf/devicetree.cb @@ -2,12 +2,7 @@
chip northbridge/intel/i945
- device cpu_cluster 0 on - ops i945_cpu_bus_ops - chip cpu/intel/socket_441 - device lapic 0 on end - end - end + device cpu_cluster 0 on ops i945_cpu_bus_ops end # APIC cluster
register "pci_mmio_size" = "768"
diff --git a/src/mainboard/kontron/986lcd-m/devicetree.cb b/src/mainboard/kontron/986lcd-m/devicetree.cb index 90da56c..0929c21 100644 --- a/src/mainboard/kontron/986lcd-m/devicetree.cb +++ b/src/mainboard/kontron/986lcd-m/devicetree.cb @@ -2,12 +2,7 @@ # IGD Displays register "gfx" = "GMA_STATIC_DISPLAYS(0)"
- device cpu_cluster 0 on - ops i945_cpu_bus_ops - chip cpu/intel/socket_m - device lapic 0 on end - end - end + device cpu_cluster 0 on ops i945_cpu_bus_ops end # APIC cluster
register "pci_mmio_size" = "768"
diff --git a/src/mainboard/lenovo/t60/devicetree.cb b/src/mainboard/lenovo/t60/devicetree.cb index c77af6b..37ebcc1 100644 --- a/src/mainboard/lenovo/t60/devicetree.cb +++ b/src/mainboard/lenovo/t60/devicetree.cb @@ -13,12 +13,7 @@ register "gpu_panel_power_backlight_off_delay" = "2380" register "gpu_panel_power_cycle_delay" = "2"
- device cpu_cluster 0 on - ops i945_cpu_bus_ops - chip cpu/intel/socket_m - device lapic 0 on end - end - end + device cpu_cluster 0 on ops i945_cpu_bus_ops end # APIC cluster
register "pci_mmio_size" = "768"
diff --git a/src/mainboard/lenovo/x60/devicetree.cb b/src/mainboard/lenovo/x60/devicetree.cb index d56ec51..605e098 100644 --- a/src/mainboard/lenovo/x60/devicetree.cb +++ b/src/mainboard/lenovo/x60/devicetree.cb @@ -13,12 +13,7 @@ register "gpu_panel_power_backlight_off_delay" = "2380" register "gpu_panel_power_cycle_delay" = "2"
- device cpu_cluster 0 on - ops i945_cpu_bus_ops - chip cpu/intel/socket_m - device lapic 0 on end - end - end + device cpu_cluster 0 on ops i945_cpu_bus_ops end # APIC cluster
register "pci_mmio_size" = "768"
diff --git a/src/mainboard/roda/rk886ex/devicetree.cb b/src/mainboard/roda/rk886ex/devicetree.cb index 4023af80..03e3a6d 100644 --- a/src/mainboard/roda/rk886ex/devicetree.cb +++ b/src/mainboard/roda/rk886ex/devicetree.cb @@ -4,12 +4,7 @@ # IGD Displays register "gfx" = "GMA_STATIC_DISPLAYS(0)"
- device cpu_cluster 0 on - ops i945_cpu_bus_ops - chip cpu/intel/socket_m - device lapic 0 on end - end - end + device cpu_cluster 0 on ops i945_cpu_bus_ops end # APIC cluster
register "pci_mmio_size" = "768"