Re: [PATCH v1] wdt: nuvoton: add expire function for generic reset

2022-09-13 Thread Stefan Roese
On 13.09.22 08:19, Jim Liu wrote: Add expire_now function for generic sysreset request Signed-off-by: Jim Liu --- drivers/watchdog/npcm_wdt.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/watchdog/npcm_wdt.c b/drivers/watchdog/npcm_wdt.c index 256020f5d3..e56aa0ebe1 10064

Re: [PATCH u-boot-marvell] arm: mvebu: turris_omnia: Fix setting switch CONFIG pins on new board design

2022-09-13 Thread Stefan Roese
On 13.09.22 18:10, Marek Behún wrote: It seems that waiting only 10 ms after releasing LAN switch from reset is not enough for the strapping pins to latch the requested values. P6_MODE[0] is latched to 0 instead of 1. Increasing the delay to 50 ms fixes this issue. Signed-off-by: Marek Behún

Re: [PATCH] imx8mq_evk: enlarge SYS_MALLOC_F_LEN

2022-09-13 Thread Heiko Thiery
Hi, Am Mi., 14. Sept. 2022 um 03:38 Uhr schrieb Peng Fan (OSS) : > > From: Peng Fan > > There is "alloc space exhausted" with DEBUG_UART enabled with the > options enabled. > > CONFIG_DEBUG_UART_BASE=0x3086 # for uart1 > CONFIG_DEBUG_UART_CLOCK=2400 > > It is because CONFIG_SYS_MALLO

Re: [PATCH v2 22/24] blk: Drop if_type

2022-09-13 Thread AKASHI Takahiro
On Tue, Sep 13, 2022 at 06:27:37PM +0200, Heinrich Schuchardt wrote: > On 8/12/22 03:35, Simon Glass wrote: > > Use the uclass ID instead. > > > > Signed-off-by: Simon Glass > > --- > > > > (no changes since v1) > > > > cmd/blk_common.c | 2 +- > > drivers/block/blk-uclass.c | 34

Re: [PATCH v2 09/24] blk: Rename HAVE_BLOCK_DEVICE

2022-09-13 Thread AKASHI Takahiro
On Thu, Aug 11, 2022 at 07:34:48PM -0600, Simon Glass wrote: > This option is fact really related to SPL. For U-Boot proper we always use > driver model for block devices, so CONFIG_BLK is enabled if block devices > are in use. > > It is only for SPL that we have two cases: > > - SPL_BLK is enabl

Re: imx8mq allocation issue

2022-09-13 Thread Peng Fan
On 9/13/2022 3:25 PM, Heiko Thiery wrote: Hi Peng, Am Di., 13. Sept. 2022 um 09:00 Uhr schrieb Peng Fan : On 9/12/2022 3:48 PM, Heiko Thiery wrote: Hi Peng, Am Mo., 12. Sept. 2022 um 09:26 Uhr schrieb Peng Fan : On 9/9/2022 5:12 PM, Heiko Thiery wrote: HI, I think on the imx8mq pl

[PATCH] imx8mq_evk: enlarge SYS_MALLOC_F_LEN

2022-09-13 Thread Peng Fan (OSS)
From: Peng Fan There is "alloc space exhausted" with DEBUG_UART enabled with the options enabled. CONFIG_DEBUG_UART_BASE=0x3086 # for uart1 CONFIG_DEBUG_UART_CLOCK=2400 It is because CONFIG_SYS_MALLOC_F_LEN is too small, enlarge it. And set CONFIG_SPL_STACK to 0x188000 to not waste

Re: [PATCH v2 24/24] blk: Rename if_type to uclass_id

2022-09-13 Thread AKASHI Takahiro
Hi Simon, On Thu, Aug 11, 2022 at 07:35:03PM -0600, Simon Glass wrote: > Use the word 'uclass' instead of 'if_type' to complete the conversion. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Use conv_uclass_id() instead of the confusing uclass_id_to_uclass_id() > > board/st/commo

[PATCH 2/2] sunxi: defconfig: drop redundant definitions

2022-09-13 Thread Andre Przywara
When some configuration symbols were converted from header files to Kconfig, their values were placed into *every* defconfig file. Since we now have sensible per-SoC defaults defined in Kconfig, those values are now redundant, and can just be removed. This affects CONFIG_SPL_STACK, CONFIG_SYS_PBSIZ

[PATCH 0/2] sunxi: defconfig: use Kconfig defaults

2022-09-13 Thread Andre Przywara
[Resending just to the mailing list forgotten on the first post] Some recent patches from Tom (thanks for that!) were converting some configuration options from header files to Kconfig symbols. For sunxi, this moved their value definition into every *board* defconfig, although they are actual per-

[PATCH 1/2] sunxi: Kconfig: use SoC-wide values for some symbols

2022-09-13 Thread Andre Przywara
Some configuration symbols formerly defined in header files were recently converted to Kconfig symbols. This moved their value definition into *every* defconfig file, even though those values are hardly board choices. Use the new Kconfig option to define per-SoC default values, in just one place, w

[PATCH 2/2] sunxi: dts: arm: update devicetree files

2022-09-13 Thread Andre Przywara
Update the devicetree files from the Linux kernel, version v6.0-rc4. This is covering the 32-bit SoCs, from arch/arm/boot/dts/. This avoids the not backwards-compatible r_intc binding change, to allow older kernels to boot, but the other nodes are updated. Not much change here, the vast majority

[PATCH 1/2] sunxi: dts: arm64: update devicetree files

2022-09-13 Thread Andre Przywara
Update the devicetree files from the Linux kernel, version v6.0-rc4. This is covering the 64-bit SoCs, from arch/arm64/boot/dts/allwinner. This avoids the not backwards-compatible r_intc binding change, to allow older kernels to boot, but the other nodes are updated. Not much change here, the vas

[PATCH 0/2] sunxi: update devicetree files from the kernel

2022-09-13 Thread Andre Przywara
This syncs the .dts and .dtsi files from the Linux kernel repository as of v6.0-rc4 into U-Boot. As before, we skip the r_intc change, as this breaks older kernels. The first patch handles the 64-bit parts, the second one the 32-bit SoCs. Thanks, Andre Andre Przywara (2): sunxi: dts: arm64: upd

Re: [v5 00/14] Add ASPEED SPI controller driver

2022-09-13 Thread Tom Rini
On Fri, 19 Aug 2022 17:01:01 +0800, Chin-Ting Kuo wrote: > This patch series aims to porting ASPEED FMC/SPI memory controller > driver with spi-mem interface. spi-mem dirmap framework is also > synchronized from Linux. These patches have been verified on > AST2600, AST2500 and AST2400 EVBs. > > C

Ftdoverlays documentation

2022-09-13 Thread Edoardo Tomelleri
Hello, I can not find u-boot documentation for the fdtoverlays option in extlinux.conf files, here: https://u-boot.readthedocs.io/en/latest/develop/distro.html?highlight=extlinux#enabling-the-distro-options (is it supported? I've found that in January 2021 a related patch was accepted) The docs ref

[PATCH] arm: dts: socfpga: Add dts support for NAND Arria 10 SoCDK

2022-09-13 Thread teik . heng . chong
From: Tien Fong Chee Enable dtb build for NAND Arria 10 SoCDK. Signed-off-by: Tien Fong Chee Signed-off-by: Teik Heng Chong --- arch/arm/dts/Makefile | 1 + arch/arm/dts/socfpga_arria10_socdk_nand.dts | 56 ++ .../socfpga_arria10_socdk_nand_handoff.dtsi | 522 ++

[PATCH v2 4/4] common/board_f: drop ifdefs around header includes

2022-09-13 Thread Ovidiu Panait
Drop the remaining ifdef around spl.h include. Reviewed-by: Simon Glass Signed-off-by: Ovidiu Panait --- Changes in v2: - add "Reviewed-by" tag from Simon common/board_f.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index 96458c5151..4db1626c29 100

[PATCH v2 3/4] common/board_f: introduce arch_setup_dest_addr()

2022-09-13 Thread Ovidiu Panait
In order to move ppc-specific code out of setup_dest_addr(), provide an arch-specific variant arch_setup_dest_addr(), that can be used by architecture code to fix up the initial reloc address. It is called at the end of setup_dest_addr() initcall and the default implementation is a nop stub. Revi

[PATCH v2 2/4] common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c

2022-09-13 Thread Ovidiu Panait
asm/mach_type.h header and CONFIG_MACH_TYPE macro are arm-specific, so move related bdinfo logic to arch_setup_bdinfo() in arch/arm/lib/bdinfo.c. Reviewed-by: Simon Glass Signed-off-by: Ovidiu Panait --- Changes in v2: - add "Reviewed-by" tag from Simon arch/arm/lib/bdinfo.c | 12

[PATCH v2 1/4] common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code

2022-09-13 Thread Ovidiu Panait
The XTRN_DECLARE_GLOBAL_DATA_PTR declarations in ppc code are permanently commented out, so there are no users for this macro: #if 1 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r2") #else /* We could use plain global data, but the resulting code is bigger */ #define X

Re: [PATCH] dt-bindings: nvmem: u-boot,env: add basic NVMEM cells

2022-09-13 Thread Rob Herring
On Sun, 03 Jul 2022 10:48:43 +0200, Rafał Miłecki wrote: > From: Rafał Miłecki > > U-Boot doesn't have cells at hardcoded addresses. They are stored in > internal format. It's still important to define relevant cells in DT so > NVMEM consumers can reference them. > > Update binding to allow incl

Re: [PATCH] imx8m*_venice_defconfig: fix default bootcmd

2022-09-13 Thread Tim Harvey
On Thu, Sep 8, 2022 at 9:11 AM Tim Harvey wrote: > > commit 970bf8603b87 ("Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig") > had an unintended side effect of resulting in a bootcmd env var change > for boards like venice that did not have CONFIG_USE_BOOTCOMMAND defined > and relied on it being d

Re: [PATCH v2 22/24] blk: Drop if_type

2022-09-13 Thread Heinrich Schuchardt
On 8/12/22 03:35, Simon Glass wrote: Use the uclass ID instead. Signed-off-by: Simon Glass --- (no changes since v1) cmd/blk_common.c | 2 +- drivers/block/blk-uclass.c | 34 +++ drivers/block/blk_legacy.c | 20 +-- include/blk.h

Re: [PATCH] doc: dm: Fix typo

2022-09-13 Thread Tom Rini
On Tue, Sep 13, 2022 at 06:09:17PM +0200, Heinrich Schuchardt wrote: > On 9/13/22 17:50, Tom Rini wrote: > > On Tue, Sep 13, 2022 at 09:03:42AM -0400, Tom Rini wrote: > > > On Tue, Sep 13, 2022 at 01:14:46PM +0200, Heinrich Schuchardt wrote: > > > > On 9/13/22 12:51, Alexander Dahl wrote: > > > > >

Re: [PATCH v2 23/24] efi: Drop ifname field from struct efi_disk_obj

2022-09-13 Thread Heinrich Schuchardt
On 8/12/22 03:35, Simon Glass wrote: This is not used, so drop it. Suggested-by: AKASHI Takahiro Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to drop ifname field from struct efi_disk_obj lib/efi_loader/efi_disk.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/e

Re: [PATCH u-boot-marvell] arm: mvebu: turris_omnia: Fix setting switch CONFIG pins on new board design

2022-09-13 Thread Marek Behún
On Tue, 13 Sep 2022 18:10:28 +0200 Marek Behún wrote: > It seems that waiting only 10 ms after releasing LAN switch from reset > is not enough for the strapping pins to latch the requested values. > P6_MODE[0] is latched to 0 instead of 1. > > Increasing the delay to 50 ms fixes this issue. > >

[PATCH u-boot-marvell] arm: mvebu: turris_omnia: Fix setting switch CONFIG pins on new board design

2022-09-13 Thread Marek Behún
It seems that waiting only 10 ms after releasing LAN switch from reset is not enough for the strapping pins to latch the requested values. P6_MODE[0] is latched to 0 instead of 1. Increasing the delay to 50 ms fixes this issue. Signed-off-by: Marek Behún --- board/CZ.NIC/turris_omnia/turris_omn

Re: [PATCH] doc: dm: Fix typo

2022-09-13 Thread Heinrich Schuchardt
On 9/13/22 17:50, Tom Rini wrote: On Tue, Sep 13, 2022 at 09:03:42AM -0400, Tom Rini wrote: On Tue, Sep 13, 2022 at 01:14:46PM +0200, Heinrich Schuchardt wrote: On 9/13/22 12:51, Alexander Dahl wrote: That's most probably a typo, because driver model design documents seem to be from 2012 and t

Re: [PATCH v2 24/24] blk: Rename if_type to uclass_id

2022-09-13 Thread Tom Rini
On Thu, Aug 11, 2022 at 07:35:03PM -0600, Simon Glass wrote: > Use the word 'uclass' instead of 'if_type' to complete the conversion. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Use conv_uclass_id() instead of the confusing uclass_id_to_uclass_id() So, for this series, 1 throug

Re: [GIT PULL] xilinx patches for v2023.01-rc1

2022-09-13 Thread Tom Rini
On Tue, Sep 13, 2022 at 01:59:42PM +0200, Michal Simek wrote: > Hi Tom, > > please pull the following patches to your tree. Buildman and CI loop doesn't > show any issue. > > Thanks, > Michal > > The following changes since commit 98b3a998b31a83d8167f888b11ddd5cce8194f35: > > Merge branch '2

Re: [PATCH] doc: dm: Fix typo

2022-09-13 Thread Tom Rini
On Tue, Sep 13, 2022 at 09:03:42AM -0400, Tom Rini wrote: > On Tue, Sep 13, 2022 at 01:14:46PM +0200, Heinrich Schuchardt wrote: > > On 9/13/22 12:51, Alexander Dahl wrote: > > > That's most probably a typo, because driver model design documents seem > > > to be from 2012 and there is no 2010.01 re

RE: [TF-A] Re: [RFC] Proposed location to host the firmware handoff specification.

2022-09-13 Thread Dan Handley
Hi all Just picking up this old thread again... There seemed to be general agreement to host the firmware hand-off spec in a separate repo with separate maintainers at TrustedFirmware.org, at least initially. Arm intends to progress with the initial population of this repo. We intend to use th

Re: Please pull u-boot-marvell/master

2022-09-13 Thread Tom Rini
On Tue, Sep 13, 2022 at 12:26:22PM +0200, Stefan Roese wrote: > Hi Tom, > > please pull this next batch of Armada cache related fixes and > some board specific enhancements: > Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] HSD #1507500974: configs: arria10: Add bridge enable to CONFIG_BOOTCOMMAND

2022-09-13 Thread Tom Rini
On Tue, Sep 13, 2022 at 10:56:33AM +0800, teik.heng.ch...@intel.com wrote: > From: Ley Foon Tan > > Add "bridge enable" command to CONFIG_BOOTCOMMAND. > > CONFIG_BOOTCOMMAND="bridge enable;run distro_bootcmd" > > defconfig is generated from "make savedefconfig". > > Signed-off-by: Ley Foon Ta

[PATCH v2] configs:rockchip: roc-rk3399-pc: Enable the preboot configuration , USB 1.1 support , crypto RNG support and increase the spi flash default speed

2022-09-13 Thread Manoj Sai
This Patch enables the following details of configs to rockchip based roc-rk3399-pc board : 1) Enable preboot configuration to enable usb devices . 2) Fix up USB config options so keyboards and other USB devices work and update the number of ports of the Usb root hub to configuration of C

Re: [PATCH] doc: dm: Fix typo

2022-09-13 Thread Tom Rini
On Tue, Sep 13, 2022 at 01:14:46PM +0200, Heinrich Schuchardt wrote: > On 9/13/22 12:51, Alexander Dahl wrote: > > That's most probably a typo, because driver model design documents seem > > to be from 2012 and there is no 2010.01 release. > > > > Fixes: 282ed24fb3ca ("dm: MIGRATION: Add migration

Re: [PATCH 00/15] test: More work on parallel tests

2022-09-13 Thread Tom Rini
On Sat, 6 Aug 2022 17:51:44 -0600, Simon Glass wrote: > This series makes a further attempt to get closer to having all tests > run in parallel. It introduces a new 'make pcheck' option which runs > tests in parallel, skipping those that are not compatible. > > A number of fixes are included for

[GIT PULL] xilinx patches for v2023.01-rc1

2022-09-13 Thread Michal Simek
Hi Tom, please pull the following patches to your tree. Buildman and CI loop doesn't show any issue. Thanks, Michal The following changes since commit 98b3a998b31a83d8167f888b11ddd5cce8194f35: Merge branch '2022-09-02-assorted-improvements' into next (2022-09-02 21:53:36 -0400) are avai

[PATCH] HSD #1507500974: configs: arria10: Add bridge enable to CONFIG_BOOTCOMMAND

2022-09-13 Thread teik . heng . chong
From: Ley Foon Tan Add "bridge enable" command to CONFIG_BOOTCOMMAND. CONFIG_BOOTCOMMAND="bridge enable;run distro_bootcmd" defconfig is generated from "make savedefconfig". Signed-off-by: Ley Foon Tan Signed-off-by: Teik Heng Chong --- configs/socfpga_arria10_defconfig | 2 +- 1 file chang

[PATCH 3/3] mmc: stm32_sdmmc2: manage vqmmc

2022-09-13 Thread Yann Gautier
The SDMMC IOs can be in an IO domain, that has to be enabled. This is done by enabling vqmmc in the driver. This has no impact on configurations not using an IO domain, the check can then be executed on all platforms managing regulator, and the vqmmc regulator enabled on all platforms having it in

[PATCH 2/3] mmc: stm32_sdmmc2: protect against unsupported modes

2022-09-13 Thread Yann Gautier
The UHS modes for SD, HS200 and HS400 modes for eMMC are not supported by the stm32_sdmmc2 driver. Make it clear by removing the corresponding caps after parsing the DT. Signed-off-by: Yann Gautier --- drivers/mmc/stm32_sdmmc2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mmc/

[PATCH 1/3] mmc: stm32_sdmmc2: add dual data rate support

2022-09-13 Thread Yann Gautier
To support dual data rate with STM32 sdmmc2 driver, the dedicated bit (DDR - BIT(18)) needs to be set in the CLKRC register. Clock bypass (no divider) is not allowed in this case. This is required for the eMMC DDR modes. Signed-off-by: Yann Gautier --- drivers/mmc/stm32_sdmmc2.c | 5 - 1 fi

Re: [PATCH] doc: dm: Fix typo

2022-09-13 Thread Heinrich Schuchardt
On 9/13/22 12:51, Alexander Dahl wrote: That's most probably a typo, because driver model design documents seem to be from 2012 and there is no 2010.01 release. Fixes: 282ed24fb3ca ("dm: MIGRATION: Add migration plan for CONFIG_DM") Signed-off-by: Alexander Dahl --- doc/develop/driver-model/m

[PATCH] doc: dm: Fix typo

2022-09-13 Thread Alexander Dahl
That's most probably a typo, because driver model design documents seem to be from 2012 and there is no 2010.01 release. Fixes: 282ed24fb3ca ("dm: MIGRATION: Add migration plan for CONFIG_DM") Signed-off-by: Alexander Dahl --- doc/develop/driver-model/migration.rst | 2 +- 1 file changed, 1 inse

Please pull u-boot-marvell/master

2022-09-13 Thread Stefan Roese
Hi Tom, please pull this next batch of Armada cache related fixes and some board specific enhancements: - mvebu: Armada 32bit: Cache setup fixes (Pali) - cmd: mvebu/bubt: Misc enhancements (Pali) - kirkwood: Add CONFIG_SUPPORT_PASS

Re: [PATCH v2 1/3] rockpi4: capsule: Add functions needed for supporting capsule updates

2022-09-13 Thread Sughosh Ganu
hi Peter, On Fri, 9 Sept 2022 at 18:07, Peter Robinson wrote: > > Hi Sughosh, > > Small nit of the subject, it should substitute rockpi for rockchip: if > the functions are generic. I will change it to rockchip. > > > Add functions needed to support the UEFI capsule update feature on > > rockch

[PATCH v3] video: simplefb: add rotation support

2022-09-13 Thread Takumi Sueda
It introduces the way to rotate the screen for boards with rotated screen. Signed-off-by: Takumi Sueda --- drivers/video/simplefb.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/video/simplefb.c b/drivers/video/simplefb.c index 2b0d8835e3..235ec761f7 100644 ---

Re: [PATCH v2 2/3] rockpi4: board: Add firmware image information needed for capsule updates

2022-09-13 Thread Sughosh Ganu
hi Peter, On Fri, 9 Sept 2022 at 18:12, Peter Robinson wrote: > > On Tue, Sep 6, 2022 at 7:59 AM Sughosh Ganu wrote: > > > > Add information that will be needed for enabling the UEFI capsule > > update feature on the RockPi4 boards. With the feature enabled, it > > would be possible to update th

Re: [PATCH v2 1/1] video: simplefb: Add rotation support

2022-09-13 Thread Takumi Sueda
On Tue, Sep 13, 2022 at 06:21:10PM +0900, Takumi Sueda wrote: > Signed-off-by: Takumi Sueda > --- > drivers/video/simplefb.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/drivers/video/simplefb.c b/drivers/video/simplefb.c > index 2b0d8835e3..235ec761f7 100644 > -

[PATCH v2 1/1] video: simplefb: Add rotation support

2022-09-13 Thread Takumi Sueda
Signed-off-by: Takumi Sueda --- drivers/video/simplefb.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/video/simplefb.c b/drivers/video/simplefb.c index 2b0d8835e3..235ec761f7 100644 --- a/drivers/video/simplefb.c +++ b/drivers/video/simplefb.c @@ -43,7 +43,11 @

Re: [PATCH v2] binman: Get futility by building it

2022-09-13 Thread Quentin Schulz
Hi Simon, On 9/12/22 15:35, Simon Glass wrote: A binary download is not great, since it depends on libraries being present in the system. Build futility from source instead. Note that this requires two patches to the source repo which are in progress: https://urldefense.proofpoint.com/v2/

Re: [PATCH] video: simplefb: Add rotation support

2022-09-13 Thread Takumi Sueda
On Mon, Sep 12, 2022 at 07:34:38AM -0600, Simon Glass wrote: > On Mon, 12 Sept 2022 at 06:15, Takumi Sueda wrote: > > > > It introduces the way to rotate the screen for boards with rotated screen. > > > > Signed-off-by: Takumi Sueda > > --- > > drivers/video/simplefb.c | 6 +- > > 1 file cha

Re: [PATCH v17 09/10] doc:eficonfig: add documentation for eficonfig command

2022-09-13 Thread Masahisa Kojima
On Tue, 13 Sept 2022 at 16:02, Heinrich Schuchardt wrote: > > On 9/12/22 10:33, Masahisa Kojima wrote: > > Add documentation for eficonfig command. > > > > Signed-off-by: Masahisa Kojima > > Reviewed-by: Ilias Apalodimas > > --- > > No update since v15 > > > > Changes in v14: > > - fix typos > >

Re: imx8mq allocation issue

2022-09-13 Thread Heiko Thiery
Hi Peng, Am Di., 13. Sept. 2022 um 09:00 Uhr schrieb Peng Fan : > > > > On 9/12/2022 3:48 PM, Heiko Thiery wrote: > > Hi Peng, > > > > Am Mo., 12. Sept. 2022 um 09:26 Uhr schrieb Peng Fan : > >> > >> > >> > >> On 9/9/2022 5:12 PM, Heiko Thiery wrote: > >>> HI, > >>> > >>> I think on the imx8mq pla

Re: [PATCH] arm: mvebu: Mark constant data with const keyword

2022-09-13 Thread Stefan Roese
On 09.09.22 14:41, Pali Rohár wrote: Signed-off-by: Pali Rohár Applied to u-boot-marvell/master Thanks, Stefan --- arch/arm/mach-kirkwood/cpu.c | 2 +- arch/arm/mach-kirkwood/include/mach/cpu.h | 2 +- arch/arm/mach-mvebu/cpu.c

Re: [PATCH] arm: mvebu: turris_omnia: Allow to use second serial port

2022-09-13 Thread Stefan Roese
On 09.09.22 14:18, Pali Rohár wrote: Turris Omnia has two serial ports. Both are already specified in device tree file. But U-Boot by default does not allow to use more than one serial port unless CONFIG_SERIAL_PROBE_ALL is not enabled. After enabling CONFIG_SERIAL_PROBE_ALL, U-Boot see also sec

[PATCH 1/1] doc: improve description of autostart

2022-09-13 Thread Heinrich Schuchardt
Complete the list of commands influenced by the autostart environment variable. Make it clearer what values qualifies at 'yes'. Eventually the list of environment variables to be alphabetically sorted. Move autostart up. Signed-off-by: Heinrich Schuchardt --- doc/usage/environment.rst | 34 +++

Re: [PATCH] arm: mvebu: turris_mox: Add support for distroboot $fdt_addr

2022-09-13 Thread Stefan Roese
On 29.08.22 15:44, Pali Rohár wrote: $fdt_addr is mandatory for systems which provides DTB in HW (e.g. ROM) and wishes to pass that DTB to Linux. Turris Mox contains DTB binary in SPI NOR memory at "dtb" partition which starts at offset 0x7f and is 0x1 bytes long. Armada 3700 CPU does n

Re: imx8mq allocation issue

2022-09-13 Thread Peng Fan
On 9/12/2022 3:48 PM, Heiko Thiery wrote: Hi Peng, Am Mo., 12. Sept. 2022 um 09:26 Uhr schrieb Peng Fan : On 9/9/2022 5:12 PM, Heiko Thiery wrote: HI, I think on the imx8mq platform we have a problem with the introduction of the clock driver. I tried to debug the problem that the pitx-i