Home
last modified time | relevance | path

Searched refs:bootable (Results 1 – 25 of 30) sorted by relevance

12

/u-boot/cmd/
A Dpart.c59 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 Dgpt.c213 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 Dmbr.c190 parts[i].bootable = PART_BOOTABLE; in str_to_partitions()
/u-boot/disk/
A Dpart_dos.c260 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 Dpart.c367 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 Dpart_efi.c300 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 DREADME.gpt144 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 DREADME.distro16 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 DREADME.mpc85xx-sd-spi-boot5 boot_format is a tool to write SD bootable images to a filesystem and build
A DREADME.ti-secure32 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 Dmbr.rst31 * bootable (boolean flag)
43 => setenv mbr_parts 'name=boot,start=4M,size=128M,bootable,id=0x0e;
/u-boot/doc/imx/mkimage/
A Dmxsimage.txt5 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 DKconfig15 The load address of the bootable OPTEE binary.
/u-boot/lib/efi_loader/
A Defi_disk.c405 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 DREADME15 8. Create a bootable SD/MMC
120 Create a bootable SD/MMC
/u-boot/board/freescale/mx28evk/
A DREADME61 Follow the instructions from doc/imx/common/mxs.txt to generate a bootable
/u-boot/doc/android/
A Dab.rst72 .. [2] https://android.googlesource.com/platform/bootable/recovery/+/refs/tags/android-10.0.0_r25/b…
A Dbcb.rst96 .. [1] https://android.googlesource.com/platform/bootable/recovery
/u-boot/include/
A Dpart.h70 int bootable; member
/u-boot/tools/
A Dmxsimage.c716 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 DREADME21 already been created and marked bootable:
/u-boot/arch/arm/mach-zynqmp/
A DKconfig66 a Xilinx bootable image (boot.bin).
/u-boot/doc/board/st/
A Dstm32mp1.rst114 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 Dmxs.txt5 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 DREADME174 already been created and marked bootable:

Completed in 33 milliseconds

12