Commit a few things I forgot with the vt8237 patch, and also a couple
minor whitespace fixes I've stumbled accross. Signed-off-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Corey Osgood <corey.osgood@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@929 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
2dd3477242
commit
7644420d83
4 changed files with 18 additions and 5 deletions
|
|
@ -263,4 +263,16 @@
|
|||
#define PCI_DEVICE_ID_NVIDIA_MCP55_TRIM 0x036A
|
||||
#define PCI_DEVICE_ID_NVIDIA_MCP55_PMU 0x036B
|
||||
|
||||
#define PCI_VENDOR_ID_VIA 0x1106
|
||||
#define PCI_DEVICE_ID_VIA_VT8237_EHCI 0x3104
|
||||
#define PCI_DEVICE_ID_VIA_VT8237_LAN 0x3065
|
||||
#define PCI_DEVICE_ID_VIA_VT8237R_LPC 0x3227
|
||||
#define PCI_DEVICE_ID_VIA_VT8237S_LPC 0x3372
|
||||
#define PCI_DEVICE_ID_VIA_VT8237_PATA 0x0571
|
||||
#define PCI_DEVICE_ID_VIA_VT8237R_SATA 0x3149
|
||||
#define PCI_DEVICE_ID_VIA_VT8237S_SATA 0x5372
|
||||
#define PCI_DEVICE_ID_VIA_VT8237_UHCI 0x3038
|
||||
#define PCI_DEVICE_ID_VIA_VT8237_VLINK 0x287e
|
||||
|
||||
|
||||
#endif /* DEVICE_PCI_IDS_H */
|
||||
|
|
|
|||
|
|
@ -105,9 +105,11 @@
|
|||
#define SPD_tRAS SPD_MIN_ACTIVE_TO_PRECHARGE_DELAY
|
||||
#define SPD_BANK_DENSITY SPD_DENSITY_OF_EACH_ROW_ON_MODULE
|
||||
#define SPD_ADDRESS_CMD_HOLD SPD_CMD_SIGNAL_INPUT_HOLD_TIME
|
||||
#define SPD_tRC 41 /* SDRAM Device Minimum Active to Active/Auto Refresh Time (tRC) */
|
||||
#define SPD_tRFC 42 /* SDRAM Device Minimum Auto Refresh to Active/Auto Refresh (tRFC) */
|
||||
|
||||
#define SPD_tWR SPD_WRITE_RECOVERY_TIME
|
||||
#define SPD_tWTR SPD_INT_WRITE_TO_READ_DELAY
|
||||
#define SPD_tRTP SPD_INT_READ_TO_PRECHARGE_DELAY
|
||||
#define SPD_tRC SPD_MIN_ACT_TO_ACT_AUTO_REFRESH
|
||||
#define SPD_tRFC SPD_MIN_AUTO_REFRESH_TO_ACT
|
||||
|
||||
/* SPD_MEMORY_TYPE values. */
|
||||
#define SPD_MEMORY_TYPE_FPM_DRAM 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue