[PATCH 4/6] sysinfo: add IDs for RAM size and variant
Alexander Feilke
Alexander.Feilke at ew.tq-group.com
Fri May 8 10:48:32 CEST 2026
From: Nora Schiffer <nora.schiffer at ew.tq-group.com>
The interpretation of the RAM variant is board-specific. Still
add it as a generic ID, so it can be exposed to RAM drivers.
Signed-off-by: Nora Schiffer <nora.schiffer at ew.tq-group.com>
Signed-off-by: Alexander Feilke <alexander.feilke at ew.tq-group.com>
---
include/sysinfo.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 026ea393730..bd43caab849 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -161,6 +161,9 @@ enum sysinfo_id {
SYSID_PRIOR_STAGE_VERSION,
SYSID_PRIOR_STAGE_DATE,
+ SYSID_RAM_SIZE,
+ SYSID_RAM_VARIANT,
+
/* First value available for downstream/board used */
SYSID_USER = 0x1000,
};
--
2.34.1
More information about the U-Boot
mailing list