@ 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
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
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,
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 R
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 on:
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
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 b/drivers/net/dwc_
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: Phil
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 b/drivers/net
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
dr
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 indicate
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 fo
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 +++
board/
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 i
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
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 file.
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: M
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 mi
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"
> +CONFIG_U
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
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 Naga
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
> > ---
> > arch
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 in-l
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
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 Images
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 fallb
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.
>
> Ported
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 contro
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 origina
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.
Reviewed
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 +
arch/arm/dts
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 SPI
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.
Reviewed
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 origina
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 +
arch/arm/dts
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 am625-sk
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
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
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 inter
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 inter
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 1
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() descriptio
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 CM
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 sp
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:
> n
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
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
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
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 --gi
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
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
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
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
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
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 supp
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 Ima
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 suppor
57 matches
Mail list logo