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

Go to the source code of this file.

Macros

#define VIRT_UART_BASE   0x09000000
 
#define VIRT_RTC_BASE   0x09010000
 
#define VIRT_GPIO_BASE   0x09030000
 
#define VIRT_SECURE_UART_BASE   0x09040000
 
#define VIRT_SMMU_BASE   0x09050000
 
#define VIRT_MMIO_BASE   0x0a000000
 
#define VIRT_PLATFORM_BUS_BASE   0x0c000000
 
#define VIRT_SECRAM_BASE   0xe000000
 

Macro Definition Documentation

◆ VIRT_GPIO_BASE

#define VIRT_GPIO_BASE   0x09030000

Definition at line 25 of file addressmap.h.

◆ VIRT_MMIO_BASE

#define VIRT_MMIO_BASE   0x0a000000

Definition at line 28 of file addressmap.h.

◆ VIRT_PLATFORM_BUS_BASE

#define VIRT_PLATFORM_BUS_BASE   0x0c000000

Definition at line 29 of file addressmap.h.

◆ VIRT_RTC_BASE

#define VIRT_RTC_BASE   0x09010000

Definition at line 24 of file addressmap.h.

◆ VIRT_SECRAM_BASE

#define VIRT_SECRAM_BASE   0xe000000

Definition at line 30 of file addressmap.h.

◆ VIRT_SECURE_UART_BASE

#define VIRT_SECURE_UART_BASE   0x09040000

Definition at line 26 of file addressmap.h.

◆ VIRT_SMMU_BASE

#define VIRT_SMMU_BASE   0x09050000

Definition at line 27 of file addressmap.h.

◆ VIRT_UART_BASE

#define VIRT_UART_BASE   0x09000000

Definition at line 23 of file addressmap.h.