From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suravee Suthikulanit Subject: Re: [RFC PATCH] dmi: add support for SMBIOS 3.0 64-bit entry point Date: Mon, 13 Oct 2014 09:29:02 -0500 Message-ID: <543BE1AE.9080708@amd.com> References: <1413208113-16374-1-git-send-email-ard.biesheuvel@linaro.org> <543BDB38.6030807@amd.com> <1B8BA5BD-37A2-4447-AD3A-B138F7518C87@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1B8BA5BD-37A2-4447-AD3A-B138F7518C87-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ard Biesheuvel Cc: "" , "" , "" , "" , "" List-Id: linux-efi@vger.kernel.org On 10/13/2014 9:07 AM, Ard Biesheuvel wrote: > > > >> On 13 okt. 2014, at 16:01, Suravee Suthikulanit wrote: >> >>> On 10/13/2014 8:48 AM, Ard Biesheuvel wrote: >>> +#define SMBIOS3_TABLE_GUID \ >>> + EFI_GUID( 0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 ) >>> + >> >> Ard, >> >> I believe the new SMBIOS3_TABLE_GUILD has already been accepted by the USWG. >> >> #define SMBIOS3_TABLE_GUID \ >> {0xf2fd1544, 0x9794, 0x4a2c, 0x99, 0x2e, 0xe5, 0xbb, 0xcf, 0x20, >> 0xe3, 0x94} >> > > ah, good. got a link? I have been told that this is defined in the USWG CR 1191. Not sure how to access this info. Suravee