Re: [PATCH v3 4/5] riscv: Setup reserved-memory node for FU540

2020-03-19 Thread Bin Meng
On Fri, Mar 20, 2020 at 4:57 AM Atish Patra wrote: > > On Thu, Mar 19, 2020 at 7:32 AM Bin Meng wrote: > > > > On Wed, Mar 18, 2020 at 5:19 AM Atish Patra wrote: > > > > > > FU540 uses OF_SEPARATE instead of OF_PRIOR. > > > > > > Enable OF_BOARD_FIXUP to update the DT with reserved-memory node.

Re: [PATCH v3 4/5] riscv: Setup reserved-memory node for FU540

2020-03-19 Thread Atish Patra
On Thu, Mar 19, 2020 at 7:32 AM Bin Meng wrote: > > On Wed, Mar 18, 2020 at 5:19 AM Atish Patra wrote: > > > > FU540 uses OF_SEPARATE instead of OF_PRIOR. > > > > Enable OF_BOARD_FIXUP to update the DT with reserved-memory node. > > > > Signed-off-by: Atish Patra > > --- > > board/sifive/fu540/

Re: [PATCH v3 4/5] riscv: Setup reserved-memory node for FU540

2020-03-19 Thread Bin Meng
On Wed, Mar 18, 2020 at 5:19 AM Atish Patra wrote: > > FU540 uses OF_SEPARATE instead of OF_PRIOR. > > Enable OF_BOARD_FIXUP to update the DT with reserved-memory node. > > Signed-off-by: Atish Patra > --- > board/sifive/fu540/fu540.c | 15 +++ > configs/sifive_fu540_defconfig |

[PATCH v3 4/5] riscv: Setup reserved-memory node for FU540

2020-03-17 Thread Atish Patra
FU540 uses OF_SEPARATE instead of OF_PRIOR. Enable OF_BOARD_FIXUP to update the DT with reserved-memory node. Signed-off-by: Atish Patra --- board/sifive/fu540/fu540.c | 15 +++ configs/sifive_fu540_defconfig | 1 + 2 files changed, 16 insertions(+) diff --git a/board/sifive/f