Skip to content
  1. Nov 11, 2021
    • Kristofer Jonsson's avatar
      Documentation updates · b2252bb6
      Kristofer Jonsson authored
      Adding note about that a configured Linux kernel source tree is
      required to build the kernel drivers.
      
      Change-Id: I3a4c7fd20e24731864b768051f2ce1f5714b5535
      21.11-rc1
      b2252bb6
  2. Nov 02, 2021
  3. Nov 01, 2021
    • Per Astrand's avatar
      Increase message timeout · bb17527d
      Per Astrand authored and Kristofer Jonsson's avatar Kristofer Jonsson committed
      Bump the hardcoded timeout value to allow for userspaces process to
      be scheduled and receive the response from the capabilities request.
      
      Change-Id: Ia2c8a0554870cf8470a2bb40bf8ed450c10f8446
      bb17527d
  4. Oct 28, 2021
    • Kristofer Jonsson's avatar
      Add utility to print firmware log · 6d80c423
      Kristofer Jonsson authored
      By default the logd will try to fetch the address of the print buffer
      from the device tree entry, assuming there is a device tree entry
      named 'print_queue'.
      
      Change-Id: Ic4750fe793f450152ba537820adc794731aaacaf
      6d80c423
  5. Oct 27, 2021
  6. Oct 20, 2021
  7. Oct 18, 2021
    • Kristofer Jonsson's avatar
      Use minor number for device node · 4aec3765
      Kristofer Jonsson authored
      Allocate a range of minor numbers and use the minor number as index
      when creating the /dev/ethosu<nr> device node.
      
      Change-Id: I76c2a3995ff5087e42a4e95945eb884a4bfb58f6
      4aec3765
  8. Sep 30, 2021
  9. Sep 09, 2021
  10. Sep 06, 2021
  11. Aug 26, 2021
    • Anton Moberg's avatar
      Update amba_driver.remove to comply with v5.12 · bdcb622a
      Anton Moberg authored
      As of kernel version v5.12 the amba_driver.remove is expected to be of
      'static void' rather than the previous 'static int'. This patch updates
      the mhu files to comply with kernel version v5.12.
      
      Change-Id: Iec4d7927e0db2c8008049b743ca890647a2fa9ff
      2 tags
      bdcb622a
  12. Aug 23, 2021
    • Per Astrand's avatar
      Add weak linkage attributes for stubbing · ec3f2b01
      Per Astrand authored
      Add weak linkage attribute to underlying kernel module and filedescriptors
      to be able to replace with stub methods together with an example stub
      implementation.
      
      Change-Id: I766c51fceede7df16c599bd9f1874e31c264776d
      21.08-rc2
      ec3f2b01
  13. Aug 17, 2021
  14. Aug 13, 2021
  15. Aug 12, 2021
  16. Jun 21, 2021
  17. Jun 10, 2021
  18. Apr 12, 2021
  19. Mar 31, 2021
    • Anton Moberg's avatar
      Update license headers · 4e5e056e
      Anton Moberg authored
      Update all license headers to the correct years.
      
      Change-Id: Ie1aee82af91c744a3cdb949044334ade0d834c16
      4e5e056e
  20. Mar 25, 2021
  21. Feb 23, 2021
  22. Feb 15, 2021
  23. Feb 09, 2021
    • Jonny Svärd's avatar
      arm_mhu_v2 driver bugfix · 44c507e3
      Jonny Svärd authored
      rx_base is uninitialized when given as argument to
      iounmap(), fix the error handling.
      
      Change-Id: Ia828a2b3eee49dddf197012fd98200199de995fd
      2 tags
      44c507e3
  24. Jan 26, 2021
    • Jonny Svärd's avatar
      Improve mailbox message handling · 7c24c770
      Jonny Svärd authored
      Introduce a 32b magic for each message. Verify the magic for
      all incoming messages.
      
      Add reset function - in case of protocol error, effectively
      reset/empty the incoming queue.
      
      Add an error message type and message
      
      Add version request/response
      
      Verify payload length of responses (when applicable)
      
      Change-Id: I8aadd4012024492533d52e2cdb38630fce5c36e2
      7c24c770
  25. Dec 10, 2020
  26. Nov 26, 2020
  27. Nov 16, 2020
  28. Oct 20, 2020
  29. Oct 19, 2020
  30. Oct 16, 2020
  31. Oct 12, 2020
  32. Sep 17, 2020
    • Kristofer Jonsson's avatar
      Support inferences with multiple inputs and outputs · b74492c5
      Kristofer Jonsson authored
      Build flatbuffers library.
      
      Update network class to extract IFM and OFM dimensions from the tflite
      file.
      
      Update the uapi and core apis to support up to 16 IFM and OFM buffers
      per inference.
      
      Change-Id: I2f2f177aa4c2d5f9f50f23eb33c44e01ec2cbe09
      b74492c5
  33. Aug 27, 2020
Loading