RE: [EXT] Re: [PATCH] spi: nxp-fspi: Add 1us delay to make controller ready for next transaction

2020-04-16 Thread Ashish Kumar
> -Original Message- > From: U-Boot On Behalf Of Jagan Teki > Sent: Friday, April 3, 2020 8:09 PM > To: Kuldeep Singh > Cc: U-Boot-Denx > Subject: [EXT] Re: [PATCH] spi: nxp-fspi: Add 1us delay to make controller > ready for next transaction > > Caution: EXT Email > > On Mon, Feb

Re: [U-Boot] [EXT] Re: [PATCH 0/8] Transition of fsl qspi driver to spi-mem framework

2019-12-03 Thread Ashish Kumar
Hi Frieder, > -Original Message- > From: Schrempf Frieder > Sent: Tuesday, December 3, 2019 2:27 PM > To: Kuldeep Singh ; u-boot@lists.denx.de > Cc: Priyanka Jain ; ja...@amarulasolutions.com; > s...@denx.de; Ashish Kumar ; Ye Li > > Subject: Re: [EXT] Re: [PATC

Re: [U-Boot] [EXT] Re: [PATCH 1/6] spi: fsl_qspi: Fix DDR mode setting for latest iMX platforms

2019-10-22 Thread Ashish Kumar
> -Original Message- > From: Stefan Roese > Sent: Tuesday, October 22, 2019 9:12 PM > To: Schrempf Frieder ; Ashish Kumar > ; Ye Li ; > ja...@amarulasolutions.com > Cc: Fabio Estevam ; u-boot@lists.denx.de; dl- > uboot-imx > Subject: Re: [U-Boot] [EXT] Re

Re: [U-Boot] [EXT] [PATCH 2/2] spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*

2019-09-23 Thread Ashish Kumar
> -Original Message- > From: Vignesh Raghavendra > Sent: Wednesday, September 11, 2019 3:37 PM > To: Simon Goldschmidt ; Ashish Kumar > > Cc: Jagan Teki ; u-boot@lists.denx.de; > alexey.brod...@synopsys.com; Eugeniy Paltsev > ; Tom Rini > Subject: Re: [U-

Re: [U-Boot] [EXT] Re: [PATCH 1/6] spi: fsl_qspi: Fix DDR mode setting for latest iMX platforms

2019-09-13 Thread Ashish Kumar
> -Original Message- > From: Stefan Roese > Sent: Thursday, September 12, 2019 6:06 PM > To: Ashish Kumar ; Schrempf Frieder > ; Ye Li ; > ja...@amarulasolutions.com > Cc: Fabio Estevam ; u-boot@lists.denx.de; dl- > uboot-imx > Subject: Re: [U-Boot] [EXT] Re

Re: [U-Boot] [EXT] Saving u-boot environment on LS1046ardb QSPI bricks flash memory

2019-09-13 Thread Ashish Kumar
> -Original Message- > From: U-Boot On Behalf Of Matthew > Ratson > Sent: Friday, September 13, 2019 12:55 AM > To: u-boot@lists.denx.de > Subject: [EXT] [U-Boot] Saving u-boot environment on LS1046ardb QSPI > bricks flash memory > > Caution: EXT Email > > Hi there, > > I am

Re: [U-Boot] [EXT] Re: [PATCH 1/6] spi: fsl_qspi: Fix DDR mode setting for latest iMX platforms

2019-09-11 Thread Ashish Kumar
> -Original Message- > From: Stefan Roese > Sent: Wednesday, September 11, 2019 11:17 AM > To: Schrempf Frieder ; Ashish Kumar > ; Ye Li ; > ja...@amarulasolutions.com > Cc: Fabio Estevam ; u-boot@lists.denx.de; dl- > uboot-imx > Subject: Re: [U-Boot

Re: [U-Boot] [EXT] [PATCH 2/2] spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*

2019-09-11 Thread Ashish Kumar
> -Original Message- > From: Vignesh Raghavendra > Sent: Tuesday, September 10, 2019 10:36 PM > To: Jagan Teki > Cc: Vignesh Raghavendra ; u-boot@lists.denx.de; Tom > Rini ; Eugeniy Paltsev > ; alexey.brod...@synopsys.com; Ashish > Kumar > Subject: [EXT] [

Re: [U-Boot] [EXT] Re: [PATCH 1/6] spi: fsl_qspi: Fix DDR mode setting for latest iMX platforms

2019-08-27 Thread Ashish Kumar
> -Original Message- > From: Schrempf Frieder > Sent: Wednesday, August 14, 2019 5:41 PM > To: Ashish Kumar ; Ye Li ; > ja...@amarulasolutions.com > Cc: Fabio Estevam ; u-boot@lists.denx.de; dl- > uboot-imx > Subject: Re: [EXT] Re: [U-Boot] [PATCH 1/6] spi

Re: [U-Boot] [EXT] Re: [PATCH 1/6] spi: fsl_qspi: Fix DDR mode setting for latest iMX platforms

2019-08-14 Thread Ashish Kumar
> -Original Message- > From: Schrempf Frieder > Sent: Wednesday, August 14, 2019 5:41 PM > To: Ashish Kumar ; Ye Li ; > ja...@amarulasolutions.com > Cc: Fabio Estevam ; u-boot@lists.denx.de; dl- > uboot-imx > Subject: Re: [EXT] Re: [U-Boot] [PATCH 1/6] spi

Re: [U-Boot] [EXT] Re: [PATCH 1/6] spi: fsl_qspi: Fix DDR mode setting for latest iMX platforms

2019-08-14 Thread Ashish Kumar
> -Original Message- > From: U-Boot On Behalf Of Schrempf Frieder > Sent: Wednesday, August 14, 2019 5:07 PM > To: Ye Li ; ja...@amarulasolutions.com > Cc: Fabio Estevam ; u-boot@lists.denx.de; dl- > uboot-imx > Subject: [EXT] Re: [U-Boot] [PATCH 1/6] spi: fsl_qspi: Fix DDR mode

Re: [U-Boot] [EXT] [PATCH 2/6] spi: fsl_qspi: Fix erase issue to adapt spi-mem

2019-08-14 Thread Ashish Kumar
riv->sf_addr = swab32(txbuf) & OFFSET_BITS_MASK; > - qspi_op_erase(priv); I update this on internal repo and it works: driver/spi/fsl_qspi : update op_erase wrt 24/32 bits address Signed-off-by: Ashish Kumar diff --git a/drivers/spi/fsl_qspi.c b/drivers/s

Re: [U-Boot] [EXT] Re: [Patch V3] drivers: mtd :spi: Enable 4B opcodes for SPANSION s25fl512s

2019-07-21 Thread Ashish Kumar
> -Original Message- > From: Vignesh Raghavendra > Sent: Friday, July 19, 2019 11:41 PM > To: Ashish Kumar ; Jagan Teki > ; h...@denx.de > Cc: U-Boot-Denx > Subject: Re: [EXT] Re: [Patch V3] drivers: mtd :spi: Enable 4B opcodes for > SPANSION s25fl512s

Re: [U-Boot] [EXT] Re: [Patch V3] drivers: mtd :spi: Enable 4B opcodes for SPANSION s25fl512s

2019-07-18 Thread Ashish Kumar
> -Original Message- > From: Vignesh Raghavendra > Sent: Thursday, July 18, 2019 5:37 PM > To: Jagan Teki ; Ashish Kumar > > Cc: U-Boot-Denx > Subject: Re: [EXT] Re: [Patch V3] drivers: mtd :spi: Enable 4B opcodes for > SPANSION s25fl512s > > Caution: E

Re: [U-Boot] [EXT] Re: [Patch v4] drivers: mtd: spi: Add micron mt35xu512a and mt35xu02g flash ID

2019-07-18 Thread Ashish Kumar
> -Original Message- > From: Jagan Teki > Sent: Thursday, July 18, 2019 5:00 PM > To: Ashish Kumar > Cc: U-Boot-Denx ; Kuldeep Singh > > Subject: Re: [EXT] Re: [Patch v4] drivers: mtd: spi: Add micron mt35xu512a > and mt35xu02g flash ID > > Caution:

Re: [U-Boot] [EXT] Re: [Patch v4] drivers: mtd: spi: Add micron mt35xu512a and mt35xu02g flash ID

2019-07-18 Thread Ashish Kumar
> -Original Message- > From: Jagan Teki > Sent: Thursday, July 18, 2019 4:48 PM > To: Ashish Kumar > Cc: U-Boot-Denx ; Kuldeep Singh > > Subject: Re: [EXT] Re: [Patch v4] drivers: mtd: spi: Add micron mt35xu512a > and mt35xu02g flash ID > > Caution:

Re: [U-Boot] [EXT] Re: [Patch v4] drivers: mtd: spi: Add micron mt35xu512a and mt35xu02g flash ID

2019-07-18 Thread Ashish Kumar
> -Original Message- > From: Jagan Teki > Sent: Thursday, July 18, 2019 4:32 PM > To: Ashish Kumar > Cc: U-Boot-Denx ; Kuldeep Singh > > Subject: [EXT] Re: [Patch v4] drivers: mtd: spi: Add micron mt35xu512a and > mt35xu02g flash ID > > Caution: EXT E

[U-Boot] [Patch v5] drivers: mtd: spi: Add micron mt35xu512a and mt35xu02g flash ID

2019-07-18 Thread Ashish Kumar
mt35xu512a and mt35xu02g suports Single I/O and OCTAL I/O also enable use of SPI_NOR_4B_OPCODES. These flashes are tested on LX2160ARDB and LS1028ARDB respectively Signed-off-by: Kuldeep Singh Signed-off-by: Ashish Kumar --- v5: Is INFO inplace of INFO6 v4: Correct flash name to mt35xu512a

[U-Boot] [Patch v4] drivers: mtd: spi: Add micron mt35xu512a and mt35xu02g flash ID

2019-07-18 Thread Ashish Kumar
mt35xu512a and mt35xu02g suports Single I/O and OCTAL I/O also enable use of SPI_NOR_4B_OPCODES. These flashes are tested on LX2160ARDB and LS1028ARDB respectively Signed-off-by: Kuldeep Singh Signed-off-by: Ashish Kumar --- v4: Correct flash name to mt35xu512a in place of mt35xu512g v3: 1

Re: [U-Boot] [EXT] Re: [Patch V3] drivers: mtd :spi: Enable 4B opcodes for SPANSION s25fl512s

2019-07-18 Thread Ashish Kumar
> -Original Message- > From: Jagan Teki > Sent: Thursday, July 18, 2019 3:59 PM > To: Ashish Kumar ; Vignesh R > Cc: U-Boot-Denx > Subject: [EXT] Re: [Patch V3] drivers: mtd :spi: Enable 4B opcodes for > SPANSION s25fl512s > > Caution: EXT Email > &

Re: [U-Boot] [EXT] Re: [Patch V3] drivers: mtd: spi: Add micron mt35xu512g and mt35xu02g flash ID

2019-07-18 Thread Ashish Kumar
> -Original Message- > From: Jagan Teki > Sent: Thursday, July 18, 2019 3:55 PM > To: Ashish Kumar > Cc: U-Boot-Denx ; Kuldeep Singh > > Subject: [EXT] Re: [Patch V3] drivers: mtd: spi: Add micron mt35xu512g and > mt35xu02g flash ID > > Caution: EXT E

Re: [U-Boot] [EXT] Re: [PATCH] drivers: mtd :spi: Enable 4B opcodes for SPANSION s25fl512s

2019-07-17 Thread Ashish Kumar
> -Original Message- > From: Jagan Teki > Sent: Tuesday, July 16, 2019 5:25 PM > To: Ashish Kumar > Cc: U-Boot-Denx > Subject: [EXT] Re: [PATCH] drivers: mtd :spi: Enable 4B opcodes for SPANSION > s25fl512s > > Caution: EXT Email > > On Thu, Jun

[U-Boot] [Patch V3] drivers: mtd :spi: Enable 4B opcodes for SPANSION s25fl512s

2019-07-17 Thread Ashish Kumar
compatible with S25FL-P, and S25FL-S SPI families Signed-off-by: Ashish Kumar --- v3: 1. Add version info, rebase to top. 2. Re-word commit message. v2: 1. Adding more description in commit msg. 2. consolidating "" and "" in single patch. drivers/mtd/spi/spi-nor-ids.c | 2 +

[U-Boot] [Patch V3] drivers: mtd: spi: Add micron mt35xu512g and mt35xu02g flash ID

2019-07-17 Thread Ashish Kumar
mt35xu512g and mt35xu02g suports Single I/O and OCTAL I/O also enable use of SPI_NOR_4B_OPCODES. These flashes are tested on LX2160ARDB and LS1028ARDB respectively Signed-off-by: Kuldeep Singh Signed-off-by: Ashish Kumar --- v3: 1. Add version info, rebase to top v2: 1. Adding more

[U-Boot] [Patch V3] drivers: mtd: spi: Add flash property for Micron mt25qu512a

2019-07-17 Thread Ashish Kumar
support QUAD I/O. Signed-off-by: Ashish Kumar --- v3: 1. Add version info, rebase to top v2: 2. Adding more description in commit msg drivers/mtd/spi/spi-nor-ids.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c index ec92976

[U-Boot] [PATCH] configs: ls1043aqds: Move CONFIG_FSL_QSPI to defconfig

2019-07-09 Thread Ashish Kumar
Move CONFIG_FSL_QSPI from header file to defconfigs, consequently unset imply config(CONFIG_SPI_FLASH_BAR) which is not valid LS series Signed-off-by: Ashish Kumar --- configs/ls1043aqds_qspi_defconfig| 2 ++ configs/ls1043aqds_sdcard_qspi_defconfig | 2 ++ configs

[U-Boot] [PATCH] drivers: mtd: spi: Add flash property for Micron mt25qu512a

2019-06-27 Thread Ashish Kumar
support QUAD I/O. Signed-off-by: Ashish Kumar --- drivers/mtd/spi/spi-nor-ids.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c index 6164b6e..a992966 100644 --- a/drivers/mtd/spi/spi-nor-ids.c +++ b/drivers/mtd/spi/spi-nor-ids.c

[U-Boot] [PATCH] drivers: mtd: spi: Add micron mt35xu512g and mt35xu02g flash ID

2019-06-27 Thread Ashish Kumar
mt35xu512g and mt35xu02g suports Single I/O and OCTAL I/O also enable use of SPI_NOR_4B_OPCODES. These flashes are tested on LX2160ARDB and LS1028ARDB respectively Signed-off-by: Kuldeep Singh Signed-off-by: Ashish Kumar --- drivers/mtd/spi/spi-nor-ids.c | 2 ++ 1 file changed, 2 insertions

[U-Boot] [PATCH] drivers: mtd :spi: Enable 4B opcodes for SPANSION s25fl512s

2019-06-27 Thread Ashish Kumar
with S25FL-P, and S25FL-S SPI families Signed-off-by: Ashish Kumar --- drivers/mtd/spi/spi-nor-ids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c index ec92976..a89c191 100644 --- a/drivers/mtd/spi/spi-nor-ids.c

Re: [U-Boot] [EXT] command 'saveenv' fails to write into QSPI memory Macronix MX25U25645GMI00

2019-06-19 Thread Ashish Kumar
> -Original Message- > From: U-Boot On Behalf Of Manoel, Florian > Sent: Wednesday, June 19, 2019 1:16 PM > To: u-boot@lists.denx.de > Subject: [EXT] [U-Boot] command 'saveenv' fails to write into QSPI memory > Macronix MX25U25645GMI00 > > Caution: EXT Email > > Hello U-Boot community,

[U-Boot] [PATCH] configs: Unset CONFIG_SPI_FLASH_BAR, move CONFIG_FSL_QSPI to defconfig

2019-05-31 Thread Ashish Kumar
From: Ashish Kumar Signed-off-by: Ashish Kumar --- configs/ls1012a2g5rdb_qspi_defconfig | 2 ++ configs/ls1012a2g5rdb_tfa_defconfig| 2 ++ configs/ls1012afrdm_qspi_defconfig | 2 ++ configs/ls1012afrdm_tfa_defconfig | 2 ++ configs

Re: [U-Boot] [EXT] Re: [PATCH 2/2] fsl_qspi: Improve QSPI driver to incorporate 4 byte commands

2019-05-23 Thread Ashish Kumar
> -Original Message- > From: Schrempf Frieder > Sent: Thursday, May 2, 2019 12:38 PM > To: Ashish Kumar ; Vignesh Raghavendra > ; Rajat Srivastava ; u- > b...@lists.denx.de; ja...@openedev.com > Subject: Re: [EXT] Re: [U-Boot] [PATCH 2/2] fsl_qspi: Improve QSPI driv

Re: [U-Boot] [EXT] Re: [PATCH v2] mtd: spi: Improve spi_nor_write_data() implementation

2019-05-17 Thread Ashish Kumar
> -Original Message- > From: Vignesh Raghavendra > Sent: Wednesday, April 17, 2019 6:18 PM > To: Rajat Srivastava ; u-boot@lists.denx.de; > tr...@konsulko.com; marek.va...@gmail.com; > marek.vasut+rene...@gmail.com; ja...@openedev.com > Cc: Ashish Kumar > Subj

Re: [U-Boot] [EXT] Re: [PATCH 2/2] fsl_qspi: Improve QSPI driver to incorporate 4 byte commands

2019-04-30 Thread Ashish Kumar
;>> From: Vignesh Raghavendra > >>> Sent: Wednesday, April 24, 2019 10:17 PM > >>> To: Rajat Srivastava ; > >>> u-boot@lists.denx.de; ja...@openedev.com > >>> Cc: Ashish Kumar > >>> Subject: [EXT] Re: [PATCH 2/2] fsl_qspi: Improve QSPI dr

Re: [U-Boot] [PATCH] mtd: spi: Improve data write functionality

2019-04-12 Thread Ashish Kumar
> -Original Message- > From: Rajat Srivastava > Sent: Friday, April 5, 2019 2:24 PM > To: u-boot@lists.denx.de; vigne...@ti.com; tr...@konsulko.com; > marek.va...@gmail.com; marek.vasut+rene...@gmail.com; > ja...@openedev.com > Cc: Ashish Kumar ; Rajat Srivastava

Re: [U-Boot] [PATCH] mtd: spi: Replace ad-hoc default implementation with spi_mem_op

2019-04-04 Thread Ashish Kumar
> -Original Message- > From: Vignesh Raghavendra > Sent: Tuesday, April 2, 2019 10:04 AM > To: Marek Vasut ; u-boot@lists.denx.de > Cc: Marek Vasut ; Horatiu Vultur > ; Jagan Teki ; Simon > Goldschmidt ; Stefan Roese ; > Ashish Kumar > Subject: Re: [PATC

Re: [U-Boot] saveenv corrupts QSPI flash with latest commit U-Boot 2019.04-rc4-00047-gcfb3e102c4

2019-03-29 Thread Ashish Kumar
> -Original Message- > From: Vignesh Raghavendra > Sent: Friday, March 29, 2019 12:17 PM > To: Ashish Kumar ; Jagan Teki > ; u-boot@lists.denx.de > Cc: Kuldeep Singh > Subject: Re: saveenv corrupts QSPI flash with latest commit U-Boot > 2019.04-

Re: [U-Boot] saveenv corrupts QSPI flash with latest commit U-Boot 2019.04-rc4-00047-gcfb3e102c4

2019-03-28 Thread Ashish Kumar
> -Original Message- > From: Vignesh Raghavendra > Sent: Wednesday, March 27, 2019 9:44 AM > To: Ashish Kumar ; Jagan Teki > ; u-boot@lists.denx.de; Tom Rini > > Cc: Kuldeep Singh > Subject: Re: saveenv corrupts QSPI flash with latest commit U-Boot > 2019.

[U-Boot] saveenv corrupts QSPI flash with latest commit U-Boot 2019.04-rc4-00047-gcfb3e102c4

2019-03-25 Thread Ashish Kumar
Hello Maintainers, With latest commit I see that saveenv command corrupts QSPI-flash, meaning if I read QSPI-flash at 0x0 offset RCW(reset configuration word) is erased after saveenv command was executed. This is tested on LS1088ARDB, but it should not be limited to LS1088ARDB rather it will

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

2019-02-26 Thread Ashish Kumar
t variable is more complete. Also scans for efi binaries for > example. > > Signed-off-by: Mian Yousaf Kaukab Reviewed-by: Ashish Kumar Patch-set is good to go. Regards Ashish > --- > include/configs/ls1043a_common.h | 6 -- > 1 file changed, 6 deletions(-) > >

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

2019-02-26 Thread Ashish Kumar
me issue for ls2080a was fixed by following patch: > b7b8410a8f ls2080: Exit dpaa only right before exiting U-Boot > > Signed-off-by: Mian Yousaf Kaukab Reviewed-by: Ashish Kumar Patch is good to go. Regards Ashish > --- > board/freescale/ls1088a/ls1088a.c | 10 ++ &g

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

2019-02-25 Thread Ashish Kumar
> -Original Message- > From: U-Boot On Behalf Of Meenakshi > Aggarwal > Sent: Wednesday, February 20, 2019 3:36 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH v1] mc : Add support to run MC in 128 MB DDR size Ashish: Rephrase to "Reduce MC memory size to 128M" from the above it

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

2019-02-11 Thread Ashish Kumar
> -Original Message- > From: Meenakshi Aggarwal > Sent: Tuesday, February 12, 2019 2:44 PM > To: u-boot@lists.denx.de; Prabhakar Kushwaha > > Cc: Meenakshi Aggarwal > Subject: [PATCH] mc : Add support to run MC in 128 MB DDR size Ashish: Rephrase to "Reduce MC memory size to 128M"

Re: [U-Boot] [PATCH][v3] board/lx2160ardb: Add distro boot support

2019-01-23 Thread Ashish Kumar
> -Original Message- > From: U-Boot On Behalf Of Priyanka Jain > Sent: Thursday, January 24, 2019 10:52 AM > To: u-boot@lists.denx.de; York Sun > Cc: Priyanka Jain > Subject: [U-Boot] [PATCH][v3] board/lx2160ardb: Add distro boot support > > Add u-boot enviroments to support distro

Re: [U-Boot] [PATCH 00/16] SF: Migrate to Linux SPI NOR framework

2018-12-21 Thread Ashish Kumar
> -Original Message- > From: U-Boot On Behalf Of Vignesh R > Sent: Tuesday, December 18, 2018 10:49 PM > To: Jagan Teki > Cc: Marek Vasut ; Tom Rini ; U-Boot- > Denx ; Michal Simek ; Siva > Durga Prasad Paladugu ; Boris Brezillon > ; Miquel Raynal ; > Stefan Roese ; Jagan Teki >

Re: [U-Boot] [PATCH] driver/spi: fsl_qspi: Remove non-DM stuff

2018-12-03 Thread Ashish Kumar
> -Original Message- > From: Schrempf Frieder > Sent: Monday, December 3, 2018 4:49 PM > To: Ashish Kumar ; u-boot@lists.denx.de; > ja...@openedev.com > Cc: Rajat Srivastava > Subject: Re: [U-Boot] [PATCH] driver/spi: fsl_qspi: Remove non-DM stuff > > Hi, >

Re: [U-Boot] [PATCH v3] fsl-lsch3: soc: Enable AHB read support for Flexspi controller

2018-11-20 Thread Ashish Kumar
> -Original Message- > From: York Sun > Sent: Tuesday, November 20, 2018 2:13 AM > To: Ashish Kumar ; u-boot@lists.denx.de > Cc: Yogesh Narayan Gaur ; Rajat Srivastava > > Subject: Re: [PATCH v3] fsl-lsch3: soc: Enable AHB read support for Flexspi > controller &

Re: [U-Boot] [PATCH v2] fsl-lsch3: soc: Enable AHB read support for Flexspi controller

2018-11-12 Thread Ashish Kumar
> -Original Message- > From: York Sun > Sent: Tuesday, November 13, 2018 3:34 AM > To: Ashish Kumar > Cc: u-boot@lists.denx.de; Rajat Srivastava ; Yogesh > Narayan Gaur > Subject: Re: [PATCH v2] fsl-lsch3: soc: Enable AHB read support for Flexspi > controller

[U-Boot] [PATCH v3] fsl-lsch3: soc: Enable AHB read support for Flexspi controller

2018-11-12 Thread Ashish Kumar
Enable AHB support for Flexspi controller interface meaning memory can be accessed via md command using absolute addresses Signed-off-by: Yogesh Gaur Signed-off-by: Rajat Srivastava Signed-off-by: Ashish Kumar --- v3: Depends upon http://patchwork.ozlabs.org/patch/975009/ v2: 1. Rename FSPI

[U-Boot] [PATCH] ls1088a: Move CONFIG_FSL_QSPI to defconfig

2018-10-12 Thread Ashish Kumar
Signed-off-by: Rajat Srivastava Signed-off-by: Ashish Kumar --- configs/ls1088aqds_qspi_SECURE_BOOT_defconfig| 1 + configs/ls1088aqds_qspi_defconfig| 1 + configs/ls1088aqds_sdcard_qspi_defconfig | 1 + configs/ls1088ardb_qspi_SECURE_BOOT_defconfig

Re: [U-Boot] [PATCH] driver/mtd: Add MICRON manufacturer id in spi framework

2018-10-10 Thread Ashish Kumar
> -Original Message- > From: Jagan Teki > Sent: Wednesday, October 10, 2018 11:51 AM > To: Ashish Kumar > Cc: U-Boot-Denx ; Jagan Teki ; > Rajat Srivastava ; Suresh Gupta > > Subject: Re: [U-Boot] [PATCH] driver/mtd: Add MICRON manufacturer id in spi > fr

[U-Boot] [PATCH v2] fsl-lsch3: soc: Enable AHB read support for Flexspi controller

2018-09-26 Thread Ashish Kumar
Enable AHB support for Flexspi controller interface meaning memory can be accessed via md command using absolute addresses Signed-off-by: Yogesh Gaur Signed-off-by: Rajat Srivastava Signed-off-by: Ashish Kumar --- v2: 1. Rename FSPI to FlexSPI in description and comments 2. s/cmd/command 3

[U-Boot] [PATCH v2] fsl-lsch3: Add FlexSPI address space in immap_lsch3

2018-09-26 Thread Ashish Kumar
Signed-off-by: Priyanka Jain Signed-off-by: Sriram Dash Signed-off-by: Ashish Kumar --- v2: 1. Rename SYS_FSL_FSPI_ADDR SYS_NXP_FSPI_ADDR 2. Add mcaro for lutkey base addr and LUTa base addr arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 6 ++ 1 file changed, 6 insertions

Re: [U-Boot] [PATCH] fsl-lsch3: soc: Enable AHB support flexspi controller

2018-09-26 Thread Ashish Kumar
Hello York, > -Original Message- > From: York Sun > Sent: Tuesday, September 25, 2018 10:20 PM > To: Ashish Kumar ; u-boot@lists.denx.de > Cc: Rajat Srivastava ; Yogesh Narayan Gaur > > Subject: Re: [PATCH] fsl-lsch3: soc: Enable AHB support flexspi controller >

[U-Boot] [PATCH] fsl-lsch3: soc: Enable AHB support flexspi controller

2018-09-25 Thread Ashish Kumar
Enable AHB support for flexspi controller interface meaning memory can be accessed via md command using absolute addresses Signed-off-by: Yogesh Gaur Signed-off-by: Rajat Srivastava Signed-off-by: Ashish Kumar --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 10 ++ arch/arm/cpu/armv8/fsl

[U-Boot] [PATCH] fsl-lsch3: Add FSPI address space in immap_lsch3

2018-09-25 Thread Ashish Kumar
Signed-off-by: Priyanka Jain Signed-off-by: Sriram Dash Signed-off-by: Ashish Kumar --- depends upon: http://patchwork.ozlabs.org/patch/962357/ arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/include/asm/arch-fsl

[U-Boot] [PATCH] driver/spi: Add FSPI driver for NXP FlexSPI controller

2018-09-25 Thread Ashish Kumar
-by: Yogesh Gaur Signed-off-by: Rajat Srivastava Signed-off-by: Ashish Kumar --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 10 + drivers/spi/Kconfig |7 + drivers/spi/Makefile |1 + drivers/spi/nxp_fspi.c| 1088

[U-Boot] [PATCH] driver/mtd: Add MICRON manufacturer id in spi framework

2018-09-25 Thread Ashish Kumar
Signed-off-by: Suresh Gupta Signed-off-by: Yogesh Gaur Signed-off-by: Ashish Kumar --- drivers/mtd/spi/sf_internal.h | 1 + drivers/mtd/spi/spi_flash.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/drivers/mtd/spi/sf_internal.h b/drivers/mtd/spi/sf_internal.h index 4f63cacc64

[U-Boot] [PATCH] driver/spi: fsl_qspi: Remove non-DM stuff

2018-09-06 Thread Ashish Kumar
Convert fsl_qspi.c to complete DM mode. Signed-off-by: Ashish Kumar Tested-by: Rajat Srivastava Tested-by: Ye Li --- Tested on LS1088ARDB(arm64). Tested on LS1021ATWR(arm32) by Rajat Tested on i.mx6 and i.mx7 by Ye Li Depends on patch series: http://patchwork.ozlabs.org/patch/935858/ http

[U-Boot] mtd: spi: Full DM conversion timeline

2018-08-26 Thread Ashish Kumar
Hello Jagan, > -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: Monday, May 14, 2018 3:18 PM > To: Ashish Kumar > Cc: Jagan Teki ; York Sun > ; Prabhakar Kushwaha > ; Yogesh Narayan Gaur > ; Poonam Aggrwal > ; u-boot@lists.denx

Re: [U-Boot] [PATCH] imx: imx7d-sdb: Add DM QSPI support

2018-06-27 Thread Ashish Kumar
12:39 PM > To: sba...@denx.de; Peng Fan ; Ashish Kumar > ; Fabio Estevam > Cc: u-boot@lists.denx.de > Subject: [PATCH] imx: imx7d-sdb: Add DM QSPI support > > On iMX7D SabreSD board, the QSPI has pins conflict with EPDC (default). > To use QSPI, users have to rework the board (de-po

[U-Boot] [PATCH] armv8: ls2088ardb: Move CONFIG_SPI_FLASH, CONFIG_SPI_FLASH_SPANSION to defconfig

2018-06-26 Thread Ashish Kumar
Move CONFIG_SPI_FLASH_SPANSION, CONFIG_SPI_FLASH, to defconfig. Also disable disable 4K erase size option. Signed-off-by: Ashish Kumar --- configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 3 +++ configs/ls2088ardb_qspi_defconfig | 3 +++ include/configs/ls2080ardb.h

[U-Boot] [PATCH v2] configs: Disable 4k erase sector size for spansion "s25fs512s" flash

2018-06-26 Thread Ashish Kumar
4K erase size is used only in case of hydrid mode which is not supported on any NXP platform with flash "s25fs512s". Supported mode is uniform sector, with erase size 256kiB. Signed-off-by: Ashish Kumar --- v2: 1. use make savedefconfig 2. Include LS1012 qspi defconfigs as well

Re: [U-Boot] [u-boot-release] [PATCH] configs: Disable 4k erase sector size for spansion "s25fs512s" flash

2018-06-26 Thread Ashish Kumar
> -Original Message- > From: York Sun > Sent: Monday, June 25, 2018 9:05 PM > To: Ashish Kumar ; u-boot@lists.denx.de > Cc: Udit Agarwal ; Priyanka Jain > ; Vinitha V Pillai ; Prabhakar > Kushwaha ; Mingkai Hu > ; york@nxp.com.com; Ruchika Gupta > >

[U-Boot] [PATCH] configs: Disable 4k erase sector size for spansion "s25fs512s" flash

2018-06-25 Thread Ashish Kumar
4K erase size is used only in case of hydrid mode which is not supported on any NXP platform with flash "s25fs512s". Supported mode is uniform sector, with erase size 256kiB. Signed-off-by: Ashish Kumar --- configs/ls1046aqds_qspi_defconfig| 1

[U-Boot] [PATCH] mtd:spi: Correct parameters for s25fs512s flash

2018-06-25 Thread Ashish Kumar
Change sector size to 256KiB in table spi_flash_ids. Signed-off-by: Ashish Kumar --- drivers/mtd/spi/spi_flash_ids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c index c45d2e8..54d491c 100644 --- a/drivers

Re: [U-Boot] mtd: spi-nor: new NXP FlexSPI driver location & framework to use ?

2018-05-14 Thread Ashish Kumar
Yogesh Narayan Gaur <yogeshnarayan.g...@nxp.com>; Poonam Aggrwal > <poonam.aggr...@nxp.com>; Ashish Kumar <ashish.ku...@nxp.com>; u- > b...@lists.denx.de > Subject: Re: mtd: spi-nor: new NXP FlexSPI driver location & framework to use > ? > > On Fri, May 11, 2018 at

Re: [U-Boot] [PATCH] driver/mtd/spi: Default page size Spansion flash "S25FS512S" is 256b

2018-05-09 Thread Ashish Kumar
> -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: Wednesday, May 9, 2018 4:44 PM > To: Ashish Kumar <ashish.ku...@nxp.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [PATCH] driver/mtd/spi: De

[U-Boot] [PATCH] driver/mtd/spi: Default page size Spansion flash "S25FS512S" is 256b

2018-05-07 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- drivers/mtd/spi/spi_flash.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c index 3d24a08..ce420cb 100644 --- a/drivers/mtd/spi/spi_flash.c

[U-Boot] [PATCH] armv8: ls1088: Update 1900MT/s DDR timing to bring consistency

2018-04-17 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- board/freescale/ls1088a/ddr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/ls1088a/ddr.h b/board/freescale/ls1088a/ddr.h index a1ad709..18d420e 100644 --- a/board/freescale/ls1088a/ddr.h +++ b

[U-Boot] [PATCH] armv8: ls1088aqds: Enable mdio commands on u-boot prompt

2018-04-13 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- board/freescale/ls1088a/eth_ls1088aqds.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/freescale/ls1088a/eth_ls1088aqds.c b/board/freescale/ls1088a/eth_ls1088aqds.c index 7fe446e..d09e077 100644 --- a/board/freescale/l

[U-Boot] [Patch v2] armv8: ls1088a: Move CONFIG_BOOTARGS and CONFIG_CMD_GREPENV to defconfig

2018-03-26 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- v2: Rebase to top configs/ls1088aqds_defconfig | 3 +++ configs/ls1088aqds_qspi_SECURE_BOOT_defconfig| 3 +++ configs/ls1088aqds_qspi_defconfig| 3 +++ c

[U-Boot] [PATCH v2] armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088

2018-02-19 Thread Ashish Kumar
and DSPI cannot be accessed in this defconfig. IFC-NOR image is generated by ls1088aqds_defconfig. Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- depends upon: http://patchwork.ozlabs.org/project/uboot/list/?series=29287 v2: Remove hardcoded timing for sys, ddr clock Remove har

[U-Boot] [PATCH 2/2] armv8: ls1088a: Add i2c_early_init() func for LS1088AQDS

2018-02-19 Thread Ashish Kumar
This function is required for enabling access to early i2c function for correct usage of QIXIS_READ and QIXIS_WRITE Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- board/freescale/ls1088a/ls1088a.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/freescale/ls1088a/ls1088

[U-Boot] [PATCH 1/2] armv8: ls1088a: Add clock related function in CONFIG_SPL_BUILD

2018-02-19 Thread Ashish Kumar
get_board_ddr_clk(), get_board_sys_clk() and if_board_diff_clk() is now valid for CONFIG_SPL_BUILD Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- board/freescale/ls1088a/ls1088a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/ls1088a/ls1088

[U-Boot] [PATCH] armv8: ls1088qds: Remove CONFIG_ from local defines for FPGA

2018-02-19 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- include/configs/ls1088aqds.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/configs/ls1088aqds.h b/include/configs/ls1088aqds.h index 5674a5d..1f2161b 100644 --- a/include/configs/ls1088

Re: [U-Boot] Crash observed while running U-Boot on LS1088 SD-boot

2018-02-18 Thread Ashish Kumar
Hello York, This fixes the crash on LS1088 sd-boot. Regards Ashish > -Original Message- > From: York Sun > Sent: Friday, February 16, 2018 9:21 PM > To: Ashish Kumar <ashish.ku...@nxp.com>; u-boot@lists.denx.de > Cc: Pankit Garg <pankit.g...@nxp.com>;

Re: [U-Boot] Crash observed while running U-Boot on LS1088 SD-boot

2018-02-16 Thread Ashish Kumar
e env lookup function". Did anyone face similar issue? I reached this commit("8a3a7e22") after running git bisect. Log embedded in below mail chain. Regards Ashish > -Original Message----- > From: Ashish Kumar > Sent: Thursday, February 8, 2018 3:51 PM > To: Maxime R

Re: [U-Boot] [PATCH] armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088

2018-01-30 Thread Ashish Kumar
-Original Message- From: York Sun Sent: Tuesday, January 30, 2018 2:54 AM To: Ashish Kumar <ashish.ku...@nxp.com>; u-boot@lists.denx.de Subject: Re: [PATCH] armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088 On 01/01/2018 09:24 PM, Ashish Kumar wrote: > IFC-NOR and QSPI

[U-Boot] [RESEND PATCH] armv8: ls1088: Add CONFIG_SPI_FLASH_SPANSION to sdcard defconfigs

2018-01-28 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- RESEND: Patch is not see in patchworks configs/ls1088aqds_sdcard_qspi_defconfig | 1 + configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 1 + configs/ls1088ardb_sdcard_qspi_defconfig | 1 + 3 files chan

Re: [U-Boot] [PATCH 4/4] armv8: ls1088: Add CONFIG_SPI_FLASH_SPANSION to sdcard defconfigs

2018-01-21 Thread Ashish Kumar
Hello all, It should be [PATCH 1/1]. This is not part of any patch set Regards Ashish > -Original Message- > From: Ashish Kumar [mailto:ashish.ku...@nxp.com] > Sent: Friday, January 19, 2018 3:54 PM > To: u-boot@lists.denx.de > Cc: York Sun <york....@nxp.com>; As

[U-Boot] [PATCH] armv8: ls1088a: Move CONFIG_BOOTARGS and CONFIG_CMD_GREPENV to defconfig

2018-01-19 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- configs/ls1088aqds_defconfig | 3 +++ configs/ls1088aqds_qspi_SECURE_BOOT_defconfig| 3 +++ configs/ls1088aqds_qspi_defconfig| 3 +++ configs/ls1088aqds_sdcard_ifc_defconfig

[U-Boot] [PATCH 2/2] armv8: ls1088: Add ifc, emmc lbmap and rcw_src entry for ls1088

2018-01-16 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- include/configs/ls1088aqds.h | 4 include/configs/ls1088ardb.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/include/configs/ls1088aqds.h b/include/configs/ls1088aqds.h index d5075c3..5ff632c 100644 --- a/include/c

[U-Boot] [PATCH 1/2] fsl: common :qixis: Add ifc and emmc switching via qixis

2018-01-16 Thread Ashish Kumar
set ifc' : switch to ifc '=> qixis_reset emmc' : switch to emmc Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- board/freescale/common/qixis.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/board/freescale/common/qixis.c b/board/freescale/common/qixis.c i

Re: [U-Boot] [PATCH v2 2/2] armv8: ls1088ardb: Add environment variable address location for QSPI-NOR

2018-01-15 Thread Ashish Kumar
> -Original Message- > From: York Sun > Sent: Monday, January 15, 2018 11:36 PM > To: Ashish Kumar <ashish.ku...@nxp.com>; u-boot@lists.denx.de > Subject: Re: [PATCH v2 2/2] armv8: ls1088ardb: Add environment variable > address location for QSPI-NOR > >

Re: [U-Boot] [PATCH v2 1/2] env: sf: Add support for env init for QSPI-NOR

2018-01-11 Thread Ashish Kumar
> -Original Message- > From: York Sun > Sent: Monday, January 08, 2018 11:53 PM > To: Ashish Kumar <ashish.ku...@nxp.com>; u-boot@lists.denx.de; Simon > Glass <s...@chromium.org>; Jagan Teki <ja...@openedev.com> > Subject: Re: [PATCH v2 1/2] env: sf: A

Re: [U-Boot] [PATCH] armv8: ls1088: Add USB and PCI configs in SD-BOOT defconfig

2018-01-11 Thread Ashish Kumar
> -Original Message- > From: York Sun > Sent: Monday, January 08, 2018 11:15 PM > To: Ashish Kumar <ashish.ku...@nxp.com>; u-boot@lists.denx.de > Subject: Re: [PATCH] armv8: ls1088: Add USB and PCI configs in SD-BOOT > defconfig > > On 01/01/2018 09:24 PM,

Re: [U-Boot] [PATCH] armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088

2018-01-11 Thread Ashish Kumar
> -Original Message- > From: York Sun > Sent: Monday, January 08, 2018 11:11 PM > To: Ashish Kumar <ashish.ku...@nxp.com>; u-boot@lists.denx.de > Subject: Re: [PATCH] armv8: ls1088aqds: Add IFC-NOR as boot source for > LS1088 > > On 01/01/2018 09:24 PM, A

[U-Boot] [PATCH] armv8: ls1088ardb: Put distro boot functions under CONFIG_SPL_BUILD

2018-01-05 Thread Ashish Kumar
Remove distro related stuff from SPL-uboot to save on SPL size. Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> Signed-off-by: Pankit Garg <pankit.g...@nxp.com> --- Size reduction is approx 5K depends upon http://patchwork.ozlabs.org/patch/853615/ http://patchwork.ozlabs.org/

Re: [U-Boot] [PATCH] driver: net: ldpaa_eth: Add PHY-less SGMII support

2018-01-01 Thread Ashish Kumar
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ashish > Kumar > Sent: Thursday, November 09, 2017 10:46 AM > To: York Sun <york@nxp.com>; u-boot@lists.denx.de; Prabhakar Kushwaha > <prabhakar.kushw...@nxp.com>

[U-Boot] [PATCH] armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088

2018-01-01 Thread Ashish Kumar
and DSPI cannot be accessed in this defconfig. IFC-NOR image is generated by ls1088aqds_defconfig. Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- depends on: https://patchwork.ozlabs.org/patch/853615/ Tested on 2018.01-rc3 More accurate timing are used which where provided by vali

[U-Boot] [PATCH] armv8: ls1088: Add USB and PCI configs in SD-BOOT defconfig

2018-01-01 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- depends on: https://patchwork.ozlabs.org/patch/853615/ Tested on 2018.01-rc3 configs/ls1088aqds_sdcard_qspi_defconfig | 12 configs/ls1088ardb_sdcard_qspi_defconfig | 12 2 files changed, 24 insertions(+)

[U-Boot] [PATCH v2] armv8: LS1088: Increase size of CONFIG_SYS_MONITOR_LEN

2017-12-28 Thread Ashish Kumar
Total size of relocated u-boot is greater than current value of 512KB, increase this to 1MB. Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- v2: Correct commit msg 512KB include/configs/ls1088a_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/c

[U-Boot] [PATCH] armv8: LS1088: Increase size of CONFIG_SYS_MONITOR_LEN

2017-12-28 Thread Ashish Kumar
Total size of relocated u-boot is greater than current value of 512MB, increase this to 1MB. Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- include/configs/ls1088a_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ls1088a_common.h b/i

[U-Boot] [PATCH v2 2/2] armv8: ls1088ardb: Add environment variable address location for QSPI-NOR

2017-12-14 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- include/configs/ls1088a_common.h | 6 ++ include/configs/ls1088aqds.h | 1 - include/configs/ls1088ardb.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/include/configs/ls1088a_common.h b/include/c

[U-Boot] [PATCH v2 1/2] env: sf: Add support for env init for QSPI-NOR

2017-12-14 Thread Ashish Kumar
ENV variables can now be used before relocation. Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- v2: replace & with && in #if Tested on ls1088ardb. Tested on ls1012hexa after defining CONFIG_ENV_ADDR env/sf.c | 21 + 1 file changed, 21 insertions(+)

[U-Boot] [PATCH 1/2] env: sf: Add support for env init for QSPI-NOR

2017-12-14 Thread Ashish Kumar
ENV variables can now be used before relocation. Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- Tested on ls1088ardb Tested on ls1012 after adding CONFIG_ENV_ADDR in header files env/sf.c | 21 + 1 file changed, 21 insertions(+) diff --git a/env/sf.c b/en

[U-Boot] [PATCH 2/2] armv8: ls1088ardb: Add environment variable address location for QSPI-NOR

2017-12-14 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- include/configs/ls1088ardb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index 1da8153..56416de 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088

[U-Boot] [PATCH] armv8: ls1088 : MC alignment should always be fixed to 512MB

2017-12-07 Thread Ashish Kumar
Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com> --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig index 47145a2..3716e9c 100644 ---

Re: [U-Boot] [Patch v2 1/2] driver: net: ldpaa_eth: Add PHY-less SGMII support

2017-11-29 Thread Ashish Kumar
Hello Joe, York, Any comments on V2 series? http://patchwork.ozlabs.org/project/uboot/list/?series=13261 Regards Ashish From: Ashish Kumar <ashish.ku...@nxp.com> Sent: Monday, November 13, 2017 3:07 PM To: u-boot@lists.denx.de Cc: York Sun; joe.he

  1   2   3   >