Skip to content
Snippets Groups Projects
  1. Dec 20, 2019
    • Paul Beesley's avatar
      Remove dependency between SPM_MM and ENABLE_SPM build flags · 3f3c341a
      Paul Beesley authored
      
      There are two different implementations of Secure Partition
      management in TF-A. One is based on the "Management Mode" (MM)
      design, the other is based on the Secure Partition Client Interface
      (SPCI) specification. Currently there is a dependency between their
      build flags that shouldn't exist, making further development
      harder than it should be. This patch removes that
      dependency, making the two flags function independently.
      
      Before: ENABLE_SPM=1 is required for using either implementation.
              By default, the SPCI-based implementation is enabled and
              this is overridden if SPM_MM=1.
      
      After: ENABLE_SPM=1 enables the SPCI-based implementation.
             SPM_MM=1 enables the MM-based implementation.
             The two build flags are mutually exclusive.
      
      Note that the name of the ENABLE_SPM flag remains a bit
      ambiguous - this will be improved in a subsequent patch. For this
      patch the intention was to leave the name as-is so that it is
      easier to track the changes that were made.
      
      Change-Id: I8e64ee545d811c7000f27e8dc8ebb977d670608a
      Signed-off-by: default avatarPaul Beesley <paul.beesley@arm.com>
      3f3c341a
    • György Szing's avatar
      Merge changes from topic "bs/pmf32" into integration · b8e17967
      György Szing authored
      * changes:
        pmf: Make the runtime instrumentation work on AArch32
        SiP: Don't validate entrypoint if state switch is impossible
      b8e17967
    • Sandrine Bailleux's avatar
      Merge changes from topic "tegra-boot-fixes-121719" into integration · 2f227d51
      Sandrine Bailleux authored
      * changes:
        Tegra: prepare boot parameters for Trusty
        Tegra: per-CPU GIC CPU interface init
      2f227d51
  2. Dec 19, 2019
  3. Dec 18, 2019
  4. Dec 17, 2019
Loading