
6 Nov
2024
6 Nov
'24
9:02 a.m.
On 10/25/24 19:27, Sughosh Ganu wrote:
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
Applied. M