Confirmed working svn revisions
From coreboot
Note: The information on this page is pretty outdated. You should usually use the current revision from git, but please do report any bugs you encounter on the mailing list. Check board specific pages Supported Motherboards, click on status column.
Also see the page on how to Download coreboot.
Board | Directory | SVN Revision | Comment |
---|---|---|---|
ASUS M2V-MX SE | asus/m2v-mx_se | 5192 | Check the ASUS M2V-MX SE status page for demo image. |
GIGABYTE GA-M57SLI-S4 | gigabyte/m57sli | 3088 and higher | See GIGABYTE GA-M57SLI-S4. |
VIA EPIA-M | via/epia-m | 2100 | Extract the video BIOS while running factory BIOS:
dd if=/dev/mem of=video.bios.bin.4 bs=65536 count=1 skip=12 |
VIA EPIA-M10000 (PCB.rev.B) | via/epia-m | 2184 | Extract the video BIOS while running factory BIOS 1.13:
dd if=/dev/mem of=video.bios.bin.4 bs=65536 count=1 skip=12 In src/mainboard/via/epia-m/mainboard.c, line 33: - dev = dev_find_device(PCI_VENDOR_ID_VIA, 0x3123, 0); + dev = dev_find_device(PCI_VENDOR_ID_VIA, 0x3122, 0); |
Tyan S2881 | tyan/s2881 | 2251-2287 2296 and higher |
See Tyan S2881. |