Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Configuration for Versatile Express. Parts were derived from other ARM |
| 4 | * configurations. |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef __VEXPRESS_AEMV8A_H |
| 8 | #define __VEXPRESS_AEMV8A_H |
| 9 | |
Linus Walleij | 800d6fd | 2015-01-23 11:50:53 +0100 | [diff] [blame] | 10 | #ifdef CONFIG_TARGET_VEXPRESS64_BASE_FVP |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 11 | #ifndef CONFIG_SEMIHOSTING |
Linus Walleij | 800d6fd | 2015-01-23 11:50:53 +0100 | [diff] [blame] | 12 | #error CONFIG_TARGET_VEXPRESS64_BASE_FVP requires CONFIG_SEMIHOSTING |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 13 | #endif |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 14 | #endif |
| 15 | |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 16 | #define CONFIG_REMAKE_ELF |
| 17 | |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 18 | /* Link Definitions */ |
Ryan Harkin | d700c3a | 2019-08-27 11:56:49 +0100 | [diff] [blame] | 19 | #ifdef CONFIG_TARGET_VEXPRESS64_BASE_FVP |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 20 | /* ATF loads u-boot here for BASE_FVP model */ |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 21 | #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x03f00000) |
Linus Walleij | c582250 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 22 | #elif CONFIG_TARGET_VEXPRESS64_JUNO |
Linus Walleij | c582250 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 23 | #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x7fff0) |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 24 | #endif |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 25 | |
Ryan Harkin | 642aa2c | 2015-10-09 17:18:01 +0100 | [diff] [blame] | 26 | #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ |
| 27 | |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 28 | /* CS register bases for the original memory map. */ |
| 29 | #define V2M_PA_CS0 0x00000000 |
| 30 | #define V2M_PA_CS1 0x14000000 |
| 31 | #define V2M_PA_CS2 0x18000000 |
| 32 | #define V2M_PA_CS3 0x1c000000 |
| 33 | #define V2M_PA_CS4 0x0c000000 |
| 34 | #define V2M_PA_CS5 0x10000000 |
| 35 | |
| 36 | #define V2M_PERIPH_OFFSET(x) (x << 16) |
| 37 | #define V2M_SYSREGS (V2M_PA_CS3 + V2M_PERIPH_OFFSET(1)) |
| 38 | #define V2M_SYSCTL (V2M_PA_CS3 + V2M_PERIPH_OFFSET(2)) |
| 39 | #define V2M_SERIAL_BUS_PCI (V2M_PA_CS3 + V2M_PERIPH_OFFSET(3)) |
| 40 | |
| 41 | #define V2M_BASE 0x80000000 |
| 42 | |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 43 | /* Common peripherals relative to CS7. */ |
| 44 | #define V2M_AACI (V2M_PA_CS3 + V2M_PERIPH_OFFSET(4)) |
| 45 | #define V2M_MMCI (V2M_PA_CS3 + V2M_PERIPH_OFFSET(5)) |
| 46 | #define V2M_KMI0 (V2M_PA_CS3 + V2M_PERIPH_OFFSET(6)) |
| 47 | #define V2M_KMI1 (V2M_PA_CS3 + V2M_PERIPH_OFFSET(7)) |
| 48 | |
Linus Walleij | c582250 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 49 | #ifdef CONFIG_TARGET_VEXPRESS64_JUNO |
| 50 | #define V2M_UART0 0x7ff80000 |
| 51 | #define V2M_UART1 0x7ff70000 |
| 52 | #else /* Not Juno */ |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 53 | #define V2M_UART0 (V2M_PA_CS3 + V2M_PERIPH_OFFSET(9)) |
| 54 | #define V2M_UART1 (V2M_PA_CS3 + V2M_PERIPH_OFFSET(10)) |
| 55 | #define V2M_UART2 (V2M_PA_CS3 + V2M_PERIPH_OFFSET(11)) |
| 56 | #define V2M_UART3 (V2M_PA_CS3 + V2M_PERIPH_OFFSET(12)) |
Linus Walleij | c582250 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 57 | #endif |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 58 | |
| 59 | #define V2M_WDT (V2M_PA_CS3 + V2M_PERIPH_OFFSET(15)) |
| 60 | |
| 61 | #define V2M_TIMER01 (V2M_PA_CS3 + V2M_PERIPH_OFFSET(17)) |
| 62 | #define V2M_TIMER23 (V2M_PA_CS3 + V2M_PERIPH_OFFSET(18)) |
| 63 | |
| 64 | #define V2M_SERIAL_BUS_DVI (V2M_PA_CS3 + V2M_PERIPH_OFFSET(22)) |
| 65 | #define V2M_RTC (V2M_PA_CS3 + V2M_PERIPH_OFFSET(23)) |
| 66 | |
| 67 | #define V2M_CF (V2M_PA_CS3 + V2M_PERIPH_OFFSET(26)) |
| 68 | |
| 69 | #define V2M_CLCD (V2M_PA_CS3 + V2M_PERIPH_OFFSET(31)) |
| 70 | |
| 71 | /* System register offsets. */ |
| 72 | #define V2M_SYS_CFGDATA (V2M_SYSREGS + 0x0a0) |
| 73 | #define V2M_SYS_CFGCTRL (V2M_SYSREGS + 0x0a4) |
| 74 | #define V2M_SYS_CFGSTAT (V2M_SYSREGS + 0x0a8) |
| 75 | |
| 76 | /* Generic Timer Definitions */ |
| 77 | #define COUNTER_FREQUENCY (0x1800000) /* 24MHz */ |
| 78 | |
| 79 | /* Generic Interrupt Controller Definitions */ |
David Feng | 79bbde0 | 2014-03-14 14:26:27 +0800 | [diff] [blame] | 80 | #ifdef CONFIG_GICV3 |
| 81 | #define GICD_BASE (0x2f000000) |
| 82 | #define GICR_BASE (0x2f100000) |
| 83 | #else |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 84 | |
Ryan Harkin | d700c3a | 2019-08-27 11:56:49 +0100 | [diff] [blame] | 85 | #ifdef CONFIG_TARGET_VEXPRESS64_BASE_FVP |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 86 | #define GICD_BASE (0x2f000000) |
| 87 | #define GICC_BASE (0x2c000000) |
Linus Walleij | c582250 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 88 | #elif CONFIG_TARGET_VEXPRESS64_JUNO |
| 89 | #define GICD_BASE (0x2C010000) |
| 90 | #define GICC_BASE (0x2C02f000) |
David Feng | 79bbde0 | 2014-03-14 14:26:27 +0800 | [diff] [blame] | 91 | #endif |
Linus Walleij | a90caa3 | 2015-03-23 11:06:14 +0100 | [diff] [blame] | 92 | #endif /* !CONFIG_GICV3 */ |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 93 | |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 94 | /* Size of malloc() pool */ |
Tom Rini | 7e76aa4 | 2014-08-14 06:42:37 -0400 | [diff] [blame] | 95 | #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (8 << 20)) |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 96 | |
Adam Ford | 0a044f8 | 2017-09-05 15:20:44 -0500 | [diff] [blame] | 97 | #ifndef CONFIG_TARGET_VEXPRESS64_JUNO |
Linus Walleij | 48b4755 | 2015-02-17 11:35:25 +0100 | [diff] [blame] | 98 | /* The Vexpress64 simulators use SMSC91C111 */ |
Bhupesh Sharma | e997f35 | 2014-01-16 09:47:40 -0600 | [diff] [blame] | 99 | #define CONFIG_SMC91111 1 |
| 100 | #define CONFIG_SMC91111_BASE (0x01A000000) |
Linus Walleij | 48b4755 | 2015-02-17 11:35:25 +0100 | [diff] [blame] | 101 | #endif |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 102 | |
| 103 | /* PL011 Serial Configuration */ |
Linus Walleij | c582250 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 104 | #ifdef CONFIG_TARGET_VEXPRESS64_JUNO |
| 105 | #define CONFIG_PL011_CLOCK 7273800 |
| 106 | #else |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 107 | #define CONFIG_PL011_CLOCK 24000000 |
Linus Walleij | c582250 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 108 | #endif |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 109 | |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 110 | /* BOOTP options */ |
| 111 | #define CONFIG_BOOTP_BOOTFILESIZE |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 112 | |
| 113 | /* Miscellaneous configurable options */ |
| 114 | #define CONFIG_SYS_LOAD_ADDR (V2M_BASE + 0x10000000) |
| 115 | |
| 116 | /* Physical Memory Map */ |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 117 | #define PHYS_SDRAM_1 (V2M_BASE) /* SDRAM Bank #1 */ |
Linus Walleij | 0a38bfe | 2015-05-11 10:03:57 +0200 | [diff] [blame] | 118 | /* Top 16MB reserved for secure world use */ |
| 119 | #define DRAM_SEC_SIZE 0x01000000 |
| 120 | #define PHYS_SDRAM_1_SIZE 0x80000000 - DRAM_SEC_SIZE |
| 121 | #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 |
| 122 | |
Ryan Harkin | 98d2fff | 2015-11-18 10:39:07 +0000 | [diff] [blame] | 123 | #ifdef CONFIG_TARGET_VEXPRESS64_JUNO |
Ryan Harkin | 98d2fff | 2015-11-18 10:39:07 +0000 | [diff] [blame] | 124 | #define PHYS_SDRAM_2 (0x880000000) |
| 125 | #define PHYS_SDRAM_2_SIZE 0x180000000 |
Ryan Harkin | 98d2fff | 2015-11-18 10:39:07 +0000 | [diff] [blame] | 126 | #endif |
| 127 | |
Linus Walleij | 0a38bfe | 2015-05-11 10:03:57 +0200 | [diff] [blame] | 128 | /* Enable memtest */ |
Linus Walleij | 0a38bfe | 2015-05-11 10:03:57 +0200 | [diff] [blame] | 129 | #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM_1 |
| 130 | #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE) |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 131 | |
| 132 | /* Initial environment variables */ |
Linus Walleij | c39566a | 2015-04-05 01:48:32 +0200 | [diff] [blame] | 133 | #ifdef CONFIG_TARGET_VEXPRESS64_JUNO |
| 134 | /* |
| 135 | * Defines where the kernel and FDT exist in NOR flash and where it will |
| 136 | * be copied into DRAM |
| 137 | */ |
| 138 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Ryan Harkin | 66fe7ee | 2015-10-09 17:18:07 +0100 | [diff] [blame] | 139 | "kernel_name=norkern\0" \ |
| 140 | "kernel_alt_name=Image\0" \ |
Andre Przywara | a941510 | 2016-01-04 15:43:36 +0000 | [diff] [blame] | 141 | "kernel_addr=0x80080000\0" \ |
Ryan Harkin | f7e1e9e | 2015-10-09 17:18:06 +0100 | [diff] [blame] | 142 | "initrd_name=ramdisk.img\0" \ |
| 143 | "initrd_addr=0x84000000\0" \ |
Alexander Graf | af68480 | 2016-03-04 01:10:11 +0100 | [diff] [blame] | 144 | "fdtfile=board.dtb\0" \ |
Ryan Harkin | 66fe7ee | 2015-10-09 17:18:07 +0100 | [diff] [blame] | 145 | "fdt_alt_name=juno\0" \ |
Linus Walleij | c39566a | 2015-04-05 01:48:32 +0200 | [diff] [blame] | 146 | "fdt_addr=0x83000000\0" \ |
| 147 | "fdt_high=0xffffffffffffffff\0" \ |
| 148 | "initrd_high=0xffffffffffffffff\0" \ |
| 149 | |
Linus Walleij | c39566a | 2015-04-05 01:48:32 +0200 | [diff] [blame] | 150 | /* Copy the kernel and FDT to DRAM memory and boot */ |
| 151 | #define CONFIG_BOOTCOMMAND "afs load ${kernel_name} ${kernel_addr} ; " \ |
Ryan Harkin | 66fe7ee | 2015-10-09 17:18:07 +0100 | [diff] [blame] | 152 | "if test $? -eq 1; then "\ |
| 153 | " echo Loading ${kernel_alt_name} instead of "\ |
| 154 | "${kernel_name}; "\ |
| 155 | " afs load ${kernel_alt_name} ${kernel_addr};"\ |
| 156 | "fi ; "\ |
Alexander Graf | af68480 | 2016-03-04 01:10:11 +0100 | [diff] [blame] | 157 | "afs load ${fdtfile} ${fdt_addr} ; " \ |
Ryan Harkin | 66fe7ee | 2015-10-09 17:18:07 +0100 | [diff] [blame] | 158 | "if test $? -eq 1; then "\ |
| 159 | " echo Loading ${fdt_alt_name} instead of "\ |
Alexander Graf | af68480 | 2016-03-04 01:10:11 +0100 | [diff] [blame] | 160 | "${fdtfile}; "\ |
Ryan Harkin | 66fe7ee | 2015-10-09 17:18:07 +0100 | [diff] [blame] | 161 | " afs load ${fdt_alt_name} ${fdt_addr}; "\ |
| 162 | "fi ; "\ |
Linus Walleij | c39566a | 2015-04-05 01:48:32 +0200 | [diff] [blame] | 163 | "fdt addr ${fdt_addr}; fdt resize; " \ |
Ryan Harkin | f7e1e9e | 2015-10-09 17:18:06 +0100 | [diff] [blame] | 164 | "if afs load ${initrd_name} ${initrd_addr} ; "\ |
| 165 | "then "\ |
| 166 | " setenv initrd_param ${initrd_addr}; "\ |
| 167 | " else setenv initrd_param -; "\ |
| 168 | "fi ; " \ |
| 169 | "booti ${kernel_addr} ${initrd_param} ${fdt_addr}" |
Linus Walleij | c39566a | 2015-04-05 01:48:32 +0200 | [diff] [blame] | 170 | |
Linus Walleij | c39566a | 2015-04-05 01:48:32 +0200 | [diff] [blame] | 171 | |
| 172 | #elif CONFIG_TARGET_VEXPRESS64_BASE_FVP |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 173 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Linus Walleij | 4d30c9d | 2015-05-27 09:45:39 +0200 | [diff] [blame] | 174 | "kernel_name=Image\0" \ |
Andre Przywara | a941510 | 2016-01-04 15:43:36 +0000 | [diff] [blame] | 175 | "kernel_addr=0x80080000\0" \ |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 176 | "initrd_name=ramdisk.img\0" \ |
Linus Walleij | e08177c | 2015-03-23 11:06:12 +0100 | [diff] [blame] | 177 | "initrd_addr=0x88000000\0" \ |
Alexander Graf | af68480 | 2016-03-04 01:10:11 +0100 | [diff] [blame] | 178 | "fdtfile=devtree.dtb\0" \ |
Linus Walleij | e08177c | 2015-03-23 11:06:12 +0100 | [diff] [blame] | 179 | "fdt_addr=0x83000000\0" \ |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 180 | "fdt_high=0xffffffffffffffff\0" \ |
| 181 | "initrd_high=0xffffffffffffffff\0" |
| 182 | |
Linus Walleij | e08177c | 2015-03-23 11:06:12 +0100 | [diff] [blame] | 183 | #define CONFIG_BOOTCOMMAND "smhload ${kernel_name} ${kernel_addr}; " \ |
Alexander Graf | af68480 | 2016-03-04 01:10:11 +0100 | [diff] [blame] | 184 | "smhload ${fdtfile} ${fdt_addr}; " \ |
Ryan Harkin | 64541f2 | 2015-10-09 17:17:59 +0100 | [diff] [blame] | 185 | "smhload ${initrd_name} ${initrd_addr} "\ |
| 186 | "initrd_end; " \ |
Linus Walleij | 4d30c9d | 2015-05-27 09:45:39 +0200 | [diff] [blame] | 187 | "fdt addr ${fdt_addr}; fdt resize; " \ |
| 188 | "fdt chosen ${initrd_addr} ${initrd_end}; " \ |
| 189 | "booti $kernel_addr - $fdt_addr" |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 190 | |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 191 | |
Darwin Rambo | d32d411 | 2014-06-09 11:12:59 -0700 | [diff] [blame] | 192 | #endif |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 193 | |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 194 | /* Monitor Command Prompt */ |
| 195 | #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 196 | #define CONFIG_SYS_MAXARGS 64 /* max command args */ |
| 197 | |
Ryan Harkin | ad5b2a2 | 2015-11-18 10:39:09 +0000 | [diff] [blame] | 198 | #ifdef CONFIG_TARGET_VEXPRESS64_JUNO |
| 199 | #define CONFIG_SYS_FLASH_BASE 0x08000000 |
| 200 | /* 255 x 256KiB sectors + 4 x 64KiB sectors at the end = 259 */ |
| 201 | #define CONFIG_SYS_MAX_FLASH_SECT 259 |
| 202 | /* Store environment at top of flash in the same location as blank.img */ |
| 203 | /* in the Juno firmware. */ |
| 204 | #define CONFIG_ENV_ADDR 0x0BFC0000 |
| 205 | #define CONFIG_ENV_SECT_SIZE 0x00010000 |
Linus Walleij | 6ba4b6a | 2015-02-19 17:19:37 +0100 | [diff] [blame] | 206 | #else |
Ryan Harkin | ad5b2a2 | 2015-11-18 10:39:09 +0000 | [diff] [blame] | 207 | #define CONFIG_SYS_FLASH_BASE 0x0C000000 |
| 208 | /* 256 x 256KiB sectors */ |
| 209 | #define CONFIG_SYS_MAX_FLASH_SECT 256 |
| 210 | /* Store environment at top of flash */ |
| 211 | #define CONFIG_ENV_ADDR 0x0FFC0000 |
| 212 | #define CONFIG_ENV_SECT_SIZE 0x00040000 |
| 213 | #endif |
| 214 | |
Ryan Harkin | b1a4a67 | 2015-05-08 18:07:52 +0100 | [diff] [blame] | 215 | #define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_32BIT |
Ryan Harkin | ad5b2a2 | 2015-11-18 10:39:09 +0000 | [diff] [blame] | 216 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 |
Linus Walleij | 6ba4b6a | 2015-02-19 17:19:37 +0100 | [diff] [blame] | 217 | |
Linus Walleij | 6ba4b6a | 2015-02-19 17:19:37 +0100 | [diff] [blame] | 218 | #define CONFIG_SYS_FLASH_EMPTY_INFO /* flinfo indicates empty blocks */ |
Ryan Harkin | ad5b2a2 | 2015-11-18 10:39:09 +0000 | [diff] [blame] | 219 | #define FLASH_MAX_SECTOR_SIZE 0x00040000 |
| 220 | #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE |
Linus Walleij | 6ba4b6a | 2015-02-19 17:19:37 +0100 | [diff] [blame] | 221 | |
David Feng | 3b5458c | 2013-12-14 11:47:37 +0800 | [diff] [blame] | 222 | #endif /* __VEXPRESS_AEMV8A_H */ |