Attention is currently required from: Nicholas Chin, Elyes Haouas.
Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59704
to look at the new patch set (#11).
Change subject: mb/dell: Add Latitude E6400 ......................................................................
mb/dell: Add Latitude E6400
Mainboard name is Compal JBL00. This is based on the GM45/ICH9M chipset and uses DDR2 RAM. The EC is a SMSC MEC5035 which has internal flash, so there's no issue about making sure to include the EC firmware in the BIOS region. This only supports the variant with integrated graphics only, the version with a discrete Nvidia Quadro NVS 160M is not supported. This port was based on the Lenovo T400 port.
Working: - USB EHCI debug (lower USB port on right side) - Keyboard - Touchpad/trackpoint - VGA - Displayport - ExpressCard - Audio - Ethernet - mPCIe WiFi - mPCIe Bluetooth (uses USB)
Not working: - Brightness hotkeys - Physical Wireless switch - SD card slot: Linux outputs an "irq 18: nobody cared" message when inserting a card, after which it disables the IRQ
Unknown/untested: - Dock - Smartcard (slot and contactless) - Firewire - eSATA - TPM - Battery (my battery is at the end of its lifespan)
Signed-off-by: Nicholas Chin nic.c3.14@gmail.com Change-Id: I516ebbf4390a3f6d242050da8d35dc267b8b3a28 --- A src/mainboard/dell/e6400/Kconfig A src/mainboard/dell/e6400/Kconfig.name A src/mainboard/dell/e6400/Makefile.inc A src/mainboard/dell/e6400/acpi/ec.asl A src/mainboard/dell/e6400/acpi/ich9_pci_irqs.asl A src/mainboard/dell/e6400/acpi/superio.asl A src/mainboard/dell/e6400/blc.c A src/mainboard/dell/e6400/board_info.txt A src/mainboard/dell/e6400/bootblock.c A src/mainboard/dell/e6400/cmos.default A src/mainboard/dell/e6400/cmos.layout A src/mainboard/dell/e6400/cstates.c A src/mainboard/dell/e6400/data.vbt A src/mainboard/dell/e6400/devicetree.cb A src/mainboard/dell/e6400/dsdt.asl A src/mainboard/dell/e6400/gma-mainboard.ads A src/mainboard/dell/e6400/gpio.c A src/mainboard/dell/e6400/hda_verb.c A src/mainboard/dell/e6400/mainboard.c A src/mainboard/dell/e6400/romstage.c 20 files changed, 649 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/59704/11