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
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
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
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
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
> 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
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
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
>>
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
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
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
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
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
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
пн, 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
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
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
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
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
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
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 |
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
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
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
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
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
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
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
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
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
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
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
101 - 132 of 132 matches
Mail list logo