Lines Matching +full:uuid +full:- +full:dev
1 /* SPDX-License-Identifier: GPL-2.0+ */
49 /* USB Composite download gadget - g_dnl */
63 #define PARTS_CSA "csa-mmc"
64 #define PARTS_BOOTLOADER "u-boot"
72 "u-boot raw 0x80 0x400;" \
74 "exynos3-goni.dtb ext4 0 2;" \
79 "name="PARTS_CSA",size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \
81 "uuid=${uuid_gpt_"PARTS_BOOTLOADER"};" \
82 "name="PARTS_BOOT",size=100MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \
83 "name="PARTS_ROOT",size=1GiB,uuid=${uuid_gpt_"PARTS_ROOT"};" \
84 "name="PARTS_DATA",size=3GiB,uuid=${uuid_gpt_"PARTS_DATA"};" \
85 "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \
86 "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
92 #define CONFIG_RAMDISK_BOOT "root=/dev/ram0 rw rootfstype=ext4" \
115 "set bootargs root=/dev/mtdblock${bootblock} " \
130 "set bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
171 #define CONFIG_ENV_OFFSET ((32 - 4) << 10) /* 32KiB - 4KiB */
178 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000)