1. bfeb45f smbios: add extended Extended BIOS ROM Size by Heinrich Schuchardt · Tue Jul 23 16:44:23 2024 +0200
  2. bd5515d smbios: Correct error handling when writing tables by Simon Glass · Sun Jun 23 14:30:33 2024 -0600
  3. a7aa395 lib: smbios: Detect system properties via SYSINFO IDs by Michal Simek · Fri Apr 26 15:38:13 2024 +0200
  4. 7d95500 lib: smbios: Let detect the system via sysinfo by Michal Simek · Fri Apr 26 15:38:12 2024 +0200
  5. 60b515d smbios: only look for a SYSINFO udevice if SYSINFO support is enabled by Quentin Schulz · Mon Jun 10 18:13:46 2024 +0200
  6. a0501b5 smbios: fill wake-up type by Heinrich Schuchardt · Sat Feb 10 12:06:48 2024 +0100
  7. 68e948a smbios: correctly name Structure Table Maximum Size field by Heinrich Schuchardt · Wed Jan 31 23:49:34 2024 +0100
  8. 91f875a smbios: do not determine maximum structure size by Heinrich Schuchardt · Wed Jan 31 23:42:35 2024 +0100
  9. ab8f4c8 smbios: correctly fill chassis handle by Heinrich Schuchardt · Mon Jan 29 18:32:58 2024 +0100
  10. e952b82 smbios: if a string value is unknown, use string number 0 by Heinrich Schuchardt · Mon Jan 29 14:09:36 2024 +0100
  11. e01fa9f smbios: Fix table when no string is present by Matthias Brugger · Tue Apr 06 11:04:35 2021 +0200
  12. da0428c smbios: get_str_from_dt() - add sysinfo_id description by Heinrich Schuchardt · Mon Jan 29 13:58:18 2024 +0100
  13. 5ae2d5c smbios: fix matching issues for table types by Ilias Apalodimas · Thu Jan 11 16:39:36 2024 +0200
  14. 3adf8a6 smbios: shorten sysinfo_str declarations and use by Ilias Apalodimas · Thu Jan 11 16:39:35 2024 +0200
  15. 494d072 smbios: buffer overflow when zeroing entry point by Heinrich Schuchardt · Thu Jan 11 07:34:08 2024 +0100
  16. b5f9aef smbios: enable setting processor family > 0xff by Heinrich Schuchardt · Thu Dec 28 08:30:23 2023 +0100
  17. fc4b552 smbios: Drop support for SMBIOS2 tables by Simon Glass · Sun Dec 31 08:25:51 2023 -0700
  18. f0e95eb smbios: Require the caller to align the SMBIOS table by Simon Glass · Sun Dec 31 08:25:50 2023 -0700
  19. f86d7a0 smbios: Use SMBIOS 3.0 to support an address above 4GB by Simon Glass · Sun Dec 31 08:25:47 2023 -0700
  20. 3905e92 smbios: Move the rest of the SMBIOS2 code by Simon Glass · Sun Dec 31 08:25:45 2023 -0700
  21. 8287fe1 smbios: Refactor 32-bit code into an else statement by Simon Glass · Sun Dec 31 08:25:44 2023 -0700
  22. a877ce1 lib: Remove <common.h> inclusion from these files by Tom Rini · Thu Dec 14 13:16:58 2023 -0500
  23. ada83d9 smbios: Fallback to the default DT if sysinfo nodes are missing by Ilias Apalodimas · Thu Dec 07 11:18:50 2023 +0200
  24. 07f3eba smbios: Simplify reporting of unknown values by Ilias Apalodimas · Thu Dec 07 11:18:49 2023 +0200
  25. 21da91f smbios: error handling for invalid addresses by Heinrich Schuchardt · Sat May 15 18:07:47 2021 +0200
  26. ebe9fd8 smbios: Fix calculating BIOS Release Date by Pali Rohár · Thu Apr 22 18:09:57 2021 +0200
  27. 07e1a13 smbios: Fix SMBIOS tables by Ilias Apalodimas · Thu Jun 10 12:33:15 2021 +0300
  28. 15578bc smbios: Fix BIOS Characteristics Extension Byte 2 by Ilias Apalodimas · Wed Jun 09 18:14:47 2021 +0300
  29. 9809bcc smbios: convert function descriptions to Sphinx style by Heinrich Schuchardt · Thu Jun 10 12:13:52 2021 +0200
  30. 3971a2a smbios: Allow writing to the coreboot version string by Simon Glass · Mon Mar 15 18:00:11 2021 +1300
  31. cf67d6d smbios: Allow a few values to come from sysinfo by Simon Glass · Thu Feb 04 21:17:23 2021 -0700
  32. a05eb04 smbios: Add more options for the BIOS version string by Simon Glass · Thu Feb 04 21:17:20 2021 -0700
  33. 721b466 smbios: Track the end of the string table by Simon Glass · Thu Feb 04 21:17:19 2021 -0700
  34. dff4e86 smbios: Drop the eos parameter by Simon Glass · Thu Feb 04 21:17:18 2021 -0700
  35. 8e5ddb0 smbios: Use a struct to keep track of context by Simon Glass · Thu Feb 04 21:17:17 2021 -0700
  36. d7d1682 smbios: Set BIOS release version by Simon Glass · Thu Feb 04 21:17:16 2021 -0700
  37. 099d3ae smbios: Move smbios_write_type to the C file by Simon Glass · Thu Feb 04 21:17:14 2021 -0700
  38. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  39. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  40. 95f4708 smbios: Drop the unused Kconfig options by Simon Glass · Thu Nov 05 06:32:18 2020 -0700
  41. bc14e15 smbios: Add more properties by Simon Glass · Thu Nov 05 06:32:09 2020 -0700
  42. 6f3332a smbios: Allow properties to come from the device tree by Simon Glass · Thu Nov 05 06:32:08 2020 -0700
  43. 0dd7ca2 x86: Pass an ofnode into each SMBIOS function by Simon Glass · Thu Nov 05 06:32:07 2020 -0700
  44. 20dcde4 smbios: empty strings in smbios_add_string() by Heinrich Schuchardt · Mon Jun 01 15:44:00 2020 +0200
  45. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  46. 2d93add sandbox: smbios: Update to support sandbox by Simon Glass · Thu Nov 22 13:46:37 2018 -0700
  47. 5566caf smbios: fix checkstyle warning by Christian Gmeiner · Mon Jul 30 13:22:07 2018 +0200
  48. e812e2c smbios: fix checkstyle error by Christian Gmeiner · Mon Jul 30 13:22:06 2018 +0200
  49. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  50. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  51. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  52. ca37a39 x86: Use unsigned long for address in table generation by Simon Glass · Mon Jan 16 07:03:35 2017 -0700
  53. 9a3e3e2 smbios: Provide serial number by Alexander Graf · Fri Aug 19 01:23:31 2016 +0200
  54. 66f96e1 smbios: Expose in efi_loader as table by Alexander Graf · Fri Aug 19 01:23:29 2016 +0200
  55. e44b3c0 smbios: Generate type 4 on non-x86 systems by Alexander Graf · Fri Aug 19 01:23:28 2016 +0200
  56. e4a59ae smbios: Allow compilation on 64bit systems by Alexander Graf · Fri Aug 19 01:23:25 2016 +0200
  57. fb22808 x86: Move smbios generation into arch independent directory by Alexander Graf · Fri Aug 19 01:23:23 2016 +0200[Renamed (98%) from arch/x86/lib/smbios.c]
  58. 543a82b x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tables by Bin Meng · Sun May 22 01:45:38 2016 -0700
  59. ae5bedb x86: Add SMBIOS table support by Bin Meng · Mon Oct 12 05:23:41 2015 -0700