Searched full:zboot (Results 1 – 11 of 11) sorted by relevance
19 zboot-method-y := gzip20 zboot-size-len-y := 023 zboot-method-$(CONFIG_KERNEL_ZSTD) := zstd22_with_size24 zboot-size-len-$(CONFIG_KERNEL_ZSTD) := 427 $(call if_changed,$(zboot-method-y))35 aflags-zboot-header-$(EFI_ZBOOT_FORWARD_CFI) := \40 -DZBOOT_SIZE_LEN=$(zboot-size-len-y) \42 $(aflags-zboot-header-y)44 $(obj)/zboot-header.o: $(srctree)/drivers/firmware/efi/libstub/zboot-header.S FORCE48 $(obj)/zboot-header.o: $(CONFIG_EFI_SBAT_FILE)[all …]
93 zboot-obj-y := zboot-decompress-gzip.o95 zboot-obj-$(CONFIG_KERNEL_ZSTD) := zboot-decompress-zstd.o lib-xxhash.o98 zboot-riscv-obj-$(CONFIG_32BIT) := lib-ashldi3.o lib-lshrdi3.o99 zboot-obj-$(CONFIG_RISCV) += lib-clz_ctz.o $(zboot-riscv-obj-y)100 zboot-loongarch-obj-$(CONFIG_32BIT) := lib-ashldi3.o lib-lshrdi3.o101 zboot-obj-$(CONFIG_LOONGARCH) += lib-clz_ctz.o $(zboot[all...]
78 * This fallback definition is used by the EFI zboot stub, which loads in stext_offset()
1147 /* shared entrypoint between the normal stub and the zboot stub */
3 # zboot. So please set CONFIG_ZBOOT_LOAD_ADDRESS to the address where your
32 include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot
3 * 16550 compatible uart based serial debug support for zboot
25 # Disable lq/sq in zboot
57 include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot
59 include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot
86 (The compression algorithm used is described in the zboot header)