Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Linus Walleij | e62b008 | 2012-08-04 05:21:28 +0000 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2012 |
| 4 | * Linaro |
| 5 | * Linus Walleij <linus.walleij@linaro.org> |
| 6 | * Common ARM Integrator configuration settings |
Linus Walleij | e62b008 | 2012-08-04 05:21:28 +0000 | [diff] [blame] | 7 | */ |
| 8 | |
Linus Walleij | e62b008 | 2012-08-04 05:21:28 +0000 | [diff] [blame] | 9 | #define CONFIG_SYS_TIMERBASE 0x13000100 /* Timer1 */ |
Linus Walleij | e62b008 | 2012-08-04 05:21:28 +0000 | [diff] [blame] | 10 | |
Linus Walleij | e62b008 | 2012-08-04 05:21:28 +0000 | [diff] [blame] | 11 | /* |
Linus Walleij | e62b008 | 2012-08-04 05:21:28 +0000 | [diff] [blame] | 12 | * The ARM boot monitor initializes the board. |
| 13 | * However, the default U-Boot code also performs the initialization. |
| 14 | * If desired, this can be prevented by defining SKIP_LOWLEVEL_INIT |
| 15 | * - see documentation supplied with board for details of how to choose the |
| 16 | * image to run at reset/power up |
| 17 | * e.g. whether the ARM Boot Monitor runs before U-Boot |
| 18 | */ |
Linus Walleij | e62b008 | 2012-08-04 05:21:28 +0000 | [diff] [blame] | 19 | |
| 20 | /* |
| 21 | * The ARM boot monitor does not relocate U-Boot. |
| 22 | * However, the default U-Boot code performs the relocation check, |
| 23 | * and may relocate the code if the memory map is changed. |
| 24 | * If necessary this can be prevented by defining SKIP_RELOCATE_UBOOT |
| 25 | */ |
| 26 | /* #define SKIP_CONFIG_RELOCATE_UBOOT */ |
| 27 | |
Linus Walleij | e62b008 | 2012-08-04 05:21:28 +0000 | [diff] [blame] | 28 | /* |
| 29 | * Physical Memory Map |
| 30 | */ |
Linus Walleij | e62b008 | 2012-08-04 05:21:28 +0000 | [diff] [blame] | 31 | #define PHYS_SDRAM_1 0x00000000 /* SDRAM Bank #1 */ |
| 32 | #define PHYS_SDRAM_1_SIZE 0x08000000 /* 128 MB */ |
| 33 | #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 |
Linus Walleij | a7b00a7 | 2015-04-05 01:48:33 +0200 | [diff] [blame] | 34 | |
| 35 | /* |
| 36 | * FLASH and environment organization |
| 37 | * Top varies according to amount fitted |
| 38 | * Reserve top 4 blocks of flash |
| 39 | * - ARM Boot Monitor |
| 40 | * - Unused |
| 41 | * - SIB block |
| 42 | * - U-Boot environment |
| 43 | */ |
Linus Walleij | a7b00a7 | 2015-04-05 01:48:33 +0200 | [diff] [blame] | 44 | #define CONFIG_SYS_FLASH_BASE 0x24000000 |
Linus Walleij | a7b00a7 | 2015-04-05 01:48:33 +0200 | [diff] [blame] | 45 | |
| 46 | /* Timeout values in ticks */ |