
25 Oct
2024
25 Oct
'24
7:27 p.m.
Changes since V1: Remove the comment above the function definition
Sughosh Ganu (2): common: memtop: add logic to detect ram_top xilinx: use get_mem_top() to compute ram_top
board/xilinx/common/board.c | 25 ++++++ common/Makefile | 1 + common/memtop.c | 171 ++++++++++++++++++++++++++++++++++++ include/memtop.h | 22 +++++ 4 files changed, 219 insertions(+) create mode 100644 common/memtop.c create mode 100644 include/memtop.h
--
2.34.1