/openbmc/u-boot/cmd/ |
H A 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()
|
H A 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
H A D | 0001-rarpd.8-add-man-file.patch | 38 +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 D | bootindex.rst | 5 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 D | linuxboot.rst | 7 having to make a full bootable image. It is very useful for fast Linux
|
/openbmc/u-boot/doc/ |
H A 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>",
|
H A 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
|
H A D | README.mpc85xx-sd-spi-boot | 5 boot_format is a tool to write SD bootable images to a filesystem and build
|
/openbmc/u-boot/doc/imx/mkimage/ |
H A D | mxsimage.txt | 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
|
/openbmc/u-boot/disk/ |
H A D | part.c | 357 info->bootable = 0; in part_get_info_whole_disk() 455 info->bootable = 0; 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 D | part_dos.c | 249 info->bootable = is_bootable(pt); in part_get_info_extended() 284 info->bootable = 0; in part_get_info_extended()
|
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/ |
H A D | mkhybridiso.wks | 2 # long-description: Creates an EFI and legacy bootable hybrid ISO image
|
/openbmc/u-boot/lib/optee/ |
H A D | Kconfig | 15 The load address of the bootable OPTEE binary.
|
/openbmc/u-boot/board/st/stm32mp1/ |
H A D | README | 57 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/qemu/docs/system/s390x/ |
H A D | bootdevices.rst | 24 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/board/vamrs/rock960_rk3399/ |
H A D | README | 15 8. Create a bootable SD/MMC 122 Create a bootable SD/MMC
|
/openbmc/u-boot/tools/ |
H A 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()
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu.README | 4 OE-Core can generate qemu bootable kernels and images which can be used
|
/openbmc/u-boot/board/freescale/mx28evk/ |
H A D | README | 61 Follow the instructions from doc/README.mxs to generate a bootable SD card or
|
/openbmc/u-boot/include/ |
H A D | part.h | 60 int bootable; /* Active/Bootable flag is set */ member
|
/openbmc/u-boot/board/logicpd/omap3som/ |
H A D | README | 21 already been created and marked bootable:
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | bmaptool.rst | 6 A fast and easy way to flash an image to a bootable device is to use
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | zfcpdump.rst | 16 the s390-tools package) to make the device bootable. The operator of a Linux
|
/openbmc/linux/tools/testing/selftests/rcutorture/doc/ |
H A D | rcu-test-image.txt | 59 http://sripathikodi.blogspot.com/2010/02/creating-kvm-bootable-fedora-system.html
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | grub-efi-cfg.bbclass | 6 # Provide grub-efi specific functions for building bootable images.
|