Skip to content
Snippets Groups Projects
  1. Apr 28, 2021
  2. Apr 26, 2021
  3. Apr 22, 2021
  4. Apr 16, 2021
  5. Apr 13, 2021
  6. Mar 18, 2021
  7. Mar 17, 2021
  8. Mar 16, 2021
  9. Mar 15, 2021
  10. Mar 04, 2021
  11. Mar 02, 2021
  12. Feb 17, 2021
    • Jens Wiklander's avatar
      Add support for NXP i.MX8MQ EVK · 16328060
      Jens Wiklander authored
      
      Adds support for the NXP® i.MX 8MQuad Evaluation Kit (EVK) using the
      same standard buildroot setup as for the other platforms here.
      
      The flash-image target (part of the all target) produces a out/boot.img
      which can be copied to a SD card using the command:
      dd if=out/boot.img of=/dev/sdX bs=1M conv=fsync
      
      Where 'X' has to be adjusted to the device of the SD card when connected
      to the host system.
      
           ****** Please be careful to choose the correct device ******
           ****** or there's a risk of damaging the host system. ******
      
      Acked-by: default avatarJoakim Bech <joakim.bech@linaro.org>
      Signed-off-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
      16328060
  13. Feb 06, 2021
  14. Feb 01, 2021
    • Jerome Forissier's avatar
      common.mk: qemu: do not build docs · 1dace42e
      Jerome Forissier authored
      
      Add the --disable-docs option to QEMU_CONFIGURE_PARAMS_COMMON so that no
      documentation is generated during the QEMU build. Documentation is not
      needed and it may fail to build in some environments. For instance on
      Ubuntu 18.04.5 LTS:
      
       Warning, treated as error:
       docs/qemu-option-trace.rst.inc:4:Malformed option description '[enable=]PATTERN', should look like "opt", "-opt args", "--opt args", "/opt args" or "+opt args"
       make[1]: *** [.docs_built_system_qemu.1_docs_built_system_qemu-block-drivers.7_docs_built_system_qemu-cpu-models.7.sentinel.] Error 2
      
      The error is caused by sphinx-build:
      
       $ sphinx-build --version
       sphinx-build 3.2.1
      
      The version that comes with Ubuntu 20.04.1 LTS works fine:
      
       $ sphinx-build --version
       sphinx-build 1.8.5
      
      Signed-off-by: default avatarJerome Forissier <jerome@forissier.org>
      Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
      1dace42e
  15. Jan 25, 2021
  16. Jan 22, 2021
  17. Jan 21, 2021
  18. Jan 18, 2021
  19. Jan 12, 2021
  20. Nov 17, 2020
  21. Oct 06, 2020
  22. Sep 28, 2020
  23. Sep 22, 2020
  24. Sep 01, 2020
  25. Aug 27, 2020
    • Jerome Forissier's avatar
      common.mk: set CFG_ARM64_core=n when COMPILE_S_KERNEL != 64 · 6347ed94
      Jerome Forissier authored
      
      common.mk currently assumes that optee_os defaults to a 32-bit build
      for the TEE core, in other words that CFG_ARM64_core is not set by
      default and that only a 64-bit build requires setting CFG_ARM64_core=y.
      
      Let's set CFG_ARM64_core=n explicitly when a 32-bit build is desired.
      This will let platforms such as QEMUv8 (PLATFORM=vexpress-qemu_armv8a)
      to select a 64-bit core by default in optee_os which makes more sense
      since (1) build.git would not support 32-bit until parent commit
      ("qemu_v8: do not force COMPILE_S_KERNEL := 64"), and (2) 32-bit is
      usually tested with QEMU (PLATFORM=vexpress-qemu_virt).
      
      Signed-off-by: default avatarJerome Forissier <jerome@forissier.org>
      Acked-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
      6347ed94
Loading