linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] *** Support SMBIOS/DMI on arm32/64 ***
@ 2013-11-25 16:44 Yi Li
  2013-11-25 16:44 ` [PATCH 1/3] firmware/dmi_scan: generalize for use by other archs Yi Li
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Yi Li @ 2013-11-25 16:44 UTC (permalink / raw)
  To: linux-arm-kernel

The patches support SMBIOS/DMI on arm system, it tested by dmidecode
and lshw tools.

The first patch is wrapping remap/unmap methond for general archs,
and has been posted for review to x86 and ia64, waiting the ack.
The last two patches depend on booting from UEFI and SMBIOS data 
reported as Runtime Services Data type.

Ard Biesheuvel (1):
  firmware/dmi_scan: generalize for use by other archs

Yi Li (2):
  ARM64:DMI: Add smbios/dmi support on arm64
  ARM32:DMI: Add smbios/dmi support on arm32

 arch/arm/Kconfig             |   13 +++++++++++++
 arch/arm/include/asm/dmi.h   |   28 ++++++++++++++++++++++++++++
 arch/arm/kernel/setup.c      |    2 ++
 arch/arm64/Kconfig           |   10 ++++++++++
 arch/arm64/include/asm/dmi.h |   28 ++++++++++++++++++++++++++++
 arch/arm64/kernel/setup.c    |    2 ++
 arch/ia64/include/asm/dmi.h  |   10 +++++++---
 arch/x86/include/asm/dmi.h   |    8 ++++++--
 drivers/firmware/dmi_scan.c  |   20 +++++++++++---------
 9 files changed, 107 insertions(+), 14 deletions(-)
 create mode 100644 arch/arm/include/asm/dmi.h
 create mode 100644 arch/arm64/include/asm/dmi.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-11-27 14:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 16:44 [PATCH 0/3] *** Support SMBIOS/DMI on arm32/64 *** Yi Li
2013-11-25 16:44 ` [PATCH 1/3] firmware/dmi_scan: generalize for use by other archs Yi Li
2013-11-25 16:44 ` [PATCH 2/3] ARM64:DMI: Add smbios/dmi support on arm64 Yi Li
2013-11-27 14:03   ` Ard Biesheuvel
2013-11-27 14:24   ` Grant Likely
2013-11-27 14:26     ` Grant Likely
2013-11-25 16:44 ` [PATCH 3/3] ARM32:DMI: Add smbios/dmi support on arm32 Yi Li
2013-11-27 14:26   ` Grant Likely

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