1. 24 7月, 2021 1 次提交
  2. 29 6月, 2021 1 次提交
  3. 27 3月, 2021 1 次提交
    • S
      smbios: Allow writing to the coreboot version string · 272e62cb
      Simon Glass 提交于
      When U-Boot is booted from coreboot the SMBIOS tables are written by
      coreboot, not U-Boot. The existing method of updating the BIOS version
      string does not work in that case, since gd->smbios_version is only set
      when U-Boot writes the tables.
      
      Add a new function which allows the version to be updated by parsing the
      tables and writing the string in the correct place. Since coreboot
      provides a pointer to the SMBIOS tables in its sysinfo structure, this
      makes it easy to do the update.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      272e62cb
  4. 06 2月, 2021 3 次提交
  5. 06 11月, 2020 1 次提交
  6. 05 11月, 2020 1 次提交
  7. 03 6月, 2018 1 次提交
  8. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  9. 06 2月, 2017 1 次提交
  10. 19 10月, 2016 4 次提交
  11. 21 10月, 2015 1 次提交
    • B
      x86: Add SMBIOS table support · 721e992a
      Bin Meng 提交于
      System Management BIOS (SMBIOS) is a specification for how
      motherboard and system vendors present management information
      about their products in a standard format by extending the BIOS
      interface on Intel architecture systems. As of today the latest
      spec is 3.0 and can be downloaded from DMTF website. This commit
      adds a simple and minimum required implementation.
      Signed-off-by: NBin Meng <bmeng.cn@gmail.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      721e992a