1. 30 Jan, 2019 2 commits
  2. 29 Jan, 2019 6 commits
    • Antonio Niño Díaz's avatar
      Merge pull request #1788 from laroche/rpi3_duplicate_initialization · 7d388400
      Antonio Niño Díaz authored
      rpi3: Remove duplicate initialization for BL32_IMAGE_ID and mark one more function as static.
      7d388400
    • Antonio Niño Díaz's avatar
      Merge pull request #1786 from laroche/static_vars_functions · 5755a30b
      Antonio Niño Díaz authored
      Change some vars and functions to be static.
      5755a30b
    • Antonio Niño Díaz's avatar
      Merge pull request #1794 from Andre-ARM/fiptool-fix · e0ace7f5
      Antonio Niño Díaz authored
      tools/fiptool: Fix UUID parsing in blob handling
      e0ace7f5
    • Andre Przywara's avatar
      tools/fiptool: Fix UUID parsing in blob handling · e56b8dc8
      Andre Przywara authored
      Commit 03364865
      
       ("Make TF UUID RFC 4122 compliant") changed the scanf
      parsing string to handle endianness correctly.
      However that changed the number of items sscanf handles, without
      adjusting the sanity check just below.
      
      Increase the expected return value from 11 to 16 to let fiptool handle
      UUIDs given as blob parameters correctly again.
      Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
      e56b8dc8
    • Anson Huang's avatar
      imx: power optimization for i.mx8qx · e6cf7a46
      Anson Huang authored
      
      
      Current implementation of i.MX8QX power management related
      features does NOT optimize power number, all system resources
      like CCI, DDR, and A cluster etc. are kept in STBY mode (powered
      ON) when system suspend or CPU hotplug.
      
      To lower the power number, OFF mode should be adopted for those
      system resources whenever they can be OFF, A cluster will be OFF
      if the CPUs in the cluster are all off line, DDR/MU/DB can be OFF
      if system suspend, IRQ steer can be OFF if the wakeup source is
      belonged to system controller partition, so wakeup source runtime
      check is used to determine if IRQ steer can be OFF before system
      suspend.
      
      If resources are powered off for suspend, they should be restored
      properly after system resume.
      Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
      e6cf7a46
    • Anson Huang's avatar
      imx: power optimization for i.mx8qm · 3a2b5199
      Anson Huang authored
      
      
      Current implementation of i.MX8QM power management related
      features does NOT optimize power number, all system resources
      like CCI, DDR, and A cluster etc. are kept in STBY mode (powered
      ON) when system suspend or CPU hotplug.
      
      To lower the power number, OFF mode should be adopted for those
      system resources whenever they can be OFF, A cluster will be OFF
      if the CPUs in the cluster are all off line, DDR/MU/DB can be OFF
      if system suspend, IRQ steer can be OFF if the wakeup source is
      belonged to system controller partition, so wakeup source runtime
      check is used to determine if IRQ steer can be OFF before system
      suspend.
      
      If resources are powered off for suspend, they should be restored
      properly after system resume.
      Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
      3a2b5199
  3. 28 Jan, 2019 7 commits
  4. 27 Jan, 2019 1 commit
  5. 25 Jan, 2019 17 commits
  6. 24 Jan, 2019 4 commits
  7. 23 Jan, 2019 3 commits