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>
This commit is contained in:
parent
6cecb0d963
commit
691d58f999
43 changed files with 25 additions and 367 deletions
|
|
@ -6,15 +6,6 @@ chip northbridge/intel/sandybridge # FIXME: check gfx
|
|||
register "gpu_dp_c_hotplug" = "4"
|
||||
register "gpu_dp_d_hotplug" = "4"
|
||||
|
||||
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
|
||||
device pci 00.0 on # Host bridge
|
||||
subsystemid 0x8086 0x2010
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue