u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* Please pull u-boot-marvell/next
@ 2021-10-01 12:36 Stefan Roese
  2021-10-01 13:16 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2021-10-01 12:36 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

Hi Tom,

please pull the following Marvell MVEBU related patches:

----------------------------------------------------------------
- kwboot higher baudrate (Pali & Marek)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan



The following changes since commit 7fde64c004ea3ba46a20f7ef6d076f501bcb585f:

   Azure/GitLab CI: Update docker image (2021-09-30 11:36:10 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 6c96332441cfdfa9093c899aa612f10f1a80719e:

   MAINTAINERS: Add entry for kwbimage / kwboot tools (2021-10-01 
11:07:13 +0200)

----------------------------------------------------------------
Marek Behún (19):
       tools: kwbimage: Fix printf format warning
       tools: kwboot: Fix buffer overflow in kwboot_terminal()
       tools: kwboot: Make the quit sequence buffer const
       tools: kwboot: Refactor and fix writing buffer
       tools: kwboot: Fix comparison of integers with different size
       tools: kwboot: Use a function to check whether received byte is a 
Xmodem reply
       tools: kwboot: Print new line after SPL output
       tools: kwboot: Allow greater timeout when executing header code
       tools: kwboot: Prevent waiting indefinitely if no xmodem reply is 
received
       tools: kwbimage: Simplify iteration over version 1 optional headers
       tools: kwbimage: Refactor image_version()
       tools: kwbimage: Refactor kwbimage header size determination
       tools: kwboot: Explicitly check against size of struct main_hdr_v1
       tools: kwboot: Check whether baudrate was set to requested value
       tools: kwboot: Cosmetic fix
       tools: kwboot: Avoid code repetition in kwboot_img_patch()
       tools: kwboot: Update file header
       doc/kwboot.1: Update man page
       MAINTAINERS: Add entry for kwbimage / kwboot tools

Pali Rohár (20):
       tools: kwboot: Print version information header
       tools: kwboot: Fix kwboot_xm_sendblock() function when 
kwboot_tty_recv() fails
       tools: kwboot: Fix return type of kwboot_xm_makeblock() function
       tools: kwboot: Fix printing progress
       tools: kwboot: Print newline on error when progress was not completed
       tools: kwboot: Split sending image into header and data stages
       tools: kwboot: Allow non-xmodem text output from BootROM only in 
a specific case
       tools: kwboot: Properly finish xmodem transfer
       tools: kwboot: Always call kwboot_img_patch_hdr()
       tools: kwboot: Don't patch image header if signed
       tools: kwboot: Patch source address in image header
       tools: kwboot: Patch destination address to DDR area for SPI image
       tools: kwbimage: Update comments describing kwbimage v1 structures
       tools: kwboot: Round up header size to 128 B when patching
       tools: kwboot: Support higher baudrates when booting via UART
       tools: kwboot: Allow any baudrate on Linux
       tools: kwboot: Fix initializing tty device
       tools: kwboot: Disable tty interbyte timeout
       tools: kwboot: Disable non-blocking mode
       tools: kwboot: Add Pali and Marek as authors

  MAINTAINERS           |   10 +
  doc/kwboot.1          |   60 ++-
  tools/kwbimage.c      |  130 ++----
  tools/kwbimage.h      |   99 +++-
  tools/kwboot.c        | 1197 
++++++++++++++++++++++++++++++++++++++++++-------
  tools/termios_linux.h |  189 ++++++++
  6 files changed, 1385 insertions(+), 300 deletions(-)
  create mode 100644 tools/termios_linux.h

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-marvell/next
  2021-10-01 12:36 Please pull u-boot-marvell/next Stefan Roese
@ 2021-10-01 13:16 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2021-10-01 13:16 UTC (permalink / raw)
  To: Stefan Roese; +Cc: U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

On Fri, Oct 01, 2021 at 02:36:13PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell MVEBU related patches:
> 

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-marvell/next
  2023-03-30  8:22 Stefan Roese
@ 2023-03-30 14:35 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2023-03-30 14:35 UTC (permalink / raw)
  To: Stefan Roese; +Cc: U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

On Thu, Mar 30, 2023 at 10:22:30AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell MVEBU related patches into next:
> 

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/next
@ 2023-03-30  8:22 Stefan Roese
  2023-03-30 14:35 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2023-03-30  8:22 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

Hi Tom,

please pull the following Marvell MVEBU related patches into next:

----------------------------------------------------------------
- mvebu: Fix boot mode detection (Pali)
- mvebu: clearfog: defconfig and eMMC updates (Martin)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit d2ced50c4a03ae8e2953dfbb18ac163187db9aae:

   Merge branch '2023-03-29-assorted-platform-updates' into next 
(2023-03-29 21:52:28 -0400)

are available in the Git repository at:

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

for you to fetch changes up to babc1806c2974bf92b331b1830c084677599321c:

   arm: mvebu: Define all options for AXP BOOT_FROM_* macros (2023-03-30 
07:05:20 +0200)

----------------------------------------------------------------
Martin Rowe (3):
       arm: mvebu: clearfog: Fix MMC detection
       arm: mvebu: clearfog: Add defconfig for SPI booting
       arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt

Pali Rohár (7):
       arm: mvebu: Cleanup get_boot_device() code
       arm: mvebu: Remove A38x BOOT_FROM_UART_ALT 0x3f constant
       arm: mvebu: Remove A38x BOOT_FROM_SATA 0x22 constant
       arm: mvebu: Convert BOOT_FROM_* constants to function macros
       arm: mvebu: Define all options for A38x BOOT_FROM_* macros
       arm: mvebu: Define all BOOTROM_ERR_MODE_* macros
       arm: mvebu: Define all options for AXP BOOT_FROM_* macros

  arch/arm/dts/armada-388-clearfog-u-boot.dtsi |  1 +
  arch/arm/mach-mvebu/Kconfig                  |  1 +
  arch/arm/mach-mvebu/cpu.c                    | 39 ++++++-------
  arch/arm/mach-mvebu/include/mach/soc.h       | 41 +++++++++-----
  board/solidrun/clearfog/clearfog.c           | 33 +++++++++++
  configs/clearfog_spi_defconfig               | 83 
++++++++++++++++++++++++++++
  6 files changed, 164 insertions(+), 34 deletions(-)
  create mode 100644 configs/clearfog_spi_defconfig

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-marvell/next
  2023-03-24 14:49 Stefan Roese
@ 2023-03-25 13:39 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2023-03-25 13:39 UTC (permalink / raw)
  To: Stefan Roese; +Cc: U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

On Fri, Mar 24, 2023 at 03:49:07PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell MVEBU related patches into next:
> 

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/next
@ 2023-03-24 14:49 Stefan Roese
  2023-03-25 13:39 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2023-03-24 14:49 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

Hi Tom,

please pull the following Marvell MVEBU related patches into next:

----------------------------------------------------------------
- mvebu: kwboot: Fix UART booting (Pali)
- mvebu: doc: Misc updates / fixes (Pali)
- kirkwood: Early init enhancements, e.g. for DEBUG UART (Pali & Tony)
- mvebu: Enable NAND flash for Thecus N2350 board (Tony)
- mvebu: Set common SPI flash default speed and mode (Tony)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit 884d626d8357853c012d535bf26c143bb7b5e6a5:

   Merge branch '2023-03-22-assorted-minor-code-cleanups' into next 
(2023-03-22 20:57:39 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 66cf977716e7118819801482d0a9566661120e94:

   tools: kwboot: Document information about NOR XIP (2023-03-24 
13:13:57 +0100)

----------------------------------------------------------------
Pali Rohár (9):
       doc/kwboot.1: Update Armada 38x BootROM bug description
       arm: kirkwood: Move internal registers in arch_very_early_init() 
function
       ddr: marvell: a38x: Remove unused file seq_exec.h
       tools: kwbimage: Fix invalid UART kwbimage v1 headersz
       tools: kwboot: Fix invalid UART kwbimage v1 headersz
       tools: kwboot: Fix inserting UART data checksum without -B option
       tools: kwboot: Fix sending very small images
       tools: kwboot: Workaround A38x BootROM bug for images with a gap
       tools: kwboot: Document information about NOR XIP

Tony Dinh (3):
       arm: mvebu: Enable NAND flash for Thecus N2350 board
       arm: mvebu: Set common SPI flash default speed and mode
       arm: kirkwood: Enable Debug UART for Zyxel NSA310S

  arch/arm/mach-kirkwood/Kconfig       |  2 ++
  arch/arm/mach-kirkwood/Makefile      |  1 +
  arch/arm/mach-kirkwood/cpu.c         |  3 --
  arch/arm/mach-kirkwood/lowlevel.S    | 12 +++++++
  arch/arm/mach-mvebu/Kconfig          | 10 ++++++
  configs/n2350_defconfig              |  3 ++
  configs/nsa310s_defconfig            |  4 +++
  doc/kwboot.1                         |  2 +-
  drivers/ddr/marvell/a38x/ddr3_init.h |  1 -
  drivers/ddr/marvell/a38x/seq_exec.h  | 64 
------------------------------------
  tools/kwbimage.c                     | 10 ++++++
  tools/kwboot.c                       | 42 ++++++++++++++++++++++-
  12 files changed, 84 insertions(+), 70 deletions(-)
  create mode 100644 arch/arm/mach-kirkwood/lowlevel.S
  delete mode 100644 drivers/ddr/marvell/a38x/seq_exec.h

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-marvell/next
  2023-03-01 15:49 Stefan Roese
@ 2023-03-01 19:54 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2023-03-01 19:54 UTC (permalink / raw)
  To: Stefan Roese; +Cc: U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

On Wed, Mar 01, 2023 at 04:49:01PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell MVEBU related patches into next:
> 

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/next
@ 2023-03-01 15:49 Stefan Roese
  2023-03-01 19:54 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2023-03-01 15:49 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

Hi Tom,

please pull the following Marvell MVEBU related patches into next:

----------------------------------------------------------------
- mvebu: Various fixes in SPL / kwboot / kwbimage (Pali)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit f10905b4b7b9b6888e2532cdfb3536d2244676cb:

   Merge tag 'tpm-next-28022023' of 
https://source.denx.de/u-boot/custodians/u-boot-tpm into next 
(2023-02-28 09:50:16 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 1dbeade84e6cb4666bd72a31317c5758e275a1c5:

   doc/kwboot.1: Update example description (2023-03-01 06:39:18 +0100)

----------------------------------------------------------------
Pali Rohár (59):
       tools: kwbimage: Fix generating, verifying and extracting SDIO 
kwbimage
       tools: kwboot: Fix parsing SDIO kwbimage
       arm: mvebu: spl: Fix parsing SDIO kwbimage
       cmd: mvebu/bubt: Fix parsing SDIO kwbimage
       tools: kwbimage: Fix generating, verifying and extracting SATA 
kwbimage
       tools: kwboot: Fix parsing SATA kwbimage
       arm: mvebu: spl: Fix parsing SATA kwbimage
       cmd: mvebu/bubt: Fix parsing SATA kwbimage
       arm: mvebu: spl: Remove checks for BOOT_DEVICE_MMC2 and 
BOOT_DEVICE_MMC2_2
       arm: mvebu: spl: Load proper U-Boot from selected eMMC boot partition
       spl: mmc: Allow to disable SYS_MMCSD_FS_BOOT_PARTITION
       arm: mvebu: spl: Fix support for loading U-Boot proper from SD card
       tools: kwboot: Add more documentation references
       tools: kwboot: Add image type documentation
       tools: kwboot: Fix parsing UART image without data checksum
       tools: kwboot: Validate optional kwbimage v1 headers
       tools: kwboot: Add check that kwbimage contains DDR init code
       tools: kwboot: Fix patching of SPI/NOR XIP images
       tools: kwboot: Show image type and error parsing reasons
       cmd: mvebu/bubt: Add support for selecting eMMC HW partition
       cmd: mvebu/bubt: Add support for writing image to SATA disk
       cmd: mvebu/bubt: Add support for reading image from the SATA disk 
partition
       cmd: mvebu/bubt: Rename variable image_size to hdr_size
       cmd: mvebu/bubt: Mark all local symbols as static
       cmd: mvebu/bubt: Do not modify image in A8K check_image_header()
       cmd: mvebu/bubt: Check also A8K boot image checksum
       cmd: mvebu/bubt: Set correct default image name for 32-bit Armada 
SoCs
       cmd: mvebu/bubt: Better guess default MVEBU_*_BOOT option
       cmd: mvebu/bubt: Fix warnings: unused variable 'secure_mode' and 
'fuse_read_u64' defined but not used
       cmd: mvebu/bubt: Enable command by default
       tools: kwbimage: Fix dumping register set / DATA commands
       tools: kwbimage: Fix endianity when dumping NAND_PAGE_SIZE
       tools: kwbimage: Fix dumping NAND_BADBLK_LOCATION
       tools: kwbimage: Fix dumping NAND_BLKSZ
       tools: kwbimage: Fix generating of kwbimage v0 header checksum
       tools: kwbimage: Fix endianity when printing kwbimage header
       tools: kwbimage: Reject mkimage -F option
       tools: kwbimage: Add support for dumping NAND_BLKSZ for v0 images
       tools: kwbimage: Print binary image offset as size
       tools: kwbimage: Print image data offset when printing kwbimage 
header
       tools: kwbimage: Simplify add_secure_header_v1()
       tools: kwbimage: Rename imagesz to dataoff
       tools: kwbimage: Fix generating secure boot data image signature
       tools: kwbimage: Fix invalid secure boot header signature
       tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP images
       tools: kwbimage: Add support for XIP SPI/NOR images
       tools: mkimage: Print human readable error when -d is not specified
       tools: mkimage: Do not try to open datafile when it is skipped
       tools: kwbimage: Add support for creating an image with no data
       arm: mvebu: Add support for generating NAND kwbimage
       arm: mvebu: Add support for generating PEX kwbimage
       arm: mvebu: Fix description of MVEBU_SPL_BOOT_DEVICE_(SPI|MMC) 
options
       arm: mvebu: db-88f6820-amc: Add defconfig for NAND booting
       arm: mvebu: clearfog: Add defconfig for SATA booting
       arm: mvebu: Remove A39x relicts
       arm: mvebu: Fix comment about CPU_ATTR_BOOTROM mapping
       arm: mvebu: Define env_sf_get_env_addr() also for Proper U-Boot
       arm: mvebu: Define SPL memory maps
       doc/kwboot.1: Update example description

  arch/arm/mach-mvebu/Kconfig                        |  23 +-
  arch/arm/mach-mvebu/Makefile                       |  13 +
  arch/arm/mach-mvebu/cpu.c                          |  11 +-
  arch/arm/mach-mvebu/include/mach/cpu.h             |  21 ++
  arch/arm/mach-mvebu/kwbimage.cfg.in                |   5 +
  .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   |   4 +-
  .../mach-mvebu/serdes/a38x/high_speed_env_spec.h   |   4 +-
  arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c      |  14 +-
  arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h      |  30 ---
  arch/arm/mach-mvebu/spl.c                          |  84 +++---
  cmd/mvebu/Kconfig                                  |  18 ++
  cmd/mvebu/bubt.c                                   | 253 
+++++++++++++++---
  common/spl/Kconfig                                 |   9 +
  common/spl/spl_mmc.c                               |  12 +-
  configs/clearfog_sata_defconfig                    |  83 ++++++
  configs/db-88f6820-amc_nand_defconfig              |  92 +++++++
  doc/kwboot.1                                       |   3 +-
  doc/mvebu/cmd/bubt.txt                             |  25 +-
  drivers/mtd/nand/raw/Kconfig                       |   4 +-
  tools/kwbimage.c                                   | 297 
+++++++++++++--------
  tools/kwboot.c                                     | 200 ++++++++++++--
  tools/mkimage.c                                    |  11 +-
  22 files changed, 937 insertions(+), 279 deletions(-)
  create mode 100644 configs/clearfog_sata_defconfig
  create mode 100644 configs/db-88f6820-amc_nand_defconfig

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-marvell/next
  2022-09-20  6:59 Stefan Roese
@ 2022-09-20 18:16 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2022-09-20 18:16 UTC (permalink / raw)
  To: Stefan Roese; +Cc: U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

On Tue, Sep 20, 2022 at 08:59:43AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull these Marvell patches into next:
> 

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/next
@ 2022-09-20  6:59 Stefan Roese
  2022-09-20 18:16 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2022-09-20  6:59 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

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@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(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-marvell/next
  2021-12-21  8:27 Stefan Roese
@ 2021-12-23  1:55 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2021-12-23  1:55 UTC (permalink / raw)
  To: Stefan Roese; +Cc: U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

On Tue, Dec 21, 2021 at 09:27:09AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell MVEBU related patches into next:
> 

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/next
@ 2021-12-21  8:27 Stefan Roese
  2021-12-23  1:55 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2021-12-21  8:27 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

Hi Tom,

please pull the following Marvell MVEBU related patches into next:

----------------------------------------------------------------
- pci_mvebu: Misc improvements and cleanup (Pali)
- turris_mox: Remove extra newline after module topology (Marek)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan



The following changes since commit 4afab30caea3211032710c4298a8839d3254e7f7:

   Merge tag 'v2022.01-rc4' into next (2021-12-20 17:12:04 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 6488939b4a78e03999c15314bed358b4e26940d0:

   arm: mvebu: turris_mox: Remove extra newline after module topology 
(2021-12-21 07:42:01 +0100)

----------------------------------------------------------------
Marek Behún (1):
       arm: mvebu: turris_mox: Remove extra newline after module topology

Pali Rohár (3):
       pci: pci_mvebu: Move setup for BAR[0] where other BARs are setup
       pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size()
       pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTR

  board/CZ.NIC/turris_mox/turris_mox.c |  3 ---
  drivers/pci/pci_mvebu.c              | 27 +++++++++++++--------------
  2 files changed, 13 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-marvell/next
  2021-12-18 13:51 Stefan Roese
@ 2021-12-18 14:12 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2021-12-18 14:12 UTC (permalink / raw)
  To: Stefan Roese; +Cc: U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 1030 bytes --]

On Sat, Dec 18, 2021 at 02:51:49PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell MVEBU related patches into next:
> 
> ----------------------------------------------------------------
> - Armada XP etc: Move to DM_I2C (Stefan)
> - Some mvebu comphy + mox + fdt_support changes (Marek & Pali)
> - mvebu: a38x: improve USB3 serdes configuration (Stefan Eichenberger)
> - mvebu: Some maintainer updates (Pali)
> - mvebu: Misc minor cleanup (Pali)
> ----------------------------------------------------------------
> 
> Here the Azure build, without any issues:
> 
> https://dev.azure.com/sr0718/u-boot/_build/results?buildId=140&view=results
> 
> Thanks,
> Stefan
> 
> The following changes since commit c03942ddc9e88d86d919504299905e4e8b0003cd:
> 
>   Merge commit '4720b83d2c711062cfb55f03591b8f12c897d7cb' of
> https://github.com/tienfong/uboot_mainline (2021-12-17 07:24:56 -0500)

This is against master and not next.  Please rebase to just on top of
next.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/next
@ 2021-12-18 13:51 Stefan Roese
  2021-12-18 14:12 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2021-12-18 13:51 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

Hi Tom,

please pull the following Marvell MVEBU related patches into next:

----------------------------------------------------------------
- Armada XP etc: Move to DM_I2C (Stefan)
- Some mvebu comphy + mox + fdt_support changes (Marek & Pali)
- mvebu: a38x: improve USB3 serdes configuration (Stefan Eichenberger)
- mvebu: Some maintainer updates (Pali)
- mvebu: Misc minor cleanup (Pali)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit c03942ddc9e88d86d919504299905e4e8b0003cd:

   Merge commit '4720b83d2c711062cfb55f03591b8f12c897d7cb' of 
https://github.com/tienfong/uboot_mainline (2021-12-17 07:24:56 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 2548e6b8fcaf923bdf43c24e89acc12c0e897053:

   arm: mvebu: Use printf for printing fatal errors (2021-12-18 10:17:54 
+0100)

----------------------------------------------------------------
Marek Behún (8):
       treewide: Use fdt_create_phandle() where appropriate
       fdt_support: Remove fdt_alloc_phandle() in favor of 
fdt_generate_phandle()
       fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE
       fdt_support: Fix comment for fdt_create_phandle()
       fdt_support: Add some useful functions
       arm: mvebu: turris_mox: Find DT nodes by compatible or alias 
instead of path
       arm: mvebu: turris_mox: Fix unstable board topology reading
       fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX

Pali Rohár (7):
       include/linux/byteorder: Fix compilation of __constant_cpu_to_be32()
       arm: mvebu: turris_mox: Enable eth1 in U-Boot if a network module 
is present
       phy: marvell: a3700: Convert to official DT bindings in COMPHY driver
       arm: mvebu: pci: Add me as co-maintainer and author of Marvell 
PCIe drivers
       arm: mvebu: serial: Add me as co-maintainer and author of Marvell 
serial drivers
       arm: mvebu: Remove commented example code
       arm: mvebu: Use printf for printing fatal errors

Stefan Eichenberger (2):
       arm: mvebu: a38x: serdes: fix serdes config for USB3
       arm: mvebu: a38x: serdes: improve USB3 electrical configuration

Stefan Roese (9):
       arm: mvebu: theadorable_debug_defconfig: Enable DM_I2C
       arm: mvebu: db-mv784mp-gp_defconfig: Enable DM_I2C
       arm: mvebu: ds414_defconfig: Enable DM_I2C
       arm: mvebu: maxbcm_defconfig: Enable DM_I2C
       arm: mvebu: theadorable: Switch to using DM I2C API
       arm: mvebu: axp/high_speed_env_lib: Switch to DM_I2C API
       arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() function
       arm: mvebu: axp: ddr: Switch to using DM I2C API
       arm: mvebu: armada-xp-theadorable.dts: Add I2C DT nodes

  MAINTAINERS                                        |  16 +-
  arch/arm/cpu/armv7/ls102xa/fdt.c                   |   6 +-
  arch/arm/dts/armada-3720-espressobin.dts           |  21 +-
  arch/arm/dts/armada-3720-turris-mox.dts            |  25 +--
  arch/arm/dts/armada-3720-uDPU.dts                  |  23 +--
  arch/arm/dts/armada-37xx.dtsi                      |  20 +-
  arch/arm/dts/armada-xp-theadorable.dts             |  12 ++
  .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   |  41 +++-
  arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h      |   2 +
  .../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c |  17 +-
  arch/arm/mach-mvebu/spl.c                          |  17 +-
  board/CZ.NIC/turris_mox/turris_mox.c               | 223 
++++++++-------------
  board/Marvell/octeon_ebb7304/board.c               |   5 +-
  board/freescale/lx2160a/eth_lx2160aqds.c           |   8 +-
  board/freescale/lx2160a/eth_lx2162aqds.c           |   8 +-
  board/gateworks/gw_ventana/common.c                |   3 +-
  board/kontron/sl28/sl28.c                          |   2 +-
  board/theadorable/theadorable.c                    |  15 +-
  common/fdt_support.c                               | 174 +++++++++++++---
  configs/db-mv784mp-gp_defconfig                    |   4 +-
  configs/ds414_defconfig                            |   4 +-
  configs/maxbcm_defconfig                           |   4 +-
  configs/theadorable_debug_defconfig                |   4 +-
  drivers/ddr/marvell/axp/ddr3_hw_training.h         |   1 -
  drivers/ddr/marvell/axp/ddr3_init.c                |  40 +---
  drivers/ddr/marvell/axp/ddr3_init.h                |   3 +-
  drivers/ddr/marvell/axp/ddr3_spd.c                 |  16 +-
  drivers/misc/fsl_portals.c                         |  10 +-
  drivers/pci/pci-aardvark.c                         |   1 +
  drivers/pci/pci_mvebu.c                            |   1 +
  drivers/pci/pcie_layerscape_fixup.c                |   8 +-
  drivers/pci/pcie_layerscape_gen4_fixup.c           |   8 +-
  drivers/phy/marvell/comphy_a3700.c                 | 133 ++++++++++++
  drivers/phy/marvell/comphy_core.c                  |  59 +-----
  drivers/phy/marvell/comphy_core.h                  |  23 +++
  drivers/phy/marvell/comphy_cp110.c                 |  58 ++++++
  drivers/serial/serial_mvebu_a3700.c                |   1 +
  include/fdt_support.h                              |  51 ++++-
  include/linux/byteorder/swab.h                     |   4 +
  39 files changed, 672 insertions(+), 399 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-03-30 14:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 12:36 Please pull u-boot-marvell/next Stefan Roese
2021-10-01 13:16 ` Tom Rini
2021-12-18 13:51 Stefan Roese
2021-12-18 14:12 ` Tom Rini
2021-12-21  8:27 Stefan Roese
2021-12-23  1:55 ` Tom Rini
2022-09-20  6:59 Stefan Roese
2022-09-20 18:16 ` Tom Rini
2023-03-01 15:49 Stefan Roese
2023-03-01 19:54 ` Tom Rini
2023-03-24 14:49 Stefan Roese
2023-03-25 13:39 ` Tom Rini
2023-03-30  8:22 Stefan Roese
2023-03-30 14:35 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).