Difference between revisions of "Confirmed working svn revisions"
From coreboot
m (Use wiki syntax.) |
m |
||
| Line 1: | Line 1: | ||
Also see the page on how to [[Download LinuxBIOS]]. | Also see the page on how to [[Download LinuxBIOS]]. | ||
| − | {| border=" | + | {| border="0" |
| − | ! | + | |- bgcolor="#6699dd" |
| − | |- | + | ! align="left" | Board |
| + | ! align="left" | Directory | ||
| + | ! align="left" | SVN Revision | ||
| + | ! align="left" | Comment | ||
| + | |- 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: | ||
dd if=/dev/mem of=video.bios.bin.4 bs=65536 count=1 skip=12 | 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: | | 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 | dd if=/dev/mem of=video.bios.bin.4 bs=65536 count=1 skip=12 | ||
| Line 13: | Line 17: | ||
- dev = dev_find_device(PCI_VENDOR_ID_VIA, 0x3123, 0); | - dev = dev_find_device(PCI_VENDOR_ID_VIA, 0x3123, 0); | ||
+ dev = dev_find_device(PCI_VENDOR_ID_VIA, 0x3122, 0); | + dev = dev_find_device(PCI_VENDOR_ID_VIA, 0x3122, 0); | ||
| − | |- | + | |- bgcolor="#eeeeee" |
| Tyan S2881 || tyan/s2881 || 2251-2287<br />2296 and higher || See the [[Tyan S2881 Build Tutorial]]. | | Tyan S2881 || tyan/s2881 || 2251-2287<br />2296 and higher || See the [[Tyan S2881 Build Tutorial]]. | ||
|} | |} | ||
Revision as of 14:15, 22 October 2006
Also see the page on how to Download LinuxBIOS.
| Board | Directory | SVN Revision | Comment |
|---|---|---|---|
| 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 the Tyan S2881 Build Tutorial. |