Re: [PATCH v1 8/8] ARM: at91: Add xload support to skov-arm9cpu

2022-05-16 Thread Ahmad Fatoum
On 16.05.22 17:35, Ahmad Fatoum wrote: >> I will try to find a nice way to tell that we shall go for a non-high >> capacity in the first place. >> And then I will dig into the sector versus byte thing afterwards. > > It's probably best we move this setting into the _bio_init functions, > so caller

Re: [PATCH v1 8/8] ARM: at91: Add xload support to skov-arm9cpu

2022-05-16 Thread Ahmad Fatoum
Hello Sam, On 16.05.22 17:28, Sam Ravnborg wrote: > Hi Ahmad, > > On Mon, May 16, 2022 at 01:15:42PM +0200, Ahmad Fatoum wrote: >> Hello Sam, > > Thanks for your feedback - very appreciated! :) >> Is your SD-Card perhaps 2G or smaller? The AT91 PBL MCI functions >> assume high capacity (> 2G).

Re: [PATCH v1 8/8] ARM: at91: Add xload support to skov-arm9cpu

2022-05-16 Thread Sam Ravnborg
Hi Ahmad, On Mon, May 16, 2022 at 01:15:42PM +0200, Ahmad Fatoum wrote: > Hello Sam, Thanks for your feedback - very appreciated! > > On 15.05.22 21:38, Sam Ravnborg wrote: > > This updates skov-arm9cpu with xload support, and we can now > > use barebox as a replacment for at91bootstrap. > > >

Re: [PATCH v1 8/8] ARM: at91: Add xload support to skov-arm9cpu

2022-05-16 Thread Ahmad Fatoum
Hello Sam, On 15.05.22 21:38, Sam Ravnborg wrote: > This updates skov-arm9cpu with xload support, and we can now > use barebox as a replacment for at91bootstrap. > > Only boot via SD card is supported. > > NOTE: Actual status > [x] dbgu support in pbl works (can print) > [x] Other init stuff ifd

[PATCH v1 8/8] ARM: at91: Add xload support to skov-arm9cpu

2022-05-15 Thread Sam Ravnborg
This updates skov-arm9cpu with xload support, and we can now use barebox as a replacment for at91bootstrap. Only boot via SD card is supported. NOTE: Actual status [x] dbgu support in pbl works (can print) [x] Other init stuff ifdeffed out - from at91bootstrap [ ] Check what the original code use