Files
u-boot/board
Sughosh Ganu ed17a33fed lmb: make LMB memory map persistent and global
The current LMB API's for allocating and reserving memory use a
per-caller based memory view. Memory allocated by a caller can then be
overwritten by another caller. Make these allocations and reservations
persistent using the alloced list data structure.

Two alloced lists are declared -- one for the available(free) memory,
and one for the used memory. Once full, the list can then be extended
at runtime.

[sjg: Use a stack to store pointer of lmb struct when running lmb tests]

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
[sjg: Optimise the logic to add a region in lmb_add_region_flags()]
2024-09-03 14:08:50 -06:00
..
2024-06-04 08:09:09 -06:00
2024-07-23 10:38:04 -06:00
2024-08-09 06:25:48 +02:00
2024-06-24 13:34:52 -06:00
2024-08-09 06:26:35 +02:00
2024-07-13 10:42:15 -06:00
2024-07-22 10:51:47 -06:00
2024-07-01 15:00:56 -06:00
2024-07-22 10:51:47 -06:00
2024-06-04 08:09:09 -06:00
2024-07-01 15:00:56 -06:00
2024-08-06 11:19:48 +01:00
2024-07-23 10:37:33 -06:00