[PATCH v1] lib: elf: Fix bootelf -p crash issue

2024-08-07 Thread jianfenga....@sony.com
Do not load and flush segments whose program header type is not PT_LOAD to avoid crash happen. bootelf will load all program headers and then flush cache. Since PT_GNU_STACK start address is 0x0, crash happens when it flushes PT_GNU_STACK area for target that memory cannot be accessed from address

usb: ehci: Fix db410c usb reset not working

2024-08-19 Thread jianfenga....@sony.com
usb reset not working error log dragonboard410c => usb reset resetting USB... Bus usb@78d9000: Port not available. dragonboard410c => After commit ed8fbd2889fc

回复: usb: ehci: Fix db410c usb reset not working

2024-08-20 Thread jianfenga....@sony.com
c usb reset not working   On 19/08/2024 13:21, Marek Vasut wrote: > On 8/19/24 4:05 AM, jianfenga@sony.com wrote: >> usb reset not working error log >> >> dragonboard410c => usb reset >> res

RE: usb: ehci: Fix db410c usb reset not working

2024-10-14 Thread jianfenga....@sony.com
.@konsulko.com 抄送: Cao, Jacky ; u-boot-q...@groups.io ; u-boot@lists.denx.de 主题: Re: usb: ehci: Fix db410c usb reset not working   On 19/08/2024 13:21, Marek Vasut wrote: > On 8/19/24 4:05 AM, jianfenga@sony.

RE: phy: Fix db410c crash issue during usb_stop

2024-10-14 Thread jianfenga....@sony.com
Is there any update on this issue? I found that this issue still exists on the latest v2024.10 u-boot. -Original Message- From: Zhu, Jianfeng Sent: Friday, August 23, 2024 1:00 PM To: caleb.conno...@linaro.org; neil.armstr...@linaro.org; ma...@denx.de; tr...@konsulko.com Cc: u-boot-q...@

[v2] phy: Fix db410c crash issue during usb_stop

2024-11-21 Thread jianfenga....@sony.com
usb stop crash log dragonboard410c => usb start starting USB... Bus usb@78d9000: USB EHCI 1.00 scanning bus usb@78d9000 for devices... 4 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found drag