Lines Matching +full:uuid +full:- +full:dev
1 /* SPDX-License-Identifier: GPL-2.0+ */
12 #include <configs/exynos4-common.h>
42 - GENERATED_GBL_DATA_SIZE)
53 #define CONFIG_ENV_OFFSET ((32 - 4) << 10) /* 32KiB - 4KiB */
57 /* Tizen - partitions definitions */
58 #define PARTS_CSA "csa-mmc"
68 "name="PARTS_CSA",start=5MiB,size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \
69 "name="PARTS_BOOT",size=60MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \
70 "name="PARTS_QBOOT",size=100MiB,uuid=${uuid_gpt_"PARTS_QBOOT"};" \
71 "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \
72 "name="PARTS_ROOT",size=1536MiB,uuid=${uuid_gpt_"PARTS_ROOT"};" \
73 "name="PARTS_DATA",size=3000MiB,uuid=${uuid_gpt_"PARTS_DATA"};" \
74 "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
77 "u-boot raw 0x80 0x400;" \
80 "/exynos4210-trats.dtb ext4 0 2;" \
95 "bootm 0x40007FC0 - ${fdtaddr};" \
99 "mmc dev 0 2; mmc write 0 0x42100000 0 0x200;" \
100 "mmc dev 0 0\0" \
105 "setenv bootargs root=/dev/nfs rw " \
111 "setenv bootargs root=/dev/ram0 rw rootfstype=ext2 " \
115 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
142 "setexpr spl_imgaddr ${spladdr} - 8 ;" \
143 "setexpr spl_addr_tmp ${spladdr} - 4 ;" \
145 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
163 /* Security subsystem - enable hw_rand() */
169 /* Download menu - Samsung common */
172 /* Download menu - definitions for check keys */