Re: [PATCH] riscv: Fix memblock reservation for device tree blob

2019-10-08 Thread Albert Ou
On 2019-10-08 15:38:15 -0700, Palmer Dabbelt wrote: > On Fri, 20 Sep 2019 21:34:57 PDT (-0700), a...@brainfault.org wrote: > > On Sat, Sep 21, 2019 at 6:30 AM Albert Ou wrote: > >> > >> This fixes an error with how the FDT blob is reserved in memblock. > &g

[PATCH v2] riscv: Fix memblock reservation for device tree blob

2019-09-27 Thread Albert Ou
page tables in two stages") Signed-off-by: Albert Ou --- Changes in v2: * Changed variable identifier to dtb_early_pa per reviewer feedback. * Removed whitespace change. arch/riscv/mm/init.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/arch/riscv/mm/in

[PATCH] riscv: Fix memblock reservation for device tree blob

2019-09-20 Thread Albert Ou
page tables in two stages") Signed-off-by: Albert Ou --- arch/riscv/mm/init.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/arch/riscv/mm/init.c b/arch/riscv/mm/init.c index f0ba713..52d007c 100644 --- a/arch/riscv/mm/init.c +++ b/arch/riscv/mm/i