From: yi.li@linaro.org (Yi Li)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] *** Support SMBIOS/DMI on arm32/64 ***
Date: Tue, 26 Nov 2013 00:44:23 +0800 [thread overview]
Message-ID: <1385397866-7524-1-git-send-email-yi.li@linaro.org> (raw)
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
next reply other threads:[~2013-11-25 16:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-25 16:44 Yi Li [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1385397866-7524-1-git-send-email-yi.li@linaro.org \
--to=yi.li@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).