From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 20 Aug 2016 17:52:39 -0600 Subject: [U-Boot] [PATCH v6 08/10] smbios: Expose in efi_loader as table In-Reply-To: <1471562611-93794-10-git-send-email-agraf@suse.de> References: <1471562611-93794-1-git-send-email-agraf@suse.de> <1471562611-93794-10-git-send-email-agraf@suse.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 18 August 2016 at 17:23, Alexander Graf wrote: > We can pass SMBIOS easily as EFI configuration table to an EFI payload. This > patch adds enablement for that case. > > While at it, we also enable SMBIOS generation for ARM systems, since they support > EFI_LOADER. > > Signed-off-by: Alexander Graf > Reviewed-by: Bin Meng > > --- > > v1 -> v2: > > - Fix whitespace > > v2 -> v3: > > - Move efi smbios generation to own file > --- > cmd/bootefi.c | 3 +++ > include/efi_api.h | 4 ++++ > include/efi_loader.h | 2 ++ > include/smbios.h | 1 + > lib/Kconfig | 4 ++-- > lib/efi_loader/Makefile | 1 + > lib/efi_loader/efi_smbios.c | 32 ++++++++++++++++++++++++++++++++ > lib/smbios.c | 6 ++++++ > 8 files changed, 51 insertions(+), 2 deletions(-) > create mode 100644 lib/efi_loader/efi_smbios.c Reviewed-by: Simon Glass