1. 16 Apr, 2021 1 commit
    • Sandrine Bailleux's avatar
      Arm: Fix error message printing in board makefile · 5eea0193
      Sandrine Bailleux authored
      
      
      Remove an incorrect tabulation in front of an $(error) function call
      outside of a recipe, which caused the following text to be displayed:
      
        plat/arm/board/common/board_common.mk:36: *** recipe commences before first target.  Stop.
      
      instead of:
      
        plat/arm/board/common/board_common.mk:36: *** "Unsupported ARM_ROTPK_LOCATION value".  Stop.
      
      Change-Id: I8592948e7de8ab0c4abbc56eb65a53eb1875a83c
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      5eea0193
  2. 15 Apr, 2021 1 commit
  3. 14 Apr, 2021 2 commits
  4. 13 Apr, 2021 2 commits
  5. 12 Apr, 2021 4 commits
  6. 09 Apr, 2021 1 commit
    • Manish Pandey's avatar
      plat/arm: don't provide NT_FW_CONFIG when booting hafnium · 2b6fc535
      Manish Pandey authored
      
      
      NT_FW_CONFIG file is meant to be passed from BL31 to be consumed by
      BL33, fvp platforms use this to pass measured boot configuration and
      the x0 register is used to pass the base address of it.
      
      In case of hafnium used as hypervisor in normal world, hypervisor
      manifest is expected to be passed from BL31 and its base address is
      passed in x0 register.
      
      As only one of NT_FW_CONFIG or hypervisor manifest base address can be
      passed in x0 register and also measured boot is not required for SPM so
      disable passing NT_FW_CONFIG.
      Signed-off-by: default avatarManish Pandey <manish.pandey2@arm.com>
      Change-Id: Ifad9d3658f55ba7d70f468a88997d5272339e53e
      2b6fc535
  7. 08 Apr, 2021 9 commits
  8. 07 Apr, 2021 7 commits
  9. 06 Apr, 2021 7 commits
  10. 01 Apr, 2021 3 commits
  11. 31 Mar, 2021 1 commit
  12. 30 Mar, 2021 1 commit
    • André Przywara's avatar
      Merge changes from topic "allwinner_h616" into integration · 8078b5c5
      André Przywara authored
      * changes:
        allwinner: H616: Add reserved-memory node to DT
        allwinner: Add Allwinner H616 SoC support
        allwinner: Add H616 SoC ID
        allwinner: Express memmap more dynamically
        allwinner: Move sunxi_cpu_power_off_self() into platforms
        allwinner: Move SEPARATE_NOBITS_REGION to platforms
        doc: allwinner: Reorder sections, document memory mapping
      8078b5c5
  13. 29 Mar, 2021 1 commit