All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] platform/x86: Add Slim Bootloader firmware update support
@ 2020-04-20 19:44 Jithu Joseph
  2020-04-20 19:44 ` [PATCH 1/1] platform/x86: Add Slim Bootloader firmware update signaling driver Jithu Joseph
  0 siblings, 1 reply; 5+ messages in thread
From: Jithu Joseph @ 2020-04-20 19:44 UTC (permalink / raw)
  To: dvhart, andy
  Cc: platform-driver-x86, linux-kernel, maurice.ma, ravi.p.rangarajan,
	sean.v.kelley, kuo-lang.tseng, Jithu Joseph

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@intel.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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-23 10:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 19:44 [PATCH 0/1] platform/x86: Add Slim Bootloader firmware update support Jithu Joseph
2020-04-20 19:44 ` [PATCH 1/1] platform/x86: Add Slim Bootloader firmware update signaling driver Jithu Joseph
2020-04-22 13:42   ` Andy Shevchenko
2020-04-23  2:02     ` Jithu Joseph
2020-04-23 10:21       ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.