Files
system76-coreboot/src/mainboard/olpc/btest/devicetree.cb
Stefan Reinauer 2305f74895 Move CS5535 specific setup from GX2 driver to CS5535.
To apply this patch you need to 
cp src/northbridge/amd/gx2/chipsetinit.c src/southbridge/amd/cs5535/

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Nils Jacobs <njacobs8@hetnet.nl>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5589 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-05-25 23:06:42 +00:00

45 lines
1.5 KiB
Plaintext

chip northbridge/amd/gx2
register "irqmap" = "0xaa5b"
device lapic_cluster 0 on
chip cpu/amd/model_gx2
device lapic 0 on end
end
end
device pci_domain 0 on
device pci 1.0 on end
device pci 1.1 on end
chip southbridge/amd/cs5536
# 0x51400025 (IRQ Mapper LPC Mask)= 0x00001002
# IRQ 12 and 1 unmasked, Keyboard and Mouse IRQs. OK
# 0x5140004E (LPC Serial IRQ Control) = 0xEFFD0080.
# Frame Pulse Width = 4clocks
# IRQ Data Frames = 17Frames
# SIRQ Mode = continous , It would be better if the EC could operate in
# Active(Quiet) mode. Save power....
# SIRQ Enable = Enabled
# Invert mask = IRQ 12 and 1 are active high. Keyboard and Mouse IRQs. OK
#register "lpc_irq" = "0x00001002"
#register "lpc_serirq_enable" = "0xEFFD0080"
#register "enable_gpio0_inta" = "1"
#register "enable_ide_nand_flash" = "1"
#register "enable_uarta" = "1"
#register "enable_USBP4_host" = "1"
#register "audio_irq" = "5"
#register "usbf4_irq" = "10"
#register "usbf5_irq" = "10"
#register "usbf6_irq" = "0"
#register "usbf7_irq" = "0"
device pci d.0 on end # Realtek 8139 LAN
device pci f.0 on end # ISA Bridge
device pci f.2 on end # IDE Controller
device pci f.3 on end # Audio
device pci f.4 on end # OHCI
device pci f.5 on end # EHCI
register "unwanted_vpci[0]" = "0x80007E00" # USB/UDC
register "unwanted_vpci[1]" = "0x80007F00" # USB/OTG
register "unwanted_vpci[2]" = "0" # End of list has a zero
end
end
end