public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <jdelvare-l3A5Bk7waGM@public.gmane.org>
To: Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
Cc: Ard Biesheuvel
	<ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Leif Lindholm
	<leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Matt Fleming
	<matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	"Ivan.khoronzhuk"
	<ivan.khoronzhuk-hExfYMNmJl/Cnp4W7fqMDg@public.gmane.org>
Subject: Re: [PATCH v2] efi: dmi: List SMBIOS3 table before SMBIOS table
Date: Wed, 27 May 2015 16:33:04 +0200	[thread overview]
Message-ID: <20150527163304.32f0c866@endymion.delvare> (raw)
In-Reply-To: <20150527131857.GD3030-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>

On Wed, 27 May 2015 14:18:57 +0100, Matt Fleming wrote:
> On Wed, 27 May, at 12:30:37PM, Ard Biesheuvel wrote:
> > 
> > OK. Then I guess we should at least document in
> > Documentation/ABI/stable/sysfs-firmware-efi-systab that the order in
> > which the entries are enumerated is part of the ABI.
> 
> Makes perfect sense to me. How about this?
> 
> ---
> 
> From ccb5f08bb71ae4199c75668c6beacd6b47fa186c Mon Sep 17 00:00:00 2001
> From: Matt Fleming <matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> Date: Wed, 27 May 2015 14:14:22 +0100
> Subject: [PATCH] efi: Add 'systab' information to Documentation/ABI
> 
> It's not clear right now that the order in which entries are displayed
> in /sys/firmware/efi/systab actually forms an ABI that userspace tools
> rely upon.
> 
> Document the ABI along with the userspace tool that cares.
> 
> Suggested-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> Cc: Jean Delvare <jdelvare-l3A5Bk7waGM@public.gmane.org>
> Cc: Leif Lindholm <leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> Cc: Ivan Khoronzhuk <ivan.khoronzhuk-hExfYMNmJl/Cnp4W7fqMDg@public.gmane.org>
> Signed-off-by: Matt Fleming <matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> ---
>  Documentation/ABI/testing/sysfs-firmware-efi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/Documentation/ABI/testing/sysfs-firmware-efi b/Documentation/ABI/testing/sysfs-firmware-efi
> index 05874da7ce80..e794eac32a90 100644
> --- a/Documentation/ABI/testing/sysfs-firmware-efi
> +++ b/Documentation/ABI/testing/sysfs-firmware-efi
> @@ -18,3 +18,13 @@ Contact:	Dave Young <dyoung-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>  Description:	It shows the physical address of config table entry in the EFI
>  		system table.
>  Users:		Kexec
> +
> +What:		/sys/firmware/efi/systab
> +Date:		April 2005
> +Contact:	linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> +Description:	Displays the physical addresses of all EFI Configuration
> +		Tables found via the EFI System Table. The order in
> +		which the tables are printed forms an ABI and newer
> +		versions are always printed first, i.e. ACPI20 comes
> +		before ACPI.
> +Users:		dmidecode

Reviewed-by: Jean Delvare <jdelvare-l3A5Bk7waGM@public.gmane.org>

Thank you,
-- 
Jean Delvare
SUSE L3 Support

      parent reply	other threads:[~2015-05-27 14:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-30 13:23 [PATCH v2] efi: dmi: List SMBIOS3 table before SMBIOS table Jean Delvare
     [not found] ` <20150430152305.26b89bd3-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2015-04-30 16:04   ` Matt Fleming
     [not found]     ` <20150430160401.GF3014-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
2015-04-30 16:10       ` Ard Biesheuvel
     [not found]         ` <CAKv+Gu-7cakYGoz8oq5CoqgDvLWxyGwAK++yS8A6tvWo5d1taA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-05-26 18:11           ` Matt Fleming
     [not found]             ` <20150526181152.GA3030-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
2015-05-27 10:30               ` Ard Biesheuvel
     [not found]                 ` <CAKv+Gu-SeWYkqiwj+Hin5AiVW188dtLr+GHG80SxJV-uzrkA9A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-05-27 13:18                   ` Matt Fleming
     [not found]                     ` <20150527131857.GD3030-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
2015-05-27 13:41                       ` Ard Biesheuvel
2015-05-27 14:33                       ` Jean Delvare [this message]

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=20150527163304.32f0c866@endymion.delvare \
    --to=jdelvare-l3a5bk7wagm@public.gmane.org \
    --cc=ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=ivan.khoronzhuk-hExfYMNmJl/Cnp4W7fqMDg@public.gmane.org \
    --cc=leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org \
    --cc=matt.fleming-ral2JQCrhuEAvxtiuMwx3w@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