[PATCH v2 0/2] Add generic function for computing ram_top

Sughosh Ganu sughosh.ganu at linaro.org
Fri Oct 25 19:27:22 CEST 2024


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




More information about the U-Boot mailing list