Home | History | Annotate | Download | only in core

Lines Matching refs:BOOT

369 # Targets for boot/OS images
396 # the boot image, which is a collection of other images.
419 INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
426 $(call pretty,"Target boot image: $@")
437 $(call pretty,"Target boot image: $@")
825 # now store the recovery image as a binary patch using the boot image
836 @echo "Construct recovery from boot"
929 ## boot tarball
931 $(hide) echo "Target boot fs tarball: $(INSTALLED_BOOTTARBALL_TARGET)"
932 $(hide) mkdir -p $(PRODUCT_OUT)/boot
933 $(hide) cp -f $(INTERNAL_BOOTIMAGE_FILES) $(PRODUCT_OUT)/boot/.
934 $(hide) echo $(BOARD_KERNEL_CMDLINE) > $(PRODUCT_OUT)/boot/cmdline
936 $(PRODUCT_OUT) boot $(PRIVATE_BOOT_TAR) \
944 boot_tar := $(PRODUCT_OUT)/boot.tar
1204 @# Components of the boot image
1205 $(hide) mkdir -p $(zip_root)/BOOT
1207 $(TARGET_ROOT_OUT),$(zip_root)/BOOT/RAMDISK)
1209 $(hide) $(ACP) $(INSTALLED_KERNEL_TARGET) $(zip_root)/BOOT/kernel
1213 $(INSTALLED_2NDBOOTLOADER_TARGET) $(zip_root)/BOOT/second
1216 $(hide) echo "$(BOARD_KERNEL_CMDLINE)" > $(zip_root)/BOOT/cmdline
1219 $(hide) echo "$(BOARD_KERNEL_BASE)" > $(zip_root)/BOOT/base
1222 $(hide) echo "$(BOARD_KERNEL_PAGESIZE)" > $(zip_root)/BOOT/pagesize
1269 @# Run fs_config on all the system, boot ramdisk, and recovery ramdisk files in the zip, and save the output
1271 $(hide) zipinfo -1 $@ | awk 'BEGIN { FS="BOOT/RAMDISK/" } /^BOOT\/RAMDISK\// {print $$2}' | $(HOST_OUT_EXECUTABLES)/fs_config -C -S $(SELINUX_FC) > $(zip_root)/META/boot_filesystem_config.txt