mbox series

[v2,0/2] stm32mp157c-dk2: bsp updates and fixes

Message ID 20210704154515.431798-1-geomatsi@gmail.com
Headers show
Series stm32mp157c-dk2: bsp updates and fixes | expand

Message

Sergey Matyukevich July 4, 2021, 3:45 p.m. UTC
Hi all,

This is the second revision of the patch series that introduces several
updates and fixes for stm32mp157c-dk2:

- update BSP: bump Linux, U-Boot, TF-A versions (applied from v1)
- remove u-boot config fragment that disables watchdog
- fix U-Boot corruption

BSP update part of the series has been already applied. Besides, Thomas
noted that non-trusted configuration is no longer supported by vendor,
so this part has been dropped completely. Finally, a more simple and
straightforward approach has been implemented to fix U-Boot corruption.

Regards,
Sergey


v2:
- drop non-trusted configuration
- simplify U-Boot corruption fix: specify larger ssbl size


Sergey Matyukevich (2):
  board/stm32mp157c-dk2: fix U-Boot corruption on the first boot
  stm32mp157c_dk2: remove uboot config fragment

 board/stmicroelectronics/common/stm32mp157/genimage.cfg.template | 1 +
 board/stmicroelectronics/stm32mp157c-dk2/uboot-fragment.config   | 1 -
 configs/stm32mp157c_dk2_defconfig                                | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)
 delete mode 100644 board/stmicroelectronics/stm32mp157c-dk2/uboot-fragment.config

Comments

Thomas Petazzoni July 15, 2021, 8:37 p.m. UTC | #1
On Sun,  4 Jul 2021 18:45:13 +0300
Sergey Matyukevich <geomatsi@gmail.com> wrote:

> Sergey Matyukevich (2):
>   board/stm32mp157c-dk2: fix U-Boot corruption on the first boot
>   stm32mp157c_dk2: remove uboot config fragment

Both applied, thanks! As I mentioned in my reply to Pierre-Jean Texier,
I would prefer if we could keep in sync the DK1 and DK2 configurations,
so it'd be nice if you and Pierre-Jean could send the appropriate
patches to bring them back in sync.

Thanks a lot!

Thomas
Sergey Matyukevich July 15, 2021, 8:52 p.m. UTC | #2
Hello Thomas, Pierre-Jean,

> > Sergey Matyukevich (2):
> >   board/stm32mp157c-dk2: fix U-Boot corruption on the first boot
> >   stm32mp157c_dk2: remove uboot config fragment
> 
> Both applied, thanks! As I mentioned in my reply to Pierre-Jean Texier,
> I would prefer if we could keep in sync the DK1 and DK2 configurations,
> so it'd be nice if you and Pierre-Jean could send the appropriate
> patches to bring them back in sync.

I don't have DK1 board at my disposal. But I can post the patches
if Pierre-Jean is ready to test them.

Regards,
Sergey
Sergey Matyukevich July 15, 2021, 9:03 p.m. UTC | #3
> Hello Thomas, Pierre-Jean,
> 
> > > Sergey Matyukevich (2):
> > >   board/stm32mp157c-dk2: fix U-Boot corruption on the first boot
> > >   stm32mp157c_dk2: remove uboot config fragment
> > 
> > Both applied, thanks! As I mentioned in my reply to Pierre-Jean Texier,
> > I would prefer if we could keep in sync the DK1 and DK2 configurations,
> > so it'd be nice if you and Pierre-Jean could send the appropriate
> > patches to bring them back in sync.
> 
> I don't have DK1 board at my disposal. But I can post the patches
> if Pierre-Jean is ready to test them.

Too late =) Pierre-Jean has already posted all the expected patches.

Regards,
Sergey