Home
last modified time | relevance | path

Searched full:bootable (Results 1 – 25 of 103) sorted by relevance

12345

/openbmc/u-boot/cmd/
H A Dpart.c57 bool bootable = false; in do_part_list() local
66 if (!strcmp(argv[i], "-bootable")) { in do_part_list()
67 bootable = true; in do_part_list()
100 if (bootable && !info.bootable) in do_part_list()
203 " flags can be -bootable (list only bootable partitions)\n"
/openbmc/u-boot/doc/imx/mkimage/
H 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
34 SECTION u32_section_number [BOOTABLE]
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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0001-rarpd.8-add-man-file.patch38 +also checks if a bootable image with a name starting with the IP address
58 +Skip the check for bootable image in the TFTP boot directory. If not
60 +the ethers database but the bootable image for the resolved IP does not exist,
69 +as the TFTP boot directory for bootable image checks.
/openbmc/qemu/docs/system/
H A Dbootindex.rst5 which order it should look for a bootable OS on which devices.
16 will still be bootable.
53 disk to be bootable. If boot from disk fails for some reason, the x86 BIOS
64 has three bootable devices target1, target3, target5 connected to it,
H A Dlinuxboot.rst7 having to make a full bootable image. It is very useful for fast Linux
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-biosplusefi.py40 Both partitions will also be marked as "bootable" which does not work on
41 most BIOS, has BIOS often uses the "bootable" flag to determine
43 "bootable" flag from the EFI partition for the drive to be bootable.
/openbmc/u-boot/doc/
H 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>",
H A DREADME.distro16 set up a bootable system.
43 Locating Bootable Disks
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
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dmxsimage-spl.mx23.cfg2 SECTION 0x0 BOOTABLE
H A Dmxsimage-spl.mx28.cfg2 SECTION 0x0 BOOTABLE
H A Dmxsimage.mx23.cfg2 SECTION 0x0 BOOTABLE
H A Dmxsimage.mx28.cfg2 SECTION 0x0 BOOTABLE
H A Dmxsimage-signed.cfg2 SECTION 0x0 BOOTABLE
/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/
H A D0001-fix-nsectors-exceeds-0xffff-situation.patch6 According to page 11: `Figure 5 - Section Entry' in El Torito Bootable
9 size of bootable image is no more than 32MB (65536 * 512 / 1024 / 1024)
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Dmkhybridiso.wks2 # long-description: Creates an EFI and legacy bootable hybrid ISO image
/openbmc/qemu/docs/system/s390x/
H A Dbootdevices.rst24 information in order to be bootable), it is recommended to specify a ``scsi-cd``
42 chance that it finds a bootable device on its own and starts a guest operating
44 be incomplete, so that it might fail to detect a bootable device in many cases.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/testdisk/
H A Dtestdisk_7.2.bb1 … designed to help recover lost partitions and/or make non-booting disks bootable again when these …
/openbmc/u-boot/lib/optee/
H A DKconfig15 The load address of the bootable OPTEE binary.
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-Add-extra-sector-count-from-section-entry-for-EFI-ca.patch6 According to page 11: `Figure 5 - Section Entry' in El Torito Bootable
9 size of bootable image is no more than 32MB (65536 * 512 / 1024 / 1024)
/openbmc/u-boot/disk/
H A Dpart.c357 info->bootable = 0; in part_get_info_whole_disk()
455 info->bootable = 0; in blk_get_device_part_str()
587 * Find the first bootable partition. in blk_get_device_part_str()
588 * If none are bootable, fall back to the first valid partition. in blk_get_device_part_str()
600 if (!part || info->bootable) in blk_get_device_part_str()
604 if (info->bootable) in blk_get_device_part_str()
H A Dpart_amiga.c221 PRINTF("part_test_amiga: bootable Amiga disk\n"); in part_test_amiga()
223 PRINTF("part_test_amiga: non-bootable Amiga disk\n"); in part_test_amiga()
376 printf("Disk is bootable\n"); in part_print_amiga()
/openbmc/u-boot/tools/
H A Dmxsimage.c167 /* Bootable section */
715 uint32_t bootable = 0; in sb_build_section() local
740 /* Read section's BOOTABLE flag. */ in sb_build_section()
742 if (tok && (strlen(tok) == 8) && !strncmp(tok, "BOOTABLE", 8)) in sb_build_section()
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()
758 /* Mark that this section is bootable one. */ in sb_build_section()
759 if (bootable) { in sb_build_section()
762 "#%i WARN: Multiple bootable section!\n", in sb_build_section()
[all …]
H A Dmksunxiboot.c7 * a simple tool to generate bootable image for sunxi platform.
100 printf("This program converts an input binary file to a sunxi bootable image.\n"); in main()
/openbmc/u-boot/board/st/stm32mp1/
H A DREADME57 stm32mp1 which support all the bootable devices.
170 (*) add bootable partition for extlinux.conf
218 …# setenv emmc_part "name=ssbl,size=2MiB;name=bootfs,type=linux,bootable,size=64MiB;name=rootfs,typ…
/openbmc/u-boot/include/configs/
H A Drockchip-common.h57 "name=boot,size=112M,bootable,uuid=${uuid_gpt_boot};" \

12345