Lines Matching refs:BOOT
449 # Targets for boot/OS images
491 # the boot image, which is a collection of other images.
521 INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
530 # We build recovery as boot image if BOARD_USES_RECOVERY_AS_BOOT is true.
537 $(call pretty,"Target boot image: $@")
539 $(BOOT_SIGNER) /boot $@ $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).pk8 $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).x509.pem $@
546 $(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)
552 $(call pretty,"Target boot image: $@")
567 $(call pretty,"Target boot image: $@")
829 # Recovery image exists if we are building recovery, or building recovery as boot.
881 # boot.img + recovery-from-boot.p + recovery-resource.dat = recovery.img.
882 # recovery-resource.dat is needed only if we carry a patch of the boot and
883 # recovery images and invoke install-recovery.sh on the first boot post an
889 # b) We build a single image that contains boot and recovery both
1000 $(call pretty,"Target boot image from recovery: $@")
1128 # now store the recovery image as a binary patch using the boot image
1140 @echo "Construct recovery from boot"
1276 ## boot tarball
1278 $(hide) echo "Target boot fs tarball: $(INSTALLED_BOOTTARBALL_TARGET)"
1279 $(hide) mkdir -p $(PRODUCT_OUT)/boot
1280 $(hide) cp -f $(INTERNAL_BOOTIMAGE_FILES) $(PRODUCT_OUT)/boot/.
1281 $(hide) echo $(BOARD_KERNEL_CMDLINE) > $(PRODUCT_OUT)/boot/cmdline
1283 $(PRODUCT_OUT) boot $(PRIVATE_BOOT_TAR) \
1291 boot_tar := $(PRODUCT_OUT)/boot.tar
1613 # If we are using recovery as boot, output recovery files to BOOT/.
1615 $(BUILT_TARGET_FILES_PACKAGE): PRIVATE_RECOVERY_OUT := BOOT
1660 @# Components of the boot image
1661 $(hide) mkdir -p $(zip_root)/BOOT
1668 $(TARGET_ROOT_OUT),$(zip_root)/BOOT/RAMDISK)
1670 @# If we are using recovery as boot, this is already done when processing recovery.
1673 $(hide) $(ACP) $(INSTALLED_KERNEL_TARGET) $(zip_root)/BOOT/kernel
1677 $(INSTALLED_2NDBOOTLOADER_TARGET) $(zip_root)/BOOT/second
1680 $(hide) echo "$(BOARD_KERNEL_CMDLINE)" > $(zip_root)/BOOT/cmdline
1683 $(hide) echo "$(BOARD_KERNEL_BASE)" > $(zip_root)/BOOT/base
1686 $(hide) echo "$(BOARD_KERNEL_PAGESIZE)" > $(zip_root)/BOOT/pagesize
1806 @# Run fs_config on all the system, vendor, boot ramdisk,
1813 $(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