| /OK3568_Linux_fs/kernel/arch/sh/boot/ |
| H A D | Makefile | 29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ 30 uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin 83 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2 86 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz 89 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma 92 $(obj)/uImage.xz: $(obj)/vmlinux.bin.xz 95 $(obj)/uImage.lzo: $(obj)/vmlinux.bin.lzo 98 $(obj)/uImage.bin: $(obj)/vmlinux.bin 106 $(obj)/uImage.srec: $(obj)/uImage 109 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
|
| /OK3568_Linux_fs/kernel/arch/sh/ |
| H A D | Makefile | 84 defaultimage-$(CONFIG_SH_SH7785LCR) := uImage 85 defaultimage-$(CONFIG_SH_RSK) := uImage 86 defaultimage-$(CONFIG_SH_URQUELL) := uImage 87 defaultimage-$(CONFIG_SH_MIGOR) := uImage 88 defaultimage-$(CONFIG_SH_AP325RXA) := uImage 89 defaultimage-$(CONFIG_SH_SH7757LCR) := uImage 90 defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage 192 BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \ 193 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | command_syntax_extensions.txt | 1 Command syntax extensions for the new uImage format 6 With the introduction of the new uImage format, bootm command (and other 8 necessary in order to specify objects contained in the new uImage, on which 28 Old uImage: 36 New uImage: 120 New uImage argument syntax 123 New uImage support introduces two new forms for bootm arguments, with the 126 - new uImage sub-image specification 129 - new uImage configuration specification 132 - new uImage configuration specification with extra configuration components [all …]
|
| H A D | source_file_format.txt | 1 U-Boot new uImage source file format (bindings definition) 24 Additionally, old uImage format has been extended to support multi sub-images 25 but the support is limited by simple format of the legacy uImage structure. 30 flexible, multi component uImage format. 33 2) New uImage format assumptions 38 Libfdt has been selected for the new uImage format implementation as (1) it 44 This document defines new uImage structure by providing FDT bindings for new 45 uImage internals. Bindings are defined from U-Boot perspective, i.e. describe 46 final form of the uImage at the moment when it reaches U-Boot. User 51 proposed for the new uImage format related terms: [all …]
|
| H A D | howto.txt | 10 The new uImage format allows more flexibility in handling images of various 15 create an uImage in the new format: mkimage and dtc, although only one 26 doc/uImage.FIT/source_file_format.txt. The actual data that is to be included in 27 the uImage (kernel, ramdisk, etc.) is specified in the image source file in the 31 needed by U-Boot to handle the uImage properly. The uImage file is then 34 To summarize the prerequisites needed for new uImage creation: 76 The uImage can be produced using the image source file 77 doc/uImage.FIT/kernel.its (note that kernel.its assumes that vmlinux.bin.gz is 186 files: vmlinux.bin.gz (Linux kernel) and target.dtb (FDT blob). The uImage can 187 be produced using image source file doc/uImage.FIT/kernel_fdt.its like this [all …]
|
| /OK3568_Linux_fs/kernel/arch/arc/ |
| H A D | Makefile | 105 boot_targets := uImage.bin uImage.gz uImage.lzma 111 uimage-default-y := uImage.bin 112 uimage-default-$(CONFIG_KERNEL_GZIP) := uImage.gz 113 uimage-default-$(CONFIG_KERNEL_LZMA) := uImage.lzma 115 PHONY += uImage 116 uImage: $(uimage-default-y) target 117 @ln -sf $< $(boot)/uImage 120 CLEAN_FILES += $(boot)/uImage
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/ |
| H A D | Makefile | 78 targets += uImage 79 targets += uImage.bin 80 targets += uImage.bz2 81 targets += uImage.gz 82 targets += uImage.lzma 83 targets += uImage.lzo 85 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE 88 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2 FORCE 91 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE 94 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | kernel-uimage.bbclass | 4 if "uImage" in d.getVar('KERNEL_IMAGETYPES'): 11 # to build uImage using the kernel build system if and only if 13 # the uImage . 16 if "uImage" in typeformake.split(): 17 d.setVar('KERNEL_IMAGETYPE_FOR_MAKE', typeformake.replace('uImage', 'vmlinux')) 19 # Enable building of uImage with mkimage 33 …ESS} -e $ENTRYPOINT -n "${DISTRO_NAME}/${PV}/${MACHINE}" -d linux.bin ${B}/arch/${ARCH}/boot/uImage
|
| /OK3568_Linux_fs/kernel/arch/arc/boot/ |
| H A D | Makefile | 16 targets += uImage.bin 17 targets += uImage.gz 18 targets += uImage.lzma 32 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE 35 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE 38 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/ |
| H A D | Makefile | 21 targets += uImage xipImage 26 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage 27 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage 32 uImage: $(obj)/uImage target 52 $(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8572ds/ |
| H A D | README | 89 Place a linux uImage in the TFTP disk area. 91 tftp 1000000 uImage.8572 105 c. $ make uImage 107 d. $ cp arch/powerpc/boot/uImage /tftpboot/uImage.core0 124 c. $ make uImage 126 d. $ cp arch/powerpc/boot/uImage /tftpboot/uImage.core1 145 => tftp 21000000 8572/uImage.core1 160 => tftp 1000000 8572/uImage.core0
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.qemu-mips | 65 4) Generate uImage 67 …-O linux -T kernel -C gzip -a 0x80010000 -e 0x80245650 -n "Linux 2.6.24.y" -d vmlinux.bin.gz uImage 69 5) Copy uImage to Flash 70 # dd if=uImage bs=1k conv=notrunc seek=224 of=flash 87 # dd if=uImage bs=512 conv=notrunc seek=63 of=ide 89 8) Generate ext2 on part 2 on Copy uImage and initrd.gz 96 # Mount and copy uImage and initrd.gz to it 99 # cp {initrd.gz,uImage} /mnt/boot/ 116 setenv load_kernel_ext2 'ide res; ext2load ide 0:2 ${load_addr} /boot/uImage' 117 setenv load_kernel_tftp 'tftp ${load_addr} /qemu_mips/uImage'
|
| H A D | README.sata | 23 => tftp 40000 /tftpboot/uImage.837x 57 1352023 uImage.837x 62 => ext2load sata 0:1 200000 /uImage.837x
|
| /OK3568_Linux_fs/buildroot/board/lego/ev3/ |
| H A D | readme.txt | 25 It will try to load a uImage (and optional boot.scr) from the first µSD card 27 it does not contain a uImage file, then the EV3 will boot the uImage from the 62 ├── uImage -> uImage.da850-lego-ev3 63 └── uImage.da850-lego-ev3
|
| H A D | genimage.cfg | 30 image = "uImage" 46 file uImage { 47 image = "uImage"
|
| /OK3568_Linux_fs/buildroot/board/chromebook/snow/ |
| H A D | sign.sh | 25 (cd $BINARIES_DIR && run $mkimage -f kernel.its uImage.itb) || exit 1 37 --vmlinuz $BINARIES_DIR/uImage.itb \ 39 --pack $BINARIES_DIR/uImage.kpart || exit 1
|
| /OK3568_Linux_fs/buildroot/board/chromebook/elm/ |
| H A D | sign.sh | 25 (cd $BINARIES_DIR && run $mkimage -f kernel.its uImage.itb) || exit 1 37 --vmlinuz $BINARIES_DIR/uImage.itb \ 39 --pack $BINARIES_DIR/uImage.kpart || exit 1
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/ |
| H A D | Makefile | 30 targets := Image zImage xipImage bootpImage uImage 96 $(obj)/uImage: $(obj)/zImage FORCE 123 $(obj)/uImage System.map "$(INSTALL_PATH)"
|
| /OK3568_Linux_fs/u-boot/board/samsung/common/ |
| H A D | dfu_sample_env.txt | 3 loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 uImage 9 dfu_alt_info=u-boot mmc 80 800;params.bin mmc 0x38 0x8;uImage ext4 0 2
|
| /OK3568_Linux_fs/kernel/arch/csky/boot/ |
| H A D | Makefile | 2 targets := Image zImage uImage 23 $(obj)/uImage: $(obj)/zImage
|
| /OK3568_Linux_fs/kernel/arch/h8300/boot/ |
| H A D | Makefile | 24 $(obj)/uImage.bin: $(obj)/vmlinux.bin 27 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
|
| /OK3568_Linux_fs/buildroot/board/technologic/ts4900/ |
| H A D | readme.txt | 18 both uImage and dts from the /boot directory. 30 └── uImage 32 Since both the uImage and the dts are contained in the /boot
|
| /OK3568_Linux_fs/buildroot/board/technologic/ts7680/ |
| H A D | readme.txt | 27 └── uImage 31 TS-7680 built-in bootloader loads the Linux uImage from the /boot 33 rootfs with the Linux uImage into the /boot directory.
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sabreauto/ |
| H A D | README | 45 Create a FAT16 boot partition to store uImage and the dtb file, then copy the files there: 47 $ sudo cp uImage /media/boot 64 # load mmc 0:1 ${loadaddr} uImage
|
| /OK3568_Linux_fs/u-boot/board/ti/am335x/ |
| H A D | README | 77 U-Boot # load mmc 0 0x82000000 uImage 136 This includes relocation of the uImage from where we loaded it to the entry 157 U-Boot # tftp 81000000 am335x/uImage 164 # Write the uImage to MMC 171 example we assume that the uImage and device tree to be used are already on 172 the FAT filesystem (only the uImage MUST be for this to function 178 U-Boot # load mmc 0:1 ${loadaddr} uImage 195 NAND. In this example we assume that the uImage and device tree to be are
|