mbox series

Please pull u-boot-marvell/master

Message ID d1a9b5f6-a5b5-fd7d-e80b-21972d541ef6@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/master | expand

Pull-request

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

Message

Stefan Roese March 4, 2022, 12:27 p.m. UTC
Hi Tom,

please pull the next batch of Marvell MVEBU / kwboot related fixes:

----------------------------------------------------------------
- pci_mvebu: Minor cleanup (Pali)
- mvebu: turris_omnia: Enable ext4 write support (Marek)
- a37xx: Misc fixes in PCI and pinctrl (Pali & Marek)
- a38x/rtc: Fix null pointer access (Francios)
- mvebu: x530: clearfog: Fix ODT configuration (Chris)
- kwboot: Fix boot and terminal mode (Pali)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit d274f922467ea20fdb517d68737a8af431a03fce:

   Merge tag 'u-boot-at91-fixes-2022.04-a' of 
https://source.denx.de/u-boot/custodians/u-boot-at91 (2022-03-03 
08:24:37 -0500)

are available in the Git repository at:

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

for you to fetch changes up to f4fa962fcdbd69589021a096f1af0690fe884279:

   tools: kwboot: Update references with public links (2022-03-04 
13:12:43 +0100)

----------------------------------------------------------------
Chris Packham (1):
       ARM: mvebu: x530: clearfog: Add ODT configuration

Francois Berder (1):
       drivers: rtc: fix null pointer access in armada38x_rtc_reset

Marek Behún (2):
       arm: mvebu: turris_omnia: Enable ext4 write support in defconfig
       arm64: a37xx: pinctrl: Fix PWM pins indexes

Pali Rohár (14):
       tools: kwboot: Fix quitting terminal
       pci: pci_mvebu: Remove unused SELECT and lane_mask
       pci: pci_mvebu: Cleanup macro names
       arm: a37xx: pci: Fix a3700_fdt_fix_pcie_regions() function again
       tools: kwboot: Check for return value of kwboot_tty_send() and 
tcflush()
       tools: kwboot: Remove msg_req_delay
       tools: kwboot: Cleanup bootmsg and debugmsg variables
       tools: kwboot: Use separate thread for sending boot message pattern
       tools: kwboot: Fix sending and processing debug message pattern 
(-d option)
       tools: kwboot: Add support for backspace key in mini terminal
       tools: kwboot: Update usage
       tools: kwboot: Update manpage
       tools: kwboot: Update doc about Avanta
       tools: kwboot: Update references with public links

  arch/arm/mach-mvebu/armada3700/cpu.c        |  81 +++--
  board/alliedtelesis/x530/x530.c             |   1 +
  board/solidrun/clearfog/clearfog.c          |   1 +
  configs/turris_omnia_defconfig              |   1 +
  doc/kwboot.1                                | 105 ++++++-
  drivers/pci/pci_mvebu.c                     | 133 ++++----
  drivers/pinctrl/mvebu/pinctrl-armada-37xx.c |   6 +-
  drivers/rtc/armada38x.c                     |   2 +-
  tools/Makefile                              |   3 +
  tools/kwboot.c                              | 464 
+++++++++++++++++++++++-----
  10 files changed, 606 insertions(+), 191 deletions(-)

Comments

Tom Rini March 4, 2022, 6:12 p.m. UTC | #1
On Fri, Mar 04, 2022 at 01:27:20PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the next batch of Marvell MVEBU / kwboot related fixes:
> 

Applied to u-boot/master, thanks!