Home | History | Annotate | Download | only in core

Lines Matching refs:BOOT

342 # Targets for boot/OS images
369 # the boot image, which is a collection of other images.
392 INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
399 $(call pretty,"Target boot image: $@")
405 $(call pretty,"Target boot image: $@")
754 # now store the recovery image as a binary patch using the boot image
765 @echo "Construct recovery from boot"
850 ## boot tarball
852 $(hide) echo "Target boot fs tarball: $(INSTALLED_BOOTTARBALL_TARGET)"
853 $(hide) mkdir -p $(PRODUCT_OUT)/boot
854 $(hide) cp -f $(INTERNAL_BOOTIMAGE_FILES) $(PRODUCT_OUT)/boot/.
855 $(hide) echo $(BOARD_KERNEL_CMDLINE) > $(PRODUCT_OUT)/boot/cmdline
857 $(PRODUCT_OUT) boot $(PRIVATE_BOOT_TAR) \
865 boot_tar := $(PRODUCT_OUT)/boot.tar
1075 @# Components of the boot image
1076 $(hide) mkdir -p $(zip_root)/BOOT
1078 $(TARGET_ROOT_OUT),$(zip_root)/BOOT/RAMDISK)
1080 $(hide) $(ACP) $(INSTALLED_KERNEL_TARGET) $(zip_root)/BOOT/kernel
1084 $(INSTALLED_2NDBOOTLOADER_TARGET) $(zip_root)/BOOT/second
1087 $(hide) echo "$(BOARD_KERNEL_CMDLINE)" > $(zip_root)/BOOT/cmdline
1090 $(hide) echo "$(BOARD_KERNEL_BASE)" > $(zip_root)/BOOT/base
1093 $(hide) echo "$(BOARD_KERNEL_PAGESIZE)" > $(zip_root)/BOOT/pagesize
1131 @# Run fs_config on all the system, boot ramdisk, and recovery ramdisk files in the zip, and save the output
1133 $(hide) zipinfo -1 $@ | awk 'BEGIN { FS="BOOT/RAMDISK/" } /^BOOT\/RAMDISK\// {print $$2}' | $(HOST_OUT_EXECUTABLES)/fs_config > $(zip_root)/META/boot_filesystem_config.txt