intel: Refactor common platform code [1/5]
Pull out handoff driver to intel/soc/ common directory as they can be
shared by both Agilex and Stratix10 platform.

Share platform_def header between both Agilex and Stratix10 and store
platform specific definitions in socfpga_plat_def.h

Signed-off-by: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>
Change-Id: I8eff1afd7ee71704a36a54fad732ede4f557878d
1 parent d537ee7 commit 328718f2545a9aa2e731e141deb965baf8b6c6e6
@Hadi Asyrafi Hadi Asyrafi authored on 23 Oct 2019
Showing 23 changed files
View
plat/intel/soc/agilex/bl2_plat_setup.c
View
plat/intel/soc/agilex/bl31_plat_setup.c
View
plat/intel/soc/agilex/include/agilex_clock_manager.h
View
plat/intel/soc/agilex/include/agilex_handoff.h 100644 → 0
View
plat/intel/soc/agilex/include/agilex_pinmux.h
View
plat/intel/soc/agilex/include/platform_def.h 100644 → 0
View
plat/intel/soc/agilex/include/socfpga_plat_def.h 0 → 100644
View
plat/intel/soc/agilex/platform.mk
View
plat/intel/soc/agilex/soc/agilex_clock_manager.c
View
plat/intel/soc/agilex/soc/agilex_handoff.c 100644 → 0
View
plat/intel/soc/common/include/platform_def.h 0 → 100644
View
plat/intel/soc/common/include/socfpga_handoff.h 0 → 100644
View
plat/intel/soc/common/soc/socfpga_handoff.c 0 → 100644
View
plat/intel/soc/stratix10/bl2_plat_setup.c
View
plat/intel/soc/stratix10/bl31_plat_setup.c
View
plat/intel/soc/stratix10/include/platform_def.h 100644 → 0
View
plat/intel/soc/stratix10/include/s10_clock_manager.h
View
plat/intel/soc/stratix10/include/s10_handoff.h 100644 → 0
View
plat/intel/soc/stratix10/include/s10_pinmux.h
View
plat/intel/soc/stratix10/include/socfpga_plat_def.h 0 → 100644
View
plat/intel/soc/stratix10/platform.mk
View
plat/intel/soc/stratix10/soc/s10_clock_manager.c
View
plat/intel/soc/stratix10/soc/s10_handoff.c 100644 → 0