platform/rd1ae: Enable pointer access protocal
Enabled the pointer access protocal on rd1ae platform by reducing the
threshold value `COMMS_MHU_MSG_SIZE`. The RSE messages with payload data
size larger than the value will be serialized with the pointer access
protocol.
Configured the carveout region for the pointer access protocal.
Added the rd1ae-opteesp deployment to the b-test list.
Signed-off-by: Michael Zhao <michael.zhao2@arm.com>
Change-Id: Ia44c10ccfb8e45483254a71f32382bfbf2eca5eb
diff --git a/deployments/se-proxy/config/rd1ae-opteesp/default_se-proxy.dts.in b/deployments/se-proxy/config/rd1ae-opteesp/default_se-proxy.dts.in
index b0ddff0..c71eee1 100644
--- a/deployments/se-proxy/config/rd1ae-opteesp/default_se-proxy.dts.in
+++ b/deployments/se-proxy/config/rd1ae-opteesp/default_se-proxy.dts.in
@@ -34,5 +34,11 @@
pages-count = <16>;
attributes = <0x3>; /* read-write */
};
+ rse-carveout {
+ base-address = <@RSE_COMM_CARVEOUT_BASE@>;
+ physical-address = <@RSE_COMM_CARVEOUT_BASE@>;
+ pages-count = <@RSE_COMM_CARVEOUT_PAGE_COUNT@>;
+ attributes = <0x3>; /* read-write */
+ };
};
};