RE: [PATCH 1/1] Added arm64 assembly for examples/api crt0

2024-06-01 Thread Brunham, Kalen
Thanks Tom. Can you suggest who is the existing owner of this code I could work with? -Original Message- From: Tom Rini Sent: Friday, May 31, 2024 12:03 PM To: Brunham, Kalen Cc: Jiaxun Yang ; Heinrich Schuchardt ; Ilias Apalodimas ; U-Boot@lists.denx.de Subject: Re: [PATCH 1/1]

Re: [PATCH 2/2] configs: rzg2_beacon: Realign ENV location and offset

2024-06-01 Thread Marek Vasut
On 6/1/24 4:55 PM, Adam Ford wrote: The ENV size and offset were changed to different values in Beacon's downstream release. Change them to the same values as the downstream for consistent behavior. Signed-off-by: Adam Ford Reviewed-by: Marek Vasut

Re: [PATCH 1/2] renesas: beacon-rzg2m: Add Marek to MAINTAINER file

2024-06-01 Thread Marek Vasut
On 6/1/24 4:55 PM, Adam Ford wrote: Since any changes to the RZ/G2 family go through Marek's tree, update the MAINTAINER file to automatically show his name when running get_maintainer.pl. Without this, he is not copied. Signed-off-by: Adam Ford Thanks Reviewed-by: Marek Vasut I'll be

Re: [PATCH v1 0/5] FUSB302 USB-C controller support

2024-06-01 Thread Soeren Moch
On 31.05.24 17:08, Sebastian Reichel wrote: Hi, On ROCK 5B power is usually supplied via it's USB-C port. This port has the data lines connected to RK3588, VBUS connected to the input regulator and CC pins connected to FUSB302. FUSB302 is a USB-C controller, which can be accessed via I2C from

Re: [PATCH 2/7] efi: Allow runtime relocate to be disabled

2024-06-01 Thread Maciej W. Rozycki
On Tue, 21 May 2024, Jiaxun Yang wrote: > It's nearly impossible to run MIPS OS in virtual (or paged) > segment. All MIPS OS and bootloaders are running in KSEG/XKPHYS > segment, which directly mapping lower bits of virtual address > into physical address. So I suppose set_virtual_address_map >

[PATCH 2/2] configs: rzg2_beacon: Realign ENV location and offset

2024-06-01 Thread Adam Ford
The ENV size and offset were changed to different values in Beacon's downstream release. Change them to the same values as the downstream for consistent behavior. Signed-off-by: Adam Ford diff --git a/configs/rzg2_beacon_defconfig b/configs/rzg2_beacon_defconfig index 4aabb1fe03..234c965023

[PATCH 1/2] renesas: beacon-rzg2m: Add Marek to MAINTAINER file

2024-06-01 Thread Adam Ford
Since any changes to the RZ/G2 family go through Marek's tree, update the MAINTAINER file to automatically show his name when running get_maintainer.pl. Without this, he is not copied. Signed-off-by: Adam Ford diff --git a/board/beacon/beacon-rzg2m/MAINTAINERS

RE: [EXT] Re: [RFC] usb: xhci: Some USB devices fail to initialize

2024-06-01 Thread Elena Popa
Hi Marek, > Does it also work if you 'setenv usb_pgood_delay 2000' ? > No, the USB stick is still not initialized. > Can you include the 5ms patch ? I've attached the patch which makes it work. Of course, I'm not sure if this is the correct way to fix the problem. You can apply the patch on

Re: [PATCH] spl: Kconfig: ARCH_K3: Set default SPL_STACK_R_MALLOC_SIMPLE_LEN for R5 build

2024-06-01 Thread Francesco Dolcini
On Fri, May 31, 2024 at 08:16:36PM +0530, Vignesh Raghavendra wrote: > All ARCH_K3 platforms need about of 2MB of malloc space post > reallocation. Since, this space is allocated from SDRAM, provide a > generous 2MB space by default. > > Platforms requiring more than 2MB can override in defconfig

Re: [PATCH 2/2] net: phy: Replace PHY_ANEG_TIMEOUT with Kconfig symbol

2024-06-01 Thread Francesco Dolcini
Hello Marek, On Fri, May 31, 2024 at 06:47:17PM +0200, Marek Vasut wrote: > Switch PHY_ANEG_TIMEOUT to CONFIG_PHY_ANEG_TIMEOUT Kconfig symbol. > This removes one more configuration headers option finalizes its > Kconfig symbol conversion. No functional change expected. > > Signed-off-by: Marek