Re: [PATCH 1/4] lmb/bdinfo: dump lmb info via bdinfo

2020-07-17 Thread Tero Kristo
On 17/07/2020 16:29, Tom Rini wrote: On Fri, Jun 12, 2020 at 03:41:18PM +0300, Tero Kristo wrote: Dump lmb status from the bdinfo command. This is useful for seeing the reserved memory regions from the u-boot cmdline. Signed-off-by: Tero Kristo --- cmd/bdinfo.c | 8 +++- include/lmb.

Re: [PATCH 1/4] lmb/bdinfo: dump lmb info via bdinfo

2020-07-17 Thread Tom Rini
On Fri, Jun 12, 2020 at 03:41:18PM +0300, Tero Kristo wrote: > Dump lmb status from the bdinfo command. This is useful for seeing the > reserved memory regions from the u-boot cmdline. > > Signed-off-by: Tero Kristo > --- > cmd/bdinfo.c | 8 +++- > include/lmb.h | 1 + > lib/lmb.c |

[PATCH 1/4] lmb/bdinfo: dump lmb info via bdinfo

2020-06-12 Thread Tero Kristo
Dump lmb status from the bdinfo command. This is useful for seeing the reserved memory regions from the u-boot cmdline. Signed-off-by: Tero Kristo --- cmd/bdinfo.c | 8 +++- include/lmb.h | 1 + lib/lmb.c | 42 +++--- 3 files changed, 31 insertions(