Changeset 3617
- Timestamp:
- 09/30/08 00:59:23 (3 months ago)
- Location:
- trunk/coreboot-v2
- Files:
-
- 7 modified
-
src/mainboard/amd/serengeti_cheetah/Options.lb (modified) (1 diff)
-
src/mainboard/amd/serengeti_cheetah/apc_auto.c (modified) (1 diff)
-
src/mainboard/amd/serengeti_cheetah/cache_as_ram_auto.c (modified) (2 diffs)
-
src/mainboard/msi/ms9185/Options.lb (modified) (2 diffs)
-
src/mainboard/msi/ms9282/Options.lb (modified) (3 diffs)
-
src/mainboard/supermicro/h8dmr/Options.lb (modified) (2 diffs)
-
targets/supermicro/h8dmr/Config-abuild.lb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/Options.lb
r3053 r3617 287 287 ## The Serial Console 288 288 ## 289 default CONFIG_USE_PRINTK_IN_CAR= 0289 default CONFIG_USE_PRINTK_IN_CAR=1 290 290 291 291 # To Enable the Serial Console -
trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/apc_auto.c
r2439 r3617 25 25 #if CONFIG_USE_INIT == 0 26 26 #include "lib/memcpy.c" 27 #if CONFIG_USE_PRINTK_IN_CAR == 128 #include "lib/uart8250.c"29 #include "console/vtxprintf.c"30 #include "arch/i386/lib/printk_init.c"31 #endif32 27 #endif 33 28 -
trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/cache_as_ram_auto.c
r2439 r3617 34 34 #include "pc80/mc146818rtc_early.c" 35 35 36 36 37 #if 0 37 38 static void post_code(uint8_t value) { … … 65 66 #if CONFIG_USE_INIT == 0 66 67 #include "lib/memcpy.c" 67 #if CONFIG_USE_PRINTK_IN_CAR == 168 #include "lib/uart8250.c"69 #include "console/vtxprintf.c"70 #include "arch/i386/lib/printk_init.c"71 #endif72 68 #endif 73 69 #include "northbridge/amd/amdk8/debug.c" -
trunk/coreboot-v2/src/mainboard/msi/ms9185/Options.lb
r3053 r3617 105 105 106 106 uses CONFIG_LB_MEM_TOPK 107 107 uses CONFIG_USE_PRINTK_IN_CAR 108 108 109 109 ### … … 288 288 ## The Serial Console 289 289 ## 290 default CONFIG_USE_PRINTK_IN_CAR=1 290 291 291 292 # To Enable the Serial Console -
trunk/coreboot-v2/src/mainboard/msi/ms9282/Options.lb
r3053 r3617 101 101 uses CONFIG_COMPRESSED_PAYLOAD_NRV2B 102 102 uses CONFIG_PRECOMPRESSED_PAYLOAD 103 uses CONFIG_USE_PRINTK_IN_CAR 103 104 104 105 ## ROM_SIZE is the size of boot ROM that this board will use. … … 204 205 default LIFT_BSP_APIC_ID=0 205 206 206 207 207 ## 208 208 ## Build code to setup a generic IOAPIC … … 268 268 ## The Serial Console 269 269 ## 270 default CONFIG_USE_PRINTK_IN_CAR=1 270 271 271 272 # To Enable the Serial Console -
trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/Options.lb
r3053 r3617 237 237 default CONFIG_USE_INIT=0 238 238 239 default CONFIG_AP_CODE_IN_CAR= 0239 default CONFIG_AP_CODE_IN_CAR=1 240 240 default MEM_TRAIN_SEQ=1 241 241 default WAIT_BEFORE_CPUS_INIT=1 … … 306 306 ## The Serial Console 307 307 ## 308 default CONFIG_USE_PRINTK_IN_CAR= 0308 default CONFIG_USE_PRINTK_IN_CAR=1 309 309 310 310 # To Enable the Serial Console -
trunk/coreboot-v2/targets/supermicro/h8dmr/Config-abuild.lb
r3053 r3617 13 13 option USE_FAILOVER_IMAGE=0 14 14 option USE_FALLBACK_IMAGE=0 15 option ROM_IMAGE_SIZE=0x 1800015 option ROM_IMAGE_SIZE=0x20000 16 16 option COREBOOT_EXTRA_VERSION=".0-normal" 17 17 payload __PAYLOAD__ … … 21 21 option USE_FAILOVER_IMAGE=0 22 22 option USE_FALLBACK_IMAGE=1 23 option ROM_IMAGE_SIZE=0x 1800023 option ROM_IMAGE_SIZE=0x20000 24 24 option COREBOOT_EXTRA_VERSION=".0-fallback" 25 25 payload __PAYLOAD__
