Blame view

include/configs/arndale.h 1.13 KB
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
1
2
3
4
5
6
7
8
9
10
  /*
   * Copyright (C) 2013 Samsung Electronics
   *
   * SPDX-License-Identifier:	GPL-2.0+
   *
   * Configuration settings for the SAMSUNG Arndale board.
   */
  
  #ifndef __CONFIG_ARNDALE_H
  #define __CONFIG_ARNDALE_H
e6825e036   Ian Campbell   exynos5: Use conf...
11
12
  #define EXYNOS_FDTFILE_SETTING \
  	"fdtfile=exynos5250-arndale.dtb\0"
f94de733d   Simon Glass   config: Move arnd...
13
  #include "exynos5250-common.h"
bf637ea5e   Simon Glass   exynos: config: M...
14
  #include <configs/exynos5-common.h>
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
15
16
  
  /* SD/MMC configuration */
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
17
  #define CONFIG_SUPPORT_EMMC_BOOT
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
18
19
20
  
  /* allow to overwrite serial and ethaddr */
  #define CONFIG_ENV_OVERWRITE
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
21
  /* MMC SPL */
e106bd9b9   Rajeshwari Birje   Exynos5420: Add b...
22
  #define CONFIG_EXYNOS_SPL
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
23
24
  
  /* Miscellaneous configurable options */
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
25
  #define CONFIG_DEFAULT_CONSOLE		"console=ttySAC2,115200n8\0"
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
26

a2ac68fb2   Chander Kashyap   exynos5250: Add a...
27
  #define CONFIG_ENV_OFFSET	(CONFIG_BL2_OFFSET + CONFIG_BL2_SIZE)
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
28
29
30
  #define CONFIG_IRAM_STACK	0x02050000
  
  #define CONFIG_SYS_INIT_SP_ADDR	CONFIG_IRAM_STACK
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
31
  /* PMIC */
bf637ea5e   Simon Glass   exynos: config: M...
32
  #define CONFIG_POWER
913702ca3   Simon Glass   power: Rename CON...
33
  #define CONFIG_POWER_I2C
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
34

f8caed313   Tushar Behera   Arndale: Enable p...
35
  #define CONFIG_PREBOOT
fafbc6c00   Andre Przywara   ARM: enable ARMv7...
36
37
38
39
40
  #define CONFIG_S5P_PA_SYSRAM	0x02020000
  #define CONFIG_SMP_PEN_ADDR	CONFIG_S5P_PA_SYSRAM
  
  /* The PERIPHBASE in the CBAR register is wrong on the Arndale, so override it */
  #define CONFIG_ARM_GIC_BASE_ADDRESS	0x10480000
d4061aa0e   Simon Glass   exynos: Enable ne...
41
42
43
  /* Power */
  #define CONFIG_POWER
  #define CONFIG_POWER_I2C
a2ac68fb2   Chander Kashyap   exynos5250: Add a...
44
  #endif	/* __CONFIG_H */