| /OK3568_Linux_fs/kernel/arch/s390/purgatory/ |
| H A D | Makefile | 5 purgatory-y := head.o purgatory.o string.o sha256.o mem.o 7 targets += $(purgatory-y) purgatory.lds purgatory purgatory.chk purgatory.ro 8 PURGATORY_OBJS = $(addprefix $(obj)/,$(purgatory-y)) 37 $(obj)/purgatory: $(obj)/purgatory.lds $(PURGATORY_OBJS) FORCE 40 $(obj)/purgatory.chk: $(obj)/purgatory FORCE 47 $(obj)/purgatory.ro: $(obj)/purgatory $(obj)/purgatory.chk FORCE 50 $(obj)/kexec-purgatory.o: $(obj)/kexec-purgatory.S $(obj)/purgatory.ro FORCE 53 obj-$(CONFIG_ARCH_HAS_KEXEC_PURGATORY) += kexec-purgatory.o
|
| H A D | .gitignore | 2 purgatory 3 purgatory.chk 4 purgatory.lds 5 purgatory.ro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | powerpc-purgatory-Makefile-remove-unknown-flags.patch | 4 Subject: [PATCH] powerpc/purgatory: Makefile: remove unknown flags for powerpc 16 purgatory/arch/ppc/Makefile | 2 +- 19 diff --git a/purgatory/arch/ppc/Makefile b/purgatory/arch/ppc/Makefile 21 --- a/purgatory/arch/ppc/Makefile 22 +++ b/purgatory/arch/ppc/Makefile 23 @@ -7,7 +7,7 @@ ppc_PURGATORY_SRCS += purgatory/arch/ppc/misc.S 24 ppc_PURGATORY_SRCS += purgatory/arch/ppc/purgatory-ppc.c 25 ppc_PURGATORY_SRCS += purgatory/arch/ppc/console-ppc.c 30 dist += purgatory/arch/ppc/Makefile $(ppc_PURGATORY_SRCS) \ 31 purgatory/arch/ppc/purgatory-ppc.h purgatory/arch/ppc/ppc_asm.h
|
| H A D | x86_sys_io.patch | 10 purgatory/arch/i386/pic.c | 2 +- 11 purgatory/arch/i386/vga.c | 2 +- 14 diff --git a/purgatory/arch/i386/pic.c b/purgatory/arch/i386/pic.c 16 --- a/purgatory/arch/i386/pic.c 17 +++ b/purgatory/arch/i386/pic.c 24 #include <purgatory.h> 25 #include "purgatory-x86.h" 27 diff --git a/purgatory/arch/i386/vga.c b/purgatory/arch/i386/vga.c 29 --- a/purgatory/arch/i386/vga.c 30 +++ b/purgatory/arch/i386/vga.c [all …]
|
| H A D | 0012-purgatory-string.c-avoid-inclusion-of-string.h.patch | 4 Subject: [PATCH] purgatory/string.c: avoid inclusion of string.h 8 purgatory/string.c:39:5: error: conflicting types for 'memcmp' 14 purgatory/string.c | 2 ++ 17 diff --git a/purgatory/string.c b/purgatory/string.c 19 --- a/purgatory/string.c 20 +++ b/purgatory/string.c
|
| H A D | kexec-x32.patch | 12 purgatory/arch/x86_64/Makefile: Not use mcmodel large when 27 purgatory/arch/x86_64/Makefile | 4 +++- 83 diff --git a/purgatory/arch/x86_64/Makefile b/purgatory/arch/x86_64/Makefile 85 --- a/purgatory/arch/x86_64/Makefile 86 +++ b/purgatory/arch/x86_64/Makefile 87 @@ -23,4 +23,6 @@ x86_64_PURGATORY_SRCS += purgatory/arch/i386/console-x86.c 88 x86_64_PURGATORY_SRCS += purgatory/arch/i386/vga.c 89 x86_64_PURGATORY_SRCS += purgatory/arch/i386/pic.c
|
| H A D | 0011-purgatory-Makefile-adapt-to-klcc.patch | 4 Subject: [PATCH] purgatory Makefile: adapt to klcc 10 purgatory/Makefile | 6 +++--- 13 --- a/purgatory/Makefile 14 +++ b/purgatory/Makefile 15 @@ -47,7 +47,7 @@ purgatory/sha256.o: $(srcdir)/util_lib/s
|
| H A D | 0013-sha256.h-avoid-inclusion-of-sys-types.h.patch | 8 purgatory/printf.c:2:10: fatal error: limits.h:
|
| /OK3568_Linux_fs/kernel/arch/x86/purgatory/ |
| H A D | Makefile | 4 purgatory-y := purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string.o 6 targets += $(purgatory-y) 7 PURGATORY_OBJS = $(addprefix $(obj)/,$(purgatory-y)) 22 targets += purgatory.ro purgatory.chk 70 $(obj)/purgatory.ro: $(PURGATORY_OBJS) FORCE 73 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE 76 targets += kexec-purgatory.c 81 $(obj)/kexec-purgatory.c: $(obj)/purgatory.ro $(obj)/purgatory.chk FORCE 84 obj-$(CONFIG_KEXEC_FILE) += kexec-purgatory.o
|
| H A D | .gitignore | 1 purgatory.chk
|
| H A D | purgatory.c | 41 void purgatory(void) in purgatory() function
|
| H A D | setup-x86_64.S | 33 call purgatory
|
| /OK3568_Linux_fs/kernel/arch/powerpc/purgatory/ |
| H A D | Makefile | 5 targets += trampoline_$(BITS).o purgatory.ro kexec-purgatory.c 9 $(obj)/purgatory.ro: $(obj)/trampoline_$(BITS).o FORCE 15 $(obj)/kexec-purgatory.c: $(obj)/purgatory.ro FORCE 18 obj-y += kexec-purgatory.o
|
| H A D | .gitignore | 2 kexec-purgatory.c 3 purgatory.ro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kexec/kexec-tools/ |
| H A D | 0002-purgatory-Pass-r-directly-to-linker.patch | 4 Subject: [PATCH] purgatory: Pass -r directly to linker 14 purgatory/Makefile | 2 +- 17 diff --git a/purgatory/Makefile b/purgatory/Makefile 19 --- a/purgatory/Makefile 20 +++ b/purgatory/Makefile
|
| H A D | 0005-Disable-PIE-during-link.patch | 13 purgatory/Makefile | 2 +- 16 diff --git a/purgatory/Makefile b/purgatory/Makefile 18 --- a/purgatory/Makefile 19 +++ b/purgatory/Makefile
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | .gitignore | 6 purgatory/kexec-purgatory.c 7 purgatory/purgatory.ro
|
| H A D | Kbuild | 27 obj-$(CONFIG_KEXEC_FILE) += purgatory/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/ |
| H A D | kexec-tools-klibc_git.bb | 30 file://0011-purgatory-Makefile-adapt-to-klcc.patch \ 31 file://0012-purgatory-string.c-avoid-inclusion-of-string.h.patch \ 61 SRC_URI:append:powerpc = " file://powerpc-purgatory-Makefile-remove-unknown-flags.patch" 67 # fix purgatory/printf.c:2:10: fatal error: limits.h: No such file or directory 69 CFLAGS += "-O2 -I${STAGING_DIR_HOST}${libdir}/klibc/include -I${S}/purgatory/include \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/ |
| H A D | kernel-devsrc.bb | 249 cp -a --parents arch/x86/purgatory/purgatory.c $kerneldir/build/ 251 # 4.18 + have unified the purgatory files, so we ignore any errors if 253 cp -a --parents arch/x86/purgatory/sha256.h $kerneldir/build/ 2>/dev/null || : 254 cp -a --parents arch/x86/purgatory/sha256.c $kerneldir/build/ 2>/dev/null || : 256 cp -a --parents arch/x86/purgatory/stack.S $kerneldir/build/ 257 cp -a --parents arch/x86/purgatory/string.c $kerneldir/build/ 2>/dev/null || : 258 cp -a --parents arch/x86/purgatory/setup-x86_64.S $kerneldir/build/ 259 cp -a --parents arch/x86/purgatory/entry64.S $kerneldir/build/
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | purgatory.h | 8 extern void purgatory(void);
|
| /OK3568_Linux_fs/kernel/arch/s390/ |
| H A D | Kbuild | 10 obj-$(CONFIG_ARCH_HAS_KEXEC_PURGATORY) += purgatory/
|
| /OK3568_Linux_fs/kernel/arch/powerpc/ |
| H A D | Kbuild | 18 obj-$(CONFIG_KEXEC_FILE) += purgatory/
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kexec/ |
| H A D | kexec-tools_2.0.23.bb | 17 file://0002-purgatory-Pass-r-directly-to-linker.patch \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/ |
| H A D | de4x5.c | 4998 goto purgatory; /* Stop the search */ in mii_get_phy() 5019 goto purgatory; in mii_get_phy() 5023 purgatory: in mii_get_phy()
|