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"