Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dpart.c53 bool bootable = false; in do_part_list() local
63 bootable = true; in do_part_list()
96 if (bootable && !info.bootable) in do_part_list()
H A Dgpt.c206 newpart->gpt_part_info.bootable = info->bootable; in allocate_disk_part()
247 curr->gpt_part_info.bootable); in print_gpt_info()
537 parts[i].bootable = 1; in set_gpt_info()
/rk3399_rockchip-uboot/board/aries/m28evk/
H A DREADME12 Follow the instructions from doc/README.mxs to generate a bootable SD card or to
/rk3399_rockchip-uboot/doc/
H A DREADME.gpt146 Bit 2 - Legacy BIOS bootable
177 The field 'bootable' is optional, it is used to mark the GPT partition
178 bootable (set attribute flags "Legacy BIOS bootable").
179 "name=u-boot,size=60MiB;name=boot,size=60Mib,bootable;name=rootfs,size=0"
180 It can be used to locate bootable disks with command
181 "part list <interface> <dev> -bootable <varname>",
H A DREADME.mxsimage5 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
H A DREADME.distro17 set up a bootable system.
48 storage devices for a bootable partition, then load the bootloader or boot
58 section) in an ext2/3/4 or FAT partition, mark the partition bootable (via
59 the MBR bootable flag, or GPT legacy_bios_bootable attribute), and U-Boot (or
64 Note that in the absence of any partition that is explicitly marked bootable,
67 I believe that partition table bootable flags aren't so commonly used outside
184 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
H A DREADME.mxs5 related to making the module/board bootable.
31 To make a MXS based board bootable, some tools are necessary. The only
H A DREADME.ti-secure32 bootable image was not created.
44 package for creating a bootable SPL image for secure TI devices.
H A DREADME.odroid55 To prepare bootable media you need boot binaries provided by hardkernel.
/rk3399_rockchip-uboot/disk/
H A Dpart.c387 info->bootable = 0; in part_get_info_whole_disk()
485 info->bootable = 0; in blk_get_device_part_str()
630 if (!part || info->bootable) in blk_get_device_part_str()
634 if (info->bootable) in blk_get_device_part_str()
H A Dpart_dos.c222 info->bootable = is_bootable(pt); in part_get_info_extended()
257 info->bootable = 0; in part_get_info_extended()
H A Dpart_rkram.c130 info->bootable = 0; in part_get_info_rkram_part()
H A Dpart_env.c192 info->bootable = 0; in part_get_info_env()
H A Dpart_rkparm.c214 info->bootable = 0; in part_get_info_rkparm()
H A Dpart_efi.c358 info->bootable = is_bootable(&gpt_pte[part - 1]); in part_get_info_efi()
746 if (partitions[i].bootable) in gpt_fill_pte()
/rk3399_rockchip-uboot/include/
H A Dpart.h68 int bootable; /* Active/Bootable flag is set */ member
/rk3399_rockchip-uboot/board/freescale/mx28evk/
H A DREADME61 Follow the instructions from doc/README.mxs to generate a bootable SD card or
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/
H A DKconfig59 a Xilinx bootable image (boot.bin).
/rk3399_rockchip-uboot/board/ti/am335x/
H A DREADME174 already been created and marked bootable:
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c115 info.bootable = 0; in fat_register_device()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A DKconfig979 This enables loading dtb from distro bootable partition when there
987 "DTB file path in the bootable partition image"
/rk3399_rockchip-uboot/env/
H A DKconfig429 - "D:auto": first partition in device D with bootable flag set.