From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 20 Aug 2016 17:52:24 -0600 Subject: [U-Boot] [PATCH v6 02/10] x86: Move smbios generation into arch independent directory In-Reply-To: <1471562611-93794-4-git-send-email-agraf@suse.de> References: <1471562611-93794-1-git-send-email-agraf@suse.de> <1471562611-93794-4-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 will need the SMBIOS generation function on ARM as well going forward, > so let's move it into a non arch specific location. > > Signed-off-by: Alexander Graf > Reviewed-by: Bin Meng > --- > arch/x86/Kconfig | 27 ------------------------ > arch/x86/lib/Makefile | 1 - > arch/x86/lib/tables.c | 2 +- > {arch/x86/include/asm => include}/smbios.h | 0 > lib/Kconfig | 33 ++++++++++++++++++++++++++++++ > lib/Makefile | 1 + > {arch/x86/lib => lib}/smbios.c | 4 ++-- > 7 files changed, 37 insertions(+), 31 deletions(-) > rename {arch/x86/include/asm => include}/smbios.h (100%) > rename {arch/x86/lib => lib}/smbios.c (99%) Reviewed-by: Simon Glass