Home
last modified time | relevance | path

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

12

/external/u-boot/cmd/
Dpart.c57 bool bootable = false; in do_part_list() local
67 bootable = true; in do_part_list()
100 if (bootable && !info.bootable) in do_part_list()
Dgpt.c205 newpart->gpt_part_info.bootable = info->bootable; in allocate_disk_part()
246 curr->gpt_part_info.bootable); in print_gpt_info()
536 parts[i].bootable = 1; in set_gpt_info()
/external/u-boot/doc/
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>",
DREADME.mxsimage5 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
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
DREADME.mpc85xx-sd-spi-boot5 boot_format is a tool to write SD bootable images to a filesystem and build
DREADME.mxs5 related to making the module/board bootable.
31 To make a MXS based board bootable, some tools are necessary. The only
DREADME.ti-secure32 bootable image was not created.
44 package for creating a bootable SPL image for secure TI devices.
/external/gptfdisk/
Dbasicmbr.h115 int bootable = 0);
117 int SetPartBootable(int num, int bootable = 1);
Dbasicmbr.cc1011 void BasicMBRData::MakePart(int num, uint64_t start, uint64_t length, int type, int bootable) { in MakePart() argument
1020 SetPartBootable(num, bootable); in MakePart()
1040 int BasicMBRData::SetPartBootable(int num, int bootable) { in SetPartBootable() argument
1045 if (bootable == 0) in SetPartBootable()
/external/u-boot/disk/
Dpart.c351 info->bootable = 0; in part_get_info_whole_disk()
449 info->bootable = 0; in blk_get_device_part_str()
594 if (!part || info->bootable) in blk_get_device_part_str()
598 if (info->bootable) in blk_get_device_part_str()
Dpart_dos.c231 info->bootable = is_bootable(pt); in part_get_info_extended()
266 info->bootable = 0; in part_get_info_extended()
Dpart_efi.c318 info->bootable = is_bootable(&gpt_pte[part - 1]); in part_get_info_efi()
533 if (partitions[i].bootable) in gpt_fill_pte()
/external/u-boot/board/st/stm32mp1/
DREADME54 stm32mp1 which support all the bootable devices.
159 (*) add bootable partition for extlinux.conf
205 …# setenv emmc_part "name=ssbl,size=2MiB;name=bootfs,type=linux,bootable,size=64MiB;name=rootfs,typ…
/external/u-boot/lib/optee/
DKconfig14 The load address of the bootable OPTEE binary.
/external/u-boot/tools/
Dmxsimage.c715 uint32_t bootable = 0; in sb_build_section() local
743 bootable = SB_SECTION_FLAG_BOOTABLE; in sb_build_section()
745 sctx->boot = bootable; in sb_build_section()
749 shdr->section_flags = bootable; in sb_build_section()
759 if (bootable) { in sb_build_section()
1949 char *bootable = ""; in sb_verify_sections_cmds() local
1990 bootable = " BOOTABLE"; in sb_verify_sections_cmds()
1996 shdr->section_number, bootable, sctx->size); in sb_verify_sections_cmds()
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt34 http://sripathikodi.blogspot.com/2010/02/creating-kvm-bootable-fedora-system.html
/external/u-boot/include/
Dpart.h60 int bootable; /* Active/Bootable flag is set */ member
/external/u-boot/board/freescale/mx28evk/
DREADME61 Follow the instructions from doc/README.mxs to generate a bootable SD card or
/external/u-boot/arch/arm/cpu/armv8/zynqmp/
DKconfig66 a Xilinx bootable image (boot.bin).
/external/iputils/
Drarpd.c219 int bootable(__u32 addr) in bootable() function
321 if (only_ethers || bootable(emap.ipaddr)) in rarp_lookup()
/external/u-boot/board/logicpd/omap3som/
DREADME27 already been created and marked bootable:
/external/iputils/doc/
Drarpd.sgml35 optionally checks for presence Sun-like bootable image in TFTP directory.
/external/avb/
DREADME.md837 allowing all bootable slots to boot. This approach is implemented in
840 *all* bootable slots at every boot and this may impact boot time.
857 * If no valid OS (that is, no bootable A/B slot) can be found, the
900 as bootable) or it could lead to a mode where no OS can be booted
956 If the device doesn't have a screen or if the HLOS supports multiple bootable
/external/u-boot/env/
DKconfig390 - "D:auto": first partition in device D with bootable flag set.
422 - "D:auto": first partition in device D with bootable flag set.

12