Merge changes from topic "amlogic-refactoring" into integration
* changes:
  amlogic: Fix includes order
  amlogic: Fix header guards
  amlogic: Fix prefixes in the SoC specific files
  amlogic: Fix prefixes in the PM code
  amlogic: Fix prefixes in the SCPI related code
  amlogic: Fix prefixes in the MHU code
  amlogic: Fix prefixes in the SIP/SVC code
  amlogic: Fix prefixes in the thermal driver
  amlogic: Fix prefixes in the private header file
  amlogic: Fix prefixes in the efuse driver
  amlogic: Fix prefixes in the platform macros file
  amlogic: Fix prefixes in the helpers file
  amlogic: Rework Makefiles
  amlogic: Move the SIP SVC code to common directory
  amlogic: Move topology file to common directory
  amlogic: Move thermal code to common directory
  amlogic: Move MHU code to common directory
  amlogic: Move efuse code to common directory
  amlogic: Move platform macros assembly file to common directory
  amlogic: Introduce unified private header file
  amlogic: Move SCPI code to common directory
  amlogic: Move the SHA256 DMA driver to common directory
  amlogic: Move assembly helpers to common directory
  amlogic: Introduce directory parameters in the makefiles
  meson: Rename platform directory to amlogic
commit 9af73b36883010a4dc4f0b0640dcc7dced895770
2 parents 749b334 + b562187
@Soby Mathew Soby Mathew authored on 12 Sep 2019
TrustedFirmware Code Review committed on 12 Sep 2019
Showing 65 changed files
View
.gitignore
View
docs/maintainers.rst
View
drivers/amlogic/console/aarch64/meson_console.S 0 → 100644
View
drivers/amlogic/crypto/sha_dma.c 0 → 100644
View
drivers/meson/console/aarch64/meson_console.S 100644 → 0
View
drivers/meson/gxl/crypto/sha_dma.c 100644 → 0
View
include/drivers/amlogic/crypto/sha_dma.h 0 → 100644
View
include/drivers/amlogic/meson_console.h 0 → 100644
View
include/drivers/meson/gxl/crypto/sha_dma.h 100644 → 0
View
include/drivers/meson/meson_console.h 100644 → 0
View
plat/amlogic/common/aarch64/aml_helpers.S 0 → 100644
View
plat/amlogic/common/aml_efuse.c 0 → 100644
View
plat/amlogic/common/aml_mhu.c 0 → 100644
View
plat/amlogic/common/aml_scpi.c 0 → 100644
View
plat/amlogic/common/aml_sip_svc.c 0 → 100644
View
plat/amlogic/common/aml_thermal.c 0 → 100644
View
plat/amlogic/common/aml_topology.c 0 → 100644
View
plat/amlogic/common/include/aml_private.h 0 → 100644
View
plat/amlogic/common/include/plat_macros.S 0 → 100644
View
plat/amlogic/gxbb/gxbb_bl31_setup.c 0 → 100644
View
plat/amlogic/gxbb/gxbb_common.c 0 → 100644
View
plat/amlogic/gxbb/gxbb_def.h 0 → 100644
View
plat/amlogic/gxbb/gxbb_pm.c 0 → 100644
View
plat/amlogic/gxbb/include/platform_def.h 0 → 100644
View
plat/amlogic/gxbb/platform.mk 0 → 100644
View
plat/amlogic/gxl/gxl_bl31_setup.c 0 → 100644
View
plat/amlogic/gxl/gxl_common.c 0 → 100644
View
plat/amlogic/gxl/gxl_def.h 0 → 100644
View
plat/amlogic/gxl/gxl_pm.c 0 → 100644
View
plat/amlogic/gxl/include/platform_def.h 0 → 100644
View
plat/amlogic/gxl/platform.mk 0 → 100644
View
plat/meson/gxbb/aarch64/gxbb_helpers.S 100644 → 0
View
plat/meson/gxbb/gxbb_bl31_setup.c 100644 → 0
View
plat/meson/gxbb/gxbb_common.c 100644 → 0
View
plat/meson/gxbb/gxbb_def.h 100644 → 0
View
plat/meson/gxbb/gxbb_efuse.c 100644 → 0
View
plat/meson/gxbb/gxbb_mhu.c 100644 → 0
View
plat/meson/gxbb/gxbb_pm.c 100644 → 0
View
plat/meson/gxbb/gxbb_private.h 100644 → 0
View
plat/meson/gxbb/gxbb_scpi.c 100644 → 0
View
plat/meson/gxbb/gxbb_sip_svc.c 100644 → 0
View
plat/meson/gxbb/gxbb_thermal.c 100644 → 0
View
plat/meson/gxbb/gxbb_topology.c 100644 → 0
View
plat/meson/gxbb/include/plat_macros.S 100644 → 0
View
plat/meson/gxbb/include/platform_def.h 100644 → 0
View
plat/meson/gxbb/platform.mk 100644 → 0
View
plat/meson/gxl/aarch64/gxl_helpers.S 100644 → 0
View
plat/meson/gxl/gxl_bl31_setup.c 100644 → 0
View
plat/meson/gxl/gxl_common.c 100644 → 0
View
plat/meson/gxl/gxl_def.h 100644 → 0
View
plat/meson/gxl/gxl_efuse.c 100644 → 0
View
plat/meson/gxl/gxl_mhu.c 100644 → 0
View
plat/meson/gxl/gxl_pm.c 100644 → 0
View
plat/meson/gxl/gxl_private.h 100644 → 0
View
plat/meson/gxl/gxl_scpi.c 100644 → 0
View
plat/meson/gxl/gxl_sip_svc.c 100644 → 0
View
plat/meson/gxl/gxl_thermal.c 100644 → 0
View
plat/meson/gxl/gxl_topology.c 100644 → 0
View
plat/meson/gxl/include/plat_macros.S 100644 → 0
View
plat/meson/gxl/include/platform_def.h 100644 → 0
View
plat/meson/gxl/platform.mk 100644 → 0
View
tools/amlogic/Makefile 0 → 100644
View
tools/amlogic/doimage.c 0 → 100644
View
tools/meson/Makefile 100644 → 0
View
tools/meson/doimage.c 100644 → 0