[U-Boot] [PATCH v2 1/3] fsl_sec: fix register layout on Layerscape architectures

2019-02-26 Thread laurentiu . tudor
From: Laurentiu Tudor On Layerscape architectures the SEC memory map is 1MB and the register blocks contained in it are 64KB aligned, not 4KB as the ccsr_sec structure currently assumes. Fix the layout of the structure for these architectures. Signed-off-by: Laurentiu Tudor Reviewed-by: Horia

Re: [U-Boot] [PATCH] usb: udc-uclass: Fixed problem when no alias is defined in DT

2019-02-26 Thread Lukasz Majewski
Hi Vignesh, > Hi Lukasz, > > On 24/01/19 8:14 PM, Jean-Jacques Hiblot wrote: > > commit 801f1fa442 "dm: usb: udc: Use SEQ_ALIAS to index the USB > > gadget ports" changed the way the udevice if found. It uses the > > alias to find a udevice for a given USB port number. In the commit > > log it

[U-Boot] [PATCH 3/4] x86: coreboot: Add the missing pc speaker node in the device tree

2019-02-26 Thread Bin Meng
This is currently missing and without it the i8254 beeper driver won't work. Signed-off-by: Bin Meng --- arch/x86/dts/coreboot.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/dts/coreboot.dts b/arch/x86/dts/coreboot.dts index e212f3d..a88da6e 100644 ---

[U-Boot] [PATCH 4/4] x86: crownbay: Enable the beeper sound driver

2019-02-26 Thread Bin Meng
Use the i8254 sound driver to support creating simple beeps. Signed-off-by: Bin Meng --- arch/x86/dts/crownbay.dts | 1 + configs/crownbay_defconfig | 3 +++ 2 files changed, 4 insertions(+) diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts index 2ffcc5f..8938a94 100644 ---

[U-Boot] [PATCH 2/4] x86: Add a dtsi file for the pc speaker

2019-02-26 Thread Bin Meng
The pc speaker driven by the i8254 is generic enough to deserve a single dtsi file to be included by boards that use it. Signed-off-by: Bin Meng --- arch/x86/dts/pcspkr.dtsi | 5 + 1 file changed, 5 insertions(+) create mode 100644 arch/x86/dts/pcspkr.dtsi diff --git

[U-Boot] [PATCH 1/4] x86: Make sure i8254 is setup correctly before generating beeps

2019-02-26 Thread Bin Meng
The i8254 timer control IO port (0x43) should be setup correctly by using PIT counter 2 to generate beeps, however in U-Boot other codes like TSC driver utilizes PIT for TSC frequency calibration and configures the counter 2 to a different mode that does not beep. Fix this by always ensuring the

Re: [U-Boot] [PATCH] usb: udc-uclass: Fixed problem when no alias is defined in DT

2019-02-26 Thread Vignesh R
Hi Lukasz, On 24/01/19 8:14 PM, Jean-Jacques Hiblot wrote: > commit 801f1fa442 "dm: usb: udc: Use SEQ_ALIAS to index the USB gadget > ports" changed the way the udevice if found. It uses the alias to find > a udevice for a given USB port number. In the commit log it was stated > that if no alias

Re: [U-Boot] [PATCH 12/12] nxp: ls1043a: use default scan_dev_for_boot

2019-02-26 Thread Ashish Kumar
> -Original Message- > From: U-Boot On Behalf Of Mian Yousaf > Kaukab > Sent: Tuesday, January 29, 2019 9:09 PM > To: u-boot@lists.denx.de > Cc: Priyanka Jain > Subject: [U-Boot] [PATCH 12/12] nxp: ls1043a: use default scan_dev_for_boot > > Default environment variable is more

Re: [U-Boot] [PATCH 01/12] nxp: ls1088a: fix dppa exit when using efi boot

2019-02-26 Thread Ashish Kumar
> -Original Message- > From: U-Boot On Behalf Of Mian Yousaf > Kaukab > Sent: Tuesday, January 29, 2019 9:09 PM > To: u-boot@lists.denx.de > Cc: Priyanka Jain > Subject: [U-Boot] [PATCH 01/12] nxp: ls1088a: fix dppa exit when using efi > boot > > Same issue for ls2080a was fixed by

Re: [U-Boot] [PATCH v1] mc : Add support to run MC in 128 MB DDR size

2019-02-26 Thread Meenakshi Aggarwal
> -Original Message- > From: Ashish Kumar > Sent: Tuesday, February 26, 2019 12:08 PM > To: Meenakshi Aggarwal ; u- > b...@lists.denx.de > Subject: RE: [U-Boot] [PATCH v1] mc : Add support to run MC in 128 MB DDR > size > > > > -Original Message- > > From: U-Boot On Behalf Of

[U-Boot] [PATCH] spi: cadence_qspi: Add quad write support

2019-02-26 Thread Ley Foon Tan
Use quad write if SPI_TX_QUAD flag is set. Signed-off-by: Ley Foon Tan --- drivers/spi/cadence_qspi.c | 2 +- drivers/spi/cadence_qspi.h | 2 +- drivers/spi/cadence_qspi_apb.c | 7 ++- 3 files changed, 8 insertions(+), 3 deletions(-) mode change 100644 => 100755

<    1   2