mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Add support for the AMD Am29F010A/B chips
Also, add support for the Silicon Image 3112(A) SATA controller. Both have been tested by Andrew Morgan <ziltro@ziltro.com> on hardware and work fine. Corresponding to flashrom svn r613. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Andrew Morgan <ziltro@ziltro.com>
This commit is contained in:
@ -39,6 +39,7 @@
|
||||
#define ALLIANCE_ID 0x52 /* Alliance Semiconductor */
|
||||
|
||||
#define AMD_ID 0x01 /* AMD */
|
||||
#define AM_29F010B 0x20 /* Same as Am29F010A */
|
||||
#define AM_29F002BT 0xB0
|
||||
#define AM_29F002BB 0x34
|
||||
#define AM_29F040B 0xA4
|
||||
|
Reference in New Issue
Block a user