Re: [PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode

2020-09-16 Thread Leo Liang
On Mon, Sep 14, 2020 at 07:57:04AM -0400, Sean Anderson wrote: > On 9/14/20 2:38 AM, Bin Meng wrote: > > On Sat, Sep 12, 2020 at 2:25 AM Sean Anderson wrote: > >> > >> On 9/11/20 10:43 AM, Bin Meng wrote: > >>> On Fri, Sep 11, 2020 at 6:20 PM Sean Anderson wrote: > > On 9/11/20 3:29

Re: [PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode

2020-09-14 Thread Sean Anderson
On 9/14/20 2:38 AM, Bin Meng wrote: > On Sat, Sep 12, 2020 at 2:25 AM Sean Anderson wrote: >> >> On 9/11/20 10:43 AM, Bin Meng wrote: >>> On Fri, Sep 11, 2020 at 6:20 PM Sean Anderson wrote: On 9/11/20 3:29 AM, Bin Meng wrote: > Hi Sean, > > On Sat, Sep 5, 2020 at 9:22 PM

Re: [PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode

2020-09-14 Thread Bin Meng
On Sat, Sep 12, 2020 at 2:25 AM Sean Anderson wrote: > > On 9/11/20 10:43 AM, Bin Meng wrote: > > On Fri, Sep 11, 2020 at 6:20 PM Sean Anderson wrote: > >> > >> On 9/11/20 3:29 AM, Bin Meng wrote: > >>> Hi Sean, > >>> > >>> On Sat, Sep 5, 2020 at 9:22 PM Sean Anderson wrote: > > It is

Re: [PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode

2020-09-11 Thread Sean Anderson
On 9/11/20 10:43 AM, Bin Meng wrote: > On Fri, Sep 11, 2020 at 6:20 PM Sean Anderson wrote: >> >> On 9/11/20 3:29 AM, Bin Meng wrote: >>> Hi Sean, >>> >>> On Sat, Sep 5, 2020 at 9:22 PM Sean Anderson wrote: It is unsafe to enable OF_BOARD_FIXUP only based on OF_SEPARATE.

Re: [PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode

2020-09-11 Thread Bin Meng
On Fri, Sep 11, 2020 at 6:20 PM Sean Anderson wrote: > > On 9/11/20 3:29 AM, Bin Meng wrote: > > Hi Sean, > > > > On Sat, Sep 5, 2020 at 9:22 PM Sean Anderson wrote: > >> > >> It is unsafe to enable OF_BOARD_FIXUP only based on OF_SEPARATE. > >> OF_SEPARATE may indicate that the user wishes

Re: [PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode

2020-09-11 Thread Sean Anderson
On 9/11/20 3:29 AM, Bin Meng wrote: > Hi Sean, > > On Sat, Sep 5, 2020 at 9:22 PM Sean Anderson wrote: >> >> It is unsafe to enable OF_BOARD_FIXUP only based on OF_SEPARATE. >> OF_SEPARATE may indicate that the user wishes U-Boot to use a different >> device tree than one obtained via

Re: [PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode

2020-09-11 Thread Bin Meng
Hi Sean, On Sat, Sep 5, 2020 at 9:22 PM Sean Anderson wrote: > > It is unsafe to enable OF_BOARD_FIXUP only based on OF_SEPARATE. > OF_SEPARATE may indicate that the user wishes U-Boot to use a different > device tree than one obtained via OF_PRIOR_STAGE. However, OF_SEPARATE may > also indicate

Re: [PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode

2020-09-06 Thread Sean Anderson
On 9/6/20 7:18 AM, Heinrich Schuchardt wrote: > On 9/5/20 3:22 PM, Sean Anderson wrote: >> It is unsafe to enable OF_BOARD_FIXUP only based on OF_SEPARATE. >> OF_SEPARATE may indicate that the user wishes U-Boot to use a different >> device tree than one obtained via OF_PRIOR_STAGE. However,

Re: [PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode

2020-09-06 Thread Heinrich Schuchardt
On 9/5/20 3:22 PM, Sean Anderson wrote: > It is unsafe to enable OF_BOARD_FIXUP only based on OF_SEPARATE. > OF_SEPARATE may indicate that the user wishes U-Boot to use a different > device tree than one obtained via OF_PRIOR_STAGE. However, OF_SEPARATE may > also indicate that the device tree

[PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode

2020-09-05 Thread Sean Anderson
It is unsafe to enable OF_BOARD_FIXUP only based on OF_SEPARATE. OF_SEPARATE may indicate that the user wishes U-Boot to use a different device tree than one obtained via OF_PRIOR_STAGE. However, OF_SEPARATE may also indicate that the device tree which would be obtained via OF_PRIOR_STAGE is