Merge branch '2022-12-05-Kconfig-migrations-and-renames' into next
[platform/kernel/u-boot.git] / include / configs / s5p_goni.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2009 Samsung Electronics
4  * Minkyu Kang <mk7.kang@samsung.com>
5  * Kyungmin Park <kyungmin.park@samsung.com>
6  *
7  * Configuation settings for the SAMSUNG Universal (s5pc100) board.
8  */
9
10 #ifndef __CONFIG_H
11 #define __CONFIG_H
12
13 #include <linux/sizes.h>
14 #include <asm/arch/cpu.h>               /* get chip and board defs */
15
16 /* DRAM Base */
17 #define CFG_SYS_SDRAM_BASE              0x30000000
18
19 /* Text Base */
20
21 /* MMC */
22 #define SDHCI_MAX_HOSTS         4
23
24 /* USB Composite download gadget - g_dnl */
25 #define DFU_DEFAULT_POLL_TIMEOUT 300
26
27 /* USB Samsung's IDs */
28
29 #define CONFIG_G_DNL_THOR_VENDOR_NUM 0x04E8
30 #define CONFIG_G_DNL_THOR_PRODUCT_NUM 0x685D
31 #define CONFIG_G_DNL_UMS_VENDOR_NUM 0x0525
32 #define CONFIG_G_DNL_UMS_PRODUCT_NUM 0xA4A5
33
34 /* Actual modem binary size is 16MiB. Add 2MiB for bad block handling */
35
36 /* partitions definitions */
37 #define PARTS_CSA                       "csa-mmc"
38 #define PARTS_BOOTLOADER        "u-boot"
39 #define PARTS_BOOT                      "boot"
40 #define PARTS_ROOT                      "platform"
41 #define PARTS_DATA                      "data"
42 #define PARTS_CSC                       "csc"
43 #define PARTS_UMS                       "ums"
44
45 #define CONFIG_DFU_ALT \
46         "u-boot raw 0x80 0x400;" \
47         "uImage ext4 0 2;" \
48         "exynos3-goni.dtb ext4 0 2;" \
49         ""PARTS_ROOT" part 0 5\0"
50
51 #define PARTS_DEFAULT \
52         "uuid_disk=${uuid_gpt_disk};" \
53         "name="PARTS_CSA",size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \
54         "name="PARTS_BOOTLOADER",size=60MiB," \
55         "uuid=${uuid_gpt_"PARTS_BOOTLOADER"};" \
56         "name="PARTS_BOOT",size=100MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \
57         "name="PARTS_ROOT",size=1GiB,uuid=${uuid_gpt_"PARTS_ROOT"};" \
58         "name="PARTS_DATA",size=3GiB,uuid=${uuid_gpt_"PARTS_DATA"};" \
59         "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \
60         "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
61
62 #define COMMON_BOOT     "${console} ${meminfo} ${mtdparts}"
63
64 #define CONFIG_EXTRA_ENV_SETTINGS                                       \
65         "updateb=" \
66                 "onenand erase 0x0 0x100000;" \
67                 "onenand write 0x32008000 0x0 0x100000\0" \
68         "updatek=" \
69                 "onenand erase 0xc00000 0x600000;" \
70                 "onenand write 0x31008000 0xc00000 0x600000\0" \
71         "updateu=" \
72                 "onenand erase 0x01560000 0x1eaa0000;" \
73                 "onenand write 0x32000000 0x1260000 0x8C0000\0" \
74         "bootk=" \
75                 "run loaduimage;" \
76                 "bootm 0x30007FC0\0" \
77         "flashboot=" \
78                 "set bootargs root=/dev/mtdblock${bootblock} " \
79                 "rootfstype=${rootfstype} ${opts} " \
80                 "${lcdinfo} " COMMON_BOOT "; run bootk\0" \
81         "ubifsboot=" \
82                 "set bootargs root=ubi0!rootfs rootfstype=ubifs " \
83                 "${opts} ${lcdinfo} " \
84                 COMMON_BOOT "; run bootk\0" \
85         "tftpboot=" \
86                 "set bootargs root=ubi0!rootfs rootfstype=ubifs " \
87                 "${opts} ${lcdinfo} " COMMON_BOOT \
88                 "; tftp 0x30007FC0 uImage; bootm 0x30007FC0\0" \
89         "ramboot=" \
90                 "set bootargs root=/dev/ram0 rw rootfstype=ext4" \
91                 " ${console} ${meminfo} " \
92                 "initrd=0x33000000,8M ramdisk=8192\0" \
93         "mmcboot=" \
94                 "set bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
95                 "rootfstype=${rootfstype} ${opts} ${lcdinfo} " \
96                 COMMON_BOOT "; run bootk\0" \
97         "boottrace=setenv opts initcall_debug; run bootcmd\0" \
98         "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \
99         "verify=n\0" \
100         "rootfstype=ext4\0" \
101         "console=console=ttySAC2,115200n8\0" \
102         "meminfo=mem=80M mem=256M@0x40000000 mem=128M@0x50000000\0" \
103         "loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x30007FC0 uImage\0" \
104         "mmcdev=0\0" \
105         "mmcbootpart=2\0" \
106         "mmcrootpart=5\0" \
107         "partitions=" PARTS_DEFAULT \
108         "bootblock=9\0" \
109         "ubiblock=8\0" \
110         "ubi=enabled\0" \
111         "opts=always_resume=1\0" \
112         "dfu_alt_info=" CONFIG_DFU_ALT "\0"
113
114 /* Goni has 3 banks of DRAM, but swap the bank */
115 #define PHYS_SDRAM_1            CFG_SYS_SDRAM_BASE      /* OneDRAM Bank #0 */
116 #define PHYS_SDRAM_1_SIZE       (80 << 20)              /* 80 MB in Bank #0 */
117 #define PHYS_SDRAM_2            0x40000000              /* mDDR DMC1 Bank #1 */
118 #define PHYS_SDRAM_2_SIZE       (256 << 20)             /* 256 MB in Bank #1 */
119 #define PHYS_SDRAM_3            0x50000000              /* mDDR DMC2 Bank #2 */
120 #define PHYS_SDRAM_3_SIZE       (128 << 20)             /* 128 MB in Bank #2 */
121
122 /* FLASH and environment organization */
123 #define CONFIG_MMC_DEFAULT_DEV  0
124
125 #define CFG_SYS_ONENAND_BASE            0xB0000000
126
127 #endif  /* __CONFIG_H */