File tree 4 files changed +23
-18
lines changed 4 files changed +23
-18
lines changed Original file line number Diff line number Diff line change 13
13
/* A variant of Exynos5420 (Exynos5 Family) */
14
14
#define CONFIG_EXYNOS5800
15
15
16
- #define CONFIG_ENV_IS_IN_SPI_FLASH
17
- #define CONFIG_SPI_FLASH
18
- #define CONFIG_ENV_SPI_BASE 0x12D30000
19
- #define FLASH_SIZE (0x4 << 20)
20
- #define CONFIG_ENV_OFFSET (FLASH_SIZE - CONFIG_BL2_SIZE)
21
- #define CONFIG_SPI_BOOTING
22
-
23
16
#include <configs/exynos5-common.h>
24
17
25
18
#define CONFIG_ARCH_EARLY_INIT_R
29
22
30
23
#define CONFIG_VAR_SIZE_SPL
31
24
32
- #define CONFIG_SYS_SDRAM_BASE 0x20000000
33
- #define CONFIG_SYS_TEXT_BASE 0x23E00000
34
25
#ifdef CONFIG_VAR_SIZE_SPL
35
26
#define CONFIG_SPL_TEXT_BASE 0x02024410
36
27
#else
49
40
50
41
#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
51
42
52
- /*
53
- * Put the initial stack pointer 1KB below this to allow room for the
54
- * SPL marker. This value is arbitrary, but gd_t is placed starting here.
55
- */
56
- #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800)
57
-
58
- /* Miscellaneous configurable options */
59
- #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
60
-
61
43
#endif /* __CONFIG_EXYNOS5420_H */
Original file line number Diff line number Diff line change 14
14
#define CONFIG_ENV_SPI_BASE 0x12D30000
15
15
#define FLASH_SIZE (0x4 << 20)
16
16
#define CONFIG_ENV_OFFSET (FLASH_SIZE - CONFIG_BL2_SIZE)
17
+ #define CONFIG_SPI_BOOTING
17
18
18
19
#include <configs/exynos5420-common.h>
19
20
#include <configs/exynos5-dt-common.h>
20
21
21
22
#define CONFIG_BOARD_COMMON
22
23
24
+ #define CONFIG_SYS_SDRAM_BASE 0x20000000
25
+ #define CONFIG_SYS_TEXT_BASE 0x23E00000
26
+ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800)
27
+
23
28
/* select serial console configuration */
24
29
#define CONFIG_SERIAL3 /* use SERIAL 3 */
30
+ #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
25
31
26
32
#define CONFIG_SYS_PROMPT "Peach-Pi # "
27
33
#define CONFIG_IDENT_STRING " for Peach-Pi"
Original file line number Diff line number Diff line change 14
14
#define CONFIG_ENV_SPI_BASE 0x12D30000
15
15
#define FLASH_SIZE (0x4 << 20)
16
16
#define CONFIG_ENV_OFFSET (FLASH_SIZE - CONFIG_BL2_SIZE)
17
+ #define CONFIG_SPI_BOOTING
17
18
18
19
#include <configs/exynos5420-common.h>
19
20
#include <configs/exynos5-dt-common.h>
20
21
21
22
#define CONFIG_BOARD_COMMON
22
23
24
+ #define CONFIG_SYS_SDRAM_BASE 0x20000000
25
+ #define CONFIG_SYS_TEXT_BASE 0x23E00000
26
+ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800)
27
+
23
28
/* select serial console configuration */
24
29
#define CONFIG_SERIAL3 /* use SERIAL 3 */
30
+ #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
25
31
26
32
#define CONFIG_SYS_PROMPT "Peach-Pit # "
27
33
#define CONFIG_IDENT_STRING " for Peach-Pit"
Original file line number Diff line number Diff line change 9
9
#ifndef __CONFIG_SMDK5420_H
10
10
#define __CONFIG_SMDK5420_H
11
11
12
+ #define CONFIG_ENV_IS_IN_SPI_FLASH
13
+ #define CONFIG_SPI_FLASH
14
+ #define CONFIG_ENV_SPI_BASE 0x12D30000
15
+ #define FLASH_SIZE (0x4 << 20)
16
+ #define CONFIG_ENV_OFFSET (FLASH_SIZE - CONFIG_BL2_SIZE)
17
+ #define CONFIG_SPI_BOOTING
18
+
12
19
#include <configs/exynos5420-common.h>
13
20
14
21
#define CONFIG_BOARD_COMMON
15
22
16
23
#define CONFIG_SMDK5420 /* which is in a SMDK5420 */
17
24
25
+ #define CONFIG_SYS_SDRAM_BASE 0x20000000
26
+ #define CONFIG_SYS_TEXT_BASE 0x23E00000
27
+ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800)
18
28
19
29
/* select serial console configuration */
20
30
#define CONFIG_SERIAL3 /* use SERIAL 3 */
31
+ #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
21
32
22
33
#define CONFIG_SYS_PROMPT "SMDK5420 # "
23
34
#define CONFIG_IDENT_STRING " for SMDK5420"
You can’t perform that action at this time.
0 commit comments