mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / Documentation / mainboard / hp / 2560p.md
blob4565171c0e51d3e0faa9912bff1f111aa9d58f36
1 # HP EliteBook 2560p
3 This page is about the notebook [HP EliteBook 2560p].
5 ## Release status
7 HP EliteBook 2560p was released in 2011 and is now end of life.
8 It can be bought from a secondhand market like Taobao or eBay.
10 ## Required proprietary blobs
12 The following blobs are required to operate the hardware:
13 1. EC firmware
14 2. Intel ME firmware
16 EC firmware can be retrieved from the HP firmware update image, or the firmware
17 backup of the laptop. EC Firmware is part of the coreboot build process.
18 The guide on extracting EC firmware and using it to build coreboot is in
19 document [HP Laptops with KBC1126 Embedded Controller](hp_kbc1126_laptops).
21 Intel ME firmware is in the flash chip. It is not needed when building coreboot.
23 ## Programming
25 The flash chip is located between the memory slots and the PCH,
26 covered by the base enclosure, which needs to be removed according to
27 the [Maintenance and Service Guide] to access the flash chip. An SPI
28 flash programmer using 3.3V voltage such as a ch341a programmer, and
29 an SOIC-8 clip can be used to read and flash the chip in-circuit.
31 Pin 1 of the flash chip is at the side near the PCH.
33 ![Flash Chip in 2560p](2560p_flash.webp)
35 For more details have a look at the general [flashing tutorial].
37 ## Debugging
39 The board can be debugged with EHCI debug. The EHCI debug port is the back
40 bottom USB port.
42 Schematic of this laptop can be found on [Lab One].
44 ## Test status
46 ### Known issues
48 - GRUB payload freezes if at_keyboard module is in the GRUB image
49   ([bug #141])
51 ### Untested
53 - Optical Drive
54 - VGA
55 - Fingerprint Reader
56 - Modem
58 ### Working
60 - Integrated graphics init with libgfxinit
61 - SATA
62 - Audio: speaker and microphone
63 - Ethernet
64 - WLAN
65 - WWAN
66 - Bluetooth
67 - ExpressCard
68 - SD Card Reader
69 - SmartCard Reader
70 - eSATA
71 - USB
72 - DisplayPort
73 - Keyboard, touchpad and trackpoint
74 - EC ACPI support and thermal control
75 - Dock: all USB ports, DisplayPort, eSATA
76 - TPM
77 - Internal flashing when IFD is unlocked
78 - Using `me_cleaner`
81 ## Technology
83 ```{eval-rst}
84 +------------------+--------------------------------------------------+
85 | CPU              | Intel Sandy/Ivy Bridge (FCPGA988)                |
86 +------------------+--------------------------------------------------+
87 | PCH              | Intel Cougar Point QM67                          |
88 +------------------+--------------------------------------------------+
89 | EC               | SMSC KBC1126                                     |
90 +------------------+--------------------------------------------------+
91 | Coprocessor      | Intel Management Engine                          |
92 +------------------+--------------------------------------------------+
93 ```
95 [HP EliteBook 2560p]: https://support.hp.com/us-en/product/hp-elitebook-2560p-notebook-pc/5071201
96 [Maintenance and Service Guide]: http://h10032.www1.hp.com/ctg/Manual/c03011618
97 [flashing tutorial]: ../../tutorial/flashing_firmware/ext_power.md
98 [Lab One]: https://www.laboneinside.com/hp-elitebook-2560p-schematic-diagram/
99 [bug #141]: https://ticket.coreboot.org/issues/141