coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
addressmap.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #define FU540_MSEL 0x00001000
4 #define FU540_DTIM 0x01000000
5 #define FU540_CLINT 0x02000000
6 #define FU540_L2LIM 0x08000000
7 #define FU540_UART0 0x10010000
8 #define FU540_UART(x) (FU540_UART0 + 0x1000 * (x))
9 #define FU540_PRCI 0x10000000
10 #define FU540_QSPI0 0x10040000
11 #define FU540_QSPI1 0x10041000
12 #define FU540_QSPI2 0x10050000
13 #define FU540_GPIO 0x10060000
14 #define FU540_OTP 0x10070000
15 #define FU540_PINCTRL 0x10080000
16 #define FU540_ETHMAC 0x10090000
17 #define FU540_ETHMGMT 0x100a0000
18 #define FU540_DDRCTRL 0x100b0000
19 #define FU540_DDRBUSBLOCKER 0x100b8000
20 #define FU540_DDRMGMT 0x100c0000
21 #define FU540_QSPI0FLASH 0x20000000
22 #define FU540_QSPI1FLASH 0x30000000
23 #define FU540_DRAM 0x80000000
24 #define FU540_MAXDRAM 0x2000000000ULL