Re: [PATCH v3 3/4] board: starfive: spl: strip off 'starfive/' prefix

2025-02-24 Thread E Shattow
On 2/23/25 07:39, Heinrich Schuchardt wrote: > On 2/23/25 15:18, E Shattow wrote: >> >> On 2/23/25 04:55, Heinrich Schuchardt wrote: >>> On 2/23/25 02:33, E Shattow wrote: On 2/21/25 01:58, Heinrich Schuchardt wrote: > The configuration descriptions generated by binman contain

Re: [PATCH v3 1/2] env: mmc: Make redundant env in both eMMC boot partitions consider DT properties

2025-02-24 Thread Quentin Schulz
Hi Marek, On 2/21/25 7:47 PM, Marek Vasut wrote: Introduce a new function mmc_env_is_redundant_in_both_boot_hwparts() which replaces IS_ENABLED(ENV_MMC_HWPART_REDUND) and internally does almost the same check as the macro which assigned ENV_MMC_HWPART_REDUND did, and call it in place of IS_ENABL

Re: Orange Pi 5b defconfig

2025-02-24 Thread Quentin Schulz
Hi Cenk, On 2/21/25 10:47 PM, Cenk Uluisik wrote: [You don't often get email from cenk.ului...@googlemail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Hello, I have sent a patch for a defconfig for the Orange Pi 5b, since it differs a little from the Oran

Re: [PATCH v3 3/4] board: starfive: spl: strip off 'starfive/' prefix

2025-02-24 Thread Heinrich Schuchardt
On 2/23/25 15:18, E Shattow wrote: On 2/23/25 04:55, Heinrich Schuchardt wrote: On 2/23/25 02:33, E Shattow wrote: On 2/21/25 01:58, Heinrich Schuchardt wrote: The configuration descriptions generated by binman contain the vendor device-tree directory. Instead of adding it to all match stri

Re: Need help with booting from SPI Flash

2025-02-24 Thread Quentin Schulz
Hi Matwey, On 2/24/25 10:57 AM, Matwey V. Kornilov wrote: Hi, I have an Allwinner based board with manually soldered 16MB SPI Flash. I am trying to place u-boot into the flash and need some help so far. I have already updated the board DTS file and checked that the Linux kernel provides me with

Re: [PATCH 06/17] arm: Use -mstrict-align when the MMU is off

2025-02-24 Thread Mark Kettenis
> From: Sam Edwards > Date: Sun, 23 Feb 2025 21:55:13 -0800 Hi Sam, > On ARM, enabling the MMU is a prerequisite to enabling caching, which > allows unaligned memory accesses by consolidating them into aligned > accesses. When the MMU is disabled, however, all accesses must strictly > adhere to

[PATCH] spi: Introduce initial eeprom driver mode support

2025-02-24 Thread Loureiro, Joao
This patch introduces the initial SPI EEPROM driver mode support analogous to the I2C EEPROM driver mode support. The SPI EEPROM driver mode support is enabled by default in the sandbox_defconfig. Signed-off-by: João Loureiro --- configs/sandbox_defconfig | 1 + drivers/misc/Kconfig | 5

Re: [PATCH 5/8] ARM: dts: at91: sam9x7: Add initial DT for sam9x7 SoC

2025-02-24 Thread Eugen Hristev
On 2/24/25 08:20, manikanda...@microchip.com wrote: > Hi Sumit Grag, > > On 21/02/25 3:42 pm, Sumit Garg wrote: >> EXTERNAL EMAIL: Do not click links or open attachments unless you know the >> content is safe >> >> Hi Manikandan, >> >> On Fri, 21 Feb 2025 at 15:34, Manikandan Muralidharan >>

[PATCH v3 0/4] core: ofnode: add of_graph parsing helpers

2025-02-24 Thread Svyatoslav Ryhel
Add a mostly complete list of ofnode analogs of of_graph parsing helpers. --- Changes in v3: - added fallbacks for video bridge functions Changes in v2: - added tests --- Svyatoslav Ryhel (4): video: bridge-uclass: add get_display_timing ops video: bridge-uclass: add inline fallbacks of vide

[PATCH v3 1/4] video: bridge-uclass: add get_display_timing ops

2025-02-24 Thread Svyatoslav Ryhel
Add get_display_timing ops for internal bridges linked to panels that do not support EDID (MIPI-DSI panels for example) or have EDID not routed. Tested-by: Dang Huynh (PineTab 2) Signed-off-by: Svyatoslav Ryhel --- drivers/video/bridge/video-bridge-uclass.c | 11 +++ include/video_bridg

[PATCH v3 2/4] video: bridge-uclass: add inline fallbacks of video bridge functions

2025-02-24 Thread Svyatoslav Ryhel
Hide video bridge functions behind config condition and add inline fallbacks to avoid erroring out when using header without config enabled. Signed-off-by: Svyatoslav Ryhel --- include/video_bridge.h | 33 + 1 file changed, 33 insertions(+) diff --git a/include/v

[PATCH v3 3/4] video: bridge: add transparent LVDS de/encoder bridge

2025-02-24 Thread Svyatoslav Ryhel
Add a simple and transparent LVDS de/encoder driver with a powerdown gpio and a power supply. Signed-off-by: Svyatoslav Ryhel --- drivers/video/bridge/Kconfig | 7 ++ drivers/video/bridge/Makefile | 1 + drivers/video/bridge/lvds-codec.c | 128 ++ 3 files

[PATCH v3 4/4] test: dm: add video bridge tests

2025-02-24 Thread Svyatoslav Ryhel
Add tests for video bridge ops. Signed-off-by: Svyatoslav Ryhel --- arch/sandbox/dts/test.dts | 46 +++ configs/sandbox_defconfig | 2 ++ test/dm/Makefile | 1 + test/dm/video_bridge.c| 67 +++ 4 files changed, 116 insert

Re: [PATCH 00/12] Support to run U-Boot on sc7180 Trogdor Chromebooks

2025-02-24 Thread Caleb Connolly
On 2/22/25 00:20, Stephen Boyd wrote: Quoting Caleb Connolly (2025-02-20 17:00:30) Hi Stephen, On 2/20/25 20:58, Stephen Boyd wrote: This series supports running U-Boot as a payload on sc7180 Trogdor Chromebooks like Lazor or Wormdingler. This is a jumble of different patches to get to the

Re: Need help with booting from SPI Flash

2025-02-24 Thread Matwey V. Kornilov
пн, 24 февр. 2025 г. в 13:54, Quentin Schulz : > > Hi Matwey, > > On 2/24/25 10:57 AM, Matwey V. Kornilov wrote: > > Hi, > > > > I have an Allwinner based board with manually soldered 16MB SPI Flash. > > I am trying to place u-boot into the flash and need some help so far. > > I have already update

Re: [PATCH 10/17] spl: Align FDT load address

2025-02-24 Thread Tom Rini
On Mon, Feb 24, 2025 at 09:59:42AM +0100, Heinrich Schuchardt wrote: > On 2/24/25 06:55, Sam Edwards wrote: > > While the image size is generally a multiple of 8 bytes, this is not > > actually guaranteed; some linkers (like LLD) may shave a few bytes off > > of the end of output sections if there

Re: dtc: "syntax error" linked to &{label/subnode} syntax

2025-02-24 Thread Patrice CHOTARD
On 2/3/25 08:23, Patrice CHOTARD wrote: > > > On 1/31/25 17:01, Tom Rini wrote: >> On Fri, Jan 31, 2025 at 03:41:37PM +0100, Patrice CHOTARD wrote: >>> >>> >>> On 1/29/25 23:01, Tom Rini wrote: On Tue, Jan 28, 2025 at 09:04:26AM -0600, Tom Rini wrote: > On Tue, Jan 28, 2025 at 08:04:5

Re: [PATCH 04/12] coreboot: Move coreboot logic out of x86 to a generic place

2025-02-24 Thread Caleb Connolly
On 2/22/25 01:17, Stephen Boyd wrote: Quoting Tom Rini (2025-02-20 17:06:58) On Thu, Feb 20, 2025 at 12:58:46PM -0800, Stephen Boyd wrote: Lay the groundwork to run U-Boot as a payload on ARM coreboot based devices. Move the coreboot table parsing code out of arch/x86 into lib/coreboot. The

Re: Need help with booting from SPI Flash

2025-02-24 Thread Quentin Schulz
Hi Matwey, On 2/24/25 3:37 PM, Matwey V. Kornilov wrote: пн, 24 февр. 2025 г. в 13:54, Quentin Schulz : Hi Matwey, On 2/24/25 10:57 AM, Matwey V. Kornilov wrote: Hi, I have an Allwinner based board with manually soldered 16MB SPI Flash. I am trying to place u-boot into the flash and need so

Re: [PATCH 09/17] spl: riscv: opensbi: Error on misaligned FDT

2025-02-24 Thread Tom Rini
On Mon, Feb 24, 2025 at 09:54:56AM +0100, Heinrich Schuchardt wrote: > On 2/24/25 06:55, Sam Edwards wrote: > > libfdt 1.6.1+ requires the FDT to be 8-byte aligned and returns an error > > if not. OpenSBI 1.0+ includes this version of libfdt and will also > > reject misaligned FDTs. > > > > Howeve

Re: [PATCH v4 5/7] pinctrl: qcom: Add ipq9574 pinctrl driver

2025-02-24 Thread Caleb Connolly
On 2/20/25 07:39, Varadarajan Narayanan wrote: Add pinctrl driver for the TLMM block found in the ipq9574 SoC. Signed-off-by: Varadarajan Narayanan --- drivers/pinctrl/qcom/Kconfig | 7 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-ipq9574.c |

Re: [EXTERNAL] Re: [PATCH] spl: return kernel image header size in os boot

2025-02-24 Thread Tom Rini
On Sat, Feb 22, 2025 at 04:05:55PM +0530, Anshul Dalal wrote: > On Sat Feb 22, 2025 at 1:34 AM IST, Tom Rini wrote: > > On Fri, Feb 21, 2025 at 08:47:51PM +0530, Anshul Dalal wrote: > > > > > During kernel build process the header size is computed including the > > > BSS whereas it's removed when c

Re: [PATCH 10/17] spl: Align FDT load address

2025-02-24 Thread Heinrich Schuchardt
On 24.02.25 15:56, Tom Rini wrote: On Mon, Feb 24, 2025 at 09:59:42AM +0100, Heinrich Schuchardt wrote: On 2/24/25 06:55, Sam Edwards wrote: While the image size is generally a multiple of 8 bytes, this is not actually guaranteed; some linkers (like LLD) may shave a few bytes off of the end of

Re: [PATCH 1/3] ARM: dts: stm32: drop "st,button1" compatible

2025-02-24 Thread Patrice CHOTARD
On 2/17/25 19:14, Dario Binacchi wrote: > It is pointless to use the custom compatible "st,button1" when > stm32746g-eval.dts and stm32f769-disco.dts already contain the > "gpio-keys" compatible, which is specifically used for button > management. In the case of stm32f746-disco.dts, since it lac

Re: [PATCH 3/3] board: stm32f746-disco: drop board_late_init()

2025-02-24 Thread Patrice CHOTARD
On 2/17/25 19:14, Dario Binacchi wrote: > The removal of the "st,button1" and "st,led1" compatibles has emptied > the board_late_init(), so let's remove it along with the configuration > that allows its invocation. > > Signed-off-by: Dario Binacchi > --- > > board/st/stm32f746-disco/stm32f74

Re: [PATCH 2/3] ARM: dts: stm32: drop "st,led1" compatible

2025-02-24 Thread Patrice CHOTARD
On 2/17/25 19:14, Dario Binacchi wrote: > It is pointless to use the custom compatible "st,led1" when > stm32746g-eval.dts and stm32f769-disco.dts already contain the > "gpio-leds" compatible, which is specifically used for GPIO LEDs > management. In the case of stm32f746-disco.dts, since it lac

Re: xPL Proposal

2025-02-24 Thread Tom Rini
On Fri, Feb 21, 2025 at 07:07:06PM -0700, Simon Glass wrote: > Hi Tom, > > On Fri, 21 Feb 2025 at 18:06, Tom Rini wrote: > > > > On Fri, Feb 21, 2025 at 05:24:35PM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Fri, 21 Feb 2025 at 17:03, Tom Rini wrote: > > > > > > > > On Fri, Feb 21, 20

Re: [PATCH 10/17] spl: Align FDT load address

2025-02-24 Thread Tom Rini
On Mon, Feb 24, 2025 at 04:54:09PM +0100, Heinrich Schuchardt wrote: > On 24.02.25 15:56, Tom Rini wrote: > > On Mon, Feb 24, 2025 at 09:59:42AM +0100, Heinrich Schuchardt wrote: > > > On 2/24/25 06:55, Sam Edwards wrote: > > > > While the image size is generally a multiple of 8 bytes, this is not

Re: [PATCH 0/6] Add preload_check_sign tool

2025-02-24 Thread Tom Rini
On Fri, Feb 21, 2025 at 11:38:18AM -0600, Tom Rini wrote: > On Wed, 12 Feb 2025 10:31:20 +0100, Paul HENRYS wrote: > > > This serie of patches adds a new tool to authenticate files signed > > with a preload header. > > This tool is also used in the tests to actually verify the > > authenticity of

Re: [PATCH] rockchip: nanopi-r4s: Enable second usb port and fix crash

2025-02-24 Thread Justin Klaassen
Hi Kever, On Feb 19, 2025 at 07:02:25, Kever Yang wrote: > Hi Justin, > > On 2025/2/1 01:06, Justin Klaassen wrote: > > The patch enables the second USB3.0 Type-A USB port on the NanoPi R4S > > board, which prevents a crash when initializing the usb system in U-Boot > > and allows both Type-A U

Re: [PATCH] common: board_r: Initialize interrupts before watchdog

2025-02-24 Thread Simon Glass
Hi J, On Sat, 22 Feb 2025 at 11:58, J. Neuschäfer wrote: > > (CC'ing Mario Six regarding MPC83xx timer driver in U-Boot) > > On Thu, Feb 20, 2025 at 06:49:58AM -0700, Simon Glass wrote: > > Hi J, > > > > On Tue, 18 Feb 2025 at 08:55, J. Neuschäfer via B4 Relay > > wrote: > > > > > > From: "J. Ne

Re: [PATCH v2 28/28] test: Add a test for booting Ubuntu 24.04

2025-02-24 Thread Simon Glass
Hi Tom, On Fri, 21 Feb 2025 at 09:06, Tom Rini wrote: > > On Fri, Feb 21, 2025 at 06:57:34AM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 20 Feb 2025 at 07:53, Tom Rini wrote: > > > > > > On Thu, Feb 20, 2025 at 06:49:49AM -0700, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Tue

<    1   2