Re: [PATCH 4/5] ARM: stm32mp: dk2: add barebox SD-Card update handler

2019-10-15 Thread Ahmad Fatoum
On 10/15/19 9:59 AM, Sascha Hauer wrote: > On Tue, Oct 15, 2019 at 08:58:23AM +0200, Ahmad Fatoum wrote: >> Hello, >> >> On 10/14/19 2:51 PM, Sascha Hauer wrote: >>> On Mon, Oct 14, 2019 at 08:39:21AM +0200, Ahmad Fatoum wrote: Now with the SD/MMC controller supported, lets add a bbu handler,

Re: [PATCH 4/5] ARM: stm32mp: dk2: add barebox SD-Card update handler

2019-10-15 Thread Sascha Hauer
On Tue, Oct 15, 2019 at 08:58:23AM +0200, Ahmad Fatoum wrote: > Hello, > > On 10/14/19 2:51 PM, Sascha Hauer wrote: > > On Mon, Oct 14, 2019 at 08:39:21AM +0200, Ahmad Fatoum wrote: > >> Now with the SD/MMC controller supported, lets add a bbu handler, so we > >> can use it to update the second

Re: [PATCH 4/5] ARM: stm32mp: dk2: add barebox SD-Card update handler

2019-10-15 Thread Ahmad Fatoum
Hello, On 10/14/19 2:51 PM, Sascha Hauer wrote: > On Mon, Oct 14, 2019 at 08:39:21AM +0200, Ahmad Fatoum wrote: >> Now with the SD/MMC controller supported, lets add a bbu handler, so we >> can use it to update the second stage boot loader partition. >> >> Signed-off-by: Ahmad Fatoum >> --- >>

Re: [PATCH 4/5] ARM: stm32mp: dk2: add barebox SD-Card update handler

2019-10-14 Thread Sascha Hauer
On Mon, Oct 14, 2019 at 08:39:21AM +0200, Ahmad Fatoum wrote: > Now with the SD/MMC controller supported, lets add a bbu handler, so we > can use it to update the second stage boot loader partition. > > Signed-off-by: Ahmad Fatoum > --- > arch/arm/boards/stm32mp157c-dk2/board.c | 14

[PATCH 4/5] ARM: stm32mp: dk2: add barebox SD-Card update handler

2019-10-14 Thread Ahmad Fatoum
Now with the SD/MMC controller supported, lets add a bbu handler, so we can use it to update the second stage boot loader partition. Signed-off-by: Ahmad Fatoum --- arch/arm/boards/stm32mp157c-dk2/board.c | 14 ++ arch/arm/mach-stm32mp/include/mach/bbu.h | 14 ++ 2