Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH V1] bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC support
@ 2023-01-24  5:04 Souradeep Chowdhury
  2023-01-24  5:44 ` Masami Hiramatsu
  2023-03-12 11:49 ` Heinz Wiesinger
  0 siblings, 2 replies; 4+ messages in thread
From: Souradeep Chowdhury @ 2023-01-24  5:04 UTC (permalink / raw)
  To: Masami Hiramatsu, linux-kernel, Bjorn Andersson
  Cc: linux-arm-kernel, linux-arm-msm, Sai Prakash Ranjan, Sibi Sankar,
	Rajendra Nayak, Souradeep Chowdhury

The Data Capture and Compare(DCC) is a debugging tool that uses the bootconfig
for configuring the register values during boot-time. Increase the max nodes
supported by bootconfig to cater to the requirements of the Data Capture and
Compare Driver.

Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
---
 include/linux/bootconfig.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/bootconfig.h b/include/linux/bootconfig.h
index 1611f9d..ca73940 100644
--- a/include/linux/bootconfig.h
+++ b/include/linux/bootconfig.h
@@ -59,7 +59,7 @@ struct xbc_node {
 /* Maximum size of boot config is 32KB - 1 */
 #define XBC_DATA_MAX	(XBC_VALUE - 1)

-#define XBC_NODE_MAX	1024
+#define XBC_NODE_MAX	8192
 #define XBC_KEYLEN_MAX	256
 #define XBC_DEPTH_MAX	16

--
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-13  6:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-24  5:04 [PATCH V1] bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC support Souradeep Chowdhury
2023-01-24  5:44 ` Masami Hiramatsu
2023-03-12 11:49 ` Heinz Wiesinger
2023-03-13  6:02   ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox