Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28264
to look at the new patch set (#2).
Change subject: [WIP]mb/asus/p5qc: Add mainboard ......................................................................
[WIP]mb/asus/p5qc: Add mainboard
SeaBIOS does not seem to like the Marvel IDE controller, so disabled SeaBIOS support for ATA. It works fine in Linux afterwards
Working: - SATA on southbridge port - SATA on marvel IDE controller ports (only in Linux) - USB - COM1 - PS2 Keyboard - DDR2 DIMMs - PCIe x16 PEG port - PCI port - NIC (needs a driver to set macaddress) - S3 resume
Not working: - SeaBIOS with ATA support (long timeout marvel controller so disabled) - DDR2 DIMMs in only the uneven slots - DDR3 fails to get initialised during JEDEC init (those are uneven slots, which might be the same problem as the previous one)
Untested: - PCIe x1 ports (expected to work) - sound (expected to work)
TODO: add documentation
Change-Id: I4a81940707566776bd048904ca1387fea741fece Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- A src/mainboard/asus/p5qc/Kconfig A src/mainboard/asus/p5qc/Kconfig.name A src/mainboard/asus/p5qc/Makefile.inc A src/mainboard/asus/p5qc/acpi/ec.asl A src/mainboard/asus/p5qc/acpi/ich10_pci_irqs.asl A src/mainboard/asus/p5qc/acpi/platform.asl A src/mainboard/asus/p5qc/acpi/superio.asl A src/mainboard/asus/p5qc/acpi_tables.c A src/mainboard/asus/p5qc/board_info.txt A src/mainboard/asus/p5qc/cmos.default A src/mainboard/asus/p5qc/cmos.layout A src/mainboard/asus/p5qc/config_seabios A src/mainboard/asus/p5qc/cstates.c A src/mainboard/asus/p5qc/devicetree.cb A src/mainboard/asus/p5qc/dsdt.asl A src/mainboard/asus/p5qc/gpio.c A src/mainboard/asus/p5qc/hda_verb.c A src/mainboard/asus/p5qc/romstage.c M src/northbridge/intel/x4x/raminit.c M src/southbridge/intel/i82801jx/i82801jx.h 20 files changed, 781 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/28264/2