Skip to content
  1. Jan 17, 2019
    • Thomas Abraham's avatar
      configs: rename 'platforms' directory as 'configs' · 0409dd29
      Thomas Abraham authored
      
      
      As build-scripts scales up to support platforms specfic tests, there is
      a need to create a platform specific directory to hold the platform
      specfic test build scripts. One of the ways to organize the platform
      specfic test build scripts could be as below
      
      	build-scripts
      		|
      		|-- build-<component1>.sh
      		|-- build-<component2>.sh
      		|-- .
      		|-- .
      		|-- build-<componentX>.sh
      		|-- build-test-TEST1.sh
      		|-- build-test-TEST2.sh
      		|-- .
      		|-- .
      		|-- build-test-TESTX.sh
      		|
      		|-- configs
      		|	|
      		|	|-- <platform1>
      		|	|-- <platform2>
      		|	|-- .
      		|	|-- .
      		|	|-- <platformX>
      		|
      		|-- <platform1>
      		|	|
      		|	|-- <build-test-TEST1>.sh
      		|	|-- <build-test-TEST2>.sh
      		|	|-- .
      		|	|-- .
      		|	|-- <build-test-TESTX>.sh
      		|
      		|-- <platform2>
      		|	|
      		|	|-- <build-test-TEST1>.sh
      		|	|-- <build-test-TEST2>.sh
      		|	|-- .
      		|	|-- .
      		|	|-- <build-test-TESTX>.sh
      		|
      		|-- <platformX>
      			|
      			|-- <build-test-TEST1>.sh
      			|-- <build-test-TEST2>.sh
      			|-- .
      			|-- .
      			|-- <build-test-TESTX>.sh
      
      The existing 'platforms' directory is in fact a bunch of build config
      files. So the 'platforms' directory can be renamed as 'configs'
      directory to allow adding platform specific directory under the root
      of build-scripts directory. This would help to avoid any possible
      incorrect interpretation of the purpose of the configs directory
      and the platform specific test build scripts directory.
      
      Change-Id: I3ca0576cfdbc7be88d2812fcda841c19c95ce8ca
      Signed-off-by: Thomas Abraham's avatarThomas Abraham <thomas.abraham@arm.com>
      0409dd29
  2. Jan 16, 2019
  3. Dec 25, 2018
  4. Oct 30, 2018
  5. Oct 19, 2018
  6. Oct 11, 2018
  7. Aug 10, 2018
  8. Aug 07, 2018
  9. Aug 03, 2018
  10. Jun 22, 2018
  11. May 04, 2018
    • Manoj Kumar's avatar
      build-scripts: add -a parameter for removing pci & smmu nodes · d3ead2c8
      Manoj Kumar authored and Arvind Chauhan's avatar Arvind Chauhan committed
      
      
      This patch adds new build flag -a to build scripts which is used
      only when building for FVP_Base_AEMv8A-ARMv8A model. Since this
      model doesn't has PCI & SMMU IPs (whereas the device tree has),
      user lands in kernel panic while booting Linux in this model.
      
      By passing -a true while building, the PCI & SMMU nodes are
      removed in device-tree by which kernel panic is avoided.
      
      Change-Id: I1f47ec1b216bf63bfbca50c05748fe5f8d8d22c2
      Signed-off-by: Manoj Kumar's avatarManoj Kumar <manoj.kumar3@arm.com>
      d3ead2c8
  12. Apr 30, 2018
  13. Jan 30, 2018
  14. Nov 08, 2017
  15. Aug 09, 2017
    • Ryan Harkin's avatar
      Add Linux DTS for FVP with threaded CPUs · 72868d7f
      Ryan Harkin authored
      
      
      In contrast with the non-multi-threading DTS, this enumerates MPIDR
      values shifted by one affinity level to the left. The newly added DTS
      reflects CPUs with a single thread in them.
      
      Since both DTS files are the same apart from MPIDR contents, the common
      bits have been moved to a separate file that's then included from the
      top-level DTS files. The multi-threading version only updates the MPIDR
      contents.
      
      Change-Id: I9df71daa9c6fe7f658ba1d2c9d30a82154be8d7d
      Signed-off-by: default avatarRyan Harkin <ryan.harkin@linaro.org>
      72868d7f
  16. Jul 21, 2017
Loading