Skip to content
Snippets Groups Projects
  1. Jul 19, 2016
  2. Jul 11, 2016
  3. Jun 23, 2016
  4. Jun 17, 2016
  5. Jun 15, 2016
  6. Jun 14, 2016
  7. May 25, 2016
    • Joakim Bech's avatar
      gcc5: Update to use gcc5 · 69a8a37b
      Joakim Bech authored
      
      - Adds legacy toolchain for use in older edk2 projects, this is the only
        project using the pre 5.x toolchain for now
      - Removes the bare metal toolchain
      - qemu: Change the path for libraries for GCC5
      - fvp: compiler changes for ARM-TF and EDK2
             Update libteec path in initramfs
      - mtk: Toolchain and libteec path updates
      - juno: Toolchain and libteec path updates
      
      Signed-off-by: default avatarJoakim Bech <joakim.bech@linaro.org>
      Tested-by: Joakim Bech <joakim.bech@linaro.org> (QEMU, FVP, HiKey)
      Tested-by: Pascal Brand <pascal.brand@linaro.org> (QEMU)
      Tested-by: Pascal Brand <pascal.brand@linaro.org> (FVP)
      69a8a37b
  8. Apr 27, 2016
  9. Apr 25, 2016
  10. Apr 21, 2016
    • Joakim Bech's avatar
      Initial debian files for HiKey · a40320b1
      Joakim Bech authored
      
      It's working, but there is quite a few thing that should be fixed or
      just to make it better in general. See this initial commit as a working
      start, but slighly experimental. I think this will be easier to deal
      with in the future when Linaro builds will include more of this by
      default.
      
      List of things that could be better or should be fixed.
      
      - It builds a complete *.deb package for Linux kernel, modules, dtb etc,
        that is convenient, but also takes a lot of time and also it seems
        like it always start by cleaning the builds, which is a little bit
        annoying.
      
      - Each time you launch a new kernel build it will generate completely
        new *.deb files, but with incremented version number. Due to this
        we're using linux-image-*.deb when copy files to the device.
      
      - The UART will probably be hardcoded to UART3 after UEFI, since we're
        using a pre-built boot image.
      
      - We build EDK2 even though we download a pre-build boot image. If we
        sort out which kernel, initrd, dtb etc to put into grub, then we will
        probably not need to download a pre-built boot image and would not
        have the issue with the UART.
      
      - The versioning for the OP-TEE debian package is hardcoded in the
        makefile. It would be good to grab that from git instead for example,
        similar to how we do with the autogenerated h-file.
      
      - This is old, but I've noticed that we only support the 4G version (the
        partition table)
      
      - The URLs to the boot-image and the root fs are hardcoded, eventually
        they will become old an invalid at a point in time.
      
      - There are probably quite a few flags that either doesn't work or
        doesn't make sense when having HiKey / Debian as a target.
      
      Signed-off-by: default avatarJoakim Bech <joakim.bech@linaro.org>
      Tested-by: Joakim Bech <joakim.bech@linaro.org> (HiKey 4G)
      Reviewed-by: default avatarPascal Brand <pascal.brand@linaro.org>
      a40320b1
  11. Apr 15, 2016
  12. Apr 01, 2016
  13. Mar 30, 2016
  14. Mar 29, 2016
  15. Mar 22, 2016
  16. Mar 17, 2016
  17. Mar 16, 2016
  18. Mar 03, 2016
    • Pascal Brand's avatar
      fvp: Introduce mixed compilation mode 32bits / 64bits · 6044eb57
      Pascal Brand authored
      
      This patch introduce compilation mode 32bits / 64 bits independently
      for every parts:
      - COMPILE_NS_USER:   Non-Secure User
      - COMPILE_NS_KERNEL: Non-Secure Kernel
      - COMPILE_S_USER:    Secure User
      - COMPILE_S_KERNEL:  Secure Kernel
      
      This is used on FVP, the non-secure part being bits, but the secure
      part can be specified as 32 or 64 bits (64bits by default).
      
      Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
      Tested-by: Pascal Brand <pascal.brand@linaro.org> (QEMU)
      Tested-by: Pascal Brand <pascal.brand@linaro.org> (FVP)
      Signed-off-by: default avatarPascal Brand <pascal.brand@st.com>
      6044eb57
  19. Feb 29, 2016
  20. Feb 03, 2016
  21. Jan 25, 2016
  22. Jan 22, 2016
  23. Jan 15, 2016
  24. Jan 11, 2016
  25. Jan 04, 2016
  26. Dec 11, 2015
  27. Dec 04, 2015
  28. Dec 03, 2015
  29. Nov 26, 2015
  30. Nov 20, 2015
Loading