Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30973
to look at the new patch set (#8).
Change subject: src/mainboard/sony: Add Sony VPCEH2K1E ......................................................................
src/mainboard/sony: Add Sony VPCEH2K1E
Run autoport. It has a Nvidia graphics card and a Nuvoton NPCE795 EC. It boots fine with the VGA BIOS, EHCI debug is on the front right USB port, HDMI should work, all PCI devices are found. EC firmware is shared with the main flash chip, it is a chunk of 128KiB at the beginning of the BIOS region. The power button works, automatic fan control is working as well. Keyboard works, brightness keys do NOT work though! Touchpad works too.
EC ACPI IS NOT WORKING. HOWEVER, I THINK I FIGURED IT OUT.
Everything else is untested!
TODO: Use FMAP to put EC firmware in its place
Change-Id: Ibf324f1276611ab06d5906cab87ad538bfad7218 Signed-off-by: Angel Pons th3fanbus@gmail.com --- A src/mainboard/sony/Kconfig A src/mainboard/sony/Kconfig.name A src/mainboard/sony/vpceh2k1e/Kconfig A src/mainboard/sony/vpceh2k1e/Kconfig.name A src/mainboard/sony/vpceh2k1e/Makefile.inc A src/mainboard/sony/vpceh2k1e/acpi/ac.asl A src/mainboard/sony/vpceh2k1e/acpi/battery.asl A src/mainboard/sony/vpceh2k1e/acpi/ec.asl A src/mainboard/sony/vpceh2k1e/acpi/platform.asl A src/mainboard/sony/vpceh2k1e/acpi/snc.asl A src/mainboard/sony/vpceh2k1e/acpi/superio.asl A src/mainboard/sony/vpceh2k1e/acpi/thermal.asl A src/mainboard/sony/vpceh2k1e/acpi_tables.c A src/mainboard/sony/vpceh2k1e/board_info.txt A src/mainboard/sony/vpceh2k1e/devicetree.cb A src/mainboard/sony/vpceh2k1e/dsdt.asl A src/mainboard/sony/vpceh2k1e/early_init.c A src/mainboard/sony/vpceh2k1e/gpio.c A src/mainboard/sony/vpceh2k1e/hda_verb.c A src/mainboard/sony/vpceh2k1e/mainboard.c 20 files changed, 2,361 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/30973/8