intel: Platform common code refactor
authorHadi Asyrafi <[email protected]>
Thu, 1 Aug 2019 06:48:39 +0000 (14:48 +0800)
committerSandrine Bailleux <[email protected]>
Wed, 7 Aug 2019 12:19:11 +0000 (12:19 +0000)
commit3f7b1490dc0022ea10e2c0c0e26f4ab8dad56846
tree0dd4ae2aa27b9e50cf6c26e1df2b2d4939eff961
parentd8820789ca2530e34ea4dff5d22bb6b7064d6737
intel: Platform common code refactor

Pull out common code from aarch64 and include

Signed-off-by: Hadi Asyrafi <[email protected]>
Change-Id: I4d0f5e1bb01bcdacbedf8e6c359de594239b645f
27 files changed:
plat/intel/soc/agilex/aarch64/plat_helpers.S [deleted file]
plat/intel/soc/agilex/aarch64/platform_common.c [deleted file]
plat/intel/soc/agilex/include/plat_macros.S [deleted file]
plat/intel/soc/agilex/include/platform_def.h
plat/intel/soc/agilex/include/socfpga_private.h [deleted file]
plat/intel/soc/agilex/platform.mk
plat/intel/soc/agilex/socfpga_psci.c
plat/intel/soc/common/aarch64/plat_helpers.S [new file with mode: 0644]
plat/intel/soc/common/aarch64/platform_common.c [new file with mode: 0644]
plat/intel/soc/common/include/plat_macros.S [new file with mode: 0644]
plat/intel/soc/common/include/socfpga_private.h [new file with mode: 0644]
plat/intel/soc/stratix10/aarch64/plat_helpers.S [deleted file]
plat/intel/soc/stratix10/aarch64/platform_common.c [deleted file]
plat/intel/soc/stratix10/aarch64/stratix10_private.h [deleted file]
plat/intel/soc/stratix10/bl2_plat_setup.c
plat/intel/soc/stratix10/bl31_plat_setup.c
plat/intel/soc/stratix10/include/plat_macros.S [deleted file]
plat/intel/soc/stratix10/include/platform_def.h [new file with mode: 0644]
plat/intel/soc/stratix10/include/platform_private.h [deleted file]
plat/intel/soc/stratix10/include/stratix10_private.h [new file with mode: 0644]
plat/intel/soc/stratix10/plat_psci.c
plat/intel/soc/stratix10/plat_storage.c
plat/intel/soc/stratix10/platform.mk
plat/intel/soc/stratix10/platform_def.h [deleted file]
plat/intel/soc/stratix10/soc/s10_clock_manager.c
plat/intel/soc/stratix10/soc/s10_handoff.c
plat/intel/soc/stratix10/soc/s10_reset_manager.c