Please pull u-boot-marvell/next

Stefan Roese sr at denx.de
Tue Sep 20 08:59:43 CEST 2022


Hi Tom,

please pull these Marvell patches into next:

----------------------------------------------------------------
- Enable CONFIG_TIMER for all Kirkwood / MVEBU boards (Stefan)
- u-boot-spl.kwb/SPL: Add / improve size limit setup / detection (Pali)
- mvebu: theadorable: Misc updates in defconfig und dts (Stefan)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=264&view=results

Thanks,
Stefan

The following changes since commit e9a1ff9724348408144c7f1c5b5cc26130ba46e5:

   Merge branch 'master' into next (2022-09-19 16:07:12 -0400)

are available in the Git repository at:

   git at source.denx.de:u-boot/custodians/u-boot-marvell.git next

for you to fetch changes up to 7a6102a6133a1f7a368c91626bb1707bed2bac45:

   kirkwood: lsxl: Sync defconfigs (2022-09-20 06:39:43 +0200)

----------------------------------------------------------------
Pali Rohár (3):
       Makefile: Add missing CONFIG_BOARD_SIZE_LIMIT check for 
u-boot-spl.kwb
       arm: mvebu: turris_omnia: Add CONFIG_BOARD_SIZE_LIMIT
       arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCs

Stefan Roese (9):
       arm: mvebu: theadorable: Misc defconfig changes
       arm: mvebu: theadorable: Update eth & mdio DT nodes
       timer: orion-timer: Add support for other Armada SoC's
       timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE support
       arm: mvebu: Use CONFIG_TIMER on all MVEBU & KIRKWOOD platforms
       arm: mvebu: dts: Makefile: Compile Armada 375 dtb in a separate step
       arm: mvebu: dts: armada-375.dtsi: Add timer0 & timer1
       arm: mvebu: dts: mvebu-u-boot.dtsi: Add "u-boot, dm-pre-reloc" to 
timer DT node
       kirkwood: lsxl: Sync defconfigs

  Makefile                                  |   1 +
  arch/arm/Kconfig                          |   4 ++
  arch/arm/dts/Makefile                     |   6 +-
  arch/arm/dts/armada-375.dtsi              |   4 +-
  arch/arm/dts/armada-xp-theadorable.dts    |  27 ++++----
  arch/arm/dts/mvebu-u-boot.dtsi            |  11 ++++
  arch/arm/mach-mvebu/include/mach/config.h |   5 --
  common/spl/Kconfig                        |   1 +
  configs/lschlv2_defconfig                 |   2 -
  configs/lsxhl_defconfig                   |   2 -
  configs/theadorable_debug_defconfig       |   3 +
  configs/turris_omnia_defconfig            |   2 +
  drivers/timer/Kconfig                     |   5 +-
  drivers/timer/orion-timer.c               | 103 
++++++++++++++++++++++++++----
  14 files changed, 137 insertions(+), 39 deletions(-)


More information about the U-Boot mailing list