/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | repack-bootimg | 13 --boot_img BOOT_IMG path to the original boot image 84 echo "No boot img" 100 default_kernel=arch/arm64/boot/Image.lz4 102 default_kernel=arch/arm64/boot/Image 106 default_kernel=arch/arm/boot/zImage 108 default_kernel=arch/arm/boot/Image 123 version=$(grep -a "^boot image header version: " $log | sed "s/^boot image header version: //")
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/ |
H A D | Makefile | 25 OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/crc32.c \ 26 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaDec.c \ 27 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaTools.c
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/ |
H A D | Makefile | 25 OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/crc32.c \ 26 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaDec.c \ 27 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaTools.c
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/flashboot/ |
H A D | Makefile | 25 OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/crc32.c \ 26 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaDec.c \ 27 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaTools.c
|
/kernel/linux/linux-6.6/arch/loongarch/ |
H A D | Makefile | 6 boot := arch/loongarch/boot macro 14 KBUILD_IMAGE := $(boot)/vmlinux.elf 16 KBUILD_IMAGE := $(boot)/$(image-name-y).efi 148 $(Q)$(MAKE) $(build)=$(boot) $(bootvars-y) $(boot)/$@
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | genimage.sh | 9 # Adapted from code in arch/x86/boot/Makefile by H. Peter Anvin and others 95 # Get the EFI architecture name such that boot{name}.efi is the default 96 # boot file name. Returns false with no output if the file is not an 147 for dir in /usr/share /boot /usr/lib64 /usr/lib; do 190 mcopy "$efishell" "$1"EFI/Boot/boot${kefiarch}.efi 257 -c boot.cat -no-emul-boot -boot-load-size 4 \ 258 -boot-info-table "$tmp_dir"
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/ |
H A D | non_factory.mk | 20 U_BOOT_DIR = $(MAIN_TOPDIR)/third_party/u-boot-v2019.07
31 COMPILE_MODULE += boot loaderboot
130 if [ ! -d $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/ ]; \
132 cd $(THIRD_DIR)/u-boot-v2019.07; \
133 tar -xvf u-boot-v2019.07.tar.gz; \
134 cd $(U_BOOT_DIR)/u-boot-v2019.07; \
144 patch -p1 < ./../hisilicon_patch/hisilicon-u-boot-v2019.07.patch ; \
167 $(RM) $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot [all...] |
/kernel/linux/linux-5.10/arch/arm/ |
H A D | Makefile | 145 # during boot, and this offset is critical to the functioning of 254 # The first directory contains additional information for the boot setup code 288 boot := arch/arm/boot macro 290 KBUILD_IMAGE := $(boot)/xipImage 292 KBUILD_IMAGE := $(boot)/zImage 330 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ 331 @$(kecho) ' Kernel: $(boot)/$@ is ready' 334 $(Q)$(MAKE) $(build)=$(boot) MACHIN [all...] |
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 33 boot/start.o (.text)
34 boot/uart.o (.text)
35 boot/init_regs.o (.text)
36 boot/lowlevel_init_v300.o (.text)
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 33 boot/start.o (.text) 34 boot/uart.o (.text) 35 boot/init_regs.o (.text) 36 boot/lowlevel_init_v300.o (.text)
|
/kernel/linux/linux-5.10/arch/xtensa/ |
H A D | Makefile | 83 core-y += arch/xtensa/boot/dts/ 88 boot := arch/xtensa/boot macro 91 $(Q)$(MAKE) $(build)=$(boot) $@ 98 @echo '* zImage - Compressed kernel image (arch/xtensa/boot/images/zImage.*)'
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | genimage.sh | 9 # Adapted from code in arch/x86/boot/Makefile by H. Peter Anvin and others 118 -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 \ 119 -boot-info-table $tmp_dir
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | Makefile | 43 targets := bzImage startup.a section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y) 61 $(obj)/bzImage: $(obj)/compressed/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data FORCE
|
/kernel/linux/linux-5.10/arch/sh/ |
H A D | Makefile | 95 boot := arch/sh/boot macro 96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) 122 core-$(CONFIG_USE_BUILTIN_DTB) += arch/sh/boot/dts/ 200 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 208 $(Q)$(MAKE) $(clean)=$(boot)
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | cpufeature.c | 16 * boot CPU and comparing these with the feature registers of each secondary 115 * capabilities based on the boot time active CPUs. This 296 * We already refuse to boot CPUs that don't support our configured 886 * before we handle the boot CPU below. in init_cpu_features() 891 * Detect and enable early CPU capabilities based on the boot CPU, in init_cpu_features() 914 static int check_update_ftr_reg(u32 sys_id, int cpu, u64 val, u64 boot) in check_update_ftr_reg() argument 922 if ((boot & regp->strict_mask) == (val & regp->strict_mask)) in check_update_ftr_reg() 925 regp->name, boot, cpu, val); in check_update_ftr_reg() 949 struct cpuinfo_arm64 *boot) in update_32bit_cpu_features() 976 info->reg_id_dfr0, boot in update_32bit_cpu_features() 948 update_32bit_cpu_features(int cpu, struct cpuinfo_arm64 *info, struct cpuinfo_arm64 *boot) update_32bit_cpu_features() argument 1032 update_cpu_features(int cpu, struct cpuinfo_arm64 *info, struct cpuinfo_arm64 *boot) update_cpu_features() argument [all...] |
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | super.c | 848 static u32 true_sectors_per_clst(const struct NTFS_BOOT *boot) in true_sectors_per_clst() argument 850 if (boot->sectors_per_clusters <= 0x80) in true_sectors_per_clst() 851 return boot->sectors_per_clusters; in true_sectors_per_clst() 852 if (boot->sectors_per_clusters >= 0xf4) /* limit shift to 2MB max */ in true_sectors_per_clst() 853 return 1U << (-(s8)boot->sectors_per_clusters); in true_sectors_per_clst() 858 * ntfs_init_from_boot - Init internal info from on-disk boot sector. 860 * NTFS mount begins from boot - special formatted 512 bytes. 862 * The content of boot is not changed during ntfs life. 864 * NOTE: ntfs.sys checks only first (primary) boot. 874 struct NTFS_BOOT *boot; in ntfs_init_from_boot() local [all...] |
/kernel/linux/linux-6.6/arch/arm/ |
H A D | Makefile | 152 # during boot, and this offset is critical to the functioning of 252 boot := arch/arm/boot macro 254 KBUILD_IMAGE := $(boot)/xipImage 256 KBUILD_IMAGE := $(boot)/zImage 300 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 301 @$(kecho) ' Kernel: $(boot)/$@ is ready' 303 $(INSTALL_TARGETS): KBUILD_IMAGE = $(boot)/$(patsubst %install,%Image,$@) 314 bp:; $(Q)$(MAKE) $(build)=$(boot) [all...] |
/kernel/linux/linux-6.6/arch/xtensa/ |
H A D | Makefile | 60 boot := arch/xtensa/boot macro 63 $(Q)$(MAKE) $(build)=$(boot) $@ 70 @echo '* zImage - Compressed kernel image (arch/xtensa/boot/images/zImage.*)'
|
/kernel/linux/linux-6.6/arch/sh/ |
H A D | Makefile | 95 boot := arch/sh/boot macro 96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) 170 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
|
/kernel/linux/linux-5.10/drivers/pnp/pnpbios/ |
H A D | proc.c | 8 * The .../devices and .../<node> and .../boot/<node> files are 157 int boot = (long)data >> 8; in pnpbios_proc_show() local 164 if (pnp_bios_get_dev_node(&nodenum, boot, node)) { in pnpbios_proc_show() 184 int boot = (long)data >> 8; in pnpbios_proc_write() local 191 if (pnp_bios_get_dev_node(&nodenum, boot, node)) { in pnpbios_proc_write() 203 if (pnp_bios_set_dev_node(node->handle, boot, node) != 0) { in pnpbios_proc_write() 252 proc_pnp_boot = proc_mkdir("boot", proc_pnp); in pnpbios_proc_init() 284 remove_proc_entry("boot", proc_pnp); in pnpbios_proc_exit()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | acpi_fpdt.c | 4 * FPDT support for exporting boot and suspend/resume performance data 19 * performance data fields, for boot or suspend or resume phase. 92 FPDT_ATTR(boot, firmware_start); 93 FPDT_ATTR(boot, bootloader_load); 94 FPDT_ATTR(boot, bootloader_launch); 95 FPDT_ATTR(boot, exitbootservice_start); 96 FPDT_ATTR(boot, exitbootservice_end); 141 .name = "boot", 243 pr_err("Duplicate boot performance record found.\n"); in fpdt_process_subtable()
|
/kernel/linux/linux-6.6/drivers/pnp/pnpbios/ |
H A D | proc.c | 8 * The .../devices and .../<node> and .../boot/<node> files are 157 int boot = (long)data >> 8; in pnpbios_proc_show() local 164 if (pnp_bios_get_dev_node(&nodenum, boot, node)) { in pnpbios_proc_show() 184 int boot = (long)data >> 8; in pnpbios_proc_write() local 191 if (pnp_bios_get_dev_node(&nodenum, boot, node)) { in pnpbios_proc_write() 203 if (pnp_bios_set_dev_node(node->handle, boot, node) != 0) { in pnpbios_proc_write() 252 proc_pnp_boot = proc_mkdir("boot", proc_pnp); in pnpbios_proc_init() 284 remove_proc_entry("boot", proc_pnp); in pnpbios_proc_exit()
|
/kernel/linux/linux-5.10/sound/drivers/vx/ |
H A D | vx_core.c | 405 * snd_vx_boot_xilinx - boot up the xilinx interface 407 * @boot: the boot record to load 409 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() argument 414 /* check the length of boot image */ in snd_vx_load_boot_image() 415 if (boot->size <= 0) in snd_vx_load_boot_image() 417 if (boot->size % 3) in snd_vx_load_boot_image() 422 unsigned int c = ((u32)boot->data[0] << 16) | ((u32)boot->data[1] << 8) | boot in snd_vx_load_boot_image() 643 snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) snd_vx_dsp_boot() argument [all...] |
/kernel/linux/linux-6.6/sound/drivers/vx/ |
H A D | vx_core.c | 422 * snd_vx_load_boot_image - boot up the xilinx interface 424 * @boot: the boot record to load 426 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() argument 431 /* check the length of boot image */ in snd_vx_load_boot_image() 432 if (boot->size <= 0) in snd_vx_load_boot_image() 434 if (boot->size % 3) in snd_vx_load_boot_image() 439 unsigned int c = ((u32)boot->data[0] << 16) | ((u32)boot->data[1] << 8) | boot in snd_vx_load_boot_image() 660 snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) snd_vx_dsp_boot() argument [all...] |
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | cpufeature.c | 16 * boot CPU and comparing these with the feature registers of each secondary 343 * We already refuse to boot CPUs that don't support our configured 1066 * handle the boot CPU below. in init_cpu_features() 1071 * Detect and enable early CPU capabilities based on the boot CPU, in init_cpu_features() 1094 static int check_update_ftr_reg(u32 sys_id, int cpu, u64 val, u64 boot) in check_update_ftr_reg() argument 1102 if ((boot & regp->strict_mask) == (val & regp->strict_mask)) in check_update_ftr_reg() 1105 regp->name, boot, cpu, val); in check_update_ftr_reg() 1129 struct cpuinfo_arm64 *boot) in lazy_init_32bit_cpu_features() 1136 if (id_aa64pfr0_32bit_el0(boot->reg_id_aa64pfr0)) in lazy_init_32bit_cpu_features() 1139 boot in lazy_init_32bit_cpu_features() 1128 lazy_init_32bit_cpu_features(struct cpuinfo_arm64 *info, struct cpuinfo_arm64 *boot) lazy_init_32bit_cpu_features() argument 1144 update_32bit_cpu_features(int cpu, struct cpuinfo_32bit *info, struct cpuinfo_32bit *boot) update_32bit_cpu_features() argument 1220 update_cpu_features(int cpu, struct cpuinfo_arm64 *info, struct cpuinfo_arm64 *boot) update_cpu_features() argument [all...] |