From: Leif Lindholm <leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
Suravee.Suthikulpanit-5C7GfCeVMHo@public.gmane.org
Subject: Re: [RFC PATCH] dmi: add support for SMBIOS 3.0 64-bit entry point
Date: Tue, 14 Oct 2014 11:59:51 +0100 [thread overview]
Message-ID: <20141014105951.GE22224@bivouac.eciton.net> (raw)
In-Reply-To: <1413208113-16374-1-git-send-email-ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
On Mon, Oct 13, 2014 at 03:48:33PM +0200, Ard Biesheuvel wrote:
> Version 3.0 of the DTMF SMBIOS reference spec defines a new entry point
> type that supports a 64-bit address for the SMBIOS structure table. This
> is needed by platforms whose system RAM resides above the 4 GB physical
> address boundary, such as upcoming 64-bit ARM platforms.
>
> This is a preliminary RFC implementation, as there is no definition available
> yet for SMBIOS3_TABLE_GUID, which the (currently still in draft) SMBIOS v3.0
> spec refers to.
>
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> ---
> goto out;
> diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c
> index 8590099ac148..9035c1b74d58 100644
> --- a/drivers/firmware/efi/efi.c
> +++ b/drivers/firmware/efi/efi.c
> @@ -30,6 +30,7 @@ struct efi __read_mostly efi = {
> .acpi = EFI_INVALID_TABLE_ADDR,
> .acpi20 = EFI_INVALID_TABLE_ADDR,
> .smbios = EFI_INVALID_TABLE_ADDR,
> + .smbios3 = EFI_INVALID_TABLE_ADDR,
Is there any particular need to add a separate pointer for v3?
In both cases, the pointer is a physical address stored as an unsigned
long.
/
Leif
next prev parent reply other threads:[~2014-10-14 10:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-13 13:48 [RFC PATCH] dmi: add support for SMBIOS 3.0 64-bit entry point Ard Biesheuvel
[not found] ` <1413208113-16374-1-git-send-email-ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-10-13 14:01 ` Suravee Suthikulanit
[not found] ` <543BDB38.6030807-5C7GfCeVMHo@public.gmane.org>
2014-10-13 14:07 ` Ard Biesheuvel
[not found] ` <1B8BA5BD-37A2-4447-AD3A-B138F7518C87-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-10-13 14:29 ` Suravee Suthikulanit
2014-10-14 14:15 ` Suravee Suthikulanit
[not found] ` <543D3019.1020404-5C7GfCeVMHo@public.gmane.org>
2014-10-14 14:19 ` Ard Biesheuvel
[not found] ` <CAKv+Gu95g=wUtQOJtx4kNVOZ6qJmcZTVukNNQQ_vJNW074tQwQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-10-14 14:35 ` Suravee Suthikulanit
2014-10-14 10:59 ` Leif Lindholm [this message]
[not found] ` <20141014105951.GE22224-t77nlHhSwNqAroYi2ySoxKxOck334EZe@public.gmane.org>
2014-10-14 12:20 ` Ard Biesheuvel
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=20141014105951.GE22224@bivouac.eciton.net \
--to=leif.lindholm-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=Suravee.Suthikulpanit-5C7GfCeVMHo@public.gmane.org \
--cc=ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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