> From: Marek Vasut <marek.va...@gmail.com> > Sent: Monday, August 16, 2021 2:13 AM > To: u-boot@lists.denx.de > Cc: Marek Vasut <marek.vasut+rene...@gmail.com>; Atish Patra > <atish.pa...@wdc.com>; Leo Yu-Chi Liang(梁育齊) <ycli...@andestech.com>; Rick > Jian-Zhi Chen(陳建志) <r...@andestech.com>; Simon Goldschmidt > <simon.k.r.goldschm...@gmail.com>; Tom Rini <tr...@konsulko.com> > 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 <marek.vasut+rene...@gmail.com> > Cc: Atish Patra <atish.pa...@wdc.com> > Cc: Leo <ycli...@andestech.com> > Cc: Rick Chen <r...@andestech.com> > Cc: Simon Goldschmidt <simon.k.r.goldschm...@gmail.com> > Cc: Tom Rini <tr...@konsulko.com> > --- > arch/riscv/lib/bootm.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+)
Reviewed-by: Rick Chen <r...@andestech.com>