1. 16 9月, 2020 4 次提交
  2. 11 9月, 2020 1 次提交
  3. 13 8月, 2020 1 次提交
  4. 30 7月, 2020 1 次提交
  5. 27 7月, 2020 1 次提交
  6. 25 7月, 2020 3 次提交
  7. 19 7月, 2020 1 次提交
    • M
      firmware: turris-mox-rwtm: support ECDSA signatures via debugfs · 50524d78
      Marek Behún 提交于
      The firmware on Turris MOX secure processor offers signing messages
      with ECDSA private key stored in protected OTP memory.
      
      The optimal solution would be to register an akcipher provider via
      kernel's crypto API, but crypto API does not yet support accessing
      akcipher API from userspace (and probably won't for some time, see
      https://www.spinics.net/lists/linux-crypto/msg38388.html).
      
      At first I tried to put this via standard sysfs API, but the way I
      designed it is not compatible with sysfs's standard "one file per
      attribute".
      
      This patch therefore adds support for accessing this signature
      generation mechanism via debugfs. Since CZ.NIC's Turris MOX is the only
      user of this module, the potential future change to akcipher API should
      not cause problems, since we can just change our userspace software then.
      Signed-off-by: NMarek Behún <marek.behun@nic.cz>
      Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
      50524d78
  8. 17 7月, 2020 1 次提交
  9. 16 7月, 2020 1 次提交
  10. 15 7月, 2020 1 次提交
    • J
      firmware: tegra: Add support for in-band debug · 5e37b9c1
      Jon Hunter 提交于
      Add support for retrieving BPMP debug information via in-band messaging
      as opposed to using shared-memory which older BPMP firmware used. Note
      that it is possible to detect at runtime whether the BPMP firmware being
      used supports the in-band messaging for retrieving the debug
      informaation. Therefore, if the BPMP firmware supports the in-band
      messaging for debug use this and otherwise fall-back to using shared
      memory.
      Signed-off-by: NJon Hunter <jonathanh@nvidia.com>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      5e37b9c1
  11. 14 7月, 2020 5 次提交
  12. 13 7月, 2020 5 次提交
  13. 10 7月, 2020 1 次提交
  14. 09 7月, 2020 6 次提交
  15. 07 7月, 2020 2 次提交
  16. 06 7月, 2020 1 次提交
  17. 02 7月, 2020 5 次提交