x86/platform/uv: Add and export uv_bios_* functions
authorJustin Ernst <justin.ernst@hpe.com>
Wed, 25 Nov 2020 17:54:41 +0000 (11:54 -0600)
committerBorislav Petkov <bp@suse.de>
Thu, 26 Nov 2020 11:50:44 +0000 (12:50 +0100)
commit9a3c425cfdfee169622f1cb1a974b2f287e5560c
treed9d6f63e03f5ba7c9f460a582315631498d66a71
parent8f061abbf543355d77fac5c23521b6b452da6310
x86/platform/uv: Add and export uv_bios_* functions

Add additional uv_bios_call() variant functions to expose information
needed by the new uv_sysfs driver. This includes the addition of several
new data types defined by UV BIOS and used in the new functions.

Signed-off-by: Justin Ernst <justin.ernst@hpe.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Steve Wahl <steve.wahl@hpe.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lkml.kernel.org/r/20201125175444.279074-3-justin.ernst@hpe.com
arch/x86/include/asm/uv/bios.h
arch/x86/include/asm/uv/uv_geo.h [new file with mode: 0644]
arch/x86/platform/uv/bios_uv.c