| /rk3399_rockchip-uboot/cmd/ |
| H A D | part.c | 53 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 D | gpt.c | 206 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 D | README | 12 Follow the instructions from doc/README.mxs to generate a bootable SD card or to
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.gpt | 146 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 D | README.mxsimage | 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
|
| H A D | README.distro | 17 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 D | README.mpc85xx-sd-spi-boot | 5 boot_format is a tool to write SD bootable images to a filesystem and build
|
| H A D | README.mxs | 5 related to making the module/board bootable. 31 To make a MXS based board bootable, some tools are necessary. The only
|
| H A D | README.ti-secure | 32 bootable image was not created. 44 package for creating a bootable SPL image for secure TI devices.
|
| H A D | README.odroid | 55 To prepare bootable media you need boot binaries provided by hardkernel.
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part.c | 387 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 D | part_dos.c | 222 info->bootable = is_bootable(pt); in part_get_info_extended() 257 info->bootable = 0; in part_get_info_extended()
|
| H A D | part_rkram.c | 130 info->bootable = 0; in part_get_info_rkram_part()
|
| H A D | part_env.c | 192 info->bootable = 0; in part_get_info_env()
|
| H A D | part_rkparm.c | 214 info->bootable = 0; in part_get_info_rkparm()
|
| H A D | part_efi.c | 358 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 D | part.h | 68 int bootable; /* Active/Bootable flag is set */ member
|
| /rk3399_rockchip-uboot/board/freescale/mx28evk/ |
| H A D | README | 61 Follow the instructions from doc/README.mxs to generate a bootable SD card or
|
| /rk3399_rockchip-uboot/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()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | Kconfig | 59 a Xilinx bootable image (boot.bin).
|
| /rk3399_rockchip-uboot/board/ti/am335x/ |
| H A D | README | 174 already been created and marked bootable:
|
| /rk3399_rockchip-uboot/fs/fat/ |
| H A D | fat.c | 115 info.bootable = 0; in fat_register_device()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | Kconfig | 979 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 D | Kconfig | 429 - "D:auto": first partition in device D with bootable flag set.
|