Re: [PATCH v3 0/3] rockpi4: Add capsule update support

2022-11-06 Thread Sughosh Ganu
hi Kever, On Wed, 2 Nov 2022 at 14:53, Kever Yang wrote: > > > On 2022/11/2 14:21, Sughosh Ganu wrote: > > hi Tom, > > > > On Wed, 14 Sept 2022 at 15:40, Sughosh Ganu wrote: > >> > >> Add capsule update support for the RockPi4B and RockPi4C > >> boards. Support is being added for updating the

Re: [PATCH v3 0/3] rockpi4: Add capsule update support

2022-11-02 Thread Tom Rini
On Wed, Nov 02, 2022 at 08:12:23PM +0530, Sughosh Ganu wrote: > hi Tom, > > On Wed, 2 Nov 2022 at 18:52, Tom Rini wrote: > > > > On Wed, Nov 02, 2022 at 05:23:48PM +0800, Kever Yang wrote: > > > > > > On 2022/11/2 14:21, Sughosh Ganu wrote: > > > > hi Tom, > > > > > > > > On Wed, 14 Sept 2022 at

Re: [PATCH v3 0/3] rockpi4: Add capsule update support

2022-11-02 Thread Sughosh Ganu
hi Tom, On Wed, 2 Nov 2022 at 18:52, Tom Rini wrote: > > On Wed, Nov 02, 2022 at 05:23:48PM +0800, Kever Yang wrote: > > > > On 2022/11/2 14:21, Sughosh Ganu wrote: > > > hi Tom, > > > > > > On Wed, 14 Sept 2022 at 15:40, Sughosh Ganu > > > wrote: > > > > > > > > Add capsule update support for

Re: [PATCH v3 0/3] rockpi4: Add capsule update support

2022-11-02 Thread Tom Rini
On Wed, Nov 02, 2022 at 05:23:48PM +0800, Kever Yang wrote: > > On 2022/11/2 14:21, Sughosh Ganu wrote: > > hi Tom, > > > > On Wed, 14 Sept 2022 at 15:40, Sughosh Ganu wrote: > > > > > > Add capsule update support for the RockPi4B and RockPi4C > > > boards. Support is being added for updating

Re: [PATCH v3 0/3] rockpi4: Add capsule update support

2022-11-02 Thread Kever Yang
On 2022/11/2 14:21, Sughosh Ganu wrote: hi Tom, On Wed, 14 Sept 2022 at 15:40, Sughosh Ganu wrote: Add capsule update support for the RockPi4B and RockPi4C boards. Support is being added for updating the idbloader.img and u-boot.itb firmware images on configurations with the firmware

Re: [PATCH v3 0/3] rockpi4: Add capsule update support

2022-11-02 Thread Sughosh Ganu
hi Tom, On Wed, 14 Sept 2022 at 15:40, Sughosh Ganu wrote: > > > Add capsule update support for the RockPi4B and RockPi4C > boards. Support is being added for updating the idbloader.img and > u-boot.itb firmware images on configurations with the firmware images > stored on GPT partitioned uSD

[PATCH v3 0/3] rockpi4: Add capsule update support

2022-09-14 Thread Sughosh Ganu
Add capsule update support for the RockPi4B and RockPi4C boards. Support is being added for updating the idbloader.img and u-boot.itb firmware images on configurations with the firmware images stored on GPT partitioned uSD card device. Changes since V2: * Use rockchip in the commit message