All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: Support to find mirrored memory ranges
@ 2020-02-21 12:52 ` Jing Xiangfeng
  0 siblings, 0 replies; 8+ messages in thread
From: Jing Xiangfeng @ 2020-02-20  3:43 UTC (permalink / raw)
  To: ardb, tglx, mingo, bp, hpa, x86, dvhart, andy
  Cc: linux-efi, linux-kernel, platform-driver-x86, linux-mm,
	wangkefeng.wang, jingxiangfeng

This series enable finding mirrored memory ranges
functionality on arm64 platform. This feature has been
implemented on the x86 platform, so we move some
functions from x86.

Jing Xiangfeng (2):
  efi: allow EFI_FAKE_MEMMAP on arm64 platform
  arm64/efi: support to find mirrored memory ranges

 arch/x86/include/asm/efi.h      |  5 -----
 arch/x86/platform/efi/efi.c     | 39 ---------------------------------------
 drivers/firmware/efi/Kconfig    |  2 +-
 drivers/firmware/efi/arm-init.c |  2 ++
 drivers/firmware/efi/efi.c      | 23 +++++++++++++++++++++++
 drivers/firmware/efi/memmap.c   | 16 ++++++++++++++++
 include/linux/efi.h             |  5 +++++
 7 files changed, 47 insertions(+), 45 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2020-02-21  7:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20  3:43 [PATCH 0/2] arm64: Support to find mirrored memory ranges Jing Xiangfeng
2020-02-21 12:52 ` Jing Xiangfeng
2020-02-20  3:43 ` [PATCH 1/2] efi: allow EFI_FAKE_MEMMAP on arm64 platform Jing Xiangfeng
2020-02-21 12:52   ` Jing Xiangfeng
2020-02-20  3:43 ` [PATCH 2/2] arm64/efi: support to find mirrored memory ranges Jing Xiangfeng
2020-02-21 12:53   ` Jing Xiangfeng
2020-02-20  9:21 ` [PATCH 0/2] arm64: Support " Ard Biesheuvel
2020-02-21  7:01   ` j00447129

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.