Searched refs:devpart (Results 1 – 10 of 10) sorted by relevance
| /u-boot/common/ |
| A D | splash.c | 40 .devpart = "0:1", 46 .devpart = "0:1", 52 .devpart = "0:1", 58 .devpart = "0:1",
|
| A D | splash_source.c | 81 ret = part_get_info_by_dev_and_name_or_num("mmc", location->devpart, &desc, in splash_mmc_read_raw() 148 res = fs_set_blk_dev("mmc", location->devpart, FS_TYPE_ANY); in splash_select_fs_dev() 151 res = fs_set_blk_dev("usb", location->devpart, FS_TYPE_ANY); in splash_select_fs_dev() 154 res = fs_set_blk_dev("sata", location->devpart, FS_TYPE_ANY); in splash_select_fs_dev() 451 char *devpart; in splash_source_load() local 468 devpart = env_get("splashdevpart"); in splash_source_load() 469 if (devpart) in splash_source_load() 470 splash_location->devpart = devpart; in splash_source_load()
|
| /u-boot/board/friendlyarm/nanopi2/ |
| A D | board.c | 463 .devpart = __stringify(CONFIG_ROOT_DEV) ":" 479 char devpart[64] = { 0, }; in splash_screen_prepare() local 488 snprintf(devpart, ARRAY_SIZE(devpart), "%d:%d", rootdev, in splash_screen_prepare() 490 splash_locations[0].devpart = devpart; in splash_screen_prepare()
|
| /u-boot/include/ |
| A D | splash.h | 47 char *devpart; /* Use the load command dev:part conventions */ member
|
| /u-boot/board/coreboot/coreboot/ |
| A D | coreboot.c | 75 .devpart = "0",
|
| /u-boot/board/ti/am62x/ |
| A D | evm.c | 35 .devpart = "1:1",
|
| /u-boot/board/compulab/cm_fx6/ |
| A D | cm_fx6.c | 58 .devpart = "2:1", 64 .devpart = "0:1", 70 .devpart = "0:1",
|
| /u-boot/configs/ |
| A D | imx8mm_data_modul_edm_sbc_defconfig | 42 CONFIG_BOOTCOMMAND="run dmo_update_env ; load ${devtype} ${devnum}:${devpart} ${loadaddr} boot/fitI…
|
| A D | imx8mp_data_modul_edm_sbc_defconfig | 49 CONFIG_BOOTCOMMAND="run dmo_update_env ; load ${devtype} ${devnum}:${devpart} ${loadaddr} boot/fitI…
|
| /u-boot/board/menlo/m53menlo/ |
| A D | m53menlo.c | 330 .devpart = "0:1",
|
Completed in 37 milliseconds