All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] smbios: Enhancements for more flexibility
@ 2021-01-07  4:21 Simon Glass
  2021-01-07  4:21 ` [PATCH 01/10] README: Add doumentation for version information Simon Glass
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Simon Glass @ 2021-01-07  4:21 UTC (permalink / raw)
  To: u-boot

This series includes various patches to allow more flexibility as to where
the data for SMBIOS tables comes from:

- introduces some standard sysinfo options as a source, e.g. to read
   strapping pins to determine the board revision
- allows the U-Boot version number to be included
- allows the version number to be provided programmatically, e.g. to
   support the build system adding information after U-Boot is built

Documentation is added for how to obtain version information.

The code is also refactored a little to make it easier to maintain.


Simon Glass (10):
  README: Add doumentation for version information
  Makefile: Provide numeric versions
  smbios: Move smbios_write_type to the C file
  smbios: Use char consistently for the eos member
  smbios: Set BIOS release version
  smbios: Use a struct to keep track of context
  smbios: Drop the eos parameter
  smbios: Track the end of the string table
  smbios: Add more options for the BIOS version string
  smbios: Allow a few values to come from sysinfo

 Makefile                          |   4 +
 README                            |  92 ++++++++++++
 include/asm-generic/global_data.h |   3 +
 include/smbios.h                  |  26 ++--
 include/sysinfo.h                 |  11 ++
 lib/smbios.c                      | 240 ++++++++++++++++++++++--------
 6 files changed, 303 insertions(+), 73 deletions(-)

-- 
2.29.2.729.g45daf8777d-goog

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

end of thread, other threads:[~2021-02-08 17:07 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07  4:21 [PATCH 00/10] smbios: Enhancements for more flexibility Simon Glass
2021-01-07  4:21 ` [PATCH 01/10] README: Add doumentation for version information Simon Glass
2021-02-08 13:52   ` Patrick DELAUNAY
2021-02-08 17:07     ` Simon Glass
2021-01-07  4:21 ` [PATCH 02/10] Makefile: Provide numeric versions Simon Glass
2021-02-08 13:59   ` Patrick DELAUNAY
2021-01-07  4:21 ` [PATCH 03/10] smbios: Move smbios_write_type to the C file Simon Glass
2021-01-08 12:15   ` Christian Gmeiner
2021-01-07  4:21 ` [PATCH 04/10] smbios: Use char consistently for the eos member Simon Glass
2021-01-08 12:15   ` Christian Gmeiner
2021-01-07  4:21 ` [PATCH 05/10] smbios: Set BIOS release version Simon Glass
2021-01-09 19:27   ` Heinrich Schuchardt
2021-01-07  4:21 ` [PATCH 06/10] smbios: Use a struct to keep track of context Simon Glass
2021-01-07  4:21 ` [PATCH 07/10] smbios: Drop the eos parameter Simon Glass
2021-01-07  4:22 ` [PATCH 08/10] smbios: Track the end of the string table Simon Glass
2021-01-07  4:22 ` [PATCH 09/10] smbios: Add more options for the BIOS version string Simon Glass
2021-01-07  4:22 ` [PATCH 10/10] smbios: Allow a few values to come from sysinfo Simon Glass

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.