]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat/arm: rename rddanielxlr to rdv1mc
authorAditya Angadi <aditya.angadi@arm.com>
Tue, 15 Dec 2020 11:58:08 +0000 (17:28 +0530)
committerAditya Angadi <aditya.angadi@arm.com>
Mon, 11 Jan 2021 06:59:51 +0000 (12:29 +0530)
commit90aecf1e0adec8bb88bf6737408af8a30e21c741
treed0315086be360785cae9e25e451f4932ed402530
parentedf771a11f7331a3c5e640dcd35fb930f9a08170
plat/arm: rename rddanielxlr to rdv1mc

Reference Design platform RD-Daniel-ConfigXLR has been renamed to
RD-V1-MC. Correspondingly, remove all uses of 'rddanielxlr' and replace
it with 'rdv1mc' where appropriate.

Signed-off-by: Aditya Angadi <aditya.angadi@arm.com>
Change-Id: I5d91c69738397b19ced43949b4080c74678e604c
20 files changed:
plat/arm/board/rddanielxlr/fdts/rddanielxlr_fw_config.dts [deleted file]
plat/arm/board/rddanielxlr/fdts/rddanielxlr_nt_fw_config.dts [deleted file]
plat/arm/board/rddanielxlr/fdts/rddanielxlr_tb_fw_config.dts [deleted file]
plat/arm/board/rddanielxlr/include/platform_def.h [deleted file]
plat/arm/board/rddanielxlr/platform.mk [deleted file]
plat/arm/board/rddanielxlr/rddanielxlr_err.c [deleted file]
plat/arm/board/rddanielxlr/rddanielxlr_plat.c [deleted file]
plat/arm/board/rddanielxlr/rddanielxlr_security.c [deleted file]
plat/arm/board/rddanielxlr/rddanielxlr_topology.c [deleted file]
plat/arm/board/rddanielxlr/rddanielxlr_trusted_boot.c [deleted file]
plat/arm/board/rdv1mc/fdts/rdv1mc_fw_config.dts [new file with mode: 0644]
plat/arm/board/rdv1mc/fdts/rdv1mc_nt_fw_config.dts [new file with mode: 0644]
plat/arm/board/rdv1mc/fdts/rdv1mc_tb_fw_config.dts [new file with mode: 0644]
plat/arm/board/rdv1mc/include/platform_def.h [new file with mode: 0644]
plat/arm/board/rdv1mc/platform.mk [new file with mode: 0644]
plat/arm/board/rdv1mc/rdv1mc_err.c [new file with mode: 0644]
plat/arm/board/rdv1mc/rdv1mc_plat.c [new file with mode: 0644]
plat/arm/board/rdv1mc/rdv1mc_security.c [new file with mode: 0644]
plat/arm/board/rdv1mc/rdv1mc_topology.c [new file with mode: 0644]
plat/arm/board/rdv1mc/rdv1mc_trusted_boot.c [new file with mode: 0644]