Add SPI flash driver
This driver is taken from u-boot and adapted to match coreboot. It still contains some hacks and is ICH specific at places. Change-Id: I97dd8096f7db3b62f8f4f4e4d08bdee10d88f689 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/997 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
43105d6a5a
commit
1c56d9b102
19 changed files with 2851 additions and 0 deletions
|
|
@ -2502,6 +2502,10 @@
|
|||
#define PCI_DEVICE_ID_INTEL_82801IO_LPC 0x2914
|
||||
#define PCI_DEVICE_ID_INTEL_82801IH_LPC 0x2912
|
||||
|
||||
#define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MIN 0x1c41
|
||||
#define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MAX 0x1c5f
|
||||
#define PCI_DEVICE_ID_INTEL_TGP_LPC 0x27bc
|
||||
|
||||
/* Intel 82801E (C-ICH) */
|
||||
#define PCI_DEVICE_ID_INTEL_82801E_LPC 0x2450
|
||||
#define PCI_DEVICE_ID_INTEL_82801E_USB 0x2452
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue