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 FU540_MSEL   0x00001000
 
#define FU540_DTIM   0x01000000
 
#define FU540_CLINT   0x02000000
 
#define FU540_L2LIM   0x08000000
 
#define FU540_UART0   0x10010000
 
#define FU540_UART(x)   (FU540_UART0 + 0x1000 * (x))
 
#define FU540_PRCI   0x10000000
 
#define FU540_QSPI0   0x10040000
 
#define FU540_QSPI1   0x10041000
 
#define FU540_QSPI2   0x10050000
 
#define FU540_GPIO   0x10060000
 
#define FU540_OTP   0x10070000
 
#define FU540_PINCTRL   0x10080000
 
#define FU540_ETHMAC   0x10090000
 
#define FU540_ETHMGMT   0x100a0000
 
#define FU540_DDRCTRL   0x100b0000
 
#define FU540_DDRBUSBLOCKER   0x100b8000
 
#define FU540_DDRMGMT   0x100c0000
 
#define FU540_QSPI0FLASH   0x20000000
 
#define FU540_QSPI1FLASH   0x30000000
 
#define FU540_DRAM   0x80000000
 
#define FU540_MAXDRAM   0x2000000000ULL
 

Macro Definition Documentation

◆ FU540_CLINT

#define FU540_CLINT   0x02000000

Definition at line 5 of file addressmap.h.

◆ FU540_DDRBUSBLOCKER

#define FU540_DDRBUSBLOCKER   0x100b8000

Definition at line 19 of file addressmap.h.

◆ FU540_DDRCTRL

#define FU540_DDRCTRL   0x100b0000

Definition at line 18 of file addressmap.h.

◆ FU540_DDRMGMT

#define FU540_DDRMGMT   0x100c0000

Definition at line 20 of file addressmap.h.

◆ FU540_DRAM

#define FU540_DRAM   0x80000000

Definition at line 23 of file addressmap.h.

◆ FU540_DTIM

#define FU540_DTIM   0x01000000

Definition at line 4 of file addressmap.h.

◆ FU540_ETHMAC

#define FU540_ETHMAC   0x10090000

Definition at line 16 of file addressmap.h.

◆ FU540_ETHMGMT

#define FU540_ETHMGMT   0x100a0000

Definition at line 17 of file addressmap.h.

◆ FU540_GPIO

#define FU540_GPIO   0x10060000

Definition at line 13 of file addressmap.h.

◆ FU540_L2LIM

#define FU540_L2LIM   0x08000000

Definition at line 6 of file addressmap.h.

◆ FU540_MAXDRAM

#define FU540_MAXDRAM   0x2000000000ULL

Definition at line 24 of file addressmap.h.

◆ FU540_MSEL

#define FU540_MSEL   0x00001000

Definition at line 3 of file addressmap.h.

◆ FU540_OTP

#define FU540_OTP   0x10070000

Definition at line 14 of file addressmap.h.

◆ FU540_PINCTRL

#define FU540_PINCTRL   0x10080000

Definition at line 15 of file addressmap.h.

◆ FU540_PRCI

#define FU540_PRCI   0x10000000

Definition at line 9 of file addressmap.h.

◆ FU540_QSPI0

#define FU540_QSPI0   0x10040000

Definition at line 10 of file addressmap.h.

◆ FU540_QSPI0FLASH

#define FU540_QSPI0FLASH   0x20000000

Definition at line 21 of file addressmap.h.

◆ FU540_QSPI1

#define FU540_QSPI1   0x10041000

Definition at line 11 of file addressmap.h.

◆ FU540_QSPI1FLASH

#define FU540_QSPI1FLASH   0x30000000

Definition at line 22 of file addressmap.h.

◆ FU540_QSPI2

#define FU540_QSPI2   0x10050000

Definition at line 12 of file addressmap.h.

◆ FU540_UART

#define FU540_UART (   x)    (FU540_UART0 + 0x1000 * (x))

Definition at line 8 of file addressmap.h.

◆ FU540_UART0

#define FU540_UART0   0x10010000

Definition at line 7 of file addressmap.h.