Skip to content
  1. Aug 28, 2024
  2. Aug 16, 2024
  3. Aug 14, 2024
  4. Aug 13, 2024
  5. Aug 12, 2024
  6. Aug 09, 2024
  7. Aug 08, 2024
  8. Aug 07, 2024
  9. Aug 06, 2024
  10. Aug 05, 2024
    • Jackson Cooper-Driver's avatar
      openssl: Do not globally override LD_LIBRARY_PATH · d69c1247
      Jackson Cooper-Driver authored
      Previously, the environment variable was set for each build script, even
      those that do not use the locally compiled openssl. Remove this global
      setting and instead set the environment individually when running
      binaries that are built with it. This ensures that other binaries aren't
      inadvertently picking up the wrong openssl dynamic libraries.
      d69c1247
  11. Aug 02, 2024
  12. Aug 01, 2024
    • Alex Dobrescu's avatar
      tc: add support for make alongside kleaf · 89bb0223
      Alex Dobrescu authored
      
      
      After the transition to kleaf for building the linux kernel and modules,
      we lost support for building with make.
      
      Linux 5.15 has official support for kleaf, (which uses Clang) but our
      development branch which has some extra patches, does not support building
      with Clang.
      
      Because of this, building tc3-android13-linux5.15 will not work with
      kleaf, so adding back support for make, which will be chosen as the
      build system for linux versions lower than 6.1
      
      Also moved cloning and patching gpu ddk under it's own build-gpu-ddk.sh
      file, which is sourced where needed to avoid duplication, and keep the
      same build flow.
      
      Because make is generating the Image under LINUX_OUT/arch/arm64/boot and
      kleaf is flattening all the outputs under LINUX_OUT, moved the Image
      from kleaf under the same path as make.
      
      Signed-off-by: Alex Dobrescu's avatarAlex Dobrescu <alex.dobrescu@arm.com>
      89bb0223
    • Quoc Khanh Le's avatar
      Update models link and untar model · 923dffe0
      Quoc Khanh Le authored
      
      
      TFlite model can't be downloaded directly, downloading tar file and untar it
      
      Signed-off-by: default avatarQuoc Khanh Le <QuocKhanh.Le@arm.com>
      923dffe0
  13. Jul 30, 2024
  14. Jul 25, 2024
  15. Jul 24, 2024
    • Ben Horgan's avatar
      rse: Use dependencies specified in the repo manifest · 0a52fe1e
      Ben Horgan authored
      
      
      This avoids downloading the rse dependencies on every clean
      build. Note that mbedtls is still patched by the build
      system so we can't use the same repository as the tf-a
      dependency.
      
      Signed-off-by: Ben Horgan's avatarBen Horgan <ben.horgan@arm.com>
      0a52fe1e
    • Jagdish Gediya's avatar
      openssl: change source download location · 71efeb8d
      Jagdish Gediya authored
      
      
      openssl source code download is not working from openssl
      website, the curl command used to download the source is
      throwing below error,
      
      curl: (22) The requested URL returned error: 404
      
      so move to github release, also release 3.2.1 is not available
      on github so use 3.2.2 which also works.
      
      also delete OPENSSL_DIR before creating it, because mkdir
      throws error if directory already exists which is the case
      if openssl got the error during download/compilation and
      setup.sh needs to be run again.
      
      'mkdir -p' won't throw error but better to start from scratch
      in case there is any error.
      
      Signed-off-by: Jagdish Gediya's avatarJagdish Gediya <jagdish.gediya@arm.com>
      71efeb8d
  16. Jul 23, 2024
  17. Jul 22, 2024
Loading