Difference between revisions of "Confirmed working svn revisions"
From coreboot
m |
|||
| (19 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <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> | ||
| − | {| border=" | + | |
| − | ! | + | Also see the page on how to [[Download coreboot]]. |
| − | |- | + | |
| − | | VIA EPIA-M || epia-m || 2100 || Extract the video BIOS while running factory BIOS: | + | {| border="0" |
| − | |- | + | |- bgcolor="#6699dd" |
| − | | VIA EPIA-M10000 (PCB.rev.B) || epia-m || 2184 || Extract the video BIOS while running factory BIOS 1.13: | + | ! align="left" | Board |
| − | src/mainboard/via/epia-m/mainboard.c | + | ! align="left" | Directory |
| − | + | ! align="left" | SVN Revision | |
| − | - dev = dev_find_device(PCI_VENDOR_ID_VIA, 0x3123, 0); | + | ! align="left" | Comment |
| − | + dev = dev_find_device(PCI_VENDOR_ID_VIA, 0x3122, 0); | + | |- 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" | ||
| + | | 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 | ||
| + | |- bgcolor="#dddddd" | ||
| + | | 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 || | + | |- bgcolor="#eeeeee" |
| + | | 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. |