[rtems commit] bsps/versal: Support a 64bit RAM base

Chris Johns chrisj at rtems.org
Thu Jun 16 00:18:21 UTC 2022


Module:    rtems
Branch:    master
Commit:    4f6c90f40d388214514c089b7afd977cbd19df21
Changeset: http://git.rtems.org/rtems/commit/?id=4f6c90f40d388214514c089b7afd977cbd19df21

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu May 26 16:08:31 2022 +1000

bsps/versal: Support a 64bit RAM base

Set the constraint to be 64bits to allow the complete address range.

---

 spec/build/bsps/aarch64/xilinx-versal/optramlen.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/build/bsps/aarch64/xilinx-versal/optramlen.yml b/spec/build/bsps/aarch64/xilinx-versal/optramlen.yml
index ebc36d3139..95347fc7e3 100644
--- a/spec/build/bsps/aarch64/xilinx-versal/optramlen.yml
+++ b/spec/build/bsps/aarch64/xilinx-versal/optramlen.yml
@@ -1,7 +1,7 @@
 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 actions:
 - get-integer: null
-- assert-uint32: null
+- assert-uint64: null
 - env-assign: null
 - format-and-define: null
 build-type: option



More information about the vc mailing list