Merge changes from topic "platform-refactor" into integration
* changes:
  intel: Refactor common platform code [4/5]
  intel: Refactor common platform code [3/5]
  intel: Refactor common platform code [2/5]
  intel: Refactor common platform code [1/5]
commit b33772eb9c6e501d33885f7ecd4c6b465cbfad70
2 parents b3fc6c1 + c76d423
@Mark Dykes Mark Dykes authored on 4 Dec 2019
TrustedFirmware Code Review committed on 4 Dec 2019
Showing 42 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_mailbox.h 100644 → 0
View
plat/intel/soc/agilex/include/agilex_pinmux.h
View
plat/intel/soc/agilex/include/agilex_private.h 100644 → 0
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/agilex/soc/agilex_mailbox.c 100644 → 0
View
plat/intel/soc/agilex/socfpga_psci.c 100644 → 0
View
plat/intel/soc/agilex/socfpga_sip_svc.c 100644 → 0
View
plat/intel/soc/agilex/socfpga_storage.c 100644 → 0
View
plat/intel/soc/common/aarch64/platform_common.c
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/include/socfpga_mailbox.h 0 → 100644
View
plat/intel/soc/common/include/socfpga_private.h
View
plat/intel/soc/common/soc/socfpga_handoff.c 0 → 100644
View
plat/intel/soc/common/soc/socfpga_mailbox.c 0 → 100644
View
plat/intel/soc/common/socfpga_psci.c 0 → 100644
View
plat/intel/soc/common/socfpga_sip_svc.c 0 → 100644
View
plat/intel/soc/common/socfpga_storage.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_mailbox.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/include/stratix10_private.h 100644 → 0
View
plat/intel/soc/stratix10/plat_psci.c
View
plat/intel/soc/stratix10/plat_sip_svc.c
View
plat/intel/soc/stratix10/plat_storage.c 100644 → 0
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
View
plat/intel/soc/stratix10/soc/s10_mailbox.c 100644 → 0