Difference between revisions of "Board:asus/p2b-f"
From coreboot
(Add the begining of build documentation, from the p3b-f page, and from experience.) |
|||
Line 90: | Line 90: | ||
}} | }} | ||
+ | == Build tutorial == | ||
+ | the first thing to remember, is that coreboot has multiple payloads ([[SeaBIOS]], [[FILO]], grub-as-payload, etc), and you must build a payload first, so that coreboot can build it into itsself. | ||
+ | |||
+ | after your payload is compiled, | ||
+ | |||
+ | $ svn co svn://coreboot.org/repos/trunk/coreboot-v2 | ||
+ | $ cd coreboot-v2/targets | ||
+ | $ ./buildtarget asus/p2b-f | ||
+ | $ cd asus/p3b-f/p2b-f | ||
+ | $ make -s | ||
+ | |||
+ | The resulting '''coreboot.rom''' is your coreboot ROM image you can flash using [[flashrom]]. | ||
{{GPL}} | {{GPL}} |
Revision as of 19:42, 25 January 2009
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 | N/A | |||||||
Multi-core support | N/A | |||||||
Hardware virtualization | N/A | |||||||
RAM | ||||||||
EDO | N/A | |||||||
SDRAM | OK | Works, but currently the RAM settings are hardcoded to one 64MB DIMM and certain speed settings. This will be fixed soon, a patch is on the way. | ||||||
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 our TODO list. | ||||||
On-board Hardware | ||||||||
On-board IDE 3.5" | Untested | |||||||
On-board IDE 2.5" | N/A | |||||||
On-board SATA | N/A | |||||||
On-board SCSI | Unknown | |||||||
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 | |||||||
On-board Wifi | N/A | |||||||
On-board Bluetooth | N/A | |||||||
On-board SD card reader | 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: PCI VGA card in all five PCI slots. | ||||||
Mini-PCI add-on cards | Unknown | |||||||
Mini-PCI-Express add-on cards | Unknown | |||||||
PCI-X add-on cards | Unknown | |||||||
AGP graphics cards | OK | Tested: AGP graphics card (ATI 3D Rage Pro AGP 1X/2X). | ||||||
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) | Untested | |||||||
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 | N/A | |||||||
PC speaker | OK | |||||||
DiskOnChip | N/A | |||||||
Input | ||||||||
Trackpoint | N/A | |||||||
Touchpad | N/A | |||||||
Fn Hotkeys | N/A | |||||||
Fingerprint Reader | N/A | |||||||
Laptop | ||||||||
Docking VGA | N/A | |||||||
Docking LAN | N/A | |||||||
Docking USB | N/A | |||||||
Docking Audio | N/A | |||||||
Docking Displayport | N/A | |||||||
Thinklight | N/A | |||||||
Webcam | N/A | |||||||
Miscellaneous | ||||||||
Sensors / fan control | OK | Works fine, you can use the w83781d, i2c-piix4, and eeprom kernel modules. | ||||||
Hardware watchdog | N/A | |||||||
SMBus | Unknown | |||||||
CAN bus | N/A | |||||||
CPU frequency scaling | N/A | |||||||
Other powersaving features | N/A | |||||||
ACPI | No | There's no ACPI implementation for this board. | ||||||
Reboot | WIP | |||||||
Poweroff | No | |||||||
Suspend | Unknown | |||||||
Nonstandard LEDs | N/A | No special-purpose LEDs available on the board. | ||||||
High precision event timers (HPET) | N/A | |||||||
Random number generator (RNG) | N/A | |||||||
Wake on modem ring | ||||||||
Wake on LAN | ||||||||
Wake on keyboard | ||||||||
Wake on mouse | ||||||||
TPM | Unknown | |||||||
Flashrom | OK | Works on both the vendor BIOS as well as on coreboot. |
Build tutorial
the first thing to remember, is that coreboot has multiple payloads (SeaBIOS, FILO, grub-as-payload, etc), and you must build a payload first, so that coreboot can build it into itsself.
after your payload is compiled,
$ svn co svn://coreboot.org/repos/trunk/coreboot-v2 $ cd coreboot-v2/targets $ ./buildtarget asus/p2b-f $ cd asus/p3b-f/p2b-f $ make -s
The resulting coreboot.rom is your coreboot ROM image you can flash using flashrom.
![]() |
This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |