User:MartinRoth: Difference between revisions
Jump to navigation
Jump to search
MartinRoth (talk | contribs) |
MartinRoth (talk | contribs) |
||
Line 6: | Line 6: | ||
===Supported by coreboot=== | ===Supported by coreboot=== | ||
* Intel Minnowboard Max | * Intel Minnowboard Max | ||
* Intel/ADI Minnowboard Turbot | |||
* Intel D510MO | |||
* Gizmosphere Gizmo | * Gizmosphere Gizmo | ||
* Gizmosphere Gizmo2 | * Gizmosphere Gizmo2 | ||
* Asrock E350M1/USB3 | * Asrock E350M1/USB3 | ||
* AMD persimmon | * AMD persimmon x3 | ||
* AMD thatcher | * AMD thatcher | ||
* AMD Olive Hill | |||
* ASUS F2A8-5M | * ASUS F2A8-5M | ||
* Gigabyte GA-B75M-D3H | * Gigabyte GA-B75M-D3H | ||
* Gigabyte GA-G41M-ES2L | |||
* Lenovo W530 | |||
* Lenovo W500 | |||
* Various chromebooks | |||
===Ordered=== | ===Ordered=== |
Revision as of 03:19, 2 February 2016
Martin Roth
- gaumless@gmail.com
Platforms
Supported by coreboot
- Intel Minnowboard Max
- Intel/ADI Minnowboard Turbot
- Intel D510MO
- Gizmosphere Gizmo
- Gizmosphere Gizmo2
- Asrock E350M1/USB3
- AMD persimmon x3
- AMD thatcher
- AMD Olive Hill
- ASUS F2A8-5M
- Gigabyte GA-B75M-D3H
- Gigabyte GA-G41M-ES2L
- Lenovo W530
- Lenovo W500
- Various chromebooks
Ordered
- Turbot (Minnowboard Max compatible)
- Intel D510MO
Links
General Hardware & BIOS
_HID & EisaID
- EisaId list
- EisaId list from Microsoft
- PRP0001 specifically means "Use the 'compatible' property to find the driver for this device"
Payloads
Fedora setup
Tested on Fedora 20 & 21
sudo yum install git gcc gcc-c++ flex bison ncurses-devel acpica-tools wget patch pciutils-devel git clone http://review.coreboot.org/coreboot cd coreboot git submodule update --init --checkout make crossgcc-i386
Optional installs:
sudo yum install ccache clang
Flashing 3MB of 8MB ROM on minnowboard max
echo 00500000:007fffff cb-region > 8mb ; flashrom -p dediprog:voltage=1.8v -l 8mb -i cb-region -w build/coreboot.rom
Coreboot lessons
Lesson1 - Starting from scratch. Download coreboot, build it, and test the image on QEMU.