Re: [PATCH 1/2] usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadget

2024-03-21 Thread Mattijs Korpershoek
Hi Marek, Thank you for the patch. On dim., mars 17, 2024 at 05:42, Marek Vasut wrote: > The dm_usb_gadget_handle_interrupts() has no place in board code. Move > this into DWC3 driver. The OMAP implementation is special, add new weak > dwc3_uboot_interrupt_status() function to decide whether

Re: [PATCH] configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR

2024-03-21 Thread Michal Simek
On 3/21/24 10:25, Tejas Bhumkar wrote: Disable CONFIG_SPI_FLASH_BAR, which activates 4-byte opcodes. Can you please be more specific? There is a bigger story behind which should be also described. The issue which this patch is addressing is that when image recovery application is running

Re: [PATCH v4 2/2] android_ab: Fix ANDROID_AB_BACKUP_OFFSET

2024-03-21 Thread Mattijs Korpershoek
Hi Colin, Since both below remarks are minor nitpicks, I can also do them when applying (to avoid delaying this series too much). Please le me know what you prefer: 1. You send a v5 at your convience 2. I do the minor fixups and I merge right away. Again, thank you for doing your first U-Boot

[PATCH] configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR

2024-03-21 Thread Tejas Bhumkar
Disable CONFIG_SPI_FLASH_BAR, which activates 4-byte opcodes. Signed-off-by: Tejas Bhumkar --- configs/xilinx_zynqmp_kria_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/xilinx_zynqmp_kria_defconfig b/configs/xilinx_zynqmp_kria_defconfig index 7cb8b62d32..7af8b27be9 100644

Re: [PATCH 1/5] usb: dwc3-generic: implement Qualcomm wrapper

2024-03-21 Thread Mattijs Korpershoek
Hi Caleb, Marek, On jeu., mars 21, 2024 at 06:34, Marek Vasut wrote: > On 3/13/24 7:22 PM, Caleb Connolly wrote: > > [...] > +static inline void dwc3_qcom_setbits(void __iomem *base, u32 offset, u32 val) +{ +    u32 reg; + +    reg = readl(base + offset); +   

Re: [PATCH v4 0/5] Qualcomm DWC3 USB support

2024-03-21 Thread Mattijs Korpershoek
Hi, On Wed, 20 Mar 2024 14:30:46 +, Caleb Connolly wrote: > This series enables support for Qualcomm platforms in the DWC3 driver, > adds support for arbitrary sector sizes to the USB mass storage gadget, > and fixes an issue with the CDC ACM driver where it wouldn't initialise > the USB

Re: [PATCH v2 6/6] cmd: nand: Add new optional sub-command 'onfi'

2024-03-21 Thread Michael Nazzareno Trimarchi
Hi I think this command can be really useful. On Wed, Mar 20, 2024 at 3:09 PM wrote: > > Hi Alex, > > > > Override the ONFI timing mode at runtime. > > Signed-off-by: Alexander Dahl > --- > > I used the same board sam9x75-curiosity to

[PATCH] arm64: zynqmp: Disable Tri-state for SDIO

2024-03-21 Thread Tejas Bhumkar
Since the zynqmp pinctrl driver now includes support for the tri-state registers, ensure that the pins needing output-enable are correctly configured for SOMs. Currently, there is an issue with the detection of the MMC for the SOM kv260, resulting in the following error: ZynqMP> mmc dev 1 Card

[PATCH] arm64: zynqmp: Disable Tri-state for SDIO

2024-03-21 Thread Tejas Bhumkar
Since the zynqmp pinctrl driver now includes support for the tri-state registers, ensure that the pins needing output-enable are correctly configured for SOMs. Currently, there is an issue with the detection of the MMC for the SOM kv260, resulting in the following error: ZynqMP> mmc dev 1 Card

Pull request efi-2024-04-rc5-2

2024-03-21 Thread Heinrich Schuchardt
Dear Tom, The following changes since commit 6ec096a7116a5f1f7dfac5f69ef192429331905c: Merge tag 'u-boot-imx-master-20240317' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-03-17 19:43:02 -0400) are available in the Git repository at:

Re: [PATCH 1/2] spl: Introduce architecture specific init function

2024-03-21 Thread Lukas Funke
On 20.03.2024 16:49, Andre Przywara wrote: On Wed, 20 Mar 2024 11:33:16 -0400 Tom Rini wrote: Hi, On Wed, Mar 20, 2024 at 08:52:30PM +0530, Devarsh Thakkar wrote: Hi Tom, Lukas, Thanks for the patch Lukas. On 20/03/24 20:00, Tom Rini wrote: On Wed, Mar 20, 2024 at 02:19:26PM +0100,

Pull request efi-next-20240321

2024-03-21 Thread Heinrich Schuchardt
Dear Tom, The following changes since commit e50cb36cb5e772d5bbd30d070faedf7323406364: Merge branch '2024-03-19-assorted-updates' into next (2024-03-20 08:39:05 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-next-20240321

RE: [PATCH 1/1] .mailmap entry for Masahisa Kojima

2024-03-21 Thread kojima.masahisa
Hi Heinrich, > -Original Message- > From: Heinrich Schuchardt > Sent: Monday, March 18, 2024 7:47 PM > To: Tom Rini > Cc: u-boot@lists.denx.de; Heinrich Schuchardt > ; Kojima, Masahisa/小島 雅久 > > Subject: [PATCH 1/1] .mailmap entry for Masahisa Kojima > > The Linaro mail address is not

RE: [PATCH] efi_loader: accept append write with valid size and data

2024-03-21 Thread kojima.masahisa
> -Original Message- > From: Heinrich Schuchardt > Sent: Thursday, March 21, 2024 3:21 PM > To: Kojima, Masahisa/小島 雅久 > Cc: u-boot@lists.denx.de; ilias.apalodi...@linaro.org > Subject: Re: [PATCH] efi_loader: accept append write with valid size and data > > On 3/18/24 03:46,

Re: [PATCH] efi_loader: accept append write with valid size and data

2024-03-21 Thread Heinrich Schuchardt
On 3/18/24 03:46, kojima.masah...@socionext.com wrote: Hi Heinrich, -Original Message- From: Heinrich Schuchardt Sent: Friday, March 15, 2024 4:58 PM To: Kojima, Masahisa/小島 雅久 Cc: u-boot@lists.denx.de; Ilias Apalodimas Subject: Re: [PATCH] efi_loader: accept append write with valid

<    1   2