> From: Marek Vasut <[email protected]> > Sent: Monday, August 16, 2021 2:13 AM > To: [email protected] > Cc: Marek Vasut <[email protected]>; Atish Patra > <[email protected]>; Leo Yu-Chi Liang(梁育齊) <[email protected]>; Rick > Jian-Zhi Chen(陳建志) <[email protected]>; Simon Goldschmidt > <[email protected]>; Tom Rini <[email protected]> > Subject: [PATCH 09/14] lmb: riscv: Add arch_lmb_reserve() > > Add arch_lmb_reserve() implemented using arch_lmb_reserve_generic(). > It is rather likely this architecture also needs to cover U-Boot with LMB > before booting Linux. > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Atish Patra <[email protected]> > Cc: Leo <[email protected]> > Cc: Rick Chen <[email protected]> > Cc: Simon Goldschmidt <[email protected]> > Cc: Tom Rini <[email protected]> > --- > arch/riscv/lib/bootm.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+)
Reviewed-by: Rick Chen <[email protected]>

