Asus F2A85-M Enable the SD controller for F2A85-M
If the SD controller is "off" hudson.c won't disable that because, there is no code for this yet. The PCI device is still visible and PCI BAR will be allocated by Linux. Unfortunately it may happen that the particular address is used by non-standard BAR for SPI controller. Change-Id: Ied7c581727541e2c81b0b1c2b70fd32de0014730 Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Reviewed-on: http://review.coreboot.org/3167 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
dfb0686f84
commit
cc76d7e011
|
@ -102,7 +102,8 @@ chip northbridge/amd/agesa/family15tn/root_complex
|
|||
device pci 14.4 on end # PCI 0x4384 # PCI-b conflict with GPIO.
|
||||
device pci 14.5 on end # USB 2
|
||||
device pci 14.6 off end # Gec
|
||||
device pci 14.7 off end
|
||||
# SD, make it on so the BAR is assigned (if proper hudson on/off handling is implemented this may go away)
|
||||
device pci 14.7 on end
|
||||
device pci 15.0 on end # PCIe 0 - onboard PCIe 1x
|
||||
device pci 15.1 on end # PCIe 1 onboard gigabit
|
||||
device pci 15.2 off end # unused
|
||||
|
|
Loading…
Reference in New Issue