Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2013 Samsung Electronics |
| 4 | * |
| 5 | * Configuration settings for the SAMSUNG EXYNOS5 board. |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 6 | */ |
| 7 | |
Simon Glass | be16500 | 2014-10-07 22:01:44 -0600 | [diff] [blame] | 8 | #ifndef __CONFIG_EXYNOS5_COMMON_H |
| 9 | #define __CONFIG_EXYNOS5_COMMON_H |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 10 | |
Simon Glass | 14e27ab | 2014-10-07 22:01:45 -0600 | [diff] [blame] | 11 | #define CONFIG_EXYNOS5 /* Exynos5 Family */ |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 12 | |
Simon Glass | 14e27ab | 2014-10-07 22:01:45 -0600 | [diff] [blame] | 13 | #include "exynos-common.h" |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 14 | |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 15 | #define CONFIG_EXYNOS_SPL |
| 16 | |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 17 | /* Enable ACE acceleration for SHA1 and SHA256 */ |
| 18 | #define CONFIG_EXYNOS_ACE_SHA |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 19 | |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 20 | /* Power Down Modes */ |
| 21 | #define S5P_CHECK_SLEEP 0x00000BAD |
| 22 | #define S5P_CHECK_DIDLE 0xBAD00000 |
| 23 | #define S5P_CHECK_LPA 0xABAD0000 |
| 24 | |
| 25 | /* Offset for inform registers */ |
| 26 | #define INFORM0_OFFSET 0x800 |
| 27 | #define INFORM1_OFFSET 0x804 |
| 28 | #define INFORM2_OFFSET 0x808 |
| 29 | #define INFORM3_OFFSET 0x80c |
| 30 | |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 31 | /* select serial console configuration */ |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 32 | #define EXYNOS5_DEFAULT_UART_OFFSET 0x010000 |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 33 | |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 34 | /* Thermal Management Unit */ |
| 35 | #define CONFIG_EXYNOS_TMU |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 36 | |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 37 | /* MMC SPL */ |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 38 | #define COPY_BL2_FNPTR_ADDR 0x02020030 |
| 39 | |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 40 | #define CONFIG_RD_LVL |
| 41 | |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 42 | #define PHYS_SDRAM_1 CONFIG_SYS_SDRAM_BASE |
| 43 | #define PHYS_SDRAM_1_SIZE SDRAM_BANK_SIZE |
| 44 | #define PHYS_SDRAM_2 (CONFIG_SYS_SDRAM_BASE + SDRAM_BANK_SIZE) |
| 45 | #define PHYS_SDRAM_2_SIZE SDRAM_BANK_SIZE |
| 46 | #define PHYS_SDRAM_3 (CONFIG_SYS_SDRAM_BASE + (2 * SDRAM_BANK_SIZE)) |
| 47 | #define PHYS_SDRAM_3_SIZE SDRAM_BANK_SIZE |
| 48 | #define PHYS_SDRAM_4 (CONFIG_SYS_SDRAM_BASE + (3 * SDRAM_BANK_SIZE)) |
| 49 | #define PHYS_SDRAM_4_SIZE SDRAM_BANK_SIZE |
| 50 | #define PHYS_SDRAM_5 (CONFIG_SYS_SDRAM_BASE + (4 * SDRAM_BANK_SIZE)) |
| 51 | #define PHYS_SDRAM_5_SIZE SDRAM_BANK_SIZE |
| 52 | #define PHYS_SDRAM_6 (CONFIG_SYS_SDRAM_BASE + (5 * SDRAM_BANK_SIZE)) |
| 53 | #define PHYS_SDRAM_6_SIZE SDRAM_BANK_SIZE |
| 54 | #define PHYS_SDRAM_7 (CONFIG_SYS_SDRAM_BASE + (6 * SDRAM_BANK_SIZE)) |
| 55 | #define PHYS_SDRAM_7_SIZE SDRAM_BANK_SIZE |
| 56 | #define PHYS_SDRAM_8 (CONFIG_SYS_SDRAM_BASE + (7 * SDRAM_BANK_SIZE)) |
| 57 | #define PHYS_SDRAM_8_SIZE SDRAM_BANK_SIZE |
| 58 | |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 59 | /* SPI */ |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 60 | |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 61 | /* Ethernet Controllor Driver */ |
| 62 | #ifdef CONFIG_CMD_NET |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 63 | #define CONFIG_ENV_SROM_BANK 1 |
| 64 | #endif /*CONFIG_CMD_NET*/ |
| 65 | |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 66 | /* Enable Time Command */ |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 67 | |
Sjoerd Simons | 1a5d721 | 2014-12-29 22:17:10 +0100 | [diff] [blame] | 68 | /* USB */ |
Sjoerd Simons | 1a5d721 | 2014-12-29 22:17:10 +0100 | [diff] [blame] | 69 | |
Akshay Saraswat | 5cae412 | 2014-06-18 17:54:01 +0530 | [diff] [blame] | 70 | /* USB boot mode */ |
| 71 | #define CONFIG_USB_BOOTING |
| 72 | #define EXYNOS_COPY_USB_FNPTR_ADDR 0x02020070 |
| 73 | #define EXYNOS_USB_SECONDARY_BOOT 0xfeed0002 |
| 74 | #define EXYNOS_IRAM_SECONDARY_BASE 0x02020018 |
| 75 | |
Ian Campbell | 3ecaa40 | 2014-11-09 10:44:32 +0000 | [diff] [blame] | 76 | #define BOOT_TARGET_DEVICES(func) \ |
Guillaume GARDET | 3d9bbb0 | 2019-07-24 09:10:13 +0200 | [diff] [blame] | 77 | func(MMC, mmc, 2) \ |
Ian Campbell | 3ecaa40 | 2014-11-09 10:44:32 +0000 | [diff] [blame] | 78 | func(MMC, mmc, 1) \ |
| 79 | func(MMC, mmc, 0) \ |
| 80 | func(PXE, pxe, na) \ |
| 81 | func(DHCP, dhcp, na) |
| 82 | |
| 83 | #include <config_distro_bootcmd.h> |
| 84 | |
| 85 | #ifndef MEM_LAYOUT_ENV_SETTINGS |
| 86 | /* 2GB RAM, bootm size of 256M, load scripts after that */ |
| 87 | #define MEM_LAYOUT_ENV_SETTINGS \ |
| 88 | "bootm_size=0x10000000\0" \ |
| 89 | "kernel_addr_r=0x42000000\0" \ |
| 90 | "fdt_addr_r=0x43000000\0" \ |
| 91 | "ramdisk_addr_r=0x43300000\0" \ |
| 92 | "scriptaddr=0x50000000\0" \ |
| 93 | "pxefile_addr_r=0x51000000\0" |
| 94 | #endif |
| 95 | |
| 96 | #ifndef EXYNOS_DEVICE_SETTINGS |
| 97 | #define EXYNOS_DEVICE_SETTINGS \ |
| 98 | "stdin=serial\0" \ |
| 99 | "stdout=serial\0" \ |
| 100 | "stderr=serial\0" |
| 101 | #endif |
| 102 | |
| 103 | #ifndef EXYNOS_FDTFILE_SETTING |
| 104 | #define EXYNOS_FDTFILE_SETTING |
| 105 | #endif |
| 106 | |
| 107 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 108 | EXYNOS_DEVICE_SETTINGS \ |
| 109 | EXYNOS_FDTFILE_SETTING \ |
| 110 | MEM_LAYOUT_ENV_SETTINGS \ |
| 111 | BOOTENV |
| 112 | |
Simon Glass | be16500 | 2014-10-07 22:01:44 -0600 | [diff] [blame] | 113 | #endif /* __CONFIG_EXYNOS5_COMMON_H */ |