| /u-boot/cmd/ |
| A D | part.c | 59 bool bootable = false; in do_part_list() local 69 bootable = true; in do_part_list() 102 if (bootable && !info.bootable) in do_part_list()
|
| A D | gpt.c | 213 newpart->gpt_part_info.bootable = info->bootable; in allocate_disk_part() 254 curr->gpt_part_info.bootable & PART_BOOTABLE); in print_gpt_info() 573 parts[i].bootable = PART_BOOTABLE; in set_gpt_info()
|
| A D | mbr.c | 190 parts[i].bootable = PART_BOOTABLE; in str_to_partitions()
|
| /u-boot/disk/ |
| A D | part_dos.c | 258 info->bootable = get_bootable(pt); in part_get_info_extended() 293 info->bootable = 0; in part_get_info_extended() 346 lbaint_t relative, lbaint_t size, uchar sys_ind, bool bootable) in mbr_fill_pt_entry() argument 348 pt->boot_ind = bootable ? 0x80 : 0x00; in mbr_fill_pt_entry() 373 p[i].sys_ind, p[i].bootable); in write_mbr_partitions() 404 p[i].size, p[i].sys_ind, p[i].bootable); in write_mbr_partitions()
|
| A D | part.c | 349 info->bootable = 0; in part_get_info_whole_disk() 587 if (!part || info->bootable) in blk_get_device_part_str() 591 if (info->bootable) in blk_get_device_part_str() 784 if (!ret && info.bootable) in part_get_bootable()
|
| A D | part_efi.c | 291 info->bootable = get_bootable(&gpt_pte[part - 1]); in part_get_info_efi() 506 if (partitions[i].bootable & PART_BOOTABLE) in gpt_fill_pte()
|
| /u-boot/doc/usage/cmd/ |
| A D | mbr.rst | 31 * bootable (boolean flag) 43 => setenv mbr_parts 'name=boot,start=4M,size=128M,bootable,id=0x0e;
|
| A D | part.rst | 44 -bootable 45 lists only bootable partitions
|
| A D | bootmenu.rst | 96 * possible bootable media with default file names 99 The bootmenu automatically enumerates the possible bootable
|
| /u-boot/doc/imx/mkimage/ |
| A D | mxsimage.txt | 5 Such a BootStream is then bootable on i.MX23/i.MX28. 16 that the example configuration files for producing bootable BootStream with 36 - BOOTABLE :: Sets the section as bootable 38 - A bootable section is one from which the BootROM starts executing 40 as bootable, usually the one containing the instructions and data to
|
| /u-boot/doc/ |
| A D | README.gpt | 144 Bit 2 - Legacy BIOS bootable 175 The field 'bootable' is optional, it is used to mark the GPT partition 176 bootable (set attribute flags "Legacy BIOS bootable"). 177 "name=u-boot,size=60MiB;name=boot,size=60Mib,bootable;name=rootfs,size=0" 178 It can be used to locate bootable disks with command 179 "part list <interface> <dev> -bootable <varname>",
|
| A D | README.mpc85xx-sd-spi-boot | 5 boot_format is a tool to write SD bootable images to a filesystem and build
|
| A D | README.ti-secure | 32 bootable image was not created. 44 package for creating a bootable SPL image for secure TI devices. 163 The signing steps required to produce a bootable SPL image on secure
|
| /u-boot/board/vamrs/rock960_rk3399/ |
| A D | README | 15 8. Create a bootable SD/MMC 120 Create a bootable SD/MMC
|
| /u-boot/common/spl/ |
| A D | spl_mmc.c | 293 debug("Partition %d is of type %d and bootable=%d\n", type_part, info.sys_ind, info.bootable); in spl_mmc_do_fs_boot() 294 if (info.bootable != 0) { in spl_mmc_do_fs_boot()
|
| /u-boot/doc/develop/ |
| A D | distro.rst | 11 set up a bootable system. 42 storage devices for a bootable partition, then load the bootloader or boot 52 section) in an ext2/3/4 or FAT partition, mark the partition bootable (via 53 the MBR bootable flag, or GPT legacy_bios_bootable attribute), and U-Boot (or 58 Note that in the absence of any partition that is explicitly marked bootable, 61 I believe that partition table bootable flags aren't so commonly used outside 194 installers given that distros do not commonly distribute bootable install
|
| /u-boot/board/freescale/mx28evk/ |
| A D | README | 61 Follow the instructions from doc/imx/common/mxs.txt to generate a bootable
|
| /u-boot/doc/android/ |
| A D | ab.rst | 72 .. [2] https://android.googlesource.com/platform/bootable/recovery/+/refs/tags/android-10.0.0_r25/b…
|
| A D | bcb.rst | 96 .. [1] https://android.googlesource.com/platform/bootable/recovery
|
| /u-boot/tools/ |
| A D | mxsimage.c | 716 uint32_t bootable = 0; in sb_build_section() local 744 bootable = SB_SECTION_FLAG_BOOTABLE; in sb_build_section() 746 sctx->boot = bootable; in sb_build_section() 750 shdr->section_flags = bootable; in sb_build_section() 760 if (bootable) { in sb_build_section() 1947 char *bootable = ""; in sb_verify_sections_cmds() local 1988 bootable = " BOOTABLE"; in sb_verify_sections_cmds() 1994 shdr->section_number, bootable, sctx->size); in sb_verify_sections_cmds()
|
| /u-boot/board/logicpd/omap3som/ |
| A D | README | 21 already been created and marked bootable:
|
| /u-boot/include/ |
| A D | part.h | 71 int bootable; member
|
| /u-boot/lib/efi_loader/ |
| A D | efi_disk.c | 453 if (part_info->bootable & PART_EFI_SYSTEM_PARTITION) in efi_disk_add_dev() 529 if (part_info->bootable & PART_EFI_SYSTEM_PARTITION) { in efi_disk_add_dev()
|
| /u-boot/arch/arm/mach-zynqmp/ |
| A D | Kconfig | 67 a Xilinx bootable image (boot.bin).
|
| /u-boot/doc/imx/common/ |
| A D | mxs.txt | 5 related to making the module/board bootable. 31 To make a MXS based board bootable, some tools are necessary. The only
|