Changeset 3395
- Timestamp:
- 06/29/08 03:30:41 (3 months ago)
- Location:
- trunk/util/flashrom
- Files:
-
- 2 modified
-
chipset_enable.c (modified) (1 diff)
-
ichspi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/flashrom/chipset_enable.c
r3393 r3395 213 213 printf_debug("BOOT BIOS Straps: 0x%x (%s)\n", bbs, 214 214 (bbs == 0x3) ? "LPC" : ((bbs == 0x2) ? "PCI" : "SPI")); 215 if (bbs >= 2) 216 ich7_detected = 0; 215 217 216 218 buc = *(volatile uint8_t *)(rcrb + 0x3414); -
trunk/util/flashrom/ichspi.c
r3393 r3395 230 230 int write_cmd = 0; 231 231 int timeout; 232 uint32_t temp32 ;232 uint32_t temp32 = 0; 233 233 uint16_t temp16; 234 234 uint32_t a;
