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(a)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
--
To view, visit https://review.coreboot.org/18985
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Icbc051e2272b8ea73627940db15a56901d737472
Gerrit-Change-Number: 18985
Gerrit-PatchSet: 10
Gerrit-Owner: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Iru Cai has uploaded a new patch set (#25). ( https://review.coreboot.org/18241 )
Change subject: mainboards/hp: Add HP Elitebook 2760p
......................................................................
mainboards/hp: Add HP Elitebook 2760p
The code is generated by autoport.
The flash chip is socketed beside the WLAN slot. The EHCI debug port
is on right side of the laptop beside the RJ11 connector.
Things that work:
- memory: 0+8G, 4G+8G
- Linux (Linux Mint 18.1 with Linux 4.4)
- native graphics init + SeaBIOS payload with SeaVGABIOS
- all 3 USB ports
- WLAN
- WWAN
- expresscard
- S3 suspend and resume
- internal flashing after IFD is unlocked and coreboot is flashed
- keyboard, trackpoint and touchpad
- fan control
- AC and battery status
Issues:
- Wacom digitizer does not work (after I add it in DSDT)
- caps lock and num lock LED blink on boot
- GRUB payload will freeze (in previous patch sets)
Things that are not tested:
- SD card reader
- smart card reader
- cable modem
(EC) blobs:
This laptop uses SMSC KBC1126-NU as EC. It needs two blobs in the
flash chip. You can use the tools in util/kbc1126 to extract them
from OEM firmware, and use the following configuration to insert
them to coreboot image:
-> Chipset
-> Add firmware images for KBC1126 firmware
Change-Id: I3ffdb9f9c71f6c9a84e896abc3c424c8dd4bed0e
Signed-off-by: Iru Cai <mytbk920423(a)gmail.com>
---
A src/mainboard/hp/2760p/Kconfig
A src/mainboard/hp/2760p/Kconfig.name
A src/mainboard/hp/2760p/Makefile.inc
A src/mainboard/hp/2760p/acpi/ec.asl
A src/mainboard/hp/2760p/acpi/platform.asl
A src/mainboard/hp/2760p/acpi/superio.asl
A src/mainboard/hp/2760p/acpi_tables.c
A src/mainboard/hp/2760p/board_info.txt
A src/mainboard/hp/2760p/devicetree.cb
A src/mainboard/hp/2760p/dsdt.asl
A src/mainboard/hp/2760p/gma-mainboard.ads
A src/mainboard/hp/2760p/gpio.c
A src/mainboard/hp/2760p/hda_verb.c
A src/mainboard/hp/2760p/mainboard.c
A src/mainboard/hp/2760p/romstage.c
15 files changed, 766 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/18241/25
--
To view, visit https://review.coreboot.org/18241
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3ffdb9f9c71f6c9a84e896abc3c424c8dd4bed0e
Gerrit-Change-Number: 18241
Gerrit-PatchSet: 25
Gerrit-Owner: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Swift Geek <swiftgeek(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/20472
to look at the new patch set (#3).
Change subject: nb/intel/sandybridge/peg: Add PEG code
......................................................................
nb/intel/sandybridge/peg: Add PEG code
* Add ACPI code for PEG. Include it on all platforms.
* Add PCIe driver for PEG. The driver only returns the ACPI names
for ssdt generators.
Change-Id: I80a106b1f969103206f24dc5c4b268503acfa81f
Signed-off-by: Patrick Rudolph <siro(a)das-labor.org>
---
M src/northbridge/intel/sandybridge/Makefile.inc
A src/northbridge/intel/sandybridge/acpi/peg.asl
M src/northbridge/intel/sandybridge/acpi/sandybridge.asl
A src/northbridge/intel/sandybridge/pcie.c
4 files changed, 136 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/20472/3
--
To view, visit https://review.coreboot.org/20472
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I80a106b1f969103206f24dc5c4b268503acfa81f
Gerrit-Change-Number: 20472
Gerrit-PatchSet: 3
Gerrit-Owner: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>