Re: Rpi4 issue: Unexpected XHCI event TRB, skipping... (3af546a0 00000004 01000000 01008401)

2023-03-20 Thread Ajay Kaher
On 18-Mar-2023, at 12:39 AM, Ajay Kaher mailto:aka...@vmware.com>> wrote: Hi All, Randomly observed following issue on RPi4 board, logs: U-Boot 2023.01 (Mar 17 2023 - 12:01:18 +) DRAM: 948 MiB (effective 7.9 GiB) RPI 4 Model B (0xd03114) Core: 211 devices, 17 uc

Rpi4 issue: Unexpected XHCI event TRB, skipping... (3af546a0 00000004 01000000 01008401)

2023-03-17 Thread Ajay Kaher
Hi All, Randomly observed following issue on RPi4 board, logs: U-Boot 2023.01 (Mar 17 2023 - 12:01:18 +) DRAM: 948 MiB (effective 7.9 GiB) RPI 4 Model B (0xd03114) Core: 211 devices, 17 uclasses, devicetree: board MMC: mmcnr@7e30: 1, mmc@7e34: 0 Loading

Re: [PATCH] board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only

2023-03-16 Thread Ajay Kaher
> On 16-Mar-2023, at 1:12 AM, Simon Glass wrote: > > !! External Email > > Hi Ajay, > > On Wed, 15 Mar 2023 at 13:24, Ajay Kaher wrote: >> >>> On Fri, Sep 09, 2022 at 09:16:18PM +0100, Pierre-Clément Tosi wrote: >>> >>>> When the

Re: [PATCH] board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only

2023-03-15 Thread Ajay Kaher
> On Fri, Sep 09, 2022 at 09:16:18PM +0100, Pierre-Clément Tosi wrote: > >> When the embedded device tree is pointed to by the __dtb_dt_*begin >> symbols, it seems to be covered by the early relocation code and doesn't >> need to be manually patched. >> >> Cc: Simon Glass >> Signed-off-by:

Re: [U-Boot] [PATCH v2 0/2] Fix compilation error if CONFIG_USB is disabled

2019-05-09 Thread Ajay Kaher
On 25/04/19, 7:07 PM, "Tom Rini" wrote: > On Thu, Apr 25, 2019 at 01:13:24PM +0000, Ajay Kaher wrote: > > > > Tom, [PATCH v2 1/2] reviewed by 'Matthias Brugger'. > > But no update on [Patch v2 2/2] (includes changes in include/configs/rpi.h) > >

Re: [U-Boot] [PATCH v2 0/2] Fix compilation error if CONFIG_USB is disabled

2019-04-25 Thread Ajay Kaher
Tom, [PATCH v2 1/2] reviewed by 'Matthias Brugger'. But no update on [Patch v2 2/2] (includes changes in include/configs/rpi.h) - Ajay On 11/04/19, 10:56 AM, "akaher" wrote: Fix compilation error if CONFIG_USB is disabled [Patch v2 1/2]: CONFIG_CMD_USB depends upon

Re: [U-Boot] [PATCH] Rpi: Fix compilation error if CONFIG_USB is disabled

2019-04-01 Thread Ajay Kaher
before ‘BOOT_TARGET_DEVICES_references_USB_without_CONFIG_CMD_USB’ BOOT_TARGET_DEVICES_references_USB_without_CONFIG_CMD_USB After merging rpi.h changes as per this patch, still getting compilation error if CONFIG_CMD_USB is enabled, so CONFIG_CMD_USB should depends upon CONFIG_USB. Signed-off-by: Ajay Kaher --