| Commit message (Expand) | Author | Age | Files | Lines |
* | smbios: error handling for invalid addresses | Heinrich Schuchardt | 2021-07-24 | 1 | -1/+3 |
* | smbios: Fix calculating BIOS Release Date | Pali Rohár | 2021-07-24 | 1 | -0/+23 |
* | smbios: Fix SMBIOS tables | Ilias Apalodimas | 2021-06-28 | 1 | -0/+10 |
* | smbios: Fix BIOS Characteristics Extension Byte 2 | Ilias Apalodimas | 2021-06-28 | 1 | -2/+2 |
* | smbios: convert function descriptions to Sphinx style | Heinrich Schuchardt | 2021-06-28 | 1 | -5/+5 |
* | smbios: Allow writing to the coreboot version string | Simon Glass | 2021-03-27 | 1 | -4/+0 |
* | smbios: Allow a few values to come from sysinfo | Simon Glass | 2021-02-06 | 1 | -3/+29 |
* | smbios: Add more options for the BIOS version string | Simon Glass | 2021-02-06 | 1 | -3/+55 |
* | smbios: Track the end of the string table | Simon Glass | 2021-02-06 | 1 | -17/+15 |
* | smbios: Drop the eos parameter | Simon Glass | 2021-02-06 | 1 | -24/+36 |
* | smbios: Use a struct to keep track of context | Simon Glass | 2021-02-06 | 1 | -32/+55 |
* | smbios: Set BIOS release version | Simon Glass | 2021-02-06 | 1 | -2/+3 |
* | smbios: Move smbios_write_type to the C file | Simon Glass | 2021-02-06 | 1 | -0/+10 |
* | dm: treewide: Rename ..._platdata variables to just ..._plat | Simon Glass | 2020-12-13 | 1 | -1/+1 |
* | dm: treewide: Rename 'platdata' variables to just 'plat' | Simon Glass | 2020-12-13 | 1 | -1/+1 |
* | smbios: Drop the unused Kconfig options | Simon Glass | 2020-11-06 | 1 | -33/+13 |
* | smbios: Add more properties | Simon Glass | 2020-11-06 | 1 | -0/+4 |
* | smbios: Allow properties to come from the device tree | Simon Glass | 2020-11-06 | 1 | -17/+81 |
* | x86: Pass an ofnode into each SMBIOS function | Simon Glass | 2020-11-06 | 1 | -18/+26 |
* | smbios: empty strings in smbios_add_string() | Heinrich Schuchardt | 2020-06-05 | 1 | -0/+2 |
* | env: Move env_get() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | sandbox: smbios: Update to support sandbox | Simon Glass | 2018-12-02 | 1 | -9/+43 |
* | smbios: fix checkstyle warning | Christian Gmeiner | 2018-08-10 | 1 | -0/+1 |
* | smbios: fix checkstyle error | Christian Gmeiner | 2018-08-10 | 1 | -1/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | x86: Use unsigned long for address in table generation | Simon Glass | 2017-02-06 | 1 | -11/+11 |
* | smbios: Provide serial number | Alexander Graf | 2016-10-19 | 1 | -0/+5 |
* | smbios: Expose in efi_loader as table | Alexander Graf | 2016-10-19 | 1 | -0/+6 |
* | smbios: Generate type 4 on non-x86 systems | Alexander Graf | 2016-10-19 | 1 | -13/+38 |
* | smbios: Allow compilation on 64bit systems | Alexander Graf | 2016-10-19 | 1 | -8/+8 |
* | x86: Move smbios generation into arch independent directory | Alexander Graf | 2016-10-19 | 1 | -0/+269 |