Re: [RFC] riscv: visionfive2: use OF_BOARD_SETUP

2023-04-20 Thread Matthias Brugger
Hi Torsten, On 20/04/2023 09:43, Torsten Duwe wrote: Hi Leo, thanks for the quick reply! On Thu, 20 Apr 2023 06:33:57 + Leo Liang wrote: Hi, Torsten, Matthias, On Wed, Apr 19, 2023 at 02:34:03PM +0200, Matthias Brugger wrote: On 19/04/2023 13:28, Torsten Duwe wrote: This is only a

Re: [RFC] riscv: visionfive2: use OF_BOARD_SETUP

2023-04-20 Thread yanhong wang
On 2023/4/20 15:43, Torsten Duwe wrote: > Hi Leo, thanks for the quick reply! > > On Thu, 20 Apr 2023 06:33:57 + > Leo Liang wrote: > >> Hi, Torsten, Matthias, >> >> On Wed, Apr 19, 2023 at 02:34:03PM +0200, Matthias Brugger wrote: >> > >> > >> > On 19/04/2023 13:28, Torsten Duwe wrote:

Re: [RFC] riscv: visionfive2: use OF_BOARD_SETUP

2023-04-20 Thread Torsten Duwe
Hi Leo, thanks for the quick reply! On Thu, 20 Apr 2023 06:33:57 + Leo Liang wrote: > Hi, Torsten, Matthias, > > On Wed, Apr 19, 2023 at 02:34:03PM +0200, Matthias Brugger wrote: > > > > > > On 19/04/2023 13:28, Torsten Duwe wrote: > > > This is only a proof of concept; let me know if yo

Re: [RFC] riscv: visionfive2: use OF_BOARD_SETUP

2023-04-19 Thread Leo Liang
Hi, Torsten, Matthias, On Wed, Apr 19, 2023 at 02:34:03PM +0200, Matthias Brugger wrote: > > > On 19/04/2023 13:28, Torsten Duwe wrote: > > U-Boot already has a mechanism to fix up the DT before OS boot. > > This avoids the excessive duplication of data and work proposed > > by the explicit sepa

Re: [RFC] riscv: visionfive2: use OF_BOARD_SETUP

2023-04-19 Thread Matthias Brugger
On 19/04/2023 13:28, Torsten Duwe wrote: U-Boot already has a mechanism to fix up the DT before OS boot. This avoids the excessive duplication of data and work proposed by the explicit separation of 1.2a and 1.3b board revisions. It will also, to a good degree, improve the user experience, as

[RFC] riscv: visionfive2: use OF_BOARD_SETUP

2023-04-19 Thread Torsten Duwe
U-Boot already has a mechanism to fix up the DT before OS boot. This avoids the excessive duplication of data and work proposed by the explicit separation of 1.2a and 1.3b board revisions. It will also, to a good degree, improve the user experience, as pointed out by Matthias. The defconfig change