kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: add support for loading kernel from FITimage
@ 2018-07-05 12:55 Arnaud Ferraris
  2018-07-05 12:55 ` [PATCH 1/3] kexec: Move zlib buffer decompression function Arnaud Ferraris
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Arnaud Ferraris @ 2018-07-05 12:55 UTC (permalink / raw)
  To: horms, kexec

Hi all,

FITimages are an image format used by U-boot, allowing to embed a kernel with
the associated device tree and initramfs into a single file, using the device
tree file format.
Unfortunately, for now kexec doesn't recognize the FITimage format.

This patchset adds a generic FITimage loader & parser, and implements loading
a kernel/dtb/initrd for the ARM64 architecture.

Arnaud Ferraris (3):
  kexec: Move zlib buffer decompression function
  kexec: fitImage: Add fitImage parser and loader
  kexec: arm64: Add fitImage support

 include/Makefile                        |   1 +
 include/kexec-fitImage.h                |  18 +++
 kexec/Makefile                          |   4 +
 kexec/arch/arm64/Makefile               |   2 +
 kexec/arch/arm64/kexec-arm64.c          |  15 ++-
 kexec/arch/arm64/kexec-arm64.h          |   4 +
 kexec/arch/arm64/kexec-fitImage-arm64.c |  40 ++++++
 kexec/kexec-fitImage.c                  | 223 ++++++++++++++++++++++++++++++++
 kexec/kexec-uImage.c                    | 100 +-------------
 kexec/kexec-zlib.h                      |   1 +
 kexec/kexec.h                           |   4 +
 kexec/zlib.c                            | 100 ++++++++++++++
 12 files changed, 413 insertions(+), 99 deletions(-)
 create mode 100644 include/kexec-fitImage.h
 create mode 100644 kexec/arch/arm64/kexec-fitImage-arm64.c
 create mode 100644 kexec/kexec-fitImage.c

-- 
2.7.4


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-07-27  8:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-05 12:55 [PATCH 0/3] arm64: add support for loading kernel from FITimage Arnaud Ferraris
2018-07-05 12:55 ` [PATCH 1/3] kexec: Move zlib buffer decompression function Arnaud Ferraris
2018-07-05 12:55 ` [PATCH 2/3] kexec: fitImage: Add fitImage parser and loader Arnaud Ferraris
2018-07-05 12:55 ` [PATCH 3/3] kexec: arm64: Add fitImage support Arnaud Ferraris
2018-07-06  6:37 ` [PATCH 0/3] arm64: add support for loading kernel from FITimage Bhupesh Sharma
2018-07-06 14:39   ` Arnaud Ferraris
2018-07-27  8:17     ` Arnaud Ferraris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).