Lines Matching refs:BOOT
449 # Targets for boot/OS images
491 # the boot image, which is a collection of other images.
528 INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
537 # We build recovery as boot image if BOARD_USES_RECOVERY_AS_BOOT is true.
544 $(call pretty,"Target boot image: $@")
546 $(BOOT_SIGNER) /boot $@ $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).pk8 $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).x509.pem $@
553 $(BOOT_SIGNER) /boot $(INSTALLED_BOOTIMAGE_TARGET) $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).pk8 $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).x509.pem $(INSTALLED_BOOTIMAGE_TARGET)
559 $(call pretty,"Target boot image: $@")
574 $(call pretty,"Target boot image: $@")
842 # Recovery image exists if we are building recovery, or building recovery as boot.
899 # boot.img + recovery-from-boot.p + recovery-resource.dat = recovery.img.
900 # recovery-resource.dat is needed only if we carry a patch of the boot and
901 # recovery images and invoke install-recovery.sh on the first boot post an
907 # b) We build a single image that contains boot and recovery both
998 $(BOOT_SIGNER) /boot $(1) $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).pk8 $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).x509.pem $(1),\
1025 $(call pretty,"Target boot image from recovery: $@")
1153 # now store the recovery image as a binary patch using the boot image
1165 @echo "Construct recovery from boot"
1301 ## boot tarball
1303 $(hide) echo "Target boot fs tarball: $(INSTALLED_BOOTTARBALL_TARGET)"
1304 $(hide) mkdir -p $(PRODUCT_OUT)/boot
1305 $(hide) cp -f $(INTERNAL_BOOTIMAGE_FILES) $(PRODUCT_OUT)/boot/.
1306 $(hide) echo $(BOARD_KERNEL_CMDLINE) > $(PRODUCT_OUT)/boot/cmdline
1308 $(PRODUCT_OUT) boot $(PRIVATE_BOOT_TAR) \
1316 boot_tar := $(PRODUCT_OUT)/boot.tar
1694 # If we are using recovery as boot, output recovery files to BOOT/.
1696 $(BUILT_TARGET_FILES_PACKAGE): PRIVATE_RECOVERY_OUT := BOOT
1742 @# Components of the boot image
1743 $(hide) mkdir -p $(zip_root)/BOOT
1750 $(TARGET_ROOT_OUT),$(zip_root)/BOOT/RAMDISK)
1752 @# If we are using recovery as boot, this is already done when processing recovery.
1755 $(hide) $(ACP) $(INSTALLED_KERNEL_TARGET) $(zip_root)/BOOT/kernel
1759 $(INSTALLED_2NDBOOTLOADER_TARGET) $(zip_root)/BOOT/second
1762 $(hide) echo "$(BOARD_KERNEL_CMDLINE)" > $(zip_root)/BOOT/cmdline
1765 $(hide) echo "$(BOARD_KERNEL_BASE)" > $(zip_root)/BOOT/base
1768 $(hide) echo "$(BOARD_KERNEL_PAGESIZE)" > $(zip_root)/BOOT/pagesize
1893 @# Run fs_config on all the system, vendor, boot ramdisk,
1900 $(hide) zipinfo -1 $@ | awk 'BEGIN { FS="BOOT/RAMDISK/" } /^BOOT\/RAMDISK\// {print $$2}' | $(HOST_OUT_EXECUTABLES)/fs_config -C -D $(TARGET_OUT) -S $(SELINUX_FC) > $(zip_root)/META/boot_filesystem_config.txt