Difference between revisions of "Jetway J7F2"
From coreboot
(→Status) |
m (Jetway J7F2 Build Tutorial moved to Jetway J7F2) |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 30: | Line 30: | ||
|IDE_status = OK | |IDE_status = OK | ||
| − | |IDE_comments = | + | |IDE_comments = hda in Linux is hde in FILO |
|IDE_CF_status = Untested | |IDE_CF_status = Untested | ||
|IDE_CF_comments = | |IDE_CF_comments = | ||
| Line 41: | Line 41: | ||
|USB_comments = | |USB_comments = | ||
|Onboard_VGA_status = OK | |Onboard_VGA_status = OK | ||
| − | |Onboard_VGA_comments = Needs factory video bios and bochsbios. | + | |Onboard_VGA_comments = Needs factory video bios and bochsbios. Console flickers under I/O load. |
|Onboard_ethernet_status = Partial | |Onboard_ethernet_status = Partial | ||
|Onboard_ethernet_comments = Loses MAC address when power is disconnected. | |Onboard_ethernet_comments = Loses MAC address when power is disconnected. | ||
| Line 74: | Line 74: | ||
|IR_status = N/A | |IR_status = N/A | ||
|Speaker_status = Fail | |Speaker_status = Fail | ||
| + | |Speaker_comments = PCSP: Timer resolution is not sufficient (4000250nS) | ||
| + | PCSP: Make sure you have HPET and ACPI enabled.<br/> | ||
| + | PC-Speaker initialization failed.<br/> | ||
| + | pcspkr: probe of pcspkr failed with error -5 | ||
|DiskOnChip_status = N/A | |DiskOnChip_status = N/A | ||
Latest revision as of 15:03, 16 November 2008
This page describes how to use coreboot on the Jetway J7F2 series mainboards.
This page is a work in progress.
[edit] Status
This board works with target/jetway/j7f24, except that it needs rev 3566 of src/southbridge/via/vt8237r.
| Device/functionality | Status | Comments | ||||||
|---|---|---|---|---|---|---|---|---|
| CPU | ||||||||
| CPU works | OK | |||||||
| L1 cache enabled | OK | Always on | ||||||
| L2 cache enabled | OK | Always on | ||||||
| L3 cache enabled | N/A | |||||||
| Multiple CPU support | N/A | |||||||
| Multi-core support | N/A | |||||||
| Hardware virtualization | N/A | |||||||
| RAM | ||||||||
| EDO | N/A | |||||||
| SDRAM | N/A | |||||||
| SO-DIMM | N/A | |||||||
| DDR | N/A | |||||||
| DDR2 | OK | |||||||
| DDR3 | N/A | |||||||
| Dual channel support | N/A | |||||||
| ECC support | Untested | |||||||
| On-board Hardware | ||||||||
| On-board IDE 3.5" | OK | hda in Linux is hde in FILO | ||||||
| On-board IDE 2.5" | N/A | |||||||
| On-board SATA | OK | |||||||
| On-board SCSI | Unknown | |||||||
| On-board USB | OK | |||||||
| On-board VGA | OK | Needs factory video bios and bochsbios. Console flickers under I/O load. | ||||||
| On-board ethernet | Partial | Loses MAC address when power is disconnected. | ||||||
| On-board audio | OK | |||||||
| On-board modem | N/A | |||||||
| On-board FireWire | N/A | |||||||
| On-board smartcard reader | N/A | |||||||
| On-board CompactFlash | N/A | |||||||
| On-board PCMCIA | N/A | |||||||
| Add-on slots/cards | ||||||||
| ISA add-on cards | N/A | |||||||
| Audio/Modem-Riser (AMR/CNR) cards | N/A | |||||||
| PCI add-on cards | Untested | |||||||
| Mini-PCI add-on cards | Unknown | |||||||
| PCI-X add-on cards | Unknown | |||||||
| AGP graphics cards | N/A | |||||||
| PCI Express x1 add-on cards | N/A | |||||||
| PCI Express x2 add-on cards | N/A | |||||||
| PCI Express x4 add-on cards | N/A | |||||||
| PCI Express x8 add-on cards | N/A | |||||||
| PCI Express x16 add-on cards | N/A | |||||||
| PCI Express x32 add-on cards | N/A | |||||||
| HTX add-on cards | N/A | |||||||
| Legacy / Super I/O | ||||||||
| Floppy | N/A | |||||||
| Serial port 1 (COM1) | OK | |||||||
| Serial port 2 (COM2) | N/A | |||||||
| Parallel port | ||||||||
| PS/2 keyboard | OK | |||||||
| PS/2 mouse | OK | |||||||
| Game port | N/A | |||||||
| Infrared | N/A | |||||||
| PC speaker | Fail | PCSP: Timer resolution is not sufficient (4000250nS)
PCSP: Make sure you have HPET and ACPI enabled. | ||||||
| DiskOnChip | N/A | |||||||
| Miscellaneous | ||||||||
| Sensors / fan control | N/A | didn't work on factory BIOS either | ||||||
| Hardware watchdog | N/A | |||||||
| SMBus | Unknown | |||||||
| CAN bus | N/A | |||||||
| CPU frequency scaling | ? | |||||||
| Other powersaving features | N/A | |||||||
| ACPI | Fail | |||||||
| Reboot | Fail | system resets, but coreboot doesn't fully boot and VGA graphics are corrupted | ||||||
| Poweroff | Fail | |||||||
| Suspend | Unknown | |||||||
| Nonstandard LEDs | N/A | |||||||
| High precision event timers (HPET) | Untested | |||||||
| Random number generator (RNG) | OK | |||||||
| Wake on modem ring | Untested | |||||||
| Wake on LAN | Untested | |||||||
| Wake on keyboard | Untested | |||||||
| Wake on mouse | Untested | |||||||
| Flashrom | OK | |||||||
[edit] Known problems
- hda in Linux is hde in FILO
- loading kernel/initrd is very slow
- irq_tables.c from the factory BIOS does not work. The epia-cn table can be substituted.
- VGA console flickers badly under intense disk activity, such as dd if=/dev/hda of=/dev/hdc
- Current code is broken (doesn't compile). Pull rev 3566 of src/southbridge/via/vt8237r
- Network card loses MAC address on power-loss, preventing the Linux via-rhine driver from activating it. Latest code in src/southbridge/via/vt8237r/ may fix this, at least allowing hard-coding the MAC address into the rom. However, it is also stored somewhere else on the system (not in the factory rom) so it should be readable from somewhere.
| |
I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.
In case this is not legally possible: |