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   0x26000
 
#define PSP_SRAM_SIZE   (148K)
 
#define VERSTAGE_START   PSP_SRAM_START
 
#define PSP_VERSTAGE_STACK_START   0x41000
 
#define PSP_VERSTAGE_STACK_SIZE   (40K)
 

Macro Definition Documentation

◆ PSP_SRAM_SIZE

#define PSP_SRAM_SIZE   (148K)

Definition at line 12 of file psp_verstage_addr.h.

◆ PSP_SRAM_START

#define PSP_SRAM_START   0x26000

Definition at line 11 of file psp_verstage_addr.h.

◆ PSP_VERSTAGE_STACK_SIZE

#define PSP_VERSTAGE_STACK_SIZE   (40K)

Definition at line 21 of file psp_verstage_addr.h.

◆ PSP_VERSTAGE_STACK_START

#define PSP_VERSTAGE_STACK_START   0x41000

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.