[PATCH] boards: amlogic: switch LibreTech-CC v2 and WeTek Core2 to EE powerdomain

2023-03-25 Thread Christian Hewitt
The LibreTech-CC (LePotato) v2 and WeTek Core2 boards are still using the older GX VPU powerdomain driver. Update their configs to use the newer EE driver like other Amlogic boards [0]. [0] https://lore.kernel.org/all/20201106101901.2472557-5-narmstr...@baylibre.com/T/#u Signed-off-by: Christian

[PATCH 1/1] doc: describe skipping triggering a pipeline in Gitlab

2023-03-25 Thread Heinrich Schuchardt
'git push -o ci.skip' can be used to push to Gitlab without triggering a pipeline. Signed-off-by: Heinrich Schuchardt --- doc/develop/ci_testing.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/develop/ci_testing.rst b/doc/develop/ci_testing.rst index b9a9a516c1..d8690f2cd2 1006

Re: [PATCH RFC u-boot-mvebu 0/6] arm: mvebu: Fix boot mode detection

2023-03-25 Thread Martin Rowe
On Sat, 25 Mar 2023 at 13:30, Pali Rohár wrote: > > On Saturday 04 March 2023 11:50:30 Pali Rohár wrote: > > Improve code for checking strapping pins which specifies boot mode source. > > > > Martin, could you test if Clearfog can be still configured into UART > > booting mode via HW switches and

Re: [PATCH v2 1/3] arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR

2023-03-25 Thread Marek Vasut
On 3/25/23 23:01, Angelo Dureghello wrote: Hi Marek, Hi, applied all these patches in u-boot-coldfire: fb67f91b5e9b5e9aae5ab038895ebabc10af4d9d travis-ci: Add m68k M5208EVBE machine 04adf3b61690ba818f42e746ae79243cbe64aa55 CI: Add m68k target 9c5775623542b9a837e634e68e00746bcf35f53c arch: m6

Re: [PATCH v2 1/3] arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR

2023-03-25 Thread Angelo Dureghello
Hi Marek, applied all these patches in u-boot-coldfire: fb67f91b5e9b5e9aae5ab038895ebabc10af4d9d travis-ci: Add m68k M5208EVBE machine 04adf3b61690ba818f42e746ae79243cbe64aa55 CI: Add m68k target 9c5775623542b9a837e634e68e00746bcf35f53c arch: m68k: Add QEMU specific RAMBAR workaround b4a42485156

Re: Pull request for efi-2023.04-rc5

2023-03-25 Thread Tom Rini
On Sat, Mar 25, 2023 at 11:47:13AM +0100, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 78f67f11a9920ef988cbff5341616695c3e87ebd: > > Merge branch 'rpi-2023.04' of > https://source.denx.de/u-boot/custodians/u-boot-raspberrypi (2023-03-24 > 17:00:41 -0400) > > a

Re: [PATCH RFC u-boot-mvebu 0/6] arm: mvebu: Fix boot mode detection

2023-03-25 Thread Tony Dinh
On Sat, Mar 25, 2023 at 12:27 PM Tony Dinh wrote: > > Hi Pali, > > On Sat, Mar 25, 2023 at 6:30 AM Pali Rohár wrote: > > > > On Saturday 04 March 2023 11:50:30 Pali Rohár wrote: > > > Improve code for checking strapping pins which specifies boot mode source. > > > > > > Martin, could you test if

Re: [PATCH RFC u-boot-mvebu 0/6] arm: mvebu: Fix boot mode detection

2023-03-25 Thread Tony Dinh
Hi Pali, On Sat, Mar 25, 2023 at 6:30 AM Pali Rohár wrote: > > On Saturday 04 March 2023 11:50:30 Pali Rohár wrote: > > Improve code for checking strapping pins which specifies boot mode source. > > > > Martin, could you test if Clearfog can be still configured into UART > > booting mode via HW s

NEXT: Pull request for efi-next-20230325

2023-03-25 Thread Heinrich Schuchardt
s/efi-next-20230325 for you to fetch changes up to 93e3364804ffd4a5d4a0df9c750a1859f9fe298b: cmd: bootefi: allocate device-tree copy from high memory (2023-03-25 12:04:49 +0100) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipel

Re: Please pull u-boot-marvell/next

2023-03-25 Thread Tom Rini
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 signature.asc Description: PGP signature

Re: [PATCH RFC u-boot-mvebu 0/6] arm: mvebu: Fix boot mode detection

2023-03-25 Thread Pali Rohár
On Saturday 04 March 2023 11:50:30 Pali Rohár wrote: > Improve code for checking strapping pins which specifies boot mode source. > > Martin, could you test if Clearfog can be still configured into UART > booting mode via HW switches and if it still works correctly? First > patch is reverting UART

Re: [PATCH v2 3/3] riscv: dts: starfive: Enable PCIe host controller

2023-03-25 Thread Pali Rohár
On Wednesday 08 March 2023 13:48:33 Minda Chen wrote: > From: Mason Huo > > Enable and add pinctrl configuration for PCIe host controller. > Also add JH7110 stg syscon configuration. > > Signed-off-by: Mason Huo > Signed-off-by: Minda Chen > --- > .../dts/jh7110-starfive-visionfive-2.dtsi

Re: [PATCH v2 0/3] arm: mvebu: clearfog: defconfig and eMMC updates

2023-03-25 Thread Pali Rohár
On Saturday 25 March 2023 10:02:42 Martin Rowe wrote: > Minor defconfig and eMMC updates for SolidRun's A388 Clearfog devices. > > Changes since v1: > - Omitted defconfig canonicalization changes > - Removed unneeded defconfig changes > - Set non-removable in u-boot dtsi instead of MMC_BROKEN_C

Re: [PATCH v2 1/3] starfive: pci: Add StarFive JH7110 pcie driver

2023-03-25 Thread Pali Rohár
On Friday 24 March 2023 18:57:33 Minda Chen wrote: > On 2023/3/24 2:19, Pali Rohár wrote: > > On Thursday 23 March 2023 18:51:38 Minda Chen wrote: > >> On 2023/3/11 1:42, Pali Rohár wrote: > >> > On Friday 10 March 2023 18:36:44 Minda Chen wrote: > >> >> On 2023/3/8 15:31, Pali Rohár wrote: > >> >>

Re: [PATCH u-boot-mvebu] arm: mvebu: Cleanup get_boot_device() code

2023-03-25 Thread Pali Rohár
On Friday 24 March 2023 11:24:07 Stefan Roese wrote: > Hi Pali, > > On 3/4/23 11:41, Pali Rohár wrote: > > Show correct information in debug() output and use correct names for > > variables. > > > > No functional change. > > > > Signed-off-by: Pali Rohár > > --- > > arch/arm/mach-mvebu/cpu.c

A38x BootROM MMC_CMD_SEND_STATUS timeouts (Was: Re: [PATCH RFC u-boot-mvebu 0/2] arm: mvebu: Fix eMMC boot)

2023-03-25 Thread Pali Rohár
CCing MMC maintainers (Peng Fan & Jaehoon Chung). Could you help us with this issue? Expected usage is following: BootROM reads and execute SPL from eMMC (BootROM has its own code for reading eMMC), SPL initialize mmc driver and after SPL finish its work it returns control back to BootROM and BootR

Pull request for efi-2023.04-rc5

2023-03-25 Thread Heinrich Schuchardt
Dear Tom, The following changes since commit 78f67f11a9920ef988cbff5341616695c3e87ebd: Merge branch 'rpi-2023.04' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi (2023-03-24 17:00:41 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-bo