/external/u-boot/cmd/ |
D | part.c | 57 bool bootable = false; in do_part_list() local 67 bootable = true; in do_part_list() 100 if (bootable && !info.bootable) in do_part_list()
|
D | gpt.c | 205 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/ |
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>",
|
D | README.mxsimage | 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
|
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
|
D | README.mpc85xx-sd-spi-boot | 5 boot_format is a tool to write SD bootable images to a filesystem and build
|
D | README.mxs | 5 related to making the module/board bootable. 31 To make a MXS based board bootable, some tools are necessary. The only
|
D | README.ti-secure | 32 bootable image was not created. 44 package for creating a bootable SPL image for secure TI devices.
|
/external/gptfdisk/ |
D | basicmbr.h | 115 int bootable = 0); 117 int SetPartBootable(int num, int bootable = 1);
|
D | basicmbr.cc | 1011 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/ |
D | part.c | 351 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()
|
D | part_dos.c | 231 info->bootable = is_bootable(pt); in part_get_info_extended() 266 info->bootable = 0; in part_get_info_extended()
|
D | part_efi.c | 318 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/ |
D | README | 54 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/ |
D | Kconfig | 14 The load address of the bootable OPTEE binary.
|
/external/u-boot/tools/ |
D | mxsimage.c | 715 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/ |
D | rcu-test-image.txt | 34 http://sripathikodi.blogspot.com/2010/02/creating-kvm-bootable-fedora-system.html
|
/external/u-boot/include/ |
D | part.h | 60 int bootable; /* Active/Bootable flag is set */ member
|
/external/u-boot/board/freescale/mx28evk/ |
D | README | 61 Follow the instructions from doc/README.mxs to generate a bootable SD card or
|
/external/u-boot/arch/arm/cpu/armv8/zynqmp/ |
D | Kconfig | 66 a Xilinx bootable image (boot.bin).
|
/external/iputils/ |
D | rarpd.c | 219 int bootable(__u32 addr) in bootable() function 321 if (only_ethers || bootable(emap.ipaddr)) in rarp_lookup()
|
/external/u-boot/board/logicpd/omap3som/ |
D | README | 27 already been created and marked bootable:
|
/external/iputils/doc/ |
D | rarpd.sgml | 35 optionally checks for presence Sun-like bootable image in TFTP directory.
|
/external/avb/ |
D | README.md | 837 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/ |
D | Kconfig | 390 - "D:auto": first partition in device D with bootable flag set. 422 - "D:auto": first partition in device D with bootable flag set.
|