Unofficial (Simplified) Libreboot Documentation
  • Home
  • Building from source/
  • External SPI flashing/
  • Freedom in Libreboot/
  • Maintainance manual/
  • Operating systems/
  • Payloads/
  • Releases/
  • Targets/
    • ARM Chromebooks/
    • Emulation/
    • Other/
    • X86/
      • AMD pitfalls
      • Boards/
        • Acer G43T-AM3
        • ASUS KCMA-D8 Desktop/Workstation
        • ASUS KFSN4-DRE Server/Workstation
        • ASUS KGPE-D16 Server/Workstation
        • Dell Latitude flashing
        • Dell Latitude thermal throttling
        • Dell OptiPlex 3050 Micro
        • Dell OptiPlex 7010/9010 MT
        • Dell OptiPlex 7010/9010 SFF
        • Dell OptiPlex 7020/9020 SFF/MT, and XE2 MT/SFF
        • Dell OptiPlex 780 MT/USFF
        • Dell Precision T1650
        • Gigabyte GA-G41M-ES2L Desktop
        • HP Compaq Elite 8300 USDT
        • HP Elite 8200 SFF/MT and 6200 Pro Business
        • HP EliteBook 2170p
        • HP EliteBook 2560p
        • HP EliteBook 2570p
        • HP EliteBook 820 G2
        • HP EliteBook 8460p
        • HP EliteBook 8470p
        • HP EliteBook 8560w
        • HP EliteBook Folio 9470m
        • Intel D510MO/D410PT
        • Intel D945GCLF Desktop
        • MacBook 1,1 and 2,1
        • ThinkPad R400
        • ThinkPad T400 external flashing
        • ThinkPad T420 external flashing
        • ThinkPad T440p external flashing
        • ThinkPad T480/T480s
        • ThinkPad T500 external flashing
        • ThinkPad T60 recovery guide
        • ThinkPad W541/W540 external flashing
        • ThinkPad X200 first-time flashing
        • ThinkPad X220/X220T
        • ThinkPad X230/X230T external flashing
        • ThinkPad X60 recovery
        • ThinkPad X60 Tablet recovery
        • ThinkPad X60/X60T/T60 internal flashing
      • Changing the MAC address
      • Disabling /dev/mem protections
      • Disabling Intel Boot Guard on MEv11
      • EC firmware updates
      • Generic internal flashing
      • Insert vendor files
      • Intel pitfalls
      • Ivybridge internal flashing
      • Microcode
      • nvmutil import
      • nvmutil manual
  • UNCATEGORIZED/
Site license: GFDL v1.3 with disclaimer

HP EliteBook 2170p

HP EliteBook 2170p
Specifications
Manufacturer HP
Name EliteBook 2170p
Variants EliteBook 2170p
Released 2012
Chipset Intel QM77
CPU Intel Ivy Bridge ULV
Graphics Intel HD Graphics 4000
Display 1366x768 11.6" TFT
Memory Two slots, max 8GB/slot (2x16GB), DDR3/sodimm
Architecture x86_64
EC SMSC KBC1126, proprietary (in main boot flash)
Original boot firmware HP UEFI firmware
Intel ME/AMD PSP Present. Can be disabled with me_cleaner.
Flash chip SOIC-8 16MiB (128Mbit), in a socket
W+: Works without vendor firmware; 
N: Doesn't work; 
W*: Works with vendor firmware; 
U: Untested; 
P+: Partially works; 
P*: Partially works with vendor firmware
Features
Internal flashing with original boot firmware N
Display (if Intel GPU) W+
Audio W+
RAM Init W+
External output W+
Display brightness W+
Payloads supported
GRUB Works
SeaBIOS Works
SeaBIOS with GRUB Works
## Introduction

This is a portable, 11.6" Ivy Bridge platform from HP. More information is available on the coreboot documentation - that page said (on 16 August 2023) that GRUB hangs due to the at_keyboard module, but this is no longer true; it’s fixed in the latest GRUB revisions, and Libreboot’s version of GRUB contains this fix.

Unavailable in Libreboot 20230625 or earlier. You must compile from source, or use at least Libreboot 20231021.

Build ROM image from source

The build target, when building from source, is thus:

./mk -b coreboot hp2170p_16mb

Installation

Insert binary files

If you’re using a release ROM, please ensure that you’ve inserted extra firmware required refer to the guide for that. (failure to adhere to this advice will result in a bricked machine)

Set MAC address

This platform uses an Intel Flash Descriptor, and defines an Intel GbE NVM region. As such, release/build ROMs will contain the same MAC address. To change the MAC address, please read nvmutil documentation.

Flash a ROM image (software)

If you’re already running Libreboot, and you don’t have flash protection turned on, internal flashing is possible.

Flash a ROM image (hardware)

REMOVE all power sources like battery, charger and so on, before doing this. This is to prevent short circuiting and power surges while flashing; although the flash is socketed, hot-swapping is generally a bad practise and must be avoided.

Otherwise, external flashing is simple, but quite different from most laptops! The flash is a SOIC8 IC like you’d expect, but it’s in a socket.

Remove those two screws and cover on the underside, and then the flash is in this socket which you can open:

For general information, please refer to 25xx NOR flash instructions - that page refers to use of socketed flash.

For this board, you can use a Raspberry Pi or similar flasher if you wish, wired to a spring socket adapter (SOP to DIP adapter) in a breadboard. In my case, I opted for use of a 3.3v-modded CH341A device.

Here, the flash is inserted into the SOP to DIP adapter, which is then put into the ZIF socket on the CH341a device. This is the black version which has 5V logic levels, but it can (read: MUST) be modified for correct 3.3v logic levels. The main 25xx flashing guide documents this; some other models may already be 3.3v, or have switchable logic levels like on some newer revisions of CH341A. Please ensure that you run it at the correct voltage.

HP EliteBook 2170p success