Difference between revisions of "ASUS P2B-DS"
From coreboot
m (→Status) |
m |
||
| Line 45: | Line 45: | ||
|AMR_cards_status = N/A | |AMR_cards_status = N/A | ||
|AGP_cards_status = OK | |AGP_cards_status = OK | ||
| − | |PCI_cards_status = | + | |PCI_cards_status = OK |
| − | |PCI_cards_comments = | + | |PCI_cards_comments = Tested: NIC and/or VGA PCI card in all 4 PCI slots (console + X11 work fine). |
| + | |PCIX_cards_status = N/A | ||
|PCIE_x1_status = N/A | |PCIE_x1_status = N/A | ||
|PCIE_x2_status = N/A | |PCIE_x2_status = N/A | ||
| Line 98: | Line 99: | ||
$ ./buildtarget asus/p2b-ds | $ ./buildtarget asus/p2b-ds | ||
$ cd asus/p2b-ds/p2b-ds | $ cd asus/p2b-ds/p2b-ds | ||
| + | |||
| + | Now copy your [[Payloads|payload]] in the current directory and name it '''payload.elf'''. Then: | ||
| + | |||
$ make -s | $ make -s | ||
Revision as of 17:06, 18 April 2009
This page describes how to use coreboot on the ASUS P2B-DS mainboard. It is maintained by Uwe Hermann.
Status
| Device/functionality | Status | Comments | ||||||
|---|---|---|---|---|---|---|---|---|
| CPU | ||||||||
| CPU works | OK | |||||||
| L1 cache enabled | OK | CPU: L1 I cache: 16K, L1 D cache: 16K | ||||||
| L2 cache enabled | WIP | L2 cache is not being enabled at the moment. We're working on fixing it. | ||||||
| L3 cache enabled | N/A | |||||||
| Multiple CPU support | WIP | Initializing both CPUs seems to work fine, but Linux has some problems, thus we currently need to use maxcpus=0. | ||||||
| Multi-core support | N/A | |||||||
| Hardware virtualization | N/A | |||||||
| RAM | ||||||||
| EDO | N/A | |||||||
| SDRAM | WIP | Works, but currently the RAM settings are hardcoded to one 64MB DIMM and certain speed settings. This will be fixed soon. | ||||||
| SO-DIMM | N/A | |||||||
| DDR | N/A | |||||||
| DDR2 | N/A | |||||||
| DDR3 | N/A | |||||||
| Dual channel support | N/A | |||||||
| ECC support | WIP | Not yet supported by the coreboot 440BX code, but it's on out TODO list. | ||||||
| On-board Hardware | ||||||||
| On-board IDE 3.5" | OK | |||||||
| On-board IDE 2.5" | N/A | |||||||
| On-board SATA | N/A | |||||||
| On-board SCSI | Untested | |||||||
| On-board USB | OK | Tested: USB keyboard in both USB ports. | ||||||
| On-board VGA | N/A | |||||||
| On-board ethernet | N/A | |||||||
| On-board audio | N/A | |||||||
| 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 | Untested | |||||||
| Audio/Modem-Riser (AMR/CNR) cards | N/A | |||||||
| PCI add-on cards | OK | Tested: NIC and/or VGA PCI card in all 4 PCI slots (console + X11 work fine). | ||||||
| Mini-PCI add-on cards | Unknown | |||||||
| PCI-X add-on cards | N/A | |||||||
| AGP graphics cards | OK | |||||||
| 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 | Untested | |||||||
| Serial port 1 (COM1) | OK | |||||||
| Serial port 2 (COM2) | OK | |||||||
| Parallel port | OK | Doing modprobe ppdev works fine, but further tests were not performed. | ||||||
| PS/2 keyboard | WIP | |||||||
| PS/2 mouse | WIP | |||||||
| Game port | N/A | |||||||
| Infrared | Untested | |||||||
| PC speaker | OK | |||||||
| DiskOnChip | N/A | |||||||
| Miscellaneous | ||||||||
| Sensors / fan control | OK | Works fine using the w83781d (and also i2c-piix4, i2c-dev, and eeprom) kernel module. | ||||||
| Hardware watchdog | N/A | |||||||
| SMBus | Untested | |||||||
| CAN bus | N/A | |||||||
| CPU frequency scaling | N/A | |||||||
| Other powersaving features | N/A | |||||||
| ACPI | No | There's no ACPI support for this board. | ||||||
| Reboot | No | |||||||
| Poweroff | No | Doesn't work yet, probably requires (at least partial) ACPI support. | ||||||
| Suspend | Unknown | |||||||
| Nonstandard LEDs | Untested | There's a special LED called MSG.LED on the board (see manual). It indicates whether a message has been received from a fax/modem. According to the manual "this function requires ACPI OS and driver support". | ||||||
| High precision event timers (HPET) | N/A | |||||||
| Random number generator (RNG) | N/A | |||||||
| Wake on modem ring | Untested | |||||||
| Wake on LAN | Untested | |||||||
| Wake on keyboard | N/A | |||||||
| Wake on mouse | N/A | |||||||
| Flashrom | OK | Works fine out of the box with the vendor BIOS as well as with coreboot. | ||||||
Build tutorial
$ svn co svn://coreboot.org/repos/trunk/coreboot-v2 $ cd coreboot-v2/targets $ ./buildtarget asus/p2b-ds $ cd asus/p2b-ds/p2b-ds
Now copy your payload in the current directory and name it payload.elf. Then:
$ make -s
The resulting coreboot.rom is your coreboot ROM image you can flash using flashrom.
| |
I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.
In case this is not legally possible: |