1. 08 Apr, 2020 2 commits
  2. 23 Mar, 2020 2 commits
  3. 19 Mar, 2020 5 commits
  4. 17 Mar, 2020 3 commits
  5. 09 Mar, 2020 3 commits
  6. 04 Feb, 2020 6 commits
  7. 27 Jan, 2020 1 commit
  8. 24 Jan, 2020 1 commit
  9. 15 Jan, 2020 1 commit
  10. 08 Jan, 2020 3 commits
    • Jon Mason's avatar
      Fix bitbake license warnings · 6ee36512
      Jon Mason authored
      
      The following warnings are seen when building fvp-base
      WARNING: fvp-base-native-r11p7-30rel0-r0 do_populate_lic: fvp-base-native: No generic license file exists for: GPL in any provider
      WARNING: fvp-base-native-r11p7-30rel0-r0 do_populate_lic: fvp-base-native: No generic license file exists for: Apache in any provider
      Correct the license names to the expected strings resolves the issue
      
      Change-Id: Ia4962736840de8b4a02d0c9d59b7c14c9999997c
      Signed-off-by: default avatarJon Mason <jon.mason@arm.com>
      6ee36512
    • Jon Mason's avatar
      Remove meta-arm-integration · bd8bc290
      Jon Mason authored
      
      Remove meta-arm-integration, as it is not currently being used.  Also,
      remove the reference in the README.md.  These can be added bach when
      they are in use again.
      
      Change-Id: If8535d6d9a0a307a42b24e8f42e0eb7847e047c4
      Signed-off-by: default avatarJon Mason <jon.mason@arm.com>
      bd8bc290
    • Jon Mason's avatar
      Move TF-A recipes to meta-arm directory · a3a41fc0
      Jon Mason authored
      
      The TF-A recipes should only be in meta-arm-integration after we have
      submitted them for inclusion in Yocto git tree.  Move them to the proper
      location until this occurs.
      
      Change-Id: Ia2fa5c5a377392aa45b801bd1f2ae4ca0f056c34
      Signed-off-by: default avatarJon Mason <jon.mason@arm.com>
      a3a41fc0
  11. 13 Dec, 2019 2 commits
    • Vineeth Raveendran's avatar
      Use += where ever possible instead of append · aab12c53
      Vineeth Raveendran authored
      
      Exceptions will be cases involving overrides, machine specific
      varible expansion and cases where variable modification needed to be
      done after all += operations.
      
      Change-Id: I7c76a77949d0a012238d488d5a75c489c54abf68
      Signed-off-by: default avatarVineeth Raveendran <vineeth.raveendran@arm.com>
      aab12c53
    • Bertrand Marquis's avatar
      Add support for Gem5 for arm64 · c601acec
      Bertrand Marquis authored
      
      Add Yocto support for Gem5:
      - add kernel configuration
      - add recipes to build an image using boot-wrapper-aarch64
      - add recipes to build Gem5 native to run the produced image
      - add script to start image using gem5
      - add recipe to create a dtb using gem5
      - add recipe to build an image using gem5 boot wrapper
      - add dts to linux kernel for gem5 for arm64
      - add scons for python2 as this is required to build gem5 (until gem5
      will support python3)
      - add xen patch to limit number of interrupts if hardware is claiming to
      have to more interrupts then the number supported by xen
      
      When an image has been built it can be directly started using gem5 using
      this command (console is available using telnet localhost 3456):
      ./tmp/deploy/tools/start-gem5.sh
      
      Change-Id: Iec5ef735fc22643685e29ffbdaf63a55b1111c60
      Signed-off-by: default avatarBertrand Marquis <bertrand.marquis@arm.com>
      c601acec
  12. 10 Dec, 2019 3 commits
    • Bertrand Marquis's avatar
      Add support for arm Juno Development Board · 4ff58c5f
      Bertrand Marquis authored
      
      Add Yocto support for Juno development board:
      - add machine definition
      - add kernel configuration
      - add u-boot patch to get the environment from a file in flash
      - add trusted firmware extension to produce a firmware image
      - add ifupdown interfaces to start eth0 and eth1 on startup
      
      Change-Id: I5046166cf1cc9e80a57815ef6bfb0cbb263a704e
      Signed-off-by: default avatarBertrand Marquis <bertrand.marquis@arm.com>
      4ff58c5f
    • Bertrand Marquis's avatar
      Add support for arm FVP Base simulator · 3ae02d72
      Bertrand Marquis authored
      
      Add recipes and configuration files to add Yocto support
      for FVP Base simulator from arm.
      The following components are supported:
      - trusted-firmware-a
      - linux kernel (with specific kernel configuration and dts)
      - xen (with meta-virtualization layer)
      - unpacking and starting the generated image directly in Foundation
      simulator (package must be download from www.arm.com website and put in
      the directory downloads/licensed/silver.arm.com).
      
      After building, the following command can be used to start a generated
      image in fvp:
      ./tmp/deploy/tools/start-fvp-base.sh
      
      Change-Id: I1759aecf32e84e25e813d7b0305f49616d4b47ef
      Signed-off-by: default avatarBertrand Marquis <bertrand.marquis@arm.com>
      3ae02d72
    • Bertrand Marquis's avatar
      Add support for arm Foundation ARMv8 FVP simulator · ad73752f
      Bertrand Marquis authored
      
      Add recipes and configuration files to add Yocto support
      for Foundation armv8 simulator from arm.
      The following components are supported:
      - trusted-firmware-a
      - linux kernel (with specific kernel configuration)
      - xen (with meta-virtualization layer)
      - unpacking and starting the generated image directly in Foundation
      simulator (package must be download from www.arm.com website and put in
      the directory downloads/licensed/silver.arm.com).
      
      After building, the following command can be used to start a generated
      image in foundation:
      ./tmp/deploy/tools/start-foundation-armv8.sh
      
      Change-Id: Iade343c38f0799ee8523434d555cb3ca42068a86
      Signed-off-by: default avatarBertrand Marquis <bertrand.marquis@arm.com>
      ad73752f
  13. 09 Dec, 2019 1 commit
  14. 05 Dec, 2019 4 commits
  15. 15 Nov, 2019 3 commits