coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
#include <arch/cache.h>
#include <bootblock_common.h>
#include <soc/clk.h>
#include <soc/wakeup.h>
#include <soc/cpu.h>
Include dependency graph for bootblock.c:

Go to the source code of this file.

Macros

#define SRAM_START   (EXYNOS5_SRAM_BASE >> 20)
 
#define SRAM_SIZE   1
 
#define SRAM_END   (SRAM_START + SRAM_SIZE) /* plus one... */
 

Functions

void bootblock_soc_init (void)
 

Macro Definition Documentation

◆ SRAM_END

#define SRAM_END   (SRAM_START + SRAM_SIZE) /* plus one... */

Definition at line 12 of file bootblock.c.

◆ SRAM_SIZE

#define SRAM_SIZE   1

Definition at line 11 of file bootblock.c.

◆ SRAM_START

#define SRAM_START   (EXYNOS5_SRAM_BASE >> 20)

Definition at line 10 of file bootblock.c.

Function Documentation

◆ bootblock_soc_init()

void bootblock_soc_init ( void  )