| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0141-util-mkimage-Add-an-option-to-import-SBAT-metadata-i.patch | 4 Subject: [PATCH] util/mkimage: Add an option to import SBAT metadata into a 7 Add a --sbat option to the grub-mkimage tool which allows us to import 18 include/grub/util/mkimage.h | 1 + 20 util/grub-mkimage.c | 15 ++++++++++++++- 21 util/mkimage.c | 43 ++++++++++++++++++++++++++++++++++++------- 50 +@option{--sbat} option of @command{grub-mkimage} command should be used. The content 55 +grub-mkimage -O x86_64-efi -o grubx64.efi -p '(tftp)/grub' --sbat sbat.csv efinet tftp 75 diff --git a/include/grub/util/mkimage.h b/include/grub/util/mkimage.h 77 --- a/include/grub/util/mkimage.h 78 +++ b/include/grub/util/mkimage.h [all …]
|
| H A D | 0136-util-mkimage-Always-use-grub_host_to_target32-to-ini.patch | 4 Subject: [PATCH] util/mkimage: Always use grub_host_to_target32() to 15 util/mkimage.c | 8 ++++---- 18 diff --git a/util/mkimage.c b/util/mkimage.c 20 --- a/util/mkimage.c 21 +++ b/util/mkimage.c
|
| H A D | 0139-util-mkimage-Improve-data_size-value-calculation.patch | 4 Subject: [PATCH] util/mkimage: Improve data_size value calculation 21 util/mkimage.c | 6 +++++- 24 diff --git a/util/mkimage.c b/util/mkimage.c 26 --- a/util/mkimage.c 27 +++ b/util/mkimage.c
|
| H A D | 0134-util-mkimage-Remove-unused-code-to-add-BSS-section.patch | 4 Subject: [PATCH] util/mkimage: Remove unused code to add BSS section 14 util/mkimage.c | 17 ----------------- 17 diff --git a/util/mkimage.c b/util/mkimage.c 19 --- a/util/mkimage.c 20 +++ b/util/mkimage.c
|
| H A D | 0138-util-mkimage-Reorder-PE-optional-header-fields-set-u.patch | 4 Subject: [PATCH] util/mkimage: Reorder PE optional header fields set-up 14 util/mkimage.c | 16 ++++++++-------- 17 diff --git a/util/mkimage.c b/util/mkimage.c 19 --- a/util/mkimage.c 20 +++ b/util/mkimage.c
|
| H A D | 0143-shim_lock-Only-skip-loading-shim_lock-verifier-with-.patch | 31 util/grub-mkimage.c | 8 +++++++- 32 util/mkimage.c | 15 ++++++++++++++- 188 diff --git a/util/grub-mkimage.c b/util/grub-mkimage.c 190 --- a/util/grub-mkimage.c 191 +++ b/util/grub-mkimage.c 228 diff --git a/util/mkimage.c b/util/mkimage.c 230 --- a/util/mkimage.c 231 +++ b/util/mkimage.c
|
| H A D | 0135-util-mkimage-Use-grub_host_to_target32-instead-of-gr.patch | 4 Subject: [PATCH] util/mkimage: Use grub_host_to_target32() instead of 16 util/mkimage.c | 44 ++++++++++++++++++++++---------------------- 19 diff --git a/util/mkimage.c b/util/mkimage.c 21 --- a/util/mkimage.c 22 +++ b/util/mkimage.c
|
| H A D | 0137-util-mkimage-Unify-more-of-the-PE32-and-PE32-header-.patch | 4 Subject: [PATCH] util/mkimage: Unify more of the PE32 and PE32+ header set-up 18 util/mkimage.c | 111 ++++++++++++++++++++++++++------------------------------- 21 diff --git a/util/mkimage.c b/util/mkimage.c 23 --- a/util/mkimage.c 24 +++ b/util/mkimage.c
|
| H A D | 0140-util-mkimage-Refactor-section-setup-to-use-a-helper.patch | 4 Subject: [PATCH] util/mkimage: Refactor section setup to use a helper 14 util/mkimage.c | 143 +++++++++++++++++++++++++++++++-------------------------- 17 diff --git a/util/mkimage.c b/util/mkimage.c 19 --- a/util/mkimage.c 20 +++ b/util/mkimage.c
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_fit.py | 173 def make_fit(mkimage, params): argument 187 util.run_and_log(cons, [mkimage, '-f', its, fit]) 287 def run_fit_test(mkimage): argument 355 fit = make_fit(mkimage, params) 386 fit = make_fit(mkimage, params) 398 fit = make_fit(mkimage, params) 410 fit = make_fit(mkimage, params) 423 mkimage = cons.config.build_dir + '/tools/mkimage' 424 run_fit_test(mkimage)
|
| H A D | test_vboot.py | 88 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f', 102 util.run_and_log(cons, [mkimage, '-F', '-k', tmpdir, '-K', dtb, 167 mkimage = cons.config.build_dir + '/tools/mkimage'
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/classes/ |
| H A D | test-mkimage-wrapper.bbclass | 11 echo "### uboot-mkimage wrapper message" 12 uboot-mkimage "$@" 16 echo "### uboot-mkimage signing wrapper message" 17 uboot-mkimage "$@"
|
| /OK3568_Linux_fs/buildroot/board/chromebook/snow/ |
| H A D | sign.sh | 8 mkimage=$HOST_DIR/bin/mkimage 16 test -x $mkimage || \ 25 (cd $BINARIES_DIR && run $mkimage -f kernel.its uImage.itb) || exit 1
|
| /OK3568_Linux_fs/buildroot/board/chromebook/elm/ |
| H A D | sign.sh | 8 mkimage=$HOST_DIR/bin/mkimage 16 test -x $mkimage || \ 25 (cd $BINARIES_DIR && run $mkimage -f kernel.its uImage.itb) || exit 1
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | Makefile | 57 hostprogs-y += dumpimage mkimage 89 dumpimage-mkimage-objs := aisimage.o \ 126 dumpimage-objs := $(dumpimage-mkimage-objs) dumpimage.o 127 mkimage-objs := $(dumpimage-mkimage-objs) mkimage.o 128 fit_info-objs := $(dumpimage-mkimage-objs) fit_info.o 129 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o
|
| H A D | .mkimage.o.cmd | |
| H A D | .mkimage.cmd | |
| /OK3568_Linux_fs/buildroot/package/imx-mkimage/ |
| H A D | Config.in.host | 2 bool "host imx-mkimage" 4 imx-mkimage is used to combine input images and generate 7 https://source.codeaurora.org/external/imx/imx-mkimage
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.kwbimage | 2 Kirkwood Boot Image generation using mkimage 16 ./tools/mkimage -l <kwboot_file> 19 ./tools/mkimage -n <board specific configuration file> \ 24 ./tools/mkimage -n ./board/Marvell/openrd_base/kwbimage.cfg \ 29 kwbimage support available with mkimage utility will generate kirkwood boot 31 which uses mkimage to produce such an image is "u-boot.kwb". For example:
|
| H A D | README.atmel_pmecc | 39 look like. In order to do so we have a new image type added to mkimage to 45 tool will be called in build process to parametrize mkimage for atmelimage 46 type. The mkimage tool has intentionally _not_ compiled in those parameters. 48 The mkimage image type atmelimage also set the 6'th interrupt vector to the
|
| /OK3568_Linux_fs/buildroot/package/uboot-tools/ |
| H A D | uboot-tools.mk | 58 $(INSTALL) -m 0755 -D $(@D)/tools/mkimage $(TARGET_DIR)/usr/bin/mkimage 180 $(@D)/tools/mkimage -C none -A $(MKIMAGE_ARCH) -T script \ 196 $(INSTALL) -m 0755 -D $(@D)/tools/mkimage $(HOST_DIR)/bin/mkimage 208 MKIMAGE = $(HOST_DIR)/bin/mkimage
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | howto.txt | 15 create an uImage in the new format: mkimage and dtc, although only one 16 (mkimage) is invoked directly. dtc is called from within mkimage and operates 22 for its latest version. mkimage (together with dtc) takes as input 35 - mkimage 43 image source file mkimage + dtc transfer to target 83 $ mkimage -f kernel.its kernel.itb 86 $ mkimage -l kernel.itb 193 $ mkimage -f kernel_fdt.its kernel_fdt.itb 196 $ mkimage -l kernel_fdt.itb
|
| /OK3568_Linux_fs/buildroot/board/boundarydevices/common/ |
| H A D | post-build.sh | 20 $HOST_DIR/bin/mkimage -A $MKIMAGE_ARCH -O linux -T script -C none -a 0 -e 0 \ 27 $HOST_DIR/bin/mkimage -A $MKIMAGE_ARCH -O linux -T script -C none -a 0 -e 0 \
|
| /OK3568_Linux_fs/buildroot/board/freescale/common/imx/ |
| H A D | imx8-bootloader-prepare.sh | 14 ${HOST_DIR}/bin/mkimage -E -p 0x3000 -f ${BINARIES_DIR}/u-boot.its ${BINARIES_DIR}/u-boot.itb 21 ${HOST_DIR}/bin/mkimage -E -p 0x3000 -f ${BINARIES_DIR}/u-boot.its ${BINARIES_DIR}/u-boot.itb 28 ${HOST_DIR}/bin/mkimage -E -p 0x3000 -f ${BINARIES_DIR}/u-boot.its ${BINARIES_DIR}/u-boot.itb 35 ${HOST_DIR}/bin/mkimage -E -p 0x3000 -f ${BINARIES_DIR}/u-boot.its ${BINARIES_DIR}/u-boot.itb
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/ |
| H A D | Makefile | 78 $(call if_changed,mkimage) 86 $(call if_changed,mkimage) 95 $(call if_changed,mkimage) 101 $(call if_changed,mkimage)
|