Re: [PATCH 061/149] board: freescale: Remove and add needed includes

2024-05-01 Thread Jason Liu
Peng Fan > Cc: Giulio Benetti > Cc: Jesse Taube > Cc: Pramod Kumar > Cc: Alison Wang > Cc: Tang Yuantian > Cc: Mingkai Hu > Cc: Ashish Kumar > Cc: Priyanka Jain > Cc: Wasim Khan > Cc: Meenakshi Aggarwal > Cc: Angelo Dureghello > Cc: TsiChung Liew >

Re: [PATCH] imx53-qsb: Convert to watchdog driver model

2024-02-23 Thread Jason Liu
From: Fabio Estevam Sent: Thursday, February 22, 2024 1:39 AM To: sba...@denx.de Cc: Jason Liu ; u-boot@lists.denx.de ; Fabio Estevam Subject: [PATCH] imx53-qsb: Convert to watchdog driver model Commit 68dcbdd594d4 ("ARM: imx: Add weak default rese

Re: [PATCH] board: ti: am62x: Add variable device tree in env

2023-07-31 Thread Jason Kacines
On Mon, Jul 31, 2023 at 09:36:38AM -0500, Andrew Davis wrote: > On 7/31/23 9:27 AM, Jason Kacines wrote: > > Added variable default_device_tree that grabs from defconfig. Prevents > > needing to change this variable in two locations if using a separate > > device tree. In

[PATCH] board: ti: am62x: Add variable device tree in env

2023-07-31 Thread Jason Kacines
Added variable default_device_tree that grabs from defconfig. Prevents needing to change this variable in two locations if using a separate device tree. In the future, it would be a good idea to remove this logic completely, but this will help reduce complications. Signed-off-by: Jason Kacines

[PATCH] docs: boards: ti: add openocd spl debugging docs

2023-07-21 Thread Jason Kacines
Add documentation on how to use OpenOCD to debug U-Boot for TI K3 Generation boards. Signed-off-by: Jason Kacines --- doc/board/ti/am62x_openocd.rst | 248 + doc/board/ti/k3.rst| 20 ++- 2 files changed, 265 insertions(+), 3 deletions(-) create mode

[RFC PATCH 3/3] board: ti: am62x: Add am62x_evm defconfig fragments

2023-07-11 Thread Jason Kacines
ed to access the .config fragments from /board/../ Also remove the original am62x_evm defconfigs now that fragments will be used to support to the board. Signed-off-by: Jason Kacines --- board/ti/am62x/am62x_evm_a53.config | 38 + board/ti/am62x/am62x_evm_r5.config | 51

[RFC PATCH 2/3] configs: Add am62x wakeup defconfigs

2023-07-11 Thread Jason Kacines
-by: Jason Kacines --- configs/am62x_a53_defconfig | 78 ++ configs/am62x_r5_defconfig | 94 + 2 files changed, 172 insertions(+) create mode 100644 configs/am62x_a53_defconfig create mode 100644 configs/am62x_r5_defconfig diff --git

[RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

2023-07-11 Thread Jason Kacines
Add support to config fragments (.config) located in the /board directory. This will allow only base defconfigs to live in /configs and all fragments to live in their respective device directory in /board/.. Signed-off-by: Jason Kacines --- scripts/kconfig/Makefile | 4 +++- 1 file changed, 3

[RFC PATCH 0/3] Minimal platform configuration

2023-07-11 Thread Jason Kacines
use for new board wakeups with individual board/ti/*.config fragments for each board varient. Jason Kacines (3): scripts: kconfig: Add config fragment support in board/../ configs: Add am62x wakeup defconfigs board: ti: am62x: Add am62x_evm defconfig fragments board/ti/am62x/am62x_evm_a53

RE: [PATCH 00/13] x86: Various minor enhancements for coreboot

2023-02-21 Thread Jason Liu
> -Original Message- > From: Simon Glass > Sent: 2023年2月21日 3:49 > To: U-Boot Mailing List > Cc: Bin Meng ; Simon Glass ; > AKASHI Takahiro ; Andrew Scull > ; Heinrich Schuchardt ; Ilias > Apalodimas ; Jason Liu ; > John Keeping ; Marek Vasut ; > Mas

RE: [PATCH v2 3/4] cmd: bdinfo: introduce bdinfo_print_size() helper

2022-08-30 Thread Jason Liu
> -Original Message- > From: Ovidiu Panait > Sent: 2022年8月30日 1:02 > To: u-boot@lists.denx.de > Cc: Ovidiu Panait ; Simon Glass ; > Andy Shevchenko ; Dzmitry Sankouski > ; Heinrich Schuchardt ; Jason > Liu > Subject: [PATCH v2 3/4] cmd: bdinfo: introduce

Re: [PATCH 1/5] lib: crypto: add mscode_parser

2022-07-05 Thread Jason A. Donenfeld
around (data_len), but are you sure you want to keep that print line in there? Jason

RE: [PATCH 07/14] video: Drop references to CONFIG_VIDEO et al

2022-01-26 Thread Jason Liu
cchi ; Fabio Estevam > ; Heiko Schocher ; Heinrich Schuchardt > ; Jaehoon Chung ; Jason > Liu ; Joel Peshkin ; > Kory Maincent ; Marek Vasut > ; Michal Simek ; dl-uboot-imx > ; Ovidiu Panait ; Peng > Fan ; Rasmus Villemoes ; > samuel.e...@siemens.com; Stefan Bosch ; Stefan > Ro

RE: [RFC PATCH 04/10] FWU: Add metadata access functions for GPT partitioned block devices

2021-12-09 Thread Jason Liu
as > ; Jose Marinho ; Grant > Likely ; Jason Liu ; Sughosh > Ganu > Subject: [RFC PATCH 04/10] FWU: Add metadata access functions for GPT > partitioned block devices > > In the FWU Multi Bank Update feature, the information about the updatable > images is stored as part of the

Re: [PATCH] rockchip: rk3328: fix booting error for nanopi-r2s

2021-08-11 Thread Jason Lee
Sorry to resend this, I forget to re-subscribe mail list. The 'sdmmc0m1_gpio' is defined, more see last email. Thanks, - Jason Jason Lee 于2021年8月12日周四 上午9:57写道: > > The 'sdmmc0m1_gpio' is defined in arch/arm/dts/rk3328.dtsi, which is > included at the beginning of rk3328-nanop

[PATCH v2 2/4] xhci.c: Add polling support for USB keyboards

2020-09-13 Thread Jason Wessel
lock state was added to quickly return instead of blocking for up to 5 seconds waiting for an event before timing out. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 26 +- drivers/usb/host/xhci.c | 11 ++- include/usb/xhci.h | 5 +++-

[PATCH v2 3/4] xhci-ring.c: Add poll pending state to properly abort transactions

2020-09-13 Thread Jason Wessel
a series of commands and responses from a specific device. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 80 include/usb/xhci.h | 5 +++ 2 files changed, 69 insertions(+), 16 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b

[PATCH 0/4][v2] xhci fixes for rpi4

2020-09-13 Thread Jason Wessel
. Jason Wessel (4): xhci.c: Add retry in xhci_address_device() xhci.c: Add polling support for USB keyboards xhci-ring.c: Add poll pending state to properly abort transactions xhci-ring.c: Fix crash when issuing "usb reset" drivers/usb/host/xhci-ri

[PATCH v2 1/4] xhci.c: Add retry in xhci_address_device()

2020-09-13 Thread Jason Wessel
for devices... Device not responding to set address. USB device not accepting new address (error=8000) Signed-off-by: Jason Wessel --- drivers/usb/host/xhci.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index

[PATCH v2 4/4] xhci-ring.c: Fix crash when issuing "usb reset"

2020-09-13 Thread Jason Wessel
ing u-boot from a null dereference. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index 00a0491771..bbb4410908 100644 --- a/drivers/usb

Re: [PATCH 5/9] xhci-ring.c: Add the poll_pend state to properly abort transactions

2020-08-23 Thread Jason Wessel
On 8/20/20 3:26 AM, Bin Meng wrote: > Hi Jason, > > On Sat, Jul 25, 2020 at 5:51 AM Jason Wessel > wrote: >> >> xhci_trl_tx and xhchi_bulk_tx can be called synchronously by other >> drivers such as the usb storage or network, while the keyboard driver >&g

[PATCH 0/2][v2] Raspberry pi improvements usb core

2020-08-22 Thread Jason Wessel
. The new patches allow for a wider variety of usb keyboards to be used with u-boot. Jason Wessel (2): usb_kbd: Remove the initial interrupt request dwc2: Retry when a usb_stall occurs. common/usb_kbd.c| 10 +- drivers/usb/host/dwc2.c | 3 +++ 2 files changed, 8 insertions

Re: [RESEND][PATCH 1/3] usb_kbd: succeed even if no interrupt is pending

2020-08-18 Thread Jason Wessel
On 8/18/20 12:20 PM, Marek Vasut wrote: > On 8/18/20 6:54 PM, Jason Wessel wrote: >> >> >> On 8/18/20 10:05 AM, Marek Vasut wrote: >>> On 8/18/20 4:34 PM, Jason Wessel wrote: >>>> After the initial configuration some USB keyboard+mouse d

Re: [RESEND][PATCH 2/3] common/usb.c: Work around keyboard reporting "USB device not accepting new address"

2020-08-18 Thread Jason Wessel
On 8/18/20 10:08 AM, Marek Vasut wrote: > On 8/18/20 4:34 PM, Jason Wessel wrote: >> When resetting the rpi3 board sometimes it will display: >> USB device not accepting new address (error=0) >> >> After the message appears, the usb keyboa

Re: [RESEND][PATCH 3/3] usb.c: Add a retry in the usb_prepare_device()

2020-08-18 Thread Jason Wessel
e devices... 1 Storage Device(s) found The only way I found to make it work reliably was to have it retry in the usb_prepare_device(). Jason. On 8/18/20 10:08 AM, Marek Vasut wrote: > On 8/18/20 4:34 PM, Jason Wessel wrote: >> I have found through testing some USB 2 composite mouse/keyb

Re: [RESEND][PATCH 1/3] usb_kbd: succeed even if no interrupt is pending

2020-08-18 Thread Jason Wessel
On 8/18/20 10:05 AM, Marek Vasut wrote: > On 8/18/20 4:34 PM, Jason Wessel wrote: >> After the initial configuration some USB keyboard+mouse devices never >> return any kind of event on the interrupt line. In particular, the >> device identified by "Cypress Cypres

[RESEND][PATCH 2/3] common/usb.c: Work around keyboard reporting "USB device not accepting new address"

2020-08-18 Thread Jason Wessel
and continuing allows the usb keyboard and other usb devices to work function. Signed-off-by: Jason Wessel --- common/usb.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/common/usb.c b/common/usb.c index aad13fd9c5..0eb5d40a2d 100644 --- a/common/usb.c +++ b/common/usb.c

[RESEND][PATCH 3/3] usb.c: Add a retry in the usb_prepare_device()

2020-08-18 Thread Jason Wessel
to function properly. Signed-off-by: Jason Wessel --- common/usb.c | 9 + 1 file changed, 9 insertions(+) diff --git a/common/usb.c b/common/usb.c index 0eb5d40a2d..39bae86a11 100644 --- a/common/usb.c +++ b/common/usb.c @@ -1032,6 +1032,7 @@ static int usb_prepare_device(struct usb_device

[RESEND][PATCH 0/3] Raspberry pi improvements usb core

2020-08-18 Thread Jason Wessel
The commit 57805f2270c4 ("net: bcmgenet: Don't set ID_MODE_DIS when not using RGMII") needed to be extended for the case of using the rgmii-rxid. The latest version of the Rasbperry Pi4 dtb files for the 5.4 now specify the rgmii-rxid. Signed-off-by: Jason Wessel Commit 9a21770 #35:

[RESEND][PATCH 1/3] usb_kbd: succeed even if no interrupt is pending

2020-08-18 Thread Jason Wessel
pt service was changed to a nonblocking operation for the controllers that support this. With the patch applied, the rpi3 and rpi4 work well with the more complex keyboard devices. Signed-off-by: Jason Wessel --- common/usb_kbd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --gi

[PATCH 8/9] bcmgenet: fix DMA buffer management

2020-07-24 Thread Jason Wessel
few variables had to be reset accordingly (c_index, tx_index, rx_index). The rx_index and tx_index have only 256 entries so the bottom 8 bits must be masked off. Originated-by: Etienne Dublé Signed-off-by: Jason Wessel --- drivers/net/bcmgenet.c | 17 + 1 file changed, 9 insertions(

[PATCH 1/9] fs/fat/fat.c: Do not perform zero block reads if there are no blocks left

2020-07-24 Thread Jason Wessel
72 6f 6f 74 77 61 69 74 0a le=0 rootwait. - Signed-off-by: Jason Wessel Reviewed-by: Tom Rini --- fs/fat/fat.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 9578b74bae..28aa5aaa9f 100644 ---

[PULL][PATCH 0/9] Raspberry pi improvements qemu/usb/ethernet

2020-07-24 Thread Jason Wessel
ow specify the rgmii-rxid. Signed-off-by: Jason Wessel Commit 9a21770 #35: Rpi master Branch master -- End Travis CI checks -- Prior to this patch set, I had just a small number of USB keyboards function properly with the Rasbpberry Pi boards. Nearly every composite USB keyboard/mouse I

[PATCH 7/9] usb.c: Add a retry in the usb_prepare_device()

2020-07-24 Thread Jason Wessel
to function properly. Signed-off-by: Jason Wessel --- common/usb.c | 9 + 1 file changed, 9 insertions(+) diff --git a/common/usb.c b/common/usb.c index 0eb5d40a2d..39bae86a11 100644 --- a/common/usb.c +++ b/common/usb.c @@ -1032,6 +1032,7 @@ static int usb_prepare_device(struct usb_device

[PATCH 2/9] xhci: Add polling support for USB keyboards

2020-07-24 Thread Jason Wessel
lock state was added to quickly return instead of blocking for up to 5 seconds waiting for an event before timing out. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 26 +- drivers/usb/host/xhci.c | 11 ++- include/usb/xhci.h | 5 +++-

[PATCH 5/9] xhci-ring.c: Add the poll_pend state to properly abort transactions

2020-07-24 Thread Jason Wessel
. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 86 +--- 1 file changed, 70 insertions(+), 16 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index b7b2e16410..d6339f4f0a 100644 --- a/drivers/usb/host/xhci-ring.c

[PATCH 6/9] xhci-ring: Fix crash when issuing "usb reset"

2020-07-24 Thread Jason Wessel
lag should be cleared. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index d6339f4f0a..f2a07204cd 100644 --- a/drivers/usb/host/xhci-ri

[PATCH 9/9] bcmgenet: Add support for rgmii-rxid

2020-07-24 Thread Jason Wessel
The commit 57805f2270c4 ("net: bcmgenet: Don't set ID_MODE_DIS when not using RGMII") needed to be extended for the case of using the rgmii-rxid. The latest version of the Rasbperry Pi4 dtb files for the 5.4 now specify the rgmii-rxid. Signed-off-by: Jason Wessel --- drivers/net/bcmg

[PATCH 3/9] usb_kbd: succeed even if no interrupt is pending

2020-07-24 Thread Jason Wessel
pt service was changed to a nonblocking operation for the controllers that support this. With the patch applied, the rpi3 and rpi4 work well with the more complex keyboard devices. Signed-off-by: Jason Wessel --- common/usb_kbd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --gi

[PATCH 4/9] common/usb.c: Work around keyboard reporting "USB device not accepting new address"

2020-07-24 Thread Jason Wessel
and continuing allows the usb keyboard and other usb devices to work function. Signed-off-by: Jason Wessel --- common/usb.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/common/usb.c b/common/usb.c index aad13fd9c5..0eb5d40a2d 100644 --- a/common/usb.c +++ b/common/usb.c

[PATCH 1/2] bcmgenet: fix DMA buffer management

2020-07-17 Thread Jason Wessel
few variables had to be reset accordingly (c_index, tx_index, rx_index). The rx_index and tx_index have only 256 entries so the bottom 8 bits must be masked off. Originated-by: Etienne Dublé Signed-off-by: Jason Wessel --- drivers/net/bcmgenet.c | 17 + 1 file changed, 9 insertions(

[PATCH 2/2] bcmgenet: Add support for rgmii-rxid

2020-07-17 Thread Jason Wessel
The commit 57805f2270c4 ("net: bcmgenet: Don't set ID_MODE_DIS when not using RGMII") needed to be extended for the case of using the rgmii-rxid. The latest version of the Rasbperry Pi4 dtb files for the 5.4 now specify the rgmii-rxid. Signed-off-by: Jason Wessel --- drivers/net/bcmg

Re: [PATCH] bcmgenet: fix DMA buffer management

2020-07-16 Thread Jason Wessel
On 7/16/20 11:02 AM, Jason Wessel wrote: > > > On 7/16/20 7:02 AM, Jason Wessel wrote: >> On 7/9/20 3:11 AM, etienne.du...@gmail.com wrote: >>> From: Etienne Dublé >>> >>> This commit fixes a serious issue occuring when several network >

Re: [PATCH] bcmgenet: fix DMA buffer management

2020-07-16 Thread Jason Wessel
On 7/16/20 7:02 AM, Jason Wessel wrote: > On 7/9/20 3:11 AM, etienne.du...@gmail.com wrote: >> From: Etienne Dublé >> >> This commit fixes a serious issue occuring when several network >> commands are run on a raspberry pi 4 board: for instance a "dhcp" >

Re: [PATCH] bcmgenet: fix DMA buffer management

2020-07-16 Thread Jason Wessel
). While there is some kind of problem with the driver, because I too have observed a problem with multiple requests timing out or failing, this patch makes the problem much worse. I was only able to complete a single tftp request. In my case I am using a static IP address and serverip. A

[PATCH 6/6] usb.c: Add a retry in the usb_prepare_device()

2020-07-15 Thread Jason Wessel
to function properly. Signed-off-by: Jason Wessel --- common/usb.c | 9 + 1 file changed, 9 insertions(+) diff --git a/common/usb.c b/common/usb.c index 0eb5d40a2d..39bae86a11 100644 --- a/common/usb.c +++ b/common/usb.c @@ -1032,6 +1032,7 @@ static int usb_prepare_device(struct usb_device

[PATCH 5/6] xhci-ring: Fix crash when issuing "usb reset"

2020-07-15 Thread Jason Wessel
lag should be cleared. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index d6339f4f0a..f2a07204cd 100644 --- a/drivers/usb/host/xhci-ri

[PATCH 1/6] xhci: Add polling support for USB keyboards

2020-07-15 Thread Jason Wessel
lock state was added to quickly return instead of blocking for up to 5 seconds waiting for an event before timing out. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 26 +- drivers/usb/host/xhci.c | 11 ++- include/usb/xhci.h | 5 +++-

[PATCH 3/6] common/usb.c: Work around keyboard reporting "USB device not accepting new address"

2020-07-15 Thread Jason Wessel
and continuing allows the usb keyboard and other usb devices to work function. Signed-off-by: Jason Wessel --- common/usb.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/common/usb.c b/common/usb.c index aad13fd9c5..0eb5d40a2d 100644 --- a/common/usb.c +++ b/common/usb.c

[PATCH 4/6] xhci-ring.c: Add the poll_pend state to properly abort transactions

2020-07-15 Thread Jason Wessel
. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 86 +--- 1 file changed, 70 insertions(+), 16 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index b7b2e16410..d6339f4f0a 100644 --- a/drivers/usb/host/xhci-ring.c

[PATCH 2/6] usb_kbd: succeed even if no interrupt is pending

2020-07-15 Thread Jason Wessel
pt service was changed to a nonblocking operation for the controllers that support this. With the patch applied, the rpi3 and rpi4 work well with the more complex keyboard devices. Signed-off-by: Jason Wessel --- common/usb_kbd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --gi

[PATCH 0/6] Improve USB Keyboard support for all rpi boards

2020-07-15 Thread Jason Wessel
call to read an event. This causes major problems for the sleep function as well as for ethernet downloads where a keyboard poll for interrupting the download blocks for 5 seconds. ---- Jason Wessel (6): xhci: Add polling support for

[RFC PATCH v3 5/6] xhci-ring: Fix crash when issuing "usb reset"

2020-06-30 Thread Jason Wessel
lag should be cleared. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index 1c00f2d496..ed0dea9fca 100644 --- a/drivers/usb/host/xhci-ri

[RFC PATCH v3 0/6] Improve USB Keyboard support for rpi3/rpi4

2020-06-30 Thread Jason Wessel
nges are in the core USB functions. I performed tests with a number of usb modules attached including storage, ethernet, serial, wifi, keyboard, and mouse without any issues. ---- Jason Wessel (6): xhci: Add polling support for

[RFC PATCH v3 1/6] xhci: Add polling support for USB keyboards

2020-06-30 Thread Jason Wessel
lock state was added to quickly return instead of blocking for up to 5 seconds waiting for an event before timing out. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 26 +- drivers/usb/host/xhci.c | 11 ++- include/usb/xhci.h | 5 +++-

[RFC PATCH v3 6/6] usb.c: Add a retry in the usb_prepare_device()

2020-06-30 Thread Jason Wessel
to function properly. Signed-off-by: Jason Wessel --- common/usb.c | 9 + 1 file changed, 9 insertions(+) diff --git a/common/usb.c b/common/usb.c index ba83bb960b..fb091440cc 100644 --- a/common/usb.c +++ b/common/usb.c @@ -1054,6 +1054,15 @@ static int usb_prepare_device(struct

[RFC PATCH v3 4/6] xhci-ring.c: Add the poll_pend state to properly abort transactions

2020-06-30 Thread Jason Wessel
. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 86 +--- 1 file changed, 70 insertions(+), 16 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index b7b2e16410..1c00f2d496 100644 --- a/drivers/usb/host/xhci-ring.c

[RFC PATCH v3 3/6] common/usb.c: Work around keyboard reporting "USB device not accepting new address"

2020-06-30 Thread Jason Wessel
and continuing allows the usb keyboard and other usb devices to work function. Signed-off-by: Jason Wessel --- common/usb.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/common/usb.c b/common/usb.c index aad13fd9c5..ba83bb960b 100644 --- a/common/usb.c +++ b/common/usb.c

[RFC PATCH v3 2/6] usb_kbd: Do not fail the keyboard if it does not have an interrupt pending

2020-06-30 Thread Jason Wessel
o the call to the interrupt service was changed to a nonblocking operation for the controllers that support this. With the patch applied, the rpi3 and rpi4 work well with the more complex keyboard devices. Signed-off-by: Jason Wessel --- common/usb_kbd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletio

[RFC PATCH v2 4/5] xhci-ring.c: Add the poll_pend state to properly abort transactions

2020-06-30 Thread Jason Wessel
. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 86 +--- 1 file changed, 70 insertions(+), 16 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index b7b2e16410..1c00f2d496 100644 --- a/drivers/usb/host/xhci-ring.c

[RFC PATCH v2 5/5] xhci-ring: Fix crash when issuing "usb reset"

2020-06-30 Thread Jason Wessel
lag should be cleared. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index 1c00f2d496..ed0dea9fca 100644 --- a/drivers/usb/host/xhci-ri

[RFC PATCH v2 3/5] common/usb.c: Work around keyboard reporting "USB device not accepting new address"

2020-06-30 Thread Jason Wessel
and continuing allows the usb keyboard and other usb devices to work function. Signed-off-by: Jason Wessel --- common/usb.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/common/usb.c b/common/usb.c index aad13fd9c5..ba83bb960b 100644 --- a/common/usb.c +++ b/common/usb.c

[RFC PATCH v2 0/5] Improve USB Keyboard support for rpi3/rpi4

2020-06-30 Thread Jason Wessel
oard, and mouse without any issues. ---- Jason Wessel (5): xhci: Add polling support for USB keyboards usb_kbd: Do not fail the keyboard if it does not have an interrupt pending common/usb.c: Work around keyboard reporting "U

[RFC PATCH v2 2/5] usb_kbd: Do not fail the keyboard if it does not have an interrupt pending

2020-06-30 Thread Jason Wessel
o the call to the interrupt service was changed to a nonblocking operation for the controllers that support this. With the patch applied, the rpi3 and rpi4 work well with the more complex keyboard devices. Signed-off-by: Jason Wessel --- common/usb_kbd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletio

[RFC PATCH v2 1/5] xhci: Add polling support for USB keyboards

2020-06-30 Thread Jason Wessel
lock state was added to quickly return instead of blocking for up to 5 seconds waiting for an event before timing out. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 26 +- drivers/usb/host/xhci.c | 11 ++- include/usb/xhci.h | 5 +++-

[RFC PATCH 2/3] usb_kbd: Do not fail the keyboard if it does not have an interrupt pending

2020-06-25 Thread Jason Wessel
o the call to the interrupt service was changed to a nonblocking operation for the controllers that support this. With the patch applied, the rpi3 and rpi4 work well with the more complex keyboard devices. Signed-off-by: Jason Wessel --- common/usb_kbd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletio

[RFC PATCH 1/3] xhci: Add polling support for USB keyboards

2020-06-25 Thread Jason Wessel
lock state was added to quickly return instead of blocking for up to 5 seconds waiting for an event before timing out. Signed-off-by: Jason Wessel --- drivers/usb/host/xhci-ring.c | 24 +++- drivers/usb/host/xhci.c | 10 +- include/usb/xhci.h | 5 +++-- 3 fil

[RFC PATCH 3/3] common/usb.c: Work around keyboard reporting "USB device not accepting new address"

2020-06-25 Thread Jason Wessel
and continuing allows the usb keyboard and other usb devices to work function. Signed-off-by: Jason Wessel --- common/usb.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/common/usb.c b/common/usb.c index aad13fd9c5..2f7f205444 100644 --- a/common/usb.c +++ b/common/usb.c

[RFC PATCH 0/3] Improve USB Keyboard support for rpi3/rpi4

2020-06-25 Thread Jason Wessel
, serial, wifi, keyboard, and mouse without any issues. Jason Wessel (3): xhci: Add polling support for USB keyboards usb_kbd: Do not fail the keyboard if it does not have an interrupt pending common/usb.c: Work around

[PATCH v3] fs/fat/fat.c: Do not perform zero block reads if there are no blocks left

2020-06-23 Thread Jason Wessel
72 6f 6f 74 77 61 69 74 0a le=0 rootwait. - Signed-off-by: Jason Wessel Signed-off-by: Jason Wessel --- fs/fat/fat.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 7fd29470c1..dfad1e910b 1006

[PATCH] fs/fat/fat.c: Do not perform zero block reads if there are no blocks left

2020-06-19 Thread Jason Wessel
5f 65 6e 61 62dwc_otg.lpm_enab 40080010: 6c 65 3d 30 20 72 6f 6f 74 77 61 69 74 0a le=0 rootwait. - Signed-off-by: Jason Wessel --- fs/fat/fat.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 7fd2947

[PATCH] fs/fat.c: Do not perform zero block reads if there are no blocks left

2020-06-19 Thread Jason Wessel
72 6f 6f 74 77 61 69 74 0a le=0 rootwait. - Signed-off-by: Jason Wessel --- fs/fat/fat.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 7fd29470c1..8233a74620 100644 --- a/fs/fat/fat.c +++

[PATCH] fs/fat.c: Do not perform zero block reads if there are no blocks left

2020-06-19 Thread Jason Wessel
72 6f 6f 74 77 61 69 74 0a le=0 rootwait. - Signed-off-by: Jason Wessel --- fs/fat/fat.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 7fd29470c1..8233a74620 100644 --- a/fs/fat/fat.c +++

RE: [PATCH v3 1/2] mtd: rawnand: ca_nand: add Cortina Access Parallel NAND controller support

2020-06-02 Thread Jason Li
Hi Miquel/Tom, >> Hi Alex, >> >> Alex Nemirovsky wrote on Mon, 1 >> Jun 2020 14:26:49 -0700: >> >> > From: Jason Li >> > >> > Supports all CA SoCs which support a parallel nand controller. >> > It should be noted

RE: [PATCH 8/8] imx: convert mx53loco board to DM_VIDEO

2020-05-26 Thread Jason Liu
> -Original Message- > From: Anatolij Gustschin > Sent: Tuesday, May 26, 2020 7:42 AM > To: u-boot@lists.denx.de > Cc: Jason Liu > Subject: [PATCH 8/8] imx: convert mx53loco board to DM_VIDEO > > Migration to DM_VIDEO driver is long overdue. Update def

Re: [U-Boot] [PATCH] spl_mmc: always use find_mmc_device() to get mmc handler

2019-07-25 Thread jason....@rock-chips.com
the block layer interface to access mmc devices, use find_mmc_device to get current devnum but not uclass_get_device. Thanks and regards, Jason jason@rock-chips.com From: Lokesh Vutla Date: 2019-07-25 18:39 To: Kever Yang; u-boot@lists.denx.de CC: jason@rock-chips.com; Marek Vasut; Tien Fong

Re: [U-Boot] [v3, 3/5] Convert to use fsl_esdhc_imx for i.MX platforms

2019-05-28 Thread Jason Liu
einer ; Stefan Roese ; Patrick > Bruenn ; Troy Kisky > ; Uri Mashiach > ; Nikita Kiryanov ; > Otavio Salvador ; Andreas Geisreiter > ; Ludwig Zenz ; Eric > Bénard ; Peng Fan ; Jason Liu > ; Ye Li ; Adrian Alonso > ; Alison Wang ; > thar...@gateworks.com; Ian Ray ; Marcin Nie

Re: [U-Boot] [v3, 1/5] Move CONFIG_FSL_ESDHC to defconfig

2019-05-28 Thread Jason Liu
einer ; Stefan Roese ; Patrick > Bruenn ; Troy Kisky > ; Uri Mashiach > ; Nikita Kiryanov ; > Otavio Salvador ; Andreas Geisreiter > ; Ludwig Zenz ; Eric > Bénard ; Peng Fan ; Jason Liu > ; Ye Li ; Adrian Alonso > ; Alison Wang ; > thar...@gateworks.com; Ian Ray ; Marcin Nie

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-13 Thread Jason Rush
On 7/11/2018 1:54 PM, Marek Vasut wrote: > On 07/11/2018 07:30 PM, Trent Piepho wrote: >> On Wed, 2018-07-11 at 08:56 -0500, Jason Rush wrote: >>> On 7/11/2018 8:48 AM, Marek Vasut wrote: >>>> On 07/11/2018 03:49 PM, Jason Rush wrote: >>>>> My mistake.

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-11 Thread Jason Rush
On 7/11/2018 8:48 AM, Marek Vasut wrote: > On 07/11/2018 03:49 PM, Jason Rush wrote: >> On 7/11/2018 3:55 AM, Marek Vasut wrote: >>> On 07/11/2018 05:11 AM, Jason Rush wrote: >>> [...] >>> >>>>>>>> However, if I press the HPS

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-11 Thread Jason Rush
On 7/11/2018 3:55 AM, Marek Vasut wrote: > On 07/11/2018 05:11 AM, Jason Rush wrote: > [...] > >>>>>> However, if I press the HPS_RST push button on the SoCKit (which is >>>>>> connected >>>>>> to power on reset), occasionally U-B

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-10 Thread Jason Rush
On 7/10/2018 11:11 AM, Marek Vasut wrote: > On 07/10/2018 02:10 PM, Jason Rush wrote: >> On 7/9/2018 3:08 AM, Marek Vasut wrote: >>> On 07/07/2018 12:56 AM, Jason Rush wrote: >>>> On 7/5/2018 6:10 PM, Marek Vasut wrote: >>>>> On 07/06/2018 01:11 AM,

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-10 Thread Jason Rush
On 7/9/2018 3:08 AM, Marek Vasut wrote: > On 07/07/2018 12:56 AM, Jason Rush wrote: >> On 7/5/2018 6:10 PM, Marek Vasut wrote: >>> On 07/06/2018 01:11 AM, Jason Rush wrote: >>>> On 7/4/2018 2:23 AM, Marek Vasut wrote: >>>>> On 07/04/2018 01:45 AM,

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-06 Thread Jason Rush
On 7/5/2018 6:10 PM, Marek Vasut wrote: > On 07/06/2018 01:11 AM, Jason Rush wrote: >> On 7/4/2018 2:23 AM, Marek Vasut wrote: >>> On 07/04/2018 01:45 AM, Jason Rush wrote: >>>> On 7/3/2018 9:08 AM, Marek Vasut wrote: >>>>> On 07/03/2018 03:58 PM, J

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-05 Thread Jason Rush
On 7/5/2018 6:10 PM, Marek Vasut wrote: > On 07/06/2018 01:11 AM, Jason Rush wrote: >> On 7/4/2018 2:23 AM, Marek Vasut wrote: >>> On 07/04/2018 01:45 AM, Jason Rush wrote: >>>> On 7/3/2018 9:08 AM, Marek Vasut wrote: >>>>> On 07/03/2018 03:58 PM, J

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-05 Thread Jason Rush
On 7/4/2018 2:23 AM, Marek Vasut wrote: > On 07/04/2018 01:45 AM, Jason Rush wrote: >> On 7/3/2018 9:08 AM, Marek Vasut wrote: >>> On 07/03/2018 03:58 PM, Jason Rush wrote: >>>> On 6/29/2018 10:17 AM, Marek Vasut wrote: >>>>> On 06/29/2018 05:06 PM,

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-03 Thread Jason Rush
On 7/3/2018 9:08 AM, Marek Vasut wrote: > On 07/03/2018 03:58 PM, Jason Rush wrote: >> On 6/29/2018 10:17 AM, Marek Vasut wrote: >>> On 06/29/2018 05:06 PM, Jason Rush wrote: >>>> On 6/29/2018 9:52 AM, Marek Vasut wrote: >>>>> On 06/29/2018 04:44 PM,

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-03 Thread Jason Rush
On 6/29/2018 10:17 AM, Marek Vasut wrote: > On 06/29/2018 05:06 PM, Jason Rush wrote: >> On 6/29/2018 9:52 AM, Marek Vasut wrote: >>> On 06/29/2018 04:44 PM, Jason Rush wrote: >>>> On 6/29/2018 9:34 AM, Marek Vasut wrote: >>>>> On 06/29/2018 04:3

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-06-29 Thread Jason Rush
On 6/29/2018 9:52 AM, Marek Vasut wrote: > On 06/29/2018 04:44 PM, Jason Rush wrote: >> On 6/29/2018 9:34 AM, Marek Vasut wrote: >>> On 06/29/2018 04:31 PM, Jason Rush wrote: >>>> Dinh, >>> Hi, >>> >>>> A while ago, you posted the fol

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-06-29 Thread Jason Rush
On 6/29/2018 9:34 AM, Marek Vasut wrote: > On 06/29/2018 04:31 PM, Jason Rush wrote: >> Dinh, > Hi, > >> A while ago, you posted the following patchset for SoCFPGA to add the PL330 >> DMA driver, and updated the SoCFPGA SDRAM init to write zeros to SDRAM to >&g

[U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-06-29 Thread Jason Rush
could test this patch again on some different SoCFPGA boards to see if you get the same results. Regards, Jason ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] common: bootm: reserve memory bank

2018-06-18 Thread jason....@rock-chips.com
> Actually the DRAM is not only seperated in one > bank. The DRAM bank information is stored in > gd->bd->bi_dram, so reserve lmb according to > gd->bd->bi_dram. > > Signed-off-by: Jason Zhu > --- > common/bootm.c | 13 ++--- > 1 file changed, 10

[U-Boot] [PATCH] common: bootm: reserve memory bank

2018-06-14 Thread Jason Zhu
Actually the DRAM is not only seperated in one bank. The DRAM bank information is stored in gd->bd->bi_dram, so reserve lmb according to gd->bd->bi_dram. Signed-off-by: Jason Zhu --- common/bootm.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/co

[U-Boot] [PATCH] common: bootm: reserve memory bank

2018-06-14 Thread Jason Zhu
Actually the DRAM is not only seperated in one bank. The DRAM bank information is stored in gd->bd->bi_dram, so reserve lmb according to gd->bd->bi_dram. Signed-off-by: Jason Zhu --- common/bootm.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/co

Re: [U-Boot] Re-introducing support for OLD hardware

2018-05-04 Thread Jason Mitchell
o boot any build of Linux we didn't compile ourselves. This is to comply with Payment Card Industry rules. This will mean I will have to pick up new releases and ensure interoperability with whatever is current. Many Thanks Jason Mitchell On 12 April 2018 at 16:01, Tom Rini <tr...@konsul

Re: [U-Boot] Re-introducing support for OLD hardware

2018-04-16 Thread Jason Mitchell
in the field, as opposed to a loader that is 7 years old. I will clone the current mainline and start investigating how to best approach this. Thanks and Regards, Jason Mitchell On 12 April 2018 at 16:01, Tom Rini <tr...@konsulko.com> wrote: > On Thu, Apr 12, 2018 at 09:04:20AM +0200, Jason

[U-Boot] Re-introducing support for OLD hardware

2018-04-12 Thread Jason Mitchell
have no clue how U-boot actually works internally. I have FULL JTAG access to this board, with a perfectly functional OpenOCD setup. This is how we are able to program versions of U-boot into the FLASH. Hoping someone can assist Kindest Regards, Jason Mitchell Software Developer Spark ATM Systems

Re: [U-Boot] [PATCH 2/4] am335x_evm: scan more partitions and use uname_r

2018-03-10 Thread Jason Kridner
On Wed, Mar 7, 2018 at 9:27 AM Tom Rini <tr...@konsulko.com> wrote: > On Wed, Mar 07, 2018 at 05:40:42AM -0500, Jason Kridner wrote: > > > This enables mainline u-boot to boot the BeagleBoard.org Debian > > distribution builds without extensive environment modifications. &

[U-Boot] [PATCH 4/4] am335x: am335x_evm_usbspl_defconfig: NETCONSOLE

2018-03-07 Thread Jason Kridner
Enable NETCONSOLE by default. Still requires changes to the boot environment to enable on the platform. Signed-of-by: Jason Kridner <j...@ti.com> Cc: Tom Rini <tr...@konsulko.com> --- configs/am335x_evm_usbspl_defconfig | 7 +++ 1 file changed, 7 insertions(+) diff --g

[U-Boot] [PATCH 2/4] am335x_evm: scan more partitions and use uname_r

2018-03-07 Thread Jason Kridner
use uname_r to define the kernel being used for the boot to support multiple kernels stored within the boot file system without using symlinks. See http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 for more details on the BeagleBoard.org Debian image layout. Signed-off-by: Jason

  1   2   3   4   5   6   7   8   9   10   >