diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-08-11 13:42:40 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-11-30 15:19:06 +0000 |
commit | 691d58f9996d2ff3820b2c08646e98f16bbde2ee (patch) | |
tree | 043767ab2d786e0736961513a2b7d3012a5ef8ca /src/mainboard/supermicro | |
parent | 6cecb0d963dd8df9440487690c11a6da75d8b70f (diff) |
nb/intel/sandybridge: Add a chipset devicetree
This only moves CPU configuration to a common place. Other PCI devices
can be done in follow-ups.
Change-Id: I9c5b6f25b779e28b6719cf70455ff0f1a916ad87
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56912
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/x9sae/devicetree.cb | 10 | ||||
-rw-r--r-- | src/mainboard/supermicro/x9scl/devicetree.cb | 9 |
2 files changed, 1 insertions, 18 deletions
diff --git a/src/mainboard/supermicro/x9sae/devicetree.cb b/src/mainboard/supermicro/x9sae/devicetree.cb index 05a187eaad..ed011c1b8d 100644 --- a/src/mainboard/supermicro/x9sae/devicetree.cb +++ b/src/mainboard/supermicro/x9sae/devicetree.cb @@ -6,15 +6,7 @@ chip northbridge/intel/sandybridge register "gpu_dp_c_hotplug" = "4" register "gpu_dp_d_hotplug" = "4" register "gpu_panel_power_cycle_delay" = "4" - device cpu_cluster 0 on - chip cpu/intel/model_206ax - register "acpi_c1" = "1" - register "acpi_c2" = "3" - register "acpi_c3" = "5" - device lapic 0 on end - device lapic 0xacac off end - end - end + device domain 0 on subsystemid 0x15d9 0x0644 inherit diff --git a/src/mainboard/supermicro/x9scl/devicetree.cb b/src/mainboard/supermicro/x9scl/devicetree.cb index 284d8f3204..b0f3534033 100644 --- a/src/mainboard/supermicro/x9scl/devicetree.cb +++ b/src/mainboard/supermicro/x9scl/devicetree.cb @@ -1,13 +1,4 @@ chip northbridge/intel/sandybridge - device cpu_cluster 0 on - chip cpu/intel/model_206ax # FIXME: check all registers - register "acpi_c1" = "1" - register "acpi_c2" = "3" - register "acpi_c3" = "5" - device lapic 0 on end - device lapic 0xacac off end - end - end device domain 0 on subsystemid 0x15d9 0x0624 inherit device pci 00.0 on end # Host bridge |