1. 10 Sep, 2020 1 commit
  2. 26 Aug, 2020 1 commit
  3. 25 Aug, 2020 5 commits
    • Madhukar Pappireddy's avatar
      Merge changes from topic "tegra194-spmd" into integration · 3e1e08b7
      Madhukar Pappireddy authored
      * changes:
        Tegra194: introduce support for `SPD=spmd`
        Tegra: introduce backend support to compile libfdt
        Tegra: disable signed comparison
        plat: common: include "bl_common.h" from plat_spmd_manifest.c
      3e1e08b7
    • Varun Wadekar's avatar
      Merge changes from topic "tegra-downstream-07092020" into integration · 0d5caf95
      Varun Wadekar authored
      * changes:
        Tegra194: remove AON_WDT IRQ mapping
        Tegra: smmu: add smmu_verify function
        Tegra: TZDRAM setup from soc specific early_boot handlers
        Tegra: remove "platform_get_core_pos" function
        Tegra: print GICC registers conditionally
        lib: cpus: sanity check pointers before use
        Tegra: spe: do not flush console in console_putc
        Tegra: verify platform compatibility
      0d5caf95
    • Varun Wadekar's avatar
      Tegra194: introduce support for `SPD=spmd` · 670306d3
      Varun Wadekar authored
      
      
      This patch introduces the following changes to enable
      compilation for `SPD=spmd` command line option.
      
      * compile plat_spmd_manifest.c
      * compile libfdt source files
      
      Verified with the `SPD=spmd` command line option for
      Tegra194 platforms.
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      Change-Id: I7f57aa4f1756b19f78d87415bb80794417174bc8
      670306d3
    • Varun Wadekar's avatar
      Tegra: introduce backend support to compile libfdt · eb7e5087
      Varun Wadekar authored
      
      
      This patch includes the following files from libc to
      compile libfdt:
      
      * memchr.c
      * memcmp.c
      * strrchr.c
      
      The BUILD_PLAT macro is evaluated earlier to allow libfdt
      installation to the right directory.
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      Change-Id: Ie43fcf701dc051670e6372e21b3a84a6416c1735
      eb7e5087
    • Varun Wadekar's avatar
      Tegra: disable signed comparison · 8d51439e
      Varun Wadekar authored
      
      
      libfdt does not support the -Wsign-compare compiler option
      and the right patch will eventually be pushed upstream.
      
      This patch disables the -Wsign-compare compiler option
      to allow libfdt compilation for Tegra platforms until
      the actual issue is fixed.
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      Change-Id: Ib7a93946cad1ea9ec1b46751edb79a74c08ed0ac
      8d51439e
  4. 24 Aug, 2020 11 commits
  5. 23 Aug, 2020 1 commit
  6. 21 Aug, 2020 5 commits
  7. 20 Aug, 2020 14 commits
  8. 19 Aug, 2020 2 commits