/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() 544 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 | 260 info->bootable = get_bootable(pt); in part_get_info_extended() 295 info->bootable = 0; in part_get_info_extended() 348 lbaint_t relative, lbaint_t size, uchar sys_ind, bool bootable) in mbr_fill_pt_entry() argument 350 pt->boot_ind = bootable ? 0x80 : 0x00; in mbr_fill_pt_entry() 375 p[i].sys_ind, p[i].bootable); in write_mbr_partitions() 406 p[i].size, p[i].sys_ind, p[i].bootable); in write_mbr_partitions()
|
A D | part.c | 367 info->bootable = 0; in part_get_info_whole_disk() 464 info->bootable = 0; in blk_get_device_part_str() 615 if (!part || info->bootable) in blk_get_device_part_str() 619 if (info->bootable) in blk_get_device_part_str()
|
A D | part_efi.c | 300 info->bootable = get_bootable(&gpt_pte[part - 1]); in part_get_info_efi() 515 if (partitions[i].bootable & PART_BOOTABLE) in gpt_fill_pte()
|
/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.distro | 16 set up a bootable system. 47 storage devices for a bootable partition, then load the bootloader or boot 57 section) in an ext2/3/4 or FAT partition, mark the partition bootable (via 58 the MBR bootable flag, or GPT legacy_bios_bootable attribute), and U-Boot (or 63 Note that in the absence of any partition that is explicitly marked bootable, 66 I believe that partition table bootable flags aren't so commonly used outside 181 installers given that distros do not commonly distribute bootable install
|
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/doc/usage/ |
A D | mbr.rst | 31 * bootable (boolean flag) 43 => setenv mbr_parts 'name=boot,start=4M,size=128M,bootable,id=0x0e;
|
/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/lib/optee/ |
A D | Kconfig | 15 The load address of the bootable OPTEE binary.
|
/u-boot/lib/efi_loader/ |
A D | efi_disk.c | 405 if (part_info->bootable & PART_EFI_SYSTEM_PARTITION) in efi_disk_add_dev() 475 if (part_info->bootable & PART_EFI_SYSTEM_PARTITION) { in efi_disk_add_dev() 665 return !!(info.bootable & PART_EFI_SYSTEM_PARTITION); in efi_disk_is_system_part()
|
/u-boot/board/vamrs/rock960_rk3399/ |
A D | README | 15 8. Create a bootable SD/MMC 120 Create a bootable SD/MMC
|
/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/include/ |
A D | part.h | 70 int bootable; member
|
/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() 1950 char *bootable = ""; in sb_verify_sections_cmds() local 1991 bootable = " BOOTABLE"; in sb_verify_sections_cmds() 1997 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/arch/arm/mach-zynqmp/ |
A D | Kconfig | 66 a Xilinx bootable image (boot.bin).
|
/u-boot/doc/board/st/ |
A D | stm32mp1.rst | 114 stm32mp1 which support all the bootable devices. 319 Add a 4th partition (Rootfs) marked bootable with a file extlinux.conf 380 …# setenv emmc_part "name=ssbl,size=2MiB;name=bootfs,type=linux,bootable,size=64MiB;name=rootfs,typ…
|
/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
|
/u-boot/board/ti/am335x/ |
A D | README | 174 already been created and marked bootable:
|