Re: [U-Boot] [PATCH v2 1/4] riscv: hart_lottery and available harts features can be selectable

2019-04-28 Thread Rick Chen
Hi Lukas Auer, Lukas 於 2019年4月26日 週五 上午4:55寫道: > > Hi Rick, > > Bin already included excellent feedback, I have just one more small nit > below. > > On Wed, 2019-04-24 at 14:33 +0800, Andes wrote: > > From: Rick Chen > > > > In smp flow these two features only can be enabled when U-Boot > >

Re: [U-Boot] [PATCH v2 1/4] riscv: hart_lottery and available harts features can be selectable

2019-04-25 Thread Auer, Lukas
Hi Rick, Bin already included excellent feedback, I have just one more small nit below. On Wed, 2019-04-24 at 14:33 +0800, Andes wrote: > From: Rick Chen > > In smp flow these two features only can be enabled when U-Boot > booting from ram. It shall be disabled when U-Boot booting from >

Re: [U-Boot] [PATCH v2 1/4] riscv: hart_lottery and available harts features can be selectable

2019-04-24 Thread Rick Chen
Bin Meng 於 2019年4月24日 週三 下午3:02寫道: > > Hi Rick, > > On Wed, Apr 24, 2019 at 2:37 PM Andes wrote: > > > > From: Rick Chen > > > > I would write the commit title and message as: > > riscv: Introduce CONFIG_XIP to support booting from flash > > When U-Boot boots from flash, during the boot

Re: [U-Boot] [PATCH v2 1/4] riscv: hart_lottery and available harts features can be selectable

2019-04-24 Thread Bin Meng
Hi Rick, On Wed, Apr 24, 2019 at 2:37 PM Andes wrote: > > From: Rick Chen > I would write the commit title and message as: riscv: Introduce CONFIG_XIP to support booting from flash When U-Boot boots from flash, during the boot process, hart_lottery and available_harts_lock variable addresses

[U-Boot] [PATCH v2 1/4] riscv: hart_lottery and available harts features can be selectable

2019-04-24 Thread Andes
From: Rick Chen In smp flow these two features only can be enabled when U-Boot booting from ram. It shall be disabled when U-Boot booting from flash. Add CONFIG_XIP to NOT select this two features. It's default value will say NO for booting from ram. AE350 will encounter the the write failure