mbox series

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

Message ID 20241025172724.195093-1-sughosh.ganu@linaro.org
Headers show
Series Add generic function for computing ram_top | expand

Message

Sughosh Ganu Oct. 25, 2024, 5:27 p.m. UTC
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

Comments

Michal Simek Nov. 6, 2024, 8:02 a.m. UTC | #1
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