linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] efi/arm*: wire up ESRT table
@ 2016-07-11 19:00 Ard Biesheuvel
  2016-07-11 19:00 ` [PATCH v2 1/2] efi: esrt: use memremap not ioremap to access ESRT table in memory Ard Biesheuvel
  2016-07-11 19:00 ` [PATCH v2 2/2] efi/arm*: esrt: add missing call to efi_esrt_init() Ard Biesheuvel
  0 siblings, 2 replies; 29+ messages in thread
From: Ard Biesheuvel @ 2016-07-11 19:00 UTC (permalink / raw)
  To: linux-arm-kernel

This v2 is a followup to the series I sent out on Feb 15. These now
apply onto Matt's memmap refactoring work which is intended for inclusion
in v4.9, and the diffstat below reveals that enabling ESRT is now absolutely
trivial. The only things needed are replacing ioremap() with memremap(),
and adding the missing efi_esrt_init() invocation.

I dropped the Tested-by tags, simply because the underlying code is completely
different now. I kept Peter's ack on #1, though.

Ard Biesheuvel (2):
  efi: esrt: use memremap not ioremap to access ESRT table in memory
  efi/arm*: esrt: add missing call to efi_esrt_init()

 drivers/firmware/efi/arm-init.c | 1 +
 drivers/firmware/efi/esrt.c     | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 29+ messages in thread
* [PATCH v2 0/2] efi: ARM/arm64: wire up ESRT table
@ 2016-02-15 11:32 Ard Biesheuvel
  2016-02-15 11:32 ` [PATCH v2 1/2] efi: esrt: use memremap not ioremap to access ESRT table in memory Ard Biesheuvel
  0 siblings, 1 reply; 29+ messages in thread
From: Ard Biesheuvel @ 2016-02-15 11:32 UTC (permalink / raw)
  To: linux-arm-kernel

As reported by Tyler, the ESRT support was not wired up yet for ARM or
arm64, hence this series.

Patch #1 replaces ioremap with memremap in the generic ESRT support, since
what we are mapping is not I/O, and this does make a difference on ARM/arm64

Patch #2 adds the missing efi_esrt_init() call, and tweaks some memmap fields
that efi_mem_desc_lookup() expects.

Ard Biesheuvel (2):
  efi: esrt: use memremap not ioremap to access ESRT table in memory
  arm64/efi: esrt: add missing call to efi_esrt_init()

 drivers/firmware/efi/arm-init.c |  3 +++
 drivers/firmware/efi/esrt.c     | 16 ++++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-07-15 15:22 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-11 19:00 [PATCH v2 0/2] efi/arm*: wire up ESRT table Ard Biesheuvel
2016-07-11 19:00 ` [PATCH v2 1/2] efi: esrt: use memremap not ioremap to access ESRT table in memory Ard Biesheuvel
2016-07-15 15:05   ` Matt Fleming
2016-07-11 19:00 ` [PATCH v2 2/2] efi/arm*: esrt: add missing call to efi_esrt_init() Ard Biesheuvel
2016-07-15 15:22   ` Matt Fleming
  -- strict thread matches above, loose matches on Subject: below --
2016-02-15 11:32 [PATCH v2 0/2] efi: ARM/arm64: wire up ESRT table Ard Biesheuvel
2016-02-15 11:32 ` [PATCH v2 1/2] efi: esrt: use memremap not ioremap to access ESRT table in memory Ard Biesheuvel
2016-02-15 15:45   ` Peter Jones
2016-02-16 19:19   ` Baicar, Tyler
2016-02-18 10:44   ` Matt Fleming
2016-02-18 12:16     ` Ard Biesheuvel
2016-02-18 13:28       ` Matt Fleming
2016-02-18 13:29         ` Ard Biesheuvel
2016-02-18 13:43           ` Matt Fleming
2016-02-18 13:44             ` Ard Biesheuvel
2016-02-18 14:15               ` Matt Fleming
2016-02-18 14:21                 ` Ard Biesheuvel
2016-02-18 14:38                   ` Matt Fleming
2016-02-19  9:27                   ` Dave Young
2016-02-18 19:16                 ` Peter Jones
2016-02-26 14:41                   ` Matt Fleming
2016-03-01 23:30                     ` Matt Fleming
2016-03-01 23:31                       ` Matt Fleming
2016-03-02  1:16                       ` Dave Young
2016-03-02 10:23                         ` Matt Fleming
2016-03-04  6:25                       ` Dave Young
2016-05-18  8:36                         ` Ard Biesheuvel
2016-05-18  8:53                           ` Matt Fleming
2016-06-16 13:47                             ` Ard Biesheuvel
2016-06-20 11:49                               ` Matt Fleming

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