Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 15, 2016
  3. Apr 01, 2016
  4. Mar 30, 2016
  5. Mar 29, 2016
  6. Mar 22, 2016
  7. Mar 17, 2016
  8. Mar 16, 2016
  9. 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
  10. Feb 29, 2016
  11. Feb 03, 2016
  12. Jan 25, 2016
  13. Jan 22, 2016
  14. Jan 15, 2016
  15. Jan 11, 2016
  16. Jan 04, 2016
  17. Dec 11, 2015
  18. Dec 04, 2015
  19. Dec 03, 2015
  20. Nov 26, 2015
  21. Nov 20, 2015
  22. Nov 19, 2015
  23. Nov 12, 2015
  24. Nov 09, 2015
  25. Nov 04, 2015
  26. Nov 02, 2015
  27. Oct 27, 2015
  28. Oct 19, 2015
Loading