[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200420194405.8281-1-jithu.joseph@intel.com>
Date: Mon, 20 Apr 2020 12:44:04 -0700
From: Jithu Joseph <jithu.joseph@...el.com>
To: dvhart@...radead.org, andy@...radead.org
Cc: platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
maurice.ma@...el.com, ravi.p.rangarajan@...el.com,
sean.v.kelley@...el.com, kuo-lang.tseng@...el.com,
Jithu Joseph <jithu.joseph@...el.com>
Subject: [PATCH 0/1] platform/x86: Add Slim Bootloader firmware update support
Slim Bootloader(SBL) [1] is a small open-source boot firmware,
designed for running on certain Intel platforms. SBL can be
thought-of as fulfilling the role of a minimal BIOS
implementation, i.e initializing the hardware and booting
Operating System.
This driver creates sysfs interfaces which allows user space entities
to trigger update of SBL firmware.
Acknowledgment: Initial draft of the driver code was authored by
Maurice Ma <maurice.ma@...el.com>
[1] https://slimbootloader.github.io
Jithu Joseph (1):
platform/x86: Add Slim Bootloader firmware update signaling driver
MAINTAINERS | 7 ++
drivers/platform/x86/Kconfig | 10 ++
drivers/platform/x86/Makefile | 1 +
drivers/platform/x86/sbl_fwu_wmi.c | 143 +++++++++++++++++++++++++++++
4 files changed, 161 insertions(+)
create mode 100644 drivers/platform/x86/sbl_fwu_wmi.c
base-commit: 8f3d9f354286745c751374f5f1fcafee6b3f3136
--
2.17.1
Powered by blists - more mailing lists