Changeset 5074
- Timestamp:
- Feb 3, 2010 2:49:24 PM (3 years ago)
- Location:
- trunk/src/southbridge/amd/cs5536
- Files:
-
- 2 edited
-
cs5536.c (modified) (2 diffs)
-
cs5536_early_setup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/southbridge/amd/cs5536/cs5536.c
r5022 r5074 299 299 outl(GPIOL_8_SET, gpio_addr + GPIOL_OUT_AUX1_SELECT); 300 300 301 /* GPIO 8- UART1_RX */301 /* GPIO9 - UART1_RX */ 302 302 /* Set: Input Enable (0x20) */ 303 303 outl(GPIOL_9_SET, gpio_addr + GPIOL_INPUT_ENABLE); … … 357 357 wrmsr(MDD_IRQM_YHIGH, msr); 358 358 359 /* GPIO4 - UART2_RX */ 359 /* GPIO3 - UART2_RX */ 360 /* Set: Input Enable (0x20) */ 361 outl(GPIOL_3_SET, gpio_addr + GPIOL_INPUT_ENABLE); 362 /* Set: INAUX1 Select (0x34) */ 363 outl(GPIOL_3_SET, gpio_addr + GPIOL_IN_AUX1_SELECT); 364 365 /* GPIO4 - UART2_TX */ 360 366 /* Set: Output Enable (0x4) */ 361 367 outl(GPIOL_4_SET, gpio_addr + GPIOL_OUTPUT_ENABLE); 362 368 /* Set: OUTAUX1 Select (0x10) */ 363 369 outl(GPIOL_4_SET, gpio_addr + GPIOL_OUT_AUX1_SELECT); 364 365 /* GPIO3 - UART2_TX */366 /* Set: Input Enable (0x20) */367 outl(GPIOL_3_SET, gpio_addr + GPIOL_INPUT_ENABLE);368 /* Set: INAUX1 Select (0x34) */369 outl(GPIOL_3_SET, gpio_addr + GPIOL_IN_AUX1_SELECT);370 370 371 371 /* Set: GPIO 3 and 4 Pull Up (0x18) */ -
trunk/src/southbridge/amd/cs5536/cs5536_early_setup.c
r3052 r5074 173 173 /* Set: OUTAUX1 Select (0x10) */ 174 174 outl(GPIOL_8_SET, GPIO_IO_BASE + GPIOL_OUT_AUX1_SELECT); 175 175 176 /* GPIO9 - UART1_RX */ 176 177 /* Set: Input Enable (0x20) */
Note: See TracChangeset
for help on using the changeset viewer.
