[coreboot] r836 - in coreboot-v3: arch/x86/amd/model_fxx mainboard/amd/serengeti

Stefan Reinauer stepan at coresystems.de
Thu Aug 28 08:38:53 CEST 2008


svn at coreboot.org wrote:
> Author: rminnich
> Date: 2008-08-28 04:35:56 +0200 (Thu, 28 Aug 2008)
> New Revision: 836
>
> Added:
>    coreboot-v3/arch/x86/amd/model_fxx/dualcore_id.c
> Modified:
>    coreboot-v3/arch/x86/amd/model_fxx/init_cpus.c
>    coreboot-v3/mainboard/amd/serengeti/mainboard.h
>   

Can you guys drop these printk redefinitions completely? They're a romcc
relict.

> Modified: coreboot-v3/arch/x86/amd/model_fxx/init_cpus.c
> ===================================================================
> --- coreboot-v3/arch/x86/amd/model_fxx/init_cpus.c	2008-08-28 02:32:27 UTC (rev 835)
> +++ coreboot-v3/arch/x86/amd/model_fxx/init_cpus.c	2008-08-28 02:35:56 UTC (rev 836)
> @@ -38,33 +38,33 @@
>  #define K8_SET_FIDVID 1
>  
>  #ifndef K8_SET_FIDVID_CORE0_ONLY
> -	/* MSR FIDVID_CTL and FIDVID_STATUS are shared by cores, so may don't need to do twice*/
> -       	#define K8_SET_FIDVID_CORE0_ONLY 1
> +	/* MSR FIDVID_CTL and FIDVID_STATUS are shared by cores, so may don't need to do twice */
> +#define K8_SET_FIDVID_CORE0_ONLY 1
>  #endif
>  
> -static void print_initcpu8 (const char *strval, unsigned int val)
> +static void print_initcpu8(const char *strval, unsigned int val)
>  {
> -        printk(BIOS_DEBUG, "%s%02x\n", strval, val);
> +	printk(BIOS_DEBUG, "%s%02x\n", strval, val);
>  }
>  
> -static void print_initcpu8_nocr (const char *strval, unsigned val)
> +static void print_initcpu8_nocr(const char *strval, unsigned val)
>  {
> -        printk(BIOS_DEBUG, "%s%02x", strval, val);
> +	printk(BIOS_DEBUG, "%s%02x", strval, val);
>  }
>  
>  
> -static void print_initcpu16 (const char *strval, unsigned val)
> +static void print_initcpu16(const char *strval, unsigned val)
>  {
> -        printk(BIOS_DEBUG, "%s%04x\n", strval, val);
> +	printk(BIOS_DEBUG, "%s%04x\n", strval, val);
>  }
>  
>  static inline void print_initcpu(const char *strval, unsigned val)
>  {
> -        printk(BIOS_DEBUG, "%s%08x\n", strval, val);
> +	printk(BIOS_DEBUG, "%s%08x\n", strval, val);
>  
>  }



-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866






More information about the coreboot mailing list