Iru Cai has uploaded a new patch set (#10). ( https://review.coreboot.org/18985 )
Change subject: mainboards/hp: Add HP Elitebook 8470p ......................................................................
mainboards/hp: Add HP Elitebook 8470p
The code is based on the code generated by autoport.
The EHCI debug port is between the DP port and eSATA port. The serial port on dock can also be used for debugging.
Tested and work: - memory: 0+4G, 4G+0, 4G+4G - Linux (Arch Linux with kernel 4.10.6) boot from SeaBIOS payload with native graphics init - WLAN - keyboard, trackpoint and touchpad - USB - serial port on dock - fan control - AC and battery status
(EC) blobs:
This laptop uses SMSC KBC1126 EC, and there are two blobs needed by it.
You can use the tools in util/kbc1126/ to extract them and insert them to the coreboot image using the following configuration:
-> Chipset -> Add firmware images for KBC1126 firmware
Change-Id: Icbc051e2272b8ea73627940db15a56901d737472 Signed-off-by: Iru Cai mytbk920423@gmail.com --- A src/mainboard/hp/8470p/Kconfig A src/mainboard/hp/8470p/Kconfig.name A src/mainboard/hp/8470p/Makefile.inc A src/mainboard/hp/8470p/acpi/ec.asl A src/mainboard/hp/8470p/acpi/platform.asl A src/mainboard/hp/8470p/acpi/superio.asl A src/mainboard/hp/8470p/acpi_tables.c A src/mainboard/hp/8470p/board_info.txt A src/mainboard/hp/8470p/devicetree.cb A src/mainboard/hp/8470p/dsdt.asl A src/mainboard/hp/8470p/gma-mainboard.ads A src/mainboard/hp/8470p/gpio.c A src/mainboard/hp/8470p/hda_verb.c A src/mainboard/hp/8470p/mainboard.c A src/mainboard/hp/8470p/romstage.c 15 files changed, 767 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/18985/10