]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: dmi: Add SMBIOS/DMI support
authorYi Li <yi.li@linaro.org>
Fri, 11 Jul 2014 11:46:50 +0000 (12:46 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 21 Jul 2014 09:22:21 +0000 (10:22 +0100)
commite75a9568fd5c896dd3bd5cbe43fbd54550227821
treebeb5616e53df9b843da764572a2284609b9317db
parent4ebd2d10af3dc13df8a5a7ab5fc77fdebd6be997
arm64: dmi: Add SMBIOS/DMI support

SMbios is important for server hardware vendors. It implements a spec for
providing descriptive information about the platform. Things like serial
numbers, physical layout of the ports, build configuration data, and the like.

This has been tested by dmidecode and lshw tools.

Signed-off-by: Yi Li <yi.li@linaro.org>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig
arch/arm64/include/asm/dmi.h [new file with mode: 0644]
arch/arm64/kernel/setup.c