This patch makes it so serengeti builds again.
It includes an ide option that has to be there, and fixes a CPU test in Kconfig. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1021 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
f24d97a791
commit
b875333abf
2 changed files with 3 additions and 2 deletions
|
|
@ -109,8 +109,7 @@ config K8_ALLOCATE_MMIO_RANGE
|
|||
|
||||
config LOGICAL_CPUS
|
||||
hex
|
||||
depends CPU_AMD_K8
|
||||
depends CPU_INTEL_CORE2
|
||||
depends CPU_AMD_K8 || CPU_INTEL_CORE2
|
||||
default 1
|
||||
help
|
||||
How many logical CPUs there are. FIXME.
|
||||
|
|
|
|||
|
|
@ -51,6 +51,8 @@
|
|||
};
|
||||
pci@1,1 {
|
||||
/config/("southbridge/amd/amd8111/ide.dts");
|
||||
ide0_enable = "1";
|
||||
ide1_enable = "1";
|
||||
};
|
||||
pci@1,2 {
|
||||
/config/("southbridge/amd/amd8111/smbus.dts");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue