diff options
author | Luc Verhaegen <libv@skynet.be> | 2007-05-20 16:16:13 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-05-20 16:16:13 +0000 |
commit | cd07dd39650e1648e7c94c95835902528a5b62dd (patch) | |
tree | bc57cad99caefc21d3b559079a70952315d59e96 /README | |
parent | ffaf0f937afc172c27aea18275439089fbb95fe4 (diff) | |
download | flashrom-cd07dd39650e1648e7c94c95835902528a5b62dd.zip flashrom-cd07dd39650e1648e7c94c95835902528a5b62dd.tar.gz |
Add support for ASUS P5A (Socket 7, ALi based)
* Add support for the ALi M1533 to chipset_enable.c
* Add some SMBus poking needed for the ASUS P5A, to board_enable.c
Since PCI subsystem IDs are worthless with this board, people will
have to name the board directly.
Corresponding to flashrom svn r109 and coreboot v2 svn r2677.
Signed-off-by: Luc Verhaegen <libv@skynet.be>
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,7 +51,8 @@ The following boards require the specification of the board name, if no LinuxBIOS table is found: * IWILL DK8-HTX: use -m iwill:dk8_htx -* agami Aruma: use -m AGAMI:ARUMA +* Agami Aruma: use -m AGAMI:ARUMA +* ASUS P5A: use -m asus:p5a ROM Layout Support |