diff options
author | Iru Cai <mytbk920423@gmail.com> | 2019-03-05 16:27:36 +0800 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-06-15 08:35:27 +0000 |
commit | 56ed345b5ebb1d08b650d8e1a98f7d9733f4b017 (patch) | |
tree | c9c944c13c1d49fd71c1f5ab7ef8d62ad425b856 /Documentation | |
parent | cb125d6f941fb764e865f4ac937f569397ffc118 (diff) |
mb/hp: Add Elitebook 8560w as an HP Sandy/Ivy Bridge laptop variant
The components listed in the documentation work in this port.
The MXM structure of the vendor firmware is added, which is
used by the VGA option ROM with int15h functions.
Change-Id: I15181792b1efa45a2a94d78e43c6257da1acf950
Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39398
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/mainboard/hp/8560w.md | 80 | ||||
-rw-r--r-- | Documentation/mainboard/hp/8560w_flash.webp | bin | 0 -> 51432 bytes | |||
-rw-r--r-- | Documentation/mainboard/index.md | 1 |
3 files changed, 81 insertions, 0 deletions
diff --git a/Documentation/mainboard/hp/8560w.md b/Documentation/mainboard/hp/8560w.md new file mode 100644 index 0000000000..babd632cbc --- /dev/null +++ b/Documentation/mainboard/hp/8560w.md @@ -0,0 +1,80 @@ +# HP EliteBook 8560w + +This page describes how to run coreboot on the [HP EliteBook 8560w]. + +## Required proprietary blobs + +- Intel Firmware Descriptor, ME and GbE firmware +- EC: please read [HP Laptops with KBC1126 Embedded Controller](hp_kbc1126_laptops) + +## Flashing instructions + +When running vendor firmware, external flashing is needed. + +HP EliteBook 8560w has an 8MiB SOIC-8 flash chip on the bottom of the +mainboard. You just need to remove the service cover, and use an SOIC-8 +clip to read and flash the chip. + +![8560w_chip_location](8560w_flash.webp) + +```eval_rst ++---------------------+------------+ +| Type | Value | ++=====================+============+ +| Socketed flash | no | ++---------------------+------------+ +| Model | MX25L6406E | ++---------------------+------------+ +| Size | 8 MiB | ++---------------------+------------+ +| Package | SOIC-8 | ++---------------------+------------+ +| Write protection | no | ++---------------------+------------+ +| Dual BIOS feature | no | ++---------------------+------------+ +| In circuit flashing | yes | ++---------------------+------------+ +| Internal flashing | yes | ++---------------------+------------+ +``` + +## Working + +- i7-2720QM, 8G+8G +- Arch Linux boot from SeaBIOS payload +- EHCI debug: the port is beside the eSATA port +- SATA +- eSATA +- USB2 and USB3 +- keyboard +- Gigabit Ethernet +- WLAN +- WWAN +- VGA and DisplayPort +- audio +- EC ACPI +- Using `me_cleaner` +- dock: PS/2 keyboard, USB, DisplayPort +- TPM +- S3 suspend/resume + +## Technology + +```eval_rst ++------------------+--------------------------------------------------+ +| Northbridge | :doc:`../../northbridge/intel/sandybridge/index` | ++------------------+--------------------------------------------------+ +| Southbridge | bd82x6x | ++------------------+--------------------------------------------------+ +| CPU | model_206ax | ++------------------+--------------------------------------------------+ +| Super I/O | SMSC LPC47n217 | ++------------------+--------------------------------------------------+ +| EC | SMSC KBC1126 | ++------------------+--------------------------------------------------+ +| Coprocessor | Intel Management Engine | ++------------------+--------------------------------------------------+ +``` + +[HP EliteBook 8560w]: https://support.hp.com/us-en/product/hp-elitebook-8560w-mobile-workstation/5071171 diff --git a/Documentation/mainboard/hp/8560w_flash.webp b/Documentation/mainboard/hp/8560w_flash.webp Binary files differnew file mode 100644 index 0000000000..b8295bc6e9 --- /dev/null +++ b/Documentation/mainboard/hp/8560w_flash.webp diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index e54b01fa38..67de67bf78 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -142,6 +142,7 @@ HP Laptops with KBC1126 EC <hp/hp_kbc1126_laptops.md> HP Sure Start <hp/hp_sure_start.md> EliteBook 2170p <hp/2170p.md> EliteBook 2560p <hp/2560p.md> +EliteBook 8560w <hp/8560w.md> EliteBook 8760w <hp/8760w.md> EliteBook Folio 9480m <hp/folio_9480m.md> EliteBook 820 G2 <hp/elitebook_820_g2.md> |