chore(rdfremont): rename RD-Fremont to RD-V3
RD-Fremont is renamed to RD-V3. This change aligns with existing
products like RD-V1 and RD-V2. The update replaces all instances
of "Fremont" with "V3" in file names and contents.
Change-Id: I69595927df05876179eae0244a0c9f76e1370e5a
Signed-off-by: Jerry Wang <Jerry.Wang4@arm.com>
diff --git a/BUILD.gn b/BUILD.gn
index 2ccd771..46c7f0f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -31,12 +31,12 @@
deps = [ "//src:hafnium(:secure_tc_clang)" ]
}
-group("secure_rd_fremont") {
- deps = [ "//src:hafnium(:secure_rd_fremont_clang)" ]
+group("secure_rd_v3") {
+ deps = [ "//src:hafnium(:secure_rd_v3_clang)" ]
}
-group("secure_rd_fremont_cfg1") {
- deps = [ "//src:hafnium(:secure_rd_fremont_cfg1_clang)" ]
+group("secure_rd_v3_cfg1") {
+ deps = [ "//src:hafnium(:secure_rd_v3_cfg1_clang)" ]
}
group("root") {
@@ -46,8 +46,8 @@
":rpi4",
":secure_aem_v8a_fvp_vhe",
":secure_qemu_aarch64",
- ":secure_rd_fremont",
- ":secure_rd_fremont_cfg1",
+ ":secure_rd_v3",
+ ":secure_rd_v3_cfg1",
":secure_tc",
"//src/arch/aarch64/qemuloader:bl(:qemu_aarch64_vhe_clang)",
]
@@ -81,11 +81,11 @@
# RD (Reference Design) is a collection of resources to provide a representative
# view of typical compute subsystems that can be designed and implemented using
-# specific generations of Arm IP. RD-Fremont is the first RD platform with Realm
+# specific generations of Arm IP. RD-V3 is the first RD platform with Realm
# Management Extension (RME) support.
# For more information please refer:
-# https://neoverse-reference-design.docs.arm.com/en/latest/platforms/rdfremont/readme.html
-aarch64_toolchains("secure_rd_fremont") {
+# https://neoverse-reference-design.docs.arm.com/en/latest/platforms/rdv3.html
+aarch64_toolchains("secure_rd_v3") {
cpu = "cortex-a57"
origin_address = "0xF9000000"
boot_flow = "//src/boot_flow:spmc"
@@ -111,7 +111,7 @@
}
}
-aarch64_toolchains("secure_rd_fremont_cfg1") {
+aarch64_toolchains("secure_rd_v3_cfg1") {
cpu = "cortex-a57"
origin_address = "0xF9000000"
boot_flow = "//src/boot_flow:spmc"
diff --git a/secure_rd_fremont_cfg1/BUILD.gn b/secure_rd_fremont_cfg1/BUILD.gn
deleted file mode 100644
index 38afb8a..0000000
--- a/secure_rd_fremont_cfg1/BUILD.gn
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 2023 The Hafnium Authors.
-#
-# Use of this source code is governed by a BSD-style
-# license that can be found in the LICENSE file or at
-# https://opensource.org/licenses/BSD-3-Clause.
-
-source_set("secure_rd_fremont_cfg1") {
-}
diff --git a/secure_rd_fremont/BUILD.gn b/secure_rd_v3/BUILD.gn
similarity index 85%
copy from secure_rd_fremont/BUILD.gn
copy to secure_rd_v3/BUILD.gn
index 39c4914..3cc9686 100644
--- a/secure_rd_fremont/BUILD.gn
+++ b/secure_rd_v3/BUILD.gn
@@ -4,5 +4,5 @@
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/BSD-3-Clause.
-source_set("secure_rd_fremont") {
+source_set("secure_rd_v3") {
}
diff --git a/secure_rd_fremont/BUILD.gn b/secure_rd_v3_cfg1/BUILD.gn
similarity index 85%
rename from secure_rd_fremont/BUILD.gn
rename to secure_rd_v3_cfg1/BUILD.gn
index 39c4914..3028338 100644
--- a/secure_rd_fremont/BUILD.gn
+++ b/secure_rd_v3_cfg1/BUILD.gn
@@ -4,5 +4,5 @@
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/BSD-3-Clause.
-source_set("secure_rd_fremont") {
+source_set("secure_rd_v3_cfg1") {
}