Home
last modified time | relevance | path

Searched full:zboot (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/firmware/efi/libstub/
H A DMakefile.zboot19 zboot-method-y := gzip
20 zboot-size-len-y := 0
23 zboot-method-$(CONFIG_KERNEL_ZSTD) := zstd22_with_size
24 zboot-size-len-$(CONFIG_KERNEL_ZSTD) := 4
27 $(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 FORCE
48 $(obj)/zboot-header.o: $(CONFIG_EFI_SBAT_FILE)
[all …]
H A DMakefile93 zboot-obj-y := zboot-decompress-gzip.o
95 zboot-obj-$(CONFIG_KERNEL_ZSTD) := zboot-decompress-zstd.o lib-xxhash.o
98 zboot-riscv-obj-$(CONFIG_32BIT) := lib-ashldi3.o lib-lshrdi3.o
99 zboot-obj-$(CONFIG_RISCV) += lib-clz_ctz.o $(zboot-riscv-obj-y)
100 zboot-loongarch-obj-$(CONFIG_32BIT) := lib-ashldi3.o lib-lshrdi3.o
101 zboot-obj-$(CONFIG_LOONGARCH) += lib-clz_ctz.o $(zboot
[all...]
H A Driscv.c78 * This fallback definition is used by the EFI zboot stub, which loads in stext_offset()
H A Defistub.h1147 /* shared entrypoint between the normal stub and the zboot stub */
/linux/arch/mips/econet/
H A DPlatform3 # zboot. So please set CONFIG_ZBOOT_LOAD_ADDRESS to the address where your
/linux/arch/loongarch/boot/
H A DMakefile32 include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot
/linux/arch/mips/boot/compressed/
H A Duart-16550.c3 * 16550 compatible uart based serial debug support for zboot
H A DMakefile25 # Disable lq/sq in zboot
/linux/arch/arm64/boot/
H A DMakefile57 include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot
/linux/arch/riscv/boot/
H A DMakefile59 include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot
/linux/drivers/firmware/efi/
H A DKconfig86 (The compression algorithm used is described in the zboot header)