meson: Rename platform directory to amlogic
Meson is the internal code name for the SoC family. The correct name for
the platform should be Amlogic. Change the name of the platform
directory.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
Change-Id: Icc140e1ea137f12117acbf64c7dcb1a8b66b345d
1 parent 3441952 commit 4a079c752beef8c2e8072b55a267d4b597b1e05b
@Carlo Caione Carlo Caione authored on 23 Aug 2019
Showing 74 changed files
View
.gitignore
View
docs/maintainers.rst
View
drivers/amlogic/console/aarch64/meson_console.S 0 → 100644
View
drivers/amlogic/gxl/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/gxl/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/gxbb/aarch64/gxbb_helpers.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_efuse.c 0 → 100644
View
plat/amlogic/gxbb/gxbb_mhu.c 0 → 100644
View
plat/amlogic/gxbb/gxbb_pm.c 0 → 100644
View
plat/amlogic/gxbb/gxbb_private.h 0 → 100644
View
plat/amlogic/gxbb/gxbb_scpi.c 0 → 100644
View
plat/amlogic/gxbb/gxbb_sip_svc.c 0 → 100644
View
plat/amlogic/gxbb/gxbb_thermal.c 0 → 100644
View
plat/amlogic/gxbb/gxbb_topology.c 0 → 100644
View
plat/amlogic/gxbb/include/plat_macros.S 0 → 100644
View
plat/amlogic/gxbb/include/platform_def.h 0 → 100644
View
plat/amlogic/gxbb/platform.mk 0 → 100644
View
plat/amlogic/gxl/aarch64/gxl_helpers.S 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_efuse.c 0 → 100644
View
plat/amlogic/gxl/gxl_mhu.c 0 → 100644
View
plat/amlogic/gxl/gxl_pm.c 0 → 100644
View
plat/amlogic/gxl/gxl_private.h 0 → 100644
View
plat/amlogic/gxl/gxl_scpi.c 0 → 100644
View
plat/amlogic/gxl/gxl_sip_svc.c 0 → 100644
View
plat/amlogic/gxl/gxl_thermal.c 0 → 100644
View
plat/amlogic/gxl/gxl_topology.c 0 → 100644
View
plat/amlogic/gxl/include/plat_macros.S 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