[coreboot] [commit] r6173 - in trunk/src: lib northbridge/intel/i945 southbridge/amd/sb700 southbridge/via/k8t890

Stefan Reinauer stepan at coreboot.org
Mon Dec 13 23:03:07 CET 2010


* repository service <svn at coreboot.org> [101213 20:59]:
> Modified: trunk/src/northbridge/intel/i945/raminit.c
> ==============================================================================
> --- trunk/src/northbridge/intel/i945/raminit.c	Mon Dec 13 20:53:58 2010	(r6172)
> +++ trunk/src/northbridge/intel/i945/raminit.c	Mon Dec 13 20:59:13 2010	(r6173)
> @@ -26,6 +26,11 @@
>  #include <arch/romcc_io.h>
>  #include "raminit.h"
>  #include "i945.h"
> +#include <cbmem.h>
> +
> +struct cbmem_entry *get_cbmem_toc(void) {
> +	return (struct cbmem_entry *)(get_top_of_ram() - HIGH_MEMORY_SIZE);
> +}
>  
>  /* Debugging macros. */
>  #if CONFIG_DEBUG_RAM_SETUP
> 

Rudolf,

please put the curly brackets of functions on the next line. 

Stefan




More information about the coreboot mailing list