
14 Oct
2023
14 Oct
'23
midnight
On Wed, 27 Sept 2023 at 06:34, Matthias Schiffer matthias.schiffer@ew.tq-group.com wrote:
Same as dev_read_addr_name[_size](), but returns a pointer, cast through map_sysmem().
Signed-off-by: Matthias Schiffer matthias.schiffer@ew.tq-group.com
drivers/core/fdtaddr.c | 21 +++++++++++++++++++++ drivers/core/read.c | 21 +++++++++++++++++++++ include/dm/fdtaddr.h | 31 +++++++++++++++++++++++++++++++ include/dm/read.h | 41 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 114 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!