Changeset 3617

Show
Ignore:
Timestamp:
09/30/08 00:59:23 (3 months ago)
Author:
mjones
Message:

AMD K8 platforms must use CAR so it makes sense to use the PRINK_IN_CAR
option.
This patch converts the following patches to use PRTINK_IN_CAR
amd/serngeti_cheetah
msi/ms9185
msi/ms9828
supermicro/h8dmr

Signed-off-by: Marc Jones <marc.jones@…>
Acked-by: Ronald G. Minnich <rminnich@…>

Location:
trunk/coreboot-v2
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/Options.lb

    r3053 r3617  
    287287## The Serial Console 
    288288## 
    289 default CONFIG_USE_PRINTK_IN_CAR=0 
     289default CONFIG_USE_PRINTK_IN_CAR=1 
    290290 
    291291# To Enable the Serial Console 
  • trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/apc_auto.c

    r2439 r3617  
    2525#if CONFIG_USE_INIT == 0 
    2626        #include "lib/memcpy.c" 
    27  #if CONFIG_USE_PRINTK_IN_CAR == 1 
    28         #include "lib/uart8250.c" 
    29         #include "console/vtxprintf.c" 
    30         #include "arch/i386/lib/printk_init.c" 
    31  #endif 
    3227#endif 
    3328 
  • trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/cache_as_ram_auto.c

    r2439 r3617  
    3434#include "pc80/mc146818rtc_early.c" 
    3535 
     36 
    3637#if 0  
    3738static void post_code(uint8_t value) { 
     
    6566#if CONFIG_USE_INIT == 0 
    6667        #include "lib/memcpy.c" 
    67  #if CONFIG_USE_PRINTK_IN_CAR == 1 
    68         #include "lib/uart8250.c" 
    69         #include "console/vtxprintf.c" 
    70         #include "arch/i386/lib/printk_init.c" 
    71  #endif 
    7268#endif 
    7369#include "northbridge/amd/amdk8/debug.c" 
  • trunk/coreboot-v2/src/mainboard/msi/ms9185/Options.lb

    r3053 r3617  
    105105 
    106106uses CONFIG_LB_MEM_TOPK 
    107  
     107uses CONFIG_USE_PRINTK_IN_CAR 
    108108 
    109109### 
     
    288288## The Serial Console 
    289289## 
     290default CONFIG_USE_PRINTK_IN_CAR=1 
    290291 
    291292# To Enable the Serial Console 
  • trunk/coreboot-v2/src/mainboard/msi/ms9282/Options.lb

    r3053 r3617  
    101101uses CONFIG_COMPRESSED_PAYLOAD_NRV2B 
    102102uses CONFIG_PRECOMPRESSED_PAYLOAD 
     103uses CONFIG_USE_PRINTK_IN_CAR 
    103104 
    104105## ROM_SIZE is the size of boot ROM that this board will use. 
     
    204205default LIFT_BSP_APIC_ID=0 
    205206 
    206  
    207207## 
    208208## Build code to setup a generic IOAPIC 
     
    268268## The Serial Console 
    269269## 
     270default CONFIG_USE_PRINTK_IN_CAR=1 
    270271 
    271272# To Enable the Serial Console 
  • trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/Options.lb

    r3053 r3617  
    237237default CONFIG_USE_INIT=0 
    238238 
    239 default CONFIG_AP_CODE_IN_CAR=0 
     239default CONFIG_AP_CODE_IN_CAR=1 
    240240default MEM_TRAIN_SEQ=1 
    241241default WAIT_BEFORE_CPUS_INIT=1 
     
    306306## The Serial Console 
    307307## 
    308 default CONFIG_USE_PRINTK_IN_CAR=0 
     308default CONFIG_USE_PRINTK_IN_CAR=1 
    309309 
    310310# To Enable the Serial Console 
  • trunk/coreboot-v2/targets/supermicro/h8dmr/Config-abuild.lb

    r3053 r3617  
    1313        option USE_FAILOVER_IMAGE=0 
    1414        option USE_FALLBACK_IMAGE=0 
    15         option ROM_IMAGE_SIZE=0x18000 
     15        option ROM_IMAGE_SIZE=0x20000 
    1616        option COREBOOT_EXTRA_VERSION=".0-normal" 
    1717        payload __PAYLOAD__ 
     
    2121        option USE_FAILOVER_IMAGE=0 
    2222        option USE_FALLBACK_IMAGE=1 
    23         option ROM_IMAGE_SIZE=0x18000 
     23        option ROM_IMAGE_SIZE=0x20000 
    2424        option COREBOOT_EXTRA_VERSION=".0-fallback" 
    2525        payload __PAYLOAD__