Home
last modified time | relevance | path

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

123456

/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"
H A Dgpt.c205 newpart->gpt_part_info.bootable = info->bootable; in allocate_disk_part()
245 printf("Type %s, bootable %d\n", curr->gpt_part_info.type, in print_gpt_info()
246 curr->gpt_part_info.bootable); in print_gpt_info()
534 /* bootable */ in set_gpt_info()
535 if (found_key(tok, "bootable")) in set_gpt_info()
536 parts[i].bootable = 1; in set_gpt_info()
/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,
/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/linux/block/partitions/
H A Datari.h19 u8 flg; /* bit 0: active; bit 7: bootable */
34 u16 checksum; /* checksum for bootable disks */
/openbmc/linux/arch/alpha/boot/
H A DMakefile20 # SRM bootable image. Copy to offset 512 of a partition.
26 # BOOTP bootable image. Define INITRD during make to append initrd image.
33 # Compressed kernel BOOTP bootable image.
/openbmc/linux/arch/alpha/
H A DMakefile61 echo ' bootimage - SRM bootable image (arch/alpha/boot/bootimage)'
62 echo ' bootpfile - BOOTP bootable image (arch/alpha/boot/bootpfile)'
/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/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 …]
/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/linux/arch/openrisc/boot/
H A DMakefile3 # Makefile for bootable kernel images
/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/openbmc/poky/scripts/lib/wic/canned-wks/
H A Dmkhybridiso.wks2 # long-description: Creates an EFI and legacy bootable hybrid ISO image
/openbmc/linux/arch/powerpc/configs/
H A Dkvm_guest.config1 # Help: Bootable as a KVM guest
/openbmc/linux/kernel/configs/
H A Dkvm_guest.config1 # Help: Bootable as a KVM guest

123456