Re: [PATCH v2 0/4] arm: Add Analog Devices SC5xx Machine Type

2024-05-03 Thread Tom Rini
On Wed, Apr 24, 2024 at 08:03:59PM -0400, Greg Malysa wrote: > This series adds support for the ADI SC5xx machine type and includes two > core drivers that are required for being able to boot any board--a UART > driver, the gptimer driver which is used as a clock reference (CNTVCNT > is not

Re: [PATCH] configs: am62x_evm_r5: Increase size of malloc_simple heap after relocation

2024-05-03 Thread Tom Rini
On Mon, Apr 29, 2024 at 04:49:36PM -0500, Judith Mendez wrote: > On AM62x SK we can see a boot failure with signature "alloc space > exhausted", so fix by increasing size of SPL_STACK_R_MALLOC_SIMPLE_LEN. > > Fixes: 128f81290b ("arm: dts: k3: binman: am625: add support for signing > TIFSSTUB

Re: [PATCH 1/1] net: consider option-length when parsing NIS domain

2024-05-03 Thread Tom Rini
On Tue, Apr 23, 2024 at 09:09:44AM +0200, Heinrich Schuchardt wrote: > When parsing option 40 (network information service domain) the > option length is in variable 'oplen' and not in 'size'. > > Addresses-Coverity-ID: 492765 Uninitialized variables (UNINIT) > Fixes: 8ab388bfdbcf ("net: add

Re: [PATCH v1 3/3] board: arbel: Limit the dram effective size to bank0 maximal size

2024-05-03 Thread Tom Rini
On Tue, Apr 23, 2024 at 03:22:10PM +0800, Jim Liu wrote: > For 4GB dram size, the dram is divided into 2 banks and > the address space of these 2 banks are not concatenated. > Limit the gd->ram_top to not exceed bank0 top to prevent > accessing invalid memory region. > > Signed-off-by: Jim Liu

Re: [PATCH] MAINTAINERS: update Broadcom BCMBCA maintainer

2024-05-03 Thread Tom Rini
On Thu, 02 May 2024 22:23:43 -0700, William Zhang wrote: > Joel is no longer with Broadcom. Remove his email from bcmbca maintainer > list and replace him with myself for stack protection maintainer. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH v1 2/3] configs: arbel: increase u-boot mapping size

2024-05-03 Thread Tom Rini
On Tue, Apr 23, 2024 at 03:22:09PM +0800, Jim Liu wrote: > When u-boot enable CONFIG_SYS_BOOT_RAMDISK_HIGH, rootfs image relocated > from FIU address space to memory address before jump to kernel. > > Since Arbel reserved memory from 0x to 0x0620 for tip image, > and rootfs image may

Re: [PATCH v1 1/3] Arm: npcm: fix npcm7xx boot to kernel error

2024-05-03 Thread Tom Rini
On Tue, Apr 23, 2024 at 03:22:08PM +0800, Jim Liu wrote: > Add mem and console env information and modify the wrong earlycon env. > > Signed-off-by: Jim Liu Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v1] spi: npcm_pspi: Reset HW in driver probe

2024-05-03 Thread Tom Rini
On Tue, Apr 23, 2024 at 02:38:42PM +0800, Jim Liu wrote: > Reset HW to clear old status and use default data mode(8-bit). > > Signed-off-by: Jim Liu Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2] cmd: gpt: initialize partition table

2024-05-03 Thread Tom Rini
On Mon, Apr 22, 2024 at 11:47:33PM +0530, Kishan Dudhatra wrote: > Change in v2: > - Fix applies to all block devices, not just MMC. > > If partition init is not completed within the gpt write, > the gpt partition list will not be updated. > > Signed-off-by: Kishan Dudhatra > > diff

Re: [PATCH] binman: Fix typo in mkimage etype description

2024-05-03 Thread Tom Rini
On Fri, Apr 26, 2024 at 12:54:08AM +0200, Marek Vasut wrote: > Fix a typo, no functional change. > > Signed-off-by: Marek Vasut > Reviewed-by: Quentin Schulz Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 2/2] tools: typo arguemnts

2024-05-03 Thread Tom Rini
On Fri, Apr 19, 2024 at 01:37:46PM +0200, Heinrich Schuchardt wrote: > %s/arguemnts/arguemnts/ > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 1/2] event: typo arguemnts

2024-05-03 Thread Tom Rini
On Fri, Apr 19, 2024 at 01:37:45PM +0200, Heinrich Schuchardt wrote: > %s/arguemnts/arguments/ > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 4/4] configs: visionfive2: enable SPL_YMODEM_SUPPORT

2024-05-03 Thread E Shattow
On Fri, May 3, 2024 at 2:01 AM Heinrich Schuchardt wrote: > > We can use U-Boot for recovering JH7110 based boards via UART > if CONFIG_SPL_YMODEM_SUPPORT=y. > > * Send u-boot-spl.normal.out via XMODEM. > * Send u-boot.itb via YMODEM. > > Signed-off-by: Heinrich Schuchardt > --- > v2: >

Re: [PATCH v2 2/4] board: add support for Milk-V Mars CM

2024-05-03 Thread E Shattow
On Fri, May 3, 2024 at 2:00 AM Heinrich Schuchardt wrote: > > We already support the VisionFive 2 and the Milk-V Mars board by > patching the VisionFive 2 device tree. With this patch the same > is done for the Milk-V Mars CM. > > Signed-off-by: Heinrich Schuchardt > --- > v2: > rename

Re: [PATCH v2 3/4] doc: Milk-V Mars CM and Milk-V Mars CM Lite

2024-05-03 Thread E Shattow
Hi, looking good to me except $fdtfile filename changes were missed to match the code, and then testing inspires a few more things to suggest. On Fri, May 3, 2024 at 2:01 AM Heinrich Schuchardt wrote: > > Provide a man-page describing the usage of U-Boot on > the Milk-V Mars CM and Milk-V Mars

Re: [PATCH v2 1/4] board: starfive: function to read eMMC size

2024-05-03 Thread E Shattow
On Fri, May 3, 2024 at 2:01 AM Heinrich Schuchardt wrote: > > The EEPROM provides information about the size of the eMMC. > Provide a new function get_mmc_size_from_eeprom() to read it. > > Signed-off-by: Heinrich Schuchardt > --- > v2: > fix typos in get_mmc_size_from_eeprom()

Re: [PATCH 1/2] dm: core: add support for fallback drivers

2024-05-03 Thread Tom Rini
On Fri, May 03, 2024 at 05:53:11PM +0200, Caleb Connolly wrote: > Hi all, > > Sorry for the slow follow-up. > > On 11/04/2024 04:37, Sean Anderson wrote: > > On 4/10/24 15:44, Tom Rini wrote: > > > On Wed, Apr 10, 2024 at 07:27:17PM +0200, Heinrich Schuchardt wrote: > > > > > > > > > > > > Am

Re: [PATCH v4] test/py: net_boot: Add test cases for net boot

2024-05-03 Thread Tom Rini
On Fri, May 03, 2024 at 05:39:46PM +0530, Love Kumar wrote: > Add tests for booting image using tftpboot/pxe boot commands, tftpboot > boot case loads the FIT image into DDR and boots using bootm command > whereas pxe boot cases downloads the pxe configuration file from the > TFTP server and

Re: [PATCH v4] test/py: net_boot: Add test cases for net boot

2024-05-03 Thread Tom Rini
On Fri, May 03, 2024 at 05:39:46PM +0530, Love Kumar wrote: > Add tests for booting image using tftpboot/pxe boot commands, tftpboot > boot case loads the FIT image into DDR and boots using bootm command > whereas pxe boot cases downloads the pxe configuration file from the > TFTP server and

Re: [PATCH 5/5] dma: ti: k3-udma: invalidate prepared buffers before pushing to recv ring

2024-05-03 Thread Sverdlin, Alexander
Hello Matthias, On Fri, 2024-04-26 at 10:02 +0200, Matthias Schiffer wrote: > Buffers must not have an unclean cache before being used for DMA - a > pending write-back may corrupt the next dev-to-mem transfer otherwise. > > This was consistently noticeable during long TFTP transfers, when an ARP

usb boot

2024-05-03 Thread 24v 24v
    Hello, I have a little problem. If I boot via usb, uboot does not download the uboot.env file at startup, but if I run the saveenv command, it will save the variables in the same directory where u-boot.bin lies. Best regards, Dmitry Voronin

Re: [PATCH v2 0/2] introduce basic support for TI's am625-lp-sk

2024-05-03 Thread Bryan Brattlof
Sorry everyone I hit send a little to fast on this one! On May 3, 2024 thus sayeth Bryan Brattlof: > Hello Everyone! > > The am625-lp-sk is a variant of the am625-sk showcasing the low-power > features of the am625 SoC Family. Because it's essentially a board and > package spin of the

[PATCH v3 1/2] arm: dts: add U-Boot dtbs for the am625-lp-sk

2024-05-03 Thread Bryan Brattlof
From: Nitin Yadav Add the U-Boot device tree overrides for the am62x-lp-sk reference board. Signed-off-by: Nitin Yadav Reviewed-by: Dhruva Gole Signed-off-by: Bryan Brattlof --- arch/arm/dts/k3-am62-lp-sk-binman.dtsi | 21 + arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi | 17 +

[PATCH v3 0/2] introduce basic support for TI's am625-lp-sk

2024-05-03 Thread Bryan Brattlof
Hello Everyone! The am625-lp-sk is a variant of the am625-sk showcasing the low-power features of the am625 SoC Family. Because it's essentially a board and package spin of the am625-sk I've inherited the am625 configuration and overridden what was needed. This is a new spin of Nitin's

[PATCH v3 2/2] configs: add defconfigs for the am625-lp-sk

2024-05-03 Thread Bryan Brattlof
The am62x-lp-sk is a package and reference board spin of the am62x-sk to showcase the low-power features of the am62x SoC family. Because it so closely resembles the am62x-sk board, use the preprocessor to inherit its configuration making the needed changes for this board where necessary.

Re: [PATCH v3] configs: rk3588-turing-rk1: disable SPI flash by default

2024-05-03 Thread Quentin Schulz
Hi Sam, On 5/2/24 10:07 PM, Sam Edwards wrote: While the Turing RK1 board has a pad on the PCB for SPI flash, it is not populated at the factory: supporting SPI flash boot is a user modification, not an out-of-the-box feature. The defconfig for this board should therefore not be enabling the

[PATCH v2 1/2] arm: dts: add U-Boot dtbs for the am625-lp-sk

2024-05-03 Thread Bryan Brattlof
From: Nitin Yadav Add the U-Boot device tree overrides for the am62x-lp-sk reference board. Signed-off-by: Nitin Yadav Reviewed-by: Dhruva Gole Signed-off-by: Bryan Brattlof --- arch/arm/dts/k3-am62-lp-sk-binman.dtsi | 21 + arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi | 17 +

[PATCH v2 2/2] configs: add defconfigs for the am625-lp-sk

2024-05-03 Thread Bryan Brattlof
The am62x-lp-sk is a package and reference board spin of the am62x-sk to showcase the low-power features of the am62x SoC family. Because it so closely resembles the am62x-sk board, use the preprocessor to inherit its configuration making the needed changes for this board where necessary.

[PATCH v2 0/2] introduce basic support for TI's am625-lp-sk

2024-05-03 Thread Bryan Brattlof
Hello Everyone! The am625-lp-sk is a variant of the am625-sk showcasing the low-power features of the am625 SoC Family. Because it's essentially a board and package spin of the am625-sk I've inherited the am625 configuration and overridden what was needed. This is a new spin of Nitin's

Re: [PATCH 1/2] dm: core: add support for fallback drivers

2024-05-03 Thread Caleb Connolly
On 10/04/2024 19:27, Heinrich Schuchardt wrote: Am 10. April 2024 19:06:57 MESZ schrieb Caleb Connolly : Introduce support for a uclass to provide a fallback/stub driver which can be used when no device is found for a given node. This might be useful for handling non-essential clock

Re: [PATCH] scripts: gen_compile_commands: fix invalid escape sequence warning

2024-05-03 Thread João Marcos Costa
Hello, thanks for this fix! Em sex., 3 de mai. de 2024 às 15:20, Caleb Connolly < caleb.conno...@linaro.org> escreveu: > Since Python 3.12 unrecognised escape sequences trigger a SyntaxWarning. > Convert the '\#' string to a raw string so the backslash is correctly > used as a literal. > >

Re: [PATCH 1/2] dm: core: add support for fallback drivers

2024-05-03 Thread Caleb Connolly
Hi all, Sorry for the slow follow-up. On 11/04/2024 04:37, Sean Anderson wrote: On 4/10/24 15:44, Tom Rini wrote: On Wed, Apr 10, 2024 at 07:27:17PM +0200, Heinrich Schuchardt wrote: Am 10. April 2024 19:06:57 MESZ schrieb Caleb Connolly : Introduce support for a uclass to provide a

Re: [PATCH] configs: am62x_evm_r5: Increase size of malloc_simple heap after relocation

2024-05-03 Thread Bryan Brattlof
Thanks Judith! On April 29, 2024 thus sayeth Judith Mendez: > On AM62x SK we can see a boot failure with signature "alloc space > exhausted", so fix by increasing size of SPL_STACK_R_MALLOC_SIMPLE_LEN. > > Fixes: 128f81290b ("arm: dts: k3: binman: am625: add support for signing > TIFSSTUB

Re: [PATCH V2] board: rockchip: Add Indiedroid Nova

2024-05-03 Thread Quentin Schulz
Hi Chris, On 5/2/24 8:57 PM, Chris Morgan wrote: From: Chris Morgan The Indiedroid Nova is a Rockchip RK3588S based SBC from Indiedroid. Specifications: Rockchip RK3588S SoC 4x ARM Cortex-A76, 4x ARM Cortex-A55 4/8/16GB memory LPDDR4x Mali G610MC4 GPU Optional eMMC

[PATCH] scripts: gen_compile_commands: fix invalid escape sequence warning

2024-05-03 Thread Caleb Connolly
Since Python 3.12 unrecognised escape sequences trigger a SyntaxWarning. Convert the '\#' string to a raw string so the backslash is correctly used as a literal. Ported from Linux commit dae4a0171e25 ("gen_compile_commands: fix invalid escape sequence warning"). This updates the script to be

Re: [PATCH 1/2] arm: dts: add U-Boot dtbs for the am625-lp-sk

2024-05-03 Thread Bryan Brattlof
On May 3, 2024 thus sayeth Dhruva Gole: > On Apr 30, 2024 at 14:57:45 -0500, Bryan Brattlof wrote: > > From: Nitin Yadav > > > > Add the U-Boot device tree overrides for the am62x-lp-sk reference > > board. > > > > Signed-off-by: Nitin Yadav > > Signed-off-by: Bryan Brattlof > > --- > >

Re: [PATCH 63/81] soc: Remove and add needed includes

2024-05-03 Thread Bryan Brattlof
On May 1, 2024 thus sayeth Tom Rini: > Remove from this driver directory and when needed > add missing include files directly. > > Signed-off-by: Tom Rini > --- > Cc: Tom Rini > Cc: Simon Glass > Cc: Michal Simek > Cc: Nishanth Menon > Cc: Roger Quadros > Cc: Apurva Nandan > Cc: Hari

Re: [PATCH] rockchip: Correct UUID for root partitions

2024-05-03 Thread Quentin Schulz
Hi Chris, On 4/26/24 5:33 PM, Chris Morgan wrote: From: Chris Morgan For root partitions, the UUID should still be random but the partition type uuid should either be b921b045-1df0-41c3-af44-4c6f280d3fae for aarch64 or 69dad710-2ce4-4e3c-b16c-21a1d49abed3 for aarch32. Correct the attribute so

Re: [PATCH] configs: Make USB_GADGET_MANUFACTURER consistent over all PHYTEC boards

2024-05-03 Thread Fabio Estevam
Hi Benjamin, On Fri, May 3, 2024 at 4:01 AM Benjamin Hahn wrote: > -CONFIG_USB_GADGET_MANUFACTURER="FSL" > +CONFIG_USB_GADGET_MANUFACTURER="PHYTEC" > CONFIG_USB_GADGET_VENDOR_NUM=0x0525 > CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 ... > -CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments" >

Re: [PATCH 73/81] usb: Remove and add needed includes

2024-05-03 Thread Mattijs Korpershoek
Hi Tom, On jeu., mai 02, 2024 at 08:51, Tom Rini wrote: > On Thu, May 02, 2024 at 09:40:52AM +0200, Mattijs Korpershoek wrote: >> Hi Tom, >> >> Thank you for the patch >> >> On mer., mai 01, 2024 at 19:31, Tom Rini wrote: >> >> > Remove from this driver directory and when needed >> > add

Re: [PATCH 65/81] spi: Remove and add needed includes

2024-05-03 Thread Cédric Le Goater
On 5/2/24 03:31, Tom Rini wrote: Remove from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini --- Cc: Jagan Teki Cc: Tom Rini Cc: Anand Gore Cc: William Zhang Cc: Kursad Oney Cc: Joel Peshkin Cc: Philippe Reynes Cc: Alex Nemirovsky Cc:

[PATCH v4] test/py: net_boot: Add test cases for net boot

2024-05-03 Thread Love Kumar
Add tests for booting image using tftpboot/pxe boot commands, tftpboot boot case loads the FIT image into DDR and boots using bootm command whereas pxe boot cases downloads the pxe configuration file from the TFTP server and interprets it to boot the images mentioned in the pxe configurations

[PATCH v2 3/4] doc: Milk-V Mars CM and Milk-V Mars CM Lite

2024-05-03 Thread Heinrich Schuchardt
Provide a man-page describing the usage of U-Boot on the Milk-V Mars CM and Milk-V Mars CM Lite boards. Signed-off-by: Heinrich Schuchardt --- v2: refer to tio as tool for booting via UART describe how to update serial number description updates as suggested by E. Shattow

[PATCH v2 4/4] configs: visionfive2: enable SPL_YMODEM_SUPPORT

2024-05-03 Thread Heinrich Schuchardt
We can use U-Boot for recovering JH7110 based boards via UART if CONFIG_SPL_YMODEM_SUPPORT=y. * Send u-boot-spl.normal.out via XMODEM. * Send u-boot.itb via YMODEM. Signed-off-by: Heinrich Schuchardt --- v2: no change --- configs/starfive_visionfive2_defconfig | 1 + 1 file changed, 1

[PATCH v2 1/4] board: starfive: function to read eMMC size

2024-05-03 Thread Heinrich Schuchardt
The EEPROM provides information about the size of the eMMC. Provide a new function get_mmc_size_from_eeprom() to read it. Signed-off-by: Heinrich Schuchardt --- v2: fix typos in get_mmc_size_from_eeprom() description --- arch/riscv/include/asm/arch-jh7110/eeprom.h| 7 +++

[PATCH v2 2/4] board: add support for Milk-V Mars CM

2024-05-03 Thread Heinrich Schuchardt
We already support the VisionFive 2 and the Milk-V Mars board by patching the VisionFive 2 device tree. With this patch the same is done for the Milk-V Mars CM. Signed-off-by: Heinrich Schuchardt --- v2: rename spl_fdt_fixup_marc() to spl_fdt_fixup_mars_cm() rename device-trees

[PATCH v2 0/4] board: starfive: add Milk-V Mars CM support

2024-05-03 Thread Heinrich Schuchardt
With this series the Milk-V Mars CM board can be booted. NVMe, SD-card, Ethernet, UART are working but not USB. The first series Milk-V Mars CM Lite board (the version without eMMC) uses incorrect series numbers indicating eMMC presence. For these CONFIG_STARFIVE_NO_EMMC=y must be set to

[PATCH 5/5] net: dwc_eth_qos: Add glue driver for Intel MAC

2024-05-03 Thread Philip Oberfichtner
Add dwc_eth_qos glue driver for the Intel Elkhart-Lake SOC. Signed-off-by: Philip Oberfichtner --- drivers/net/Kconfig | 7 + drivers/net/Makefile| 1 + drivers/net/dwc_eth_qos.h | 1 + drivers/net/dwc_eth_qos_intel.c | 446

[PATCH 4/5] net: dwc_eth_qos: Implement bind() for PCI devices

2024-05-03 Thread Philip Oberfichtner
PCI devices do not necessarily use a device tree. Implement a bind() function to assign unique device names in that case. Signed-off-by: Philip Oberfichtner --- drivers/net/dwc_eth_qos.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/net/dwc_eth_qos.c

[PATCH 3/5] net: dwc_eth_qos: Adapt probe() for PCI devices

2024-05-03 Thread Philip Oberfichtner
PCI devices do not necessarily use a device tree. In that case, the driver currently fails to find eqos->config and eqos->regs. This commit factors out the respective functionality. Device tree usage remains default, but board specific implementations will be possible as well. Signed-off-by:

[PATCH 2/5] net: dwc_eth_qos: Fix header to be self-contained

2024-05-03 Thread Philip Oberfichtner
Before this commit, usage of this header relied on a specific include order. Fix it by including all dependencies. Signed-off-by: Philip Oberfichtner --- drivers/net/dwc_eth_qos.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/net/dwc_eth_qos.h

[PATCH 1/5] x86: provide mb() macro

2024-05-03 Thread Philip Oberfichtner
Implement memory barrier using mfence. Linux does it equivalently [1]. "The MFENCE instruction establishes a memory fence for both loads and stores" [2]. [1] linux/arch/x86/include/asm/barrier.h [2] Intel® 64 and IA-32 Architectures Software Developer’s Manual Signed-off-by: Philip Oberfichtner

[PATCH 0/5] net: dwc_eth_qos: Add glue driver for Intel MAC

2024-05-03 Thread Philip Oberfichtner
This patch series implements the dwc_eth_qos glue driver for Intel SOCs. Before doing that, a few general adaptions to the dwc_eth_qos.c main driver are required. Most notably, the preparation for PCI based driver instances, which do not necessarily use a device tree. This patch series depends

Re: [PATCH 103/149] board: phytec: Remove and add needed includes

2024-05-03 Thread Wadim Egorov
Am 01.05.24 um 04:42 schrieb Tom Rini: Remove from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini Acked-by: Wadim Egorov --- Cc: Martyn Welch Cc: Parthiban Nallathambi Cc: "Albert ARIBAUD (3ADEV)" Cc: Niel Fourie Cc: Teresa

Re: [PATCH] configs: Make USB_GADGET_MANUFACTURER consistent over all PHYTEC boards

2024-05-03 Thread Wadim Egorov
B_GADGET_VENDOR_NUM=0x1b67 CONFIG_USB_GADGET_PRODUCT_NUM=0x4fff CONFIG_CI_UDC=y --- base-commit: 6fdb021f148f598a67eb3cac5e3eb4a569cdaacd change-id: 20240503-wip-bhahn-bspimx8m-3196-c1ebd0bab6ac Best regards,

[PATCH v2] clk: Revise help text for clk_get_parent_rate()

2024-05-03 Thread Alexander Dahl
The function returns the rate of the parent clock, the previous text made no sense at all. Fixes: 4aa78300a025 ("dm: clk: Define clk_get_parent_rate() for clk operations") Signed-off-by: Alexander Dahl Reviewed-by: Sean Anderson --- Notes: v2: - Collected tags include/clk.h | 2 +- 1

[PATCH] configs: Make USB_GADGET_MANUFACTURER consistent over all PHYTEC boards

2024-05-03 Thread Benjamin Hahn
@ CONFIG_IMX_THERMAL=y CONFIG_USB=y CONFIG_SPL_USB_HOST=y CONFIG_USB_GADGET=y -CONFIG_USB_GADGET_MANUFACTURER="Phytec" +CONFIG_USB_GADGET_MANUFACTURER="PHYTEC" CONFIG_USB_GADGET_VENDOR_NUM=0x1b67 CONFIG_USB_GADGET_PRODUCT_NUM=0x4fff CONFIG_CI_UDC=y --- base-commit: 6fdb021f148

RE: [PATCH 078/149] board: keymile: Remove and add needed includes

2024-05-03 Thread Holger Brunck
Hi Tom, > > Remove from this board vendor directory and when needed add > missing include files directly. > > Signed-off-by: Tom Rini > --- > Cc: Holger Brunck > Cc: Heiko Schocher > Cc: Niel Fourie > Cc: Aleksandar Gerasimovski > Cc: Rainer Boschung > --- >

Re: [PATCH v3 0/2] Introduce spl_soc_init() for SoC specific initialization

2024-05-03 Thread Lukas Funke
Hi Michal, On 10.04.2024 09:06, Michal Simek wrote: Hi, On 4/8/24 14:59, Michal Simek wrote: On 3/27/24 13:11, lukas.funke-...@weidmueller.com wrote: From: Lukas Funke Currently some vendors use spl_board_init() for their SoC specific initialization. This prohibits board developers from