|
@@ -1,7 +1,7 @@
|
|
|
From 21b0c9f028b6b04fa2f027510ec90969735f4dd1 Mon Sep 17 00:00:00 2001
|
|
|
From: Bence Balogh <bence.balogh@arm.com>
|
|
|
Date: Wed, 17 Apr 2024 19:31:03 +0200
|
|
|
-Subject: [PATCH] platform: CS1000: Increase RSE_COMMS buffer size
|
|
|
+Subject: [PATCH] platform: corstone1000: Increase RSE_COMMS buffer size
|
|
|
|
|
|
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
|
|
|
Upstream-Status: Pending
|
|
@@ -18,7 +18,7 @@ index 6d79dd3bf..f079f6504 100644
|
|
|
|
|
|
/* size suits to fit the largest message too (EFI variables) */
|
|
|
-#define RSE_COMMS_PAYLOAD_MAX_SIZE (0x2100)
|
|
|
-+#define RSE_COMMS_PAYLOAD_MAX_SIZE (0x3B00)
|
|
|
++#define RSE_COMMS_PAYLOAD_MAX_SIZE (0x43C0)
|
|
|
|
|
|
/*
|
|
|
* Allocated for each client request.
|