Searched refs:image (Results 1 - 25 of 86) sorted by relevance

1234

/openwrt/target/linux/generic/image/
H A DMakefile8 include $(INCLUDE_DIR)/image.mk
/openwrt/target/linux/orion/image/
H A DMakefile8 include $(INCLUDE_DIR)/image.mk
/openwrt/package/firmware/ixp4xx-microcode/src/
H A DIxNpeMicrocode.h93 struct dl_image *image = (struct dl_image *)IxNpeMicrocode_array; local
110 for (image = (struct dl_image *)arrayptr, cnt=0;
111 (image->id != 0xfeedf00d) && (image->magic == 0xfeedf00d);
112 image = (struct dl_image *)(arrayptr), cnt++)
115 imgsiz = image->size + 3;
116 *(unsigned*)field = to_be32(image->id);
120 image->id);
121 if (image->id == 0x00090000)
126 printf("Writing image
[all...]
/openwrt/target/linux/brcm2708/bcm2709/
H A Dtarget.mk11 Build firmware image for Broadcom BCM2709 SoC devices.
/openwrt/target/linux/brcm2708/bcm2708/
H A Dtarget.mk11 Build firmware image for Broadcom BCM2708 SoC devices.
/openwrt/target/linux/brcm2708/bcm2710/
H A Dtarget.mk11 Build firmware image for Broadcom BCM2710 SoC devices.
/openwrt/tools/firmware-utils/src/
H A Dtplink-safeloader.c56 /** An image partition table entry */
95 the new image format.
124 {"os-image", 0x40000, 0x170000},
151 {"os-image", 0x1f0000, 0x200000},
174 {"os-image", 0x20000, 0x180000},
236 /** Allocates a new image partition */
245 /** Frees an image partition */
330 /** Creates a new image partition with an arbitrary name from a file */
365 Copies a list of image partitions into an image buffe
448 uint8_t *image = malloc(*len); local
500 uint8_t *image = malloc(*len); local
534 uint8_t *image = malloc(*len); local
566 uint8_t *image = malloc(*len); local
589 void *image; local
622 void *image; local
655 void *image; local
[all...]
/openwrt/target/linux/adm8668/image/lzma-loader/src/include/
H A Dcommon.h40 #include <image.h>
/openwrt/target/linux/uml/image/
H A DMakefile8 include $(INCLUDE_DIR)/image.mk
/openwrt/scripts/
H A Dubinize-image.sh23 image=$3
30 if [ "$image" ]; then
31 echo "image=$image"
/openwrt/target/imagebuilder/files/
H A DMakefile35 image: Build an image (see below for more information).
38 By default 'make image' will create an image with the default
42 make image PROFILE="<profilename>" # override the default target profile
43 make image PACKAGES="<pkg1> [<pkg2> [<pkg3> ...]]" # include extra packages
44 make image FILES="<path>" # include extra files from <path>
45 make image BIN_DIR="<path>" # alternative output directory for the images
46 make image EXTRA_IMAGE_NAME="<string>" # Add this to the output image filenam
[all...]
/openwrt/target/linux/brcm47xx/image/lzma-loader/src/
H A DMakefile59 data.o: data.lds decompress.image
60 $(LD) -no-warn-mismatch -T data.lds -r -o $@ -b binary decompress.image -b elf32-tradlittlemips
65 decompress.image: decompress
77 rm -f loader.gz loader decompress *.lds *.o *.image
/openwrt/target/linux/omap24xx/image/
H A DMakefile8 include $(INCLUDE_DIR)/image.mk
/openwrt/target/linux/brcm2708/
H A DMakefile23 Build firmware image for Broadcom BCM27xx SoC devices.
24 Currently produces SD Card image for Raspberry Pi.
/openwrt/target/linux/zynq/profiles/
H A Dzc702.mk14 Build firmware image for Xilinx Zynq ZC702 development board.
H A Dzed.mk14 Build firmware image for Avnet Digilent ZedBoard development board.
H A Dzybo.mk14 Build firmware image for Digilent ZYBO development board.
/openwrt/include/
H A Dkernel-build.mk113 $(LINUX_DIR)/.image: $(STAMP_CONFIGURED) $(if $(CONFIG_STRIP_KERNEL_EXPORTS),$(KERNEL_BUILD_DIR)/symtab.h) FORCE
127 $(MAKE) -C image compile TARGET_BUILD=
136 install: $(LINUX_DIR)/.image
137 +$(MAKE) -C image compile install TARGET_BUILD=
142 image-prereq:
143 @+$(NO_TRACE_MAKE) -s -C image prereq TARGET_BUILD=
145 prereq: image-prereq
/openwrt/package/base-files/files/sbin/
H A Dsysupgrade58 Usage: $0 [<upgrade-option>...] <image file or URL>
69 Verify image and config .tar.gz but do not actually flash.
71 Flash image even if image checks fail, this is dangerous!
79 then exit. Does not flash an image. If file is '-',
83 then exit. Does not flash an image. If file is '-',
96 Do not specify both -b|-r and a firmware image.
/openwrt/target/linux/au1000/image/
H A DMakefile11 include $(INCLUDE_DIR)/image.mk
27 $(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader $(LOADER_MAKEOPTS) clean
37 # Build RAM image
38 $(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader \
43 # Build Flash image
44 $(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader \
/openwrt/target/linux/netlogic/image/
H A DMakefile8 include $(INCLUDE_DIR)/image.mk
/openwrt/target/linux/rb532/image/
H A DMakefile8 include $(INCLUDE_DIR)/image.mk
23 $(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader $(LOADER_MAKEOPTS) clean
28 $(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader $(LOADER_MAKEOPTS) clean compile
32 $(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader $(LOADER_MAKEOPTS) clean compile
/openwrt/target/linux/x86/base-files/lib/upgrade/
H A Dplatform.sh68 echo "Invalid image type"
129 #extract the boot sector from the image
130 get_image "$@" | dd of=/tmp/image.bs count=1 bs=512b
132 get_partitions /tmp/image.bs image
135 diff="$(grep -F -x -v -f /tmp/partmap.bootdisk /tmp/partmap.image)"
137 echo "Partition layout is changed. Full image will be written."
144 #iterate over each partition from the image and write it to the boot disk
147 echo "Writing image to /dev/$partdev..."
152 done < /tmp/partmap.image
[all...]
/openwrt/target/linux/zynq/
H A DMakefile21 Build firmware image for Zynq 7000 SoC devices.
/openwrt/tools/patch-image/
H A DMakefile9 PKG_NAME:=patch-image

Completed in 139 milliseconds

1234