All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Google VPD sysfs driver
@ 2017-04-11  9:14 Thierry Escande
  2017-04-11  9:14 ` [PATCH 1/2] firmware: Google VPD: import lib_vpd source files Thierry Escande
  2017-04-11  9:14 ` [PATCH 2/2] firmware: Google VPD sysfs driver Thierry Escande
  0 siblings, 2 replies; 14+ messages in thread
From: Thierry Escande @ 2017-04-11  9:14 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel

Hi,

This patchset adds support for accessing Google Vital Product Data (VPD)
through the sysfs interface under /sys/firmware/vpd.

This patchset contains the VPD decoding routines read from coreboot
table entries and the driver responsible for creating the sysfs
interface.

This patchset depends on [1] for coreboot support in the Google memory
console.

Regards,
 Thierry
 
[1] https://lkml.org/lkml/2017/3/28/902

Wei-Ning Huang (2):
  firmware: Google Vital Product Data: import lib_vpd source files
  firmware: Google VPD sysfs driver

 drivers/firmware/google/Kconfig      |   7 +
 drivers/firmware/google/Makefile     |   3 +
 drivers/firmware/google/vpd.c        | 333 +++++++++++++++++++++++++++++++++++
 drivers/firmware/google/vpd_decode.c | 102 +++++++++++
 drivers/firmware/google/vpd_decode.h |  59 +++++++
 5 files changed, 504 insertions(+)
 create mode 100644 drivers/firmware/google/vpd.c
 create mode 100644 drivers/firmware/google/vpd_decode.c
 create mode 100644 drivers/firmware/google/vpd_decode.h

-- 
2.7.4

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

end of thread, other threads:[~2017-04-11 18:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-11  9:14 [PATCH 0/2] Google VPD sysfs driver Thierry Escande
2017-04-11  9:14 ` [PATCH 1/2] firmware: Google VPD: import lib_vpd source files Thierry Escande
2017-04-11 14:09   ` Greg Kroah-Hartman
2017-04-11 14:28     ` Thierry Escande
2017-04-11 18:15     ` [Cocci] " Joe Perches
2017-04-11 18:15       ` Joe Perches
2017-04-11 18:42       ` [Cocci] " Greg Kroah-Hartman
2017-04-11 18:42         ` Greg Kroah-Hartman
2017-04-11 18:50         ` [Cocci] " Joe Perches
2017-04-11 18:50           ` Joe Perches
2017-04-11 14:10   ` Greg Kroah-Hartman
2017-04-11 14:11     ` Greg Kroah-Hartman
2017-04-11 14:31       ` Thierry Escande
2017-04-11  9:14 ` [PATCH 2/2] firmware: Google VPD sysfs driver Thierry Escande

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.