Re: [PATCH 12/12] lmb: x86: Add arch_lmb_reserve()

2021-09-23 Thread Tom Rini
On Fri, Sep 10, 2021 at 10:47:18PM +0200, Marek Vasut wrote: > 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 > Cc: Simon Glass > Cc: Simon Go

[PATCH 12/12] lmb: x86: Add arch_lmb_reserve()

2021-09-10 Thread Marek Vasut
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 Cc: Simon Glass Cc: Simon Goldschmidt Cc: Tom Rini --- V2: No change --- arch/x86/lib/bootm.c | 18 ++