Difference between revisions of "Confirmed working svn revisions"
From coreboot
m (A8NE added) |
m |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | Also see the page on how to [[Download | + | <div id="foo" style="margin-top:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#ff6666; align:right; border:1px solid #ff3333;"> |
+ | '''Note''': The information on this page is pretty outdated. You should usually use the current revision from trunk, but please do report any bugs you encounter on the [[Mailinglist|mailing list]]. | ||
+ | </div> | ||
+ | |||
+ | |||
+ | Also see the page on how to [[Download coreboot]]. | ||
{| border="0" | {| border="0" | ||
Line 7: | Line 12: | ||
! align="left" | SVN Revision | ! align="left" | SVN Revision | ||
! align="left" | Comment | ! align="left" | Comment | ||
+ | |- bgcolor="#eeeeee" | ||
+ | | ASUS M2V-MX SE || asus/m2v-mx_se || 5192 || Check the [[ASUS M2V-MX SE]] status page for demo image. | ||
+ | |- bgcolor="#dddddd" | ||
+ | | GIGABYTE GA-M57SLI-S4 || gigabyte/m57sli || 3088 and higher || See [[GIGABYTE GA-M57SLI-S4]]. | ||
|- bgcolor="#eeeeee" | |- bgcolor="#eeeeee" | ||
| VIA EPIA-M || via/epia-m || 2100 || Extract the video BIOS while running factory BIOS: | | VIA EPIA-M || via/epia-m || 2100 || Extract the video BIOS while running factory BIOS: | ||
Line 19: | Line 28: | ||
|- | |- | ||
|- bgcolor="#eeeeee" | |- bgcolor="#eeeeee" | ||
− | | Tyan S2881 || tyan/s2881 || 2251-2287<br />2296 and higher || See | + | | Tyan S2881 || tyan/s2881 || 2251-2287<br />2296 and higher || See [[Tyan S2881]]. |
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Revision as of 23:51, 18 September 2010
Note: The information on this page is pretty outdated. You should usually use the current revision from trunk, but please do report any bugs you encounter on the mailing list.
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. |