Am 7. Juni 2024 20:52:37 MESZ schrieb Sughosh Ganu <sughosh.g...@linaro.org>: >The LMB memory map is now persistent and global. There is therefore no >need to add memory to the LMB memory map as part of the bdinfo >command. Only dump the current available and reserved memory as part >of the bdinfo command. Would it make sense to move printing lmb memory to a separate command instead? Best regards Heinrich > >Signed-off-by: Sughosh Ganu <sughosh.g...@linaro.org> >--- > cmd/bdinfo.c | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c >index fc408e9820..0f343203ef 100644 >--- a/cmd/bdinfo.c >+++ b/cmd/bdinfo.c >@@ -163,7 +163,6 @@ static int bdinfo_print_all(struct bd_info *bd) > bdinfo_print_num_l("multi_dtb_fit", (ulong)gd->multi_dtb_fit); > #endif > if (IS_ENABLED(CONFIG_LMB) && gd->fdt_blob) { >- lmb_add_memory(gd->bd); > lmb_dump_all_force(); > if (IS_ENABLED(CONFIG_OF_REAL)) > printf("devicetree = %s\n", fdtdec_get_srcname());
- [RFC PATCH 23/31] test: lmb: initialise the lmb struct... Sughosh Ganu
- [RFC PATCH 24/31] test: lmb: add a test case for check... Sughosh Ganu
- [RFC PATCH 25/31] test: lmb: adjust the test case to h... Sughosh Ganu
- [RFC PATCH 26/31] test: lmb: run lmb tests only manual... Sughosh Ganu
- Re: [RFC PATCH 26/31] test: lmb: run lmb tests on... Heinrich Schuchardt
- Re: [RFC PATCH 26/31] test: lmb: run lmb test... Sughosh Ganu
- [RFC PATCH 27/31] test: bdinfo: dump the global LMB me... Sughosh Ganu
- [RFC PATCH 28/31] cmd: bdinfo: only dump the current L... Sughosh Ganu
- Re: [RFC PATCH 28/31] cmd: bdinfo: only dump the ... Heinrich Schuchardt
- Re: [RFC PATCH 28/31] cmd: bdinfo: only dump ... Ilias Apalodimas
- [RFC PATCH 29/31] temp: mx6sabresd: bump up the size l... Sughosh Ganu
- [RFC PATCH 30/31] temp: cmd: efi_mem: add a command to... Sughosh Ganu
- Re: [RFC PATCH 30/31] temp: cmd: efi_mem: add a c... Heinrich Schuchardt
- Re: [RFC PATCH 30/31] temp: cmd: efi_mem: add... Sughosh Ganu
- [RFC PATCH 31/31] temp: cmd: efi: add a command to dum... Sughosh Ganu
- Re: [RFC PATCH 31/31] temp: cmd: efi: add a comma... Heinrich Schuchardt
- Re: [RFC PATCH 31/31] temp: cmd: efi: add a c... Sughosh Ganu
- Re: [RFC PATCH 00/31] Make U-Boot memory reservations ... Tom Rini
- Re: [RFC PATCH 00/31] Make U-Boot memory reservat... Sughosh Ganu