Home
last modified time | relevance | path

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

123

/openbmc/u-boot/cmd/
H A 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()
H A 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()
/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 BIOS
63 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/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.
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 DREADME.mpc85xx-sd-spi-boot5 boot_format is a tool to write SD bootable images to a filesystem and build
/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
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/poky/scripts/lib/wic/canned-wks/
H A Dmkhybridiso.wks2 # long-description: Creates an EFI and legacy bootable hybrid ISO image
/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()
600 if (!part || info->bootable) in blk_get_device_part_str()
604 if (info->bootable) in blk_get_device_part_str()
H A Dpart_dos.c249 info->bootable = is_bootable(pt); in part_get_info_extended()
284 info->bootable = 0; in part_get_info_extended()
/openbmc/u-boot/lib/optee/
H A DKconfig15 The load address of the bootable OPTEE binary.
/openbmc/linux/Documentation/devicetree/bindings/soc/intel/
H A Dintel,hps-copy-engine.yaml15 a bootable image from host memory to HPS DDR. Additionally, there is a
/openbmc/qemu/docs/system/s390x/
H A Dbootdevices.rst21 information in order to be bootable), it is recommended to specify a ``scsi-cd``
39 chance that it finds a bootable device on its own and starts a guest operating
41 be incomplete, so that it might fail to detect a bootable device in many cases.
/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/board/vamrs/rock960_rk3399/
H A DREADME15 8. Create a bootable SD/MMC
122 Create a bootable SD/MMC
/openbmc/u-boot/tools/
H A 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()
/openbmc/openbmc/poky/scripts/
H A Drunqemu.README4 OE-Core can generate qemu bootable kernels and images which can be used
/openbmc/u-boot/board/freescale/mx28evk/
H A DREADME61 Follow the instructions from doc/README.mxs to generate a bootable SD card or
/openbmc/u-boot/include/
H A Dpart.h60 int bootable; /* Active/Bootable flag is set */ member
/openbmc/u-boot/board/logicpd/omap3som/
H A DREADME21 already been created and marked bootable:
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbmaptool.rst6 A fast and easy way to flash an image to a bootable device is to use
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgrub-efi-cfg.bbclass6 # Provide grub-efi specific functions for building bootable images.
/openbmc/linux/tools/testing/selftests/rcutorture/doc/
H A Drcu-test-image.txt59 http://sripathikodi.blogspot.com/2010/02/creating-kvm-bootable-fedora-system.html

123