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

Go to the source code of this file.

Macros

#define ELF_CLASS   ELFCLASS32
 
#define ELF_DATA   ELFDATA2LSB
 
#define ELF_ARCH   EM_ARM
 

Macro Definition Documentation

◆ ELF_ARCH

#define ELF_ARCH   EM_ARM

Definition at line 8 of file boot.h.

◆ ELF_CLASS

#define ELF_CLASS   ELFCLASS32

Definition at line 6 of file boot.h.

◆ ELF_DATA

#define ELF_DATA   ELFDATA2LSB

Definition at line 7 of file boot.h.