coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
psp_verstage_addr.h File Reference

Go to the source code of this file.

Macros

#define PSP_SRAM_START   0x15000
 
#define PSP_SRAM_SIZE   (160K)
 
#define VERSTAGE_START   PSP_SRAM_START
 
#define PSP_VERSTAGE_TEMP_STACK_START   0x32000
 
#define PSP_VERSTAGE_TEMP_STACK_SIZE   (4K)
 
#define PSP_VERSTAGE_STACK_START   0x33000
 
#define PSP_VERSTAGE_STACK_SIZE   (40K)
 

Macro Definition Documentation

◆ PSP_SRAM_SIZE

#define PSP_SRAM_SIZE   (160K)

Definition at line 12 of file psp_verstage_addr.h.

◆ PSP_SRAM_START

#define PSP_SRAM_START   0x15000

Definition at line 11 of file psp_verstage_addr.h.

◆ PSP_VERSTAGE_STACK_SIZE

#define PSP_VERSTAGE_STACK_SIZE   (40K)

Definition at line 29 of file psp_verstage_addr.h.

◆ PSP_VERSTAGE_STACK_START

#define PSP_VERSTAGE_STACK_START   0x33000

Definition at line 28 of file psp_verstage_addr.h.

◆ PSP_VERSTAGE_TEMP_STACK_SIZE

#define PSP_VERSTAGE_TEMP_STACK_SIZE   (4K)

Definition at line 21 of file psp_verstage_addr.h.

◆ PSP_VERSTAGE_TEMP_STACK_START

#define PSP_VERSTAGE_TEMP_STACK_START   0x32000

Definition at line 20 of file psp_verstage_addr.h.

◆ VERSTAGE_START

#define VERSTAGE_START   PSP_SRAM_START

Definition at line 13 of file psp_verstage_addr.h.