]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add support for the Simple Firmware Interface (SFI)
authorSimon Glass <sjg@chromium.org>
Wed, 29 Apr 2015 02:25:10 +0000 (20:25 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:17 +0000 (22:35 +0200)
commit2e2051bee54ecb707c837d75f20677b680439a74
treef5ea9020bde007d4884f40b3b925d761b10ad506
parent13504be3f6c38e0bd173937d64d5f215e148a558
x86: Add support for the Simple Firmware Interface (SFI)

This provides a way of passing information to Linux without requiring the
full ACPI horror. Provide a rudimentary implementation sufficient to be
recognised and parsed by Linux.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/Kconfig
arch/x86/include/asm/sfi.h [new file with mode: 0644]
arch/x86/lib/Makefile
arch/x86/lib/sfi.c [new file with mode: 0644]
arch/x86/lib/tables.c