linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] platform/x86: Add Slim Bootloader firmware update support
@ 2020-04-23 22:42 Jithu Joseph
  2020-04-23 22:42 ` [PATCH v2 1/1] platform/x86: Add Slim Bootloader firmware update signaling driver Jithu Joseph
  2020-04-24 11:08 ` [PATCH v2 0/1] platform/x86: Add Slim Bootloader firmware update support Andy Shevchenko
  0 siblings, 2 replies; 5+ messages in thread
From: Jithu Joseph @ 2020-04-23 22:42 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

v1 Upstream submission is available here:
https://lore.kernel.org/lkml/20200420194405.8281-1-jithu.joseph@intel.com

v2 primarily addresses review comments from Andy Shevchenko to v1. 

Changes in v2
 - Rebased on top of tag: v5.7-rc2
 - Added ABI documentation file
 - Changed the ordering of SBL entry in Makefile and Kconfig
 - Replaced kstrtobool() with kstrtouint() for user input processing
 - Added DocLink: tag to annottate weblink in commit message
 - Minor edits to commit message in p1/1
 - Style related changes

From v1 submission:

Slim Bootloader(SBL) [see link below] 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>

DocLink: https://slimbootloader.github.io

Jithu Joseph (1):
  platform/x86: Add Slim Bootloader firmware update signaling driver

 .../ABI/testing/sysfs-platform-sbl-fwu-wmi    |  12 ++
 MAINTAINERS                                   |   7 +
 drivers/platform/x86/Kconfig                  |  10 ++
 drivers/platform/x86/Makefile                 |   1 +
 drivers/platform/x86/sbl_fwu_wmi.c            | 144 ++++++++++++++++++
 5 files changed, 174 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-sbl-fwu-wmi
 create mode 100644 drivers/platform/x86/sbl_fwu_wmi.c


base-commit: ae83d0b416db002fe95601e7f97f64b59514d936
-- 
2.17.1


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

end of thread, other threads:[~2020-04-27 20:02 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).