kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: support --mem-min and --mem-max parameters
@ 2016-08-29  8:28 AKASHI Takahiro
  2016-08-29  8:28 ` [PATCH 1/2] fixup! arm64: Add arm64 kexec support AKASHI Takahiro
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: AKASHI Takahiro @ 2016-08-29  8:28 UTC (permalink / raw)
  To: horms, geoff; +Cc: AKASHI Takahiro, kexec

Geoff's current patches of kexec support for arm64 [1] ignores command
line paramters, --mem-min and --mem-max and always load the kernel at
the address above "TEXT_OFFSET" bytes in the first memory regions.

My patches add the support of both parameters and, moreover, make
the differences between elf_arm64_load() and image_arm64_load() quite
small for better understandings.

Please think about merging my fixup patches.
	-> Geoff

[1] http://lists.infradead.org/pipermail/kexec/2016-August/016942.html

AKASHI Takahiro (2):
  fixup! arm64: Add arm64 kexec support
  fixup! arm64: Add support for binary image files

 kexec/arch/arm64/kexec-arm64.c       | 22 ++++++++--
 kexec/arch/arm64/kexec-arm64.h       |  1 +
 kexec/arch/arm64/kexec-elf-arm64.c   | 79 ++++++++++++++++++++----------------
 kexec/arch/arm64/kexec-image-arm64.c | 29 ++++++++++---
 4 files changed, 88 insertions(+), 43 deletions(-)

-- 
2.9.0


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

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

end of thread, other threads:[~2016-09-01 21:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-29  8:28 [PATCH 0/2] arm64: support --mem-min and --mem-max parameters AKASHI Takahiro
2016-08-29  8:28 ` [PATCH 1/2] fixup! arm64: Add arm64 kexec support AKASHI Takahiro
2016-08-29  8:28 ` [PATCH 2/2] fixup! arm64: Add support for binary image files AKASHI Takahiro
2016-09-01 21:43 ` [PATCH 0/2] arm64: support --mem-min and --mem-max parameters Geoff Levand
2016-09-01 21:44 ` Geoff Levand

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).