1. 07 7月, 2021 1 次提交
    • A
      sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver · e712245d
      Alper Nebi Yasak 提交于
      This patch adds a limited pulse-width modulator to sandbox's Chromium OS
      Embedded Controller emulation. The emulated PWM device supports multiple
      channels but can only set a duty cycle for each, as the actual EC
      doesn't expose any functionality or information other than that. Though
      the EC supports specifying the PWM channel by its type (e.g. display
      backlight, keyboard backlight), this is not implemented in the emulation
      as nothing in U-Boot uses this type specification.
      
      This emulated PWM device is then used to test the Chromium OS PWM driver
      in sandbox. Adding the required device node to the sandbox test
      device-tree unfortunately makes it the first PWM device, so this also
      touches some other tests to make sure they still use the sandbox PWM.
      Signed-off-by: NAlper Nebi Yasak <alpernebiyasak@gmail.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      e712245d
  2. 28 6月, 2021 1 次提交
  3. 04 5月, 2021 1 次提交
  4. 28 4月, 2021 1 次提交
  5. 27 4月, 2021 1 次提交
  6. 20 4月, 2021 1 次提交
  7. 13 4月, 2021 1 次提交
  8. 06 4月, 2021 1 次提交
  9. 26 3月, 2021 3 次提交
  10. 12 3月, 2021 1 次提交
  11. 18 2月, 2021 1 次提交
  12. 31 1月, 2021 1 次提交
  13. 23 12月, 2020 1 次提交
  14. 01 12月, 2020 1 次提交
  15. 06 11月, 2020 1 次提交
    • S
      board: Rename uclass to sysinfo · 3a8ee3df
      Simon Glass 提交于
      This uclass is intended to provide a way to obtain information about a
      U-Boot board. But the concept of a U-Boot 'board' is the whole system,
      not just one circuit board, meaning that 'board' is something of a
      misnomer for this uclass.
      
      In addition, the name 'board' is a bit overused in U-Boot and we want to
      use the same uclass to provide SMBIOS information.
      
      The obvious name is 'system' but that is so vague as to be meaningless.
      Use 'sysinfo' instead, since this uclass is aimed at providing information
      on the system.
      
      Rename everything accordingly.
      
      Note: Due to the patch delta caused by the symbol renames, this patch
      shows some renamed files as being deleted in one place and created in
      another.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
      3a8ee3df
  16. 30 10月, 2020 3 次提交
  17. 18 10月, 2020 1 次提交
  18. 24 8月, 2020 1 次提交
  19. 11 8月, 2020 1 次提交
  20. 31 7月, 2020 3 次提交
  21. 29 7月, 2020 2 次提交
  22. 28 7月, 2020 1 次提交
  23. 27 7月, 2020 1 次提交
  24. 26 7月, 2020 1 次提交
  25. 24 7月, 2020 1 次提交
  26. 21 7月, 2020 1 次提交
  27. 05 7月, 2020 1 次提交
  28. 26 6月, 2020 1 次提交
  29. 30 5月, 2020 1 次提交
  30. 09 5月, 2020 1 次提交
  31. 16 4月, 2020 1 次提交
  32. 12 3月, 2020 1 次提交
  33. 29 2月, 2020 1 次提交