Blame view

include/configs/exynos5250-common.h 870 Bytes
76dd9b6a6   Rajeshwari Birje   Config: Add initi...
1

0aee53bac   Chander Kashyap   EXYNOS: Add SMDK5...
2
  /*
540b5af28   Hatim RV   exynos5: config: ...
3
   * Copyright (C) 2012 Samsung Electronics
0aee53bac   Chander Kashyap   EXYNOS: Add SMDK5...
4
   *
540b5af28   Hatim RV   exynos5: config: ...
5
   * Configuration settings for the SAMSUNG EXYNOS5250 board.
0aee53bac   Chander Kashyap   EXYNOS: Add SMDK5...
6
   *
1a4596601   Wolfgang Denk   Add GPL-2.0+ SPDX...
7
   * SPDX-License-Identifier:	GPL-2.0+
0aee53bac   Chander Kashyap   EXYNOS: Add SMDK5...
8
   */
76dd9b6a6   Rajeshwari Birje   Config: Add initi...
9
10
  #ifndef __CONFIG_5250_H
  #define __CONFIG_5250_H
0aee53bac   Chander Kashyap   EXYNOS: Add SMDK5...
11

ad403e71b   Chander Kashyap   CONFIG: EXYNOS5: ...
12
  #define CONFIG_EXYNOS5250
0aee53bac   Chander Kashyap   EXYNOS: Add SMDK5...
13

0aee53bac   Chander Kashyap   EXYNOS: Add SMDK5...
14
15
  #define CONFIG_SYS_SDRAM_BASE		0x40000000
  #define CONFIG_SYS_TEXT_BASE		0x43E00000
0aee53bac   Chander Kashyap   EXYNOS: Add SMDK5...
16
  #define CONFIG_MACH_TYPE		MACH_TYPE_SMDK5250
d2fe10fd4   Akshay Saraswat   Exynos5: Config: ...
17
  #define CONFIG_SPL_MAX_FOOTPRINT	(14 * 1024)
78fbcc95c   Rajeshwari Shinde   SMDK5250: Add smd...
18
  #define CONFIG_SPL_TEXT_BASE	0x02023400
78fbcc95c   Rajeshwari Shinde   SMDK5250: Add smd...
19

0aee53bac   Chander Kashyap   EXYNOS: Add SMDK5...
20
  #define CONFIG_IRAM_STACK	0x02050000
643be9c07   Rajeshwari Shinde   EXYNOS: Move file...
21
  #define CONFIG_SYS_INIT_SP_ADDR	CONFIG_IRAM_STACK
0aee53bac   Chander Kashyap   EXYNOS: Add SMDK5...
22

bf637ea5e   Simon Glass   exynos: config: M...
23
24
25
  /* USB */
  #define CONFIG_USB_EHCI
  #define CONFIG_USB_EHCI_EXYNOS
23b479b25   Simon Glass   exynos: Enable ha...
26

d64c31dd9   Sjoerd Simons   exynos: Enable XH...
27
  #define CONFIG_USB_XHCI_EXYNOS
bf637ea5e   Simon Glass   exynos: config: M...
28
29
30
  #define CONFIG_USB_HOST_ETHER
  #define CONFIG_USB_ETHER_ASIX
  #define CONFIG_USB_ETHER_ASIX88179
0cf7e1890   Michael Pratt   Exynos: Split 525...
31
32
33
34
  
  /* DRAM Memory Banks */
  #define CONFIG_NR_DRAM_BANKS	8
  #define SDRAM_BANK_SIZE		(256UL << 20UL)	/* 256 MB */
76dd9b6a6   Rajeshwari Birje   Config: Add initi...
35
  #endif  /* __CONFIG_5250_H */