Searched hist:"7561 b258" (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/doc/ |
H A D | README.gpt | 7561b258 Tue Oct 27 05:00:27 CDT 2015 Patrick Delaunay <patrick.delaunay73@gmail.com> gpt: add optional parameter type in gpt command code under flag CONFIG_PARTITION_TYPE_GUID add parameter "type" to select partition type guid example of use with gpt command : partitions = uuid_disk=${uuid_gpt_disk}; \ name=boot,size=0x6bc00,uuid=${uuid_gpt_boot}; \ name=root,size=0x7538ba00,uuid=${uuid_gpt_root}, \ type=0fc63daf-8483-4772-8e79-3d69d8477de4; gpt write mmc 0 $partitions Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
|
/openbmc/u-boot/include/ |
H A D | part.h | 7561b258 Tue Oct 27 05:00:27 CDT 2015 Patrick Delaunay <patrick.delaunay73@gmail.com> gpt: add optional parameter type in gpt command code under flag CONFIG_PARTITION_TYPE_GUID add parameter "type" to select partition type guid example of use with gpt command : partitions = uuid_disk=${uuid_gpt_disk}; \ name=boot,size=0x6bc00,uuid=${uuid_gpt_boot}; \ name=root,size=0x7538ba00,uuid=${uuid_gpt_root}, \ type=0fc63daf-8483-4772-8e79-3d69d8477de4; gpt write mmc 0 $partitions Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
|
/openbmc/u-boot/disk/ |
H A D | part_efi.c | 7561b258 Tue Oct 27 05:00:27 CDT 2015 Patrick Delaunay <patrick.delaunay73@gmail.com> gpt: add optional parameter type in gpt command code under flag CONFIG_PARTITION_TYPE_GUID add parameter "type" to select partition type guid example of use with gpt command : partitions = uuid_disk=${uuid_gpt_disk}; \ name=boot,size=0x6bc00,uuid=${uuid_gpt_boot}; \ name=root,size=0x7538ba00,uuid=${uuid_gpt_root}, \ type=0fc63daf-8483-4772-8e79-3d69d8477de4; gpt write mmc 0 $partitions Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
|
H A D | part.c | 7561b258 Tue Oct 27 05:00:27 CDT 2015 Patrick Delaunay <patrick.delaunay73@gmail.com> gpt: add optional parameter type in gpt command code under flag CONFIG_PARTITION_TYPE_GUID add parameter "type" to select partition type guid example of use with gpt command : partitions = uuid_disk=${uuid_gpt_disk}; \ name=boot,size=0x6bc00,uuid=${uuid_gpt_boot}; \ name=root,size=0x7538ba00,uuid=${uuid_gpt_root}, \ type=0fc63daf-8483-4772-8e79-3d69d8477de4; gpt write mmc 0 $partitions Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
|