]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(corstone700): namespace MHU driver filenames
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 18 Mar 2022 11:44:27 +0000 (12:44 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 1 Apr 2022 08:16:01 +0000 (10:16 +0200)
commit510dc79c859bab3291e97ae924d836bf40700fd7
treeee915d5e933a6f42fe0a3ee988e9a73eef912b2d
parentf78cb61a11da3d965be809ebf8b592a8c33f6473
refactor(corstone700): namespace MHU driver filenames

There are plans to contribute a generic MHU driver to the TF-A code
base in the short term.

In preparation for this, rename the Corstone-700 MHU driver source
files and prefix them with the name of the platform to avoid any
ambiguity or name clashes with the upcoming generic MHU driver. Also
rename the header guard accordingly.

This renaming is inline with other platform-specific MHU drivers, such
as the ones used on Broadcom [1], Socionext [2] or Amlogic [3] platforms.

[1] plat/brcm/common/brcm_mhu.h
[2] plat/socionext/synquacer/drivers/mhu/sq_mhu.h
[3] plat/amlogic/common/aml_mhu.c

Change-Id: I8a5e5b16e7c19bf931a90422dfca8f6a2a0663b4
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
plat/arm/board/corstone700/common/corstone700_plat.c
plat/arm/board/corstone700/common/drivers/mhu/corstone700_mhu.c [new file with mode: 0644]
plat/arm/board/corstone700/common/drivers/mhu/corstone700_mhu.h [new file with mode: 0644]
plat/arm/board/corstone700/common/drivers/mhu/mhu.c [deleted file]
plat/arm/board/corstone700/common/drivers/mhu/mhu.h [deleted file]
plat/arm/board/corstone700/platform.mk