fixes to recent hp additions
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>c20230710
parent
e66189f6c5
commit
57b601999c
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: HP EliteBook 2560p
|
||||
title: HP EliteBook 2570p
|
||||
x-toc-enable: true
|
||||
...
|
||||
|
||||
|
@ -46,7 +46,7 @@ You can read more specifications directly from HP:
|
|||
<https://support.hp.com/us-en/document/c03412731>
|
||||
|
||||
The following is tested and confirmed working
|
||||
thanks to Johan Ehnberg (johan@molnix.com):
|
||||
thanks to `Johan Ehnberg (johan@molnix.com)`:
|
||||
|
||||
- Native raminit with 2+2 (matched or unmatched), 2+8 or 8+8 GiB RAM
|
||||
- SeaBIOS and GRUB (booted Devuan and Ubuntu) (corebootfb+txtmode)
|
||||
|
|
|
@ -26,6 +26,9 @@ x-toc-enable: true
|
|||
This is a small but powerful desktop using Sandy or Ivy Bridge CPUs (of up to 65W TDP).
|
||||
It has a slot for a discrete MXM graphics card, but that is currently untested.
|
||||
|
||||
Libreboot has support for this, in the Git repository and
|
||||
release versions after (but not including) 20230423.
|
||||
|
||||
These features are tested and confirmed working:
|
||||
|
||||
* Native raminit with both DIMMs (up to 2x8GB)
|
||||
|
@ -75,12 +78,24 @@ Take a backup of the original BIOS:
|
|||
|
||||
flashrom -p internal -r oem_bios
|
||||
|
||||
This is an Ivy Bridge board which means that a neutered ME image
|
||||
is required if you wish to flash the ME region. Libreboot's
|
||||
build system automatically downloads, neuters (using me_cleaner)
|
||||
and inserts this if compiling from source.
|
||||
|
||||
If you're using Libreboot release ROM images, the ME image has been
|
||||
scrubbed and you must re-insert it.
|
||||
Use the information on this guide to know how to do that:
|
||||
|
||||
[Insert binary blobs on Intel Sandybridge/Ivybridge/Haswell
|
||||
platforms](../install/ivy_has_common.md)
|
||||
|
||||
You can now flash libreboot:
|
||||
|
||||
flashrom -p internal -w libreboot.rom
|
||||
|
||||
You can now move the jumper back to its original place.
|
||||
By default,Librebootapplies no write-protection, so
|
||||
By default, Libreboot applies no write-protection, so
|
||||
updating it can be done without the jumper anyway.
|
||||
|
||||
## External flashing
|
||||
|
|
Loading…
Reference in New Issue