From: Baocheng Su Date: Tue, 18 Feb 2025 02:36:12 +0000 (+0800) Subject: sysinfo: Add SYSID_BOARD_RAM_SIZE_MB X-Git-Tag: v2025.07-rc1~18^2~70^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c01d633c750e44780843845944256b93869c2b6f;p=pandora-u-boot.git sysinfo: Add SYSID_BOARD_RAM_SIZE_MB Add a new field SYSID_BOARD_RAM_SIZE_MB to sysinfo structure to store the size of RAM in MB. dram_init can use this field to get the RAM size via sysinfo driver. Signed-off-by: Baocheng Su --- diff --git a/include/sysinfo.h b/include/sysinfo.h index 2866ac293cb..e87cf969fcd 100644 --- a/include/sysinfo.h +++ b/include/sysinfo.h @@ -153,6 +153,7 @@ enum sysinfo_id { SYSID_BOARD_MODEL, SYSID_BOARD_MANUFACTURER, SYSID_BOARD_MAC_ADDR, + SYSID_BOARD_RAM_SIZE_MB, SYSID_PRIOR_STAGE_VERSION, SYSID_PRIOR_STAGE_DATE,