nb/intel/i945: Remove apic 0 from devicetree
This is added at runtime. Change-Id: I1f684c800de6711d8b0a0aea0d59c8e21d22c14a Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69299 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
803029685f
commit
31ba9356b8
|
@ -13,13 +13,7 @@ chip northbridge/intel/i945
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,12 +5,7 @@ chip northbridge/intel/i945
|
|||
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"
|
||||
|
||||
|
|
|
@ -2,12 +2,7 @@ chip northbridge/intel/i945
|
|||
# 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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -2,12 +2,7 @@ chip northbridge/intel/i945
|
|||
# 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"
|
||||
|
||||
|
|
|
@ -13,12 +13,7 @@ chip northbridge/intel/i945
|
|||
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"
|
||||
|
||||
|
|
|
@ -13,12 +13,7 @@ chip northbridge/intel/i945
|
|||
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"
|
||||
|
||||
|
|
|
@ -4,12 +4,7 @@ chip northbridge/intel/i945
|
|||
# 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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue