[PATCH v2 2/8] sysinfo: Add sysinfo API for accessing data area
Simon Glass
sjg at chromium.org
Mon Oct 28 18:04:19 CET 2024
On Tue, 22 Oct 2024 at 22:06, Raymond Mao <raymond.mao at linaro.org> wrote:
>
> Add interface for sysinfo to access a data area from the platform.
> This is useful to save/read a memory region of platform-specific
> data.
>
> Signed-off-by: Raymond Mao <raymond.mao at linaro.org>
> ---
> Changes in v2
> - None.
>
> drivers/sysinfo/sysinfo-uclass.c | 20 ++++++++++++++++++++
> include/sysinfo.h | 30 ++++++++++++++++++++++++++++++
> 2 files changed, 50 insertions(+)
Please update the test for this.
Regards,
Simon
More information about the U-Boot
mailing list