Home
last modified time | relevance | path

Searched refs:fip (Results 1 – 14 of 14) sorted by relevance

/device/asus/fugu/recovery/
Dfw_version_check.cpp196 struct FIP_header fip; in get_image_fw_rev() local
207 while (sz >= sizeof(fip)) { in get_image_fw_rev()
210 while (sz >= sizeof(fip)) { in get_image_fw_rev()
224 if (sz < sizeof(fip)) { in get_image_fw_rev()
228 memcpy(&fip, databytes, sizeof(fip)); in get_image_fw_rev()
235 if (fip.scuc_rev.minor != 0) in get_image_fw_rev()
236 v->scu.minor = fip.scuc_rev.minor; in get_image_fw_rev()
237 if (fip.scuc_rev.major != 0) in get_image_fw_rev()
238 v->scu.major = fip.scuc_rev.major; in get_image_fw_rev()
239 if (fip.ia32_rev.minor != 0) in get_image_fw_rev()
[all …]
/device/linaro/hikey/bootloader/
DMakefile14 all: $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin
16 $(DIST_DIR)/fip.bin:
29 cp $(EDK2_DIR)/Build/HiKey/$(TARGET)_GCC49/FV/fip.bin $(DIST_DIR)/
31 $(DIST_DIR)/l-loader.bin: $(DIST_DIR)/fip.bin
38 rm -rf $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin
DREADME.md3 To build fip.bin and l-loader.bin do:
/device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
Dfip_create.c399 FILE *fip; in parse_fip() local
410 fip = fopen(fip_filename, "r"); in parse_fip()
411 if (fip == NULL) { in parse_fip()
436 read_fip_size = fread(fip_buffer, sizeof(char), fip_size, fip); in parse_fip()
442 fclose(fip); in parse_fip()
443 fip = NULL; in parse_fip()
503 if (fip != NULL) { in parse_fip()
504 fclose(fip); in parse_fip()
/device/linaro/hikey/installer/hikey/
Dflash-all.sh45 if [[ "${FIRMWARE_DIR}" == "${DIST_DIR}" && ! -e "${DIST_DIR}"/fip.bin && ! -e "${DIST_DIR}"/l-load…
75 fastboot flash fastboot "${FIRMWARE_DIR}"/fip.bin
/device/linaro/hikey/uefi-tools/
Datf-build.sh162 …E" make -j$NUM_THREADS PLAT="$ATF_PLATFORM" $SPD_OPTION DEBUG=$DEBUG ${PLATFORM_BUILDFLAGS} all fip
170 …cp -a build/"$ATF_PLATFORM/$BUILD_TYPE"/{bl1,fip}.bin "$EDK2_DIR/Build/$PLATFORM_IMAGE_DIR/$BUILD_…
Dplatforms.config36 # ARM Trusted Firmware and a fip containing UEFI image.
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/
DMakefile37 JUNO_FIP=$(DEST_BIN_ROOT)/fip.bin
39 JUNO_FIP=fip.bin
/device/linaro/hikey/factory-images/
Dgenerate-factory-images-hikey.sh40 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/fip.bin tmp/$PRODUCT-$VERSION/
99 fastboot flash fastboot fip.bin
/device/linaro/bootloader/arm-trusted-firmware/
DMakefile69 FIP_NAME := fip.bin
193 …rt clean realclean distclean cscope locate-checkpatch checkcodebase checkpatch fiptool fip certtool
284 fip: ${BUILD_PLAT}/${FIP_NAME} target
383 BUILD_TARGETS := all bl1 bl2 bl31 bl32 fip
/device/linaro/bootloader/arm-trusted-firmware/docs/
Duser-guide.md83 make PLAT=<platform> all fip
113 * `build/<platform>/<build-type>/fip.bin`
124 5. Output binary files `bl1.bin` and `fip.bin` are both required to boot the
160 If a BL3-0 image is present then this option must be passed for the `fip`
164 `fip` target in case the BL2 from ARM Trusted Firmware is used.
167 image for the `fip` target. In this case, the BL2 in the ARM Trusted
171 BL3-1 image for the `fip` target. In this case, the BL3-1 in the ARM
175 BL3-2 image for the `fip` target. In this case, the BL3-2 in the ARM
179 filename for the `fip` target. Default is `fip.bin`.
350 ./tools/fip_create/fip_create fip.bin --dump \
[all …]
Dchange-log.md362 Also made the `fip` target optional.
Dporting-guide.md1461 of excluding the BL3-3 image in the `fip` image by defining this flag to
Dfirmware-design.md15 10. [Firmware Image Package (FIP)](#10--firmware-image-package-fip)