Home | History | Annotate | Download | only in core

Lines Matching refs:BOOT

277 # Targets for boot/OS images
300 # the boot image, which is a collection of other images.
318 INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
325 $(call pretty,"Target boot image: $@")
331 $(call pretty,"Target boot image: $@")
683 # now store the recovery image as a binary patch using the boot image
694 @echo "Construct recovery from boot"
894 @# Components of the boot image
895 $(hide) mkdir -p $(zip_root)/BOOT
897 $(TARGET_ROOT_OUT),$(zip_root)/BOOT/RAMDISK)
899 $(hide) $(ACP) $(INSTALLED_KERNEL_TARGET) $(zip_root)/BOOT/kernel
903 $(INSTALLED_2NDBOOTLOADER_TARGET) $(zip_root)/BOOT/second
906 $(hide) echo "$(BOARD_KERNEL_CMDLINE)" > $(zip_root)/BOOT/cmdline
909 $(hide) echo "$(BOARD_KERNEL_BASE)" > $(zip_root)/BOOT/base
931 $(hide) echo "boot $(call image-size-from-data-size,$(BOARD_BOOTIMAGE_PARTITION_SIZE))" >> $(zip_root)/META/imagesizes.txt