say 9010/7010 mt works with t1650 rom crossflashed

Signed-off-by: Leah Rowe <info@minifree.org>
master
Leah Rowe 2024-07-12 17:02:52 +01:00
parent e62faf0485
commit 26281ea864
6 changed files with 21 additions and 5 deletions

View File

@ -44,7 +44,8 @@ libreboot currently supports the following systems in this release:
- [Apple iMac 5,2](imac52.md)
- [ASUS KCMA-D8 motherboard](kcma-d8.md)
- Dell OptiPlex 7010 **MT** (known to work, using the T1650 ROM, but more
research is needed)
research is needed) - 9010 also known to work. No GPIO changes, so it should
be safe to flash.
- [Dell Precision T1650](t1650.md)
- [Gigabyte GA-G41M-ES2L motherboard](ga-g41m-es2l.md)
- [HP Elite 8200 SFF/MT](hp8200sff.md) (HP 6200 Pro Business probably works too)

View File

@ -56,7 +56,8 @@ Introduction
- [Apple iMac 5,2](imac52.md)
- [ASUS KCMA-D8 主板](kcma-d8.md)
- Dell OptiPlex 7010 **MT** (known to work, using the T1650 ROM, but more
research is needed)
research is needed) - 9010 also works, with no GPIO changes. It should be
safe to flash.
- [Dell Precision T1650](t1650.md)
- [Gigabyte GA-G41M-ES2L 主板](ga-g41m-es2l.md)
- [HP Elite 8200 SFF/MT](hp8200sff.md)HP 6200 Pro Business 多半也能用)

View File

@ -653,6 +653,18 @@ chips, but it is hard to find now. A custom flasher may be made such as
[flashprog serprog stm32](https://github.com/wosk/stm32-vserprog-lpc) or
[teensy flasher](https://www.flashprog.org/Teensy_3.1_SPI_%2B_LPC/FWH_Flasher)
TARGET: DELL OptiPlex 7010 and 9010, MT
---------------------------------------
Coreboot officially only has SFF for the 7010/9010 boards, but the MT
ones have been studied, and verified to contain the same GPIO configuration
among other things, compared to T1650; the latter merely has extra wiring
for ECC.
Simply flash a T1650 image onto one of these machines. We may or may not
provide this as a separate target (coreboot variant) in a future release,
but re-using the T1650 image is OK for now.
TARGET: DELL Precision T1650 desktop
------------------------------------

View File

@ -64,7 +64,8 @@ Libreboot build system:
* ME firmware: `vendor/*/me.bin` - the `*` can be any given directory. Different ones will
be used by given boards, but the directory name may not match the board
target name.
* SMSC SCH5545 fan control firmware (for Dell T1650): `vendor/t1650/sch5545ec.bin`
* SMSC SCH5545 fan control firmware (for Dell T1650): `vendor/t1650/sch5545ec.bin` -
ditto 9010/7010 MT/SFF optiplex machines.
* SMSC KBC1126 embedded controller firmware, on HP EliteBooks: `ec/`
* Intel MRC firmware, provides raminit on HP EliteBook 820 G2

View File

@ -68,7 +68,8 @@ Libreboot build system:
* ME firmware: `vendor/*/me.bin` - the `*` can be any given directory. Different ones will
be used by given boards, but the directory name may not match the board
target name.
* SMSC SCH5545 fan control firmware (for Dell T1650): `vendor/t1650/sch5545ec.bin`
* SMSC SCH5545 fan control firmware (for Dell T1650): `vendor/t1650/sch5545ec.bin` -
ditto 7010/9010 MT/SFF optiplex machines.
* SMSC KBC1126 embedded controller firmware, on HP EliteBooks: `ec/`
* Intel MRC firmware, provides raminit on HP EliteBook 820 G2

View File

@ -79,7 +79,7 @@ inject scripts to the Heads build system. Libreboot provides these scripts for
automatically downloading certain firmwares at build time, as and when
required for a given mainboard. These are provided by the vendor, e.g. SMSC
SCH5545 Environment Control (EC) firmware used for fan control on Dell
Precision T1650.
Precision T1650. (ditto 7010/9010 MT/SFF machines)
Heads has such logic, but it's not as developed as the logic in Libreboot,
which was originally inspired by the Heads logic and then greatly expanded upon.