Skip to content
Snippets Groups Projects
  1. Mar 14, 2018
  2. Mar 12, 2018
  3. Jan 29, 2018
  4. Nov 27, 2017
    • Joakim Bech's avatar
      edk2: Update QEMU v8 and FVP builds · c94e95a7
      Joakim Bech authored
      
      QEMU v8 and FVP are both now working with upstream edk2 and
      edk2-platforms. QEMU v8's dsc file is located in the edk2 folder whilst
      the dsc for FVP is in the edk2-platforms folder. Due to this we had to
      export the WORKSPACE variable differently otherwise we would get either
      compiler errors or we would get the "Build" folder created on the top
      level (something that we do not want).
      
      Signed-off-by: default avatarJoakim Bech <joakim.bech@linaro.org>
      Tested-by: Joakim Bech <joakim.bech@linaro.org> (QEMU v8, FVP)
      Reviewed-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
      c94e95a7
  5. Nov 22, 2017
  6. Sep 15, 2017
  7. Sep 07, 2017
  8. Sep 05, 2017
  9. Sep 04, 2017
  10. Aug 16, 2017
  11. Aug 15, 2017
  12. Aug 09, 2017
  13. Aug 07, 2017
  14. Jul 27, 2017
  15. Jun 19, 2017
  16. May 31, 2017
  17. May 30, 2017
  18. Apr 05, 2017
  19. Feb 02, 2017
  20. Jan 18, 2017
  21. Jan 10, 2017
  22. Dec 21, 2016
  23. Nov 13, 2016
  24. Oct 26, 2016
  25. Oct 21, 2016
  26. Sep 20, 2016
  27. Jul 19, 2016
  28. Apr 25, 2016
  29. Mar 22, 2016
  30. Mar 17, 2016
  31. Mar 16, 2016
  32. 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
  33. Dec 11, 2015
  34. Dec 04, 2015
    • Victor Chong's avatar
      common: Remove *_CLEAN_COMMON_FLAGS dependency on *_COMMON_FLAGS · 87f5fcf6
      Victor Chong authored
      Fixes https://github.com/OP-TEE/build/issues/28
      
      .
      
      In common.mk *_CLEAN_COMMON_FLAGS ?= *_COMMON_FLAGS but in the
      platform makefiles (e.g. hikey.mk) they're defined as
      such:
      *_COMMON_FLAGS += x y z
      *_CLEAN_COMMON_FLAGS += x
      
      When expanded during a build, *_CLEAN_COMMON_FLAGS becomes
      "x y z x". Variables can be repeated, which may be nothing more
      than a cosmetic issue, but if any of those variables are make
      targets, then 'make clean' will build them before cleaning.
      
      To fix this, we remove the dependency of *_CLEAN_COMMON_FLAGS on
      *_COMMON_FLAGS.
      
      Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
      Tested-by: Victor Chong <victor.chong@linaro.org> (hikey)
      87f5fcf6
  35. Nov 26, 2015
Loading