RE: [v2] armv8: fsl-layerscape: Kconfig: Correct I2C dependecies

2019-12-23 Thread Jagdish Gediya
Hi Biwen, > -Original Message- > From: Biwen Li > Sent: Monday, December 23, 2019 12:09 PM > To: Priyanka Jain ; Jagdish Gediya > > Cc: u-boot@lists.denx.de; Jiafei Pan ; Biwen Li > > Subject: [v2] armv8: fsl-layerscape: Kconfig: Correct I2C depen

Re: [U-Boot] [u-boot] [v4] armv8: ls1028ardb: enable DisplayPort Power support

2019-11-17 Thread Jagdish Gediya
Hi Wen, > -Original Message- > From: u-boot-boun...@linux.nxdi.nxp.com boun...@linux.nxdi.nxp.com> On Behalf Of Wen He > Sent: Wednesday, November 6, 2019 1:20 PM > To: u-boot@lists.denx.de; u-b...@linux.nxdi.nxp.com > Cc: Wen He > Subject: [u-boot] [v4] armv8: ls1028ardb: enable Display

Re: [U-Boot] [PATCH 00/13] powerpc: Enable device tree support

2019-08-16 Thread Jagdish Gediya
Hi Zhiqiang, > -Original Message- > From: Z.q. Hou > Sent: Friday, August 16, 2019 11:58 AM > To: Jagdish Gediya ; u-boot@lists.denx.de; > s...@chromium.org; Prabhakar Kushwaha ; > Shengzhou Liu ; bmeng...@gmail.com; Jiafei Pan > ; Priyanka Jain > Subject: R

Re: [U-Boot] [PATCH 00/13] powerpc: Enable device tree support

2019-08-15 Thread Jagdish Gediya
Hi Zhiqiang, > -Original Message- > From: Z.q. Hou > Sent: Thursday, June 20, 2019 1:49 PM > To: u-boot@lists.denx.de; s...@chromium.org; Prabhakar Kushwaha > ; Shengzhou Liu > ; bmeng...@gmail.com; Jagdish Gediya > ; Jiafei Pan ; Priyanka Jain > > Cc: Z.q. H

Re: [U-Boot] [PATCH] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable

2019-03-05 Thread Jagdish Gediya
Hi Kuldeep, > -Original Message- > From: Kuldeep Singh > Sent: Tuesday, March 5, 2019 11:39 AM > To: u-boot@lists.denx.de > Cc: Rajesh Bhagat ; Prabhakar Kushwaha > ; Ashish Kumar > ; Jagdish Gediya ; > Mingkai Hu ; Ruchika Gupta > ; Kuldeep Singh > Su

Re: [U-Boot] [PATCH v3 6/8] powerpc: mpc85xx: Use binman to embed dtb inside U-Boot

2018-09-26 Thread Jagdish Gediya
Hi York, > -Original Message- > From: York Sun > Sent: Wednesday, September 26, 2018 12:19 AM > To: Jagdish Gediya ; u-boot@lists.denx.de; > Prabhakar Kushwaha ; Poonam Aggrwal > ; s...@chromium.org; bmeng...@gmail.com > Cc: tr...@konsulko.com > Subject: Re

[U-Boot] [PATCH v3 5/8] powerpc: mpc85xx: Select BINMAN by default

2018-09-02 Thread Jagdish Gediya
Signed-off-by: Jagdish Gediya Reviewed-by: Bin Meng --- No changes for v2 and v3. arch/powerpc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8faef0b..c727d91 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -20,6

[U-Boot] [PATCH v3 7/8] powerpc: dts: Add u-boot.dtsi to use binman for MPC85xx boards

2018-09-02 Thread Jagdish Gediya
Signed-off-by: Jagdish Gediya Reviewed-by: Bin Meng --- Changes for v2: - Remove mpc85xx-u-boot.dtsi - Update u-boot.dtsi to use CONFIG_MPC85XX_HAVE_RESET_VECTOR Changes for v3: - Use 'sort-by-offset' property instead of 'sort-by-pos' arch/powerpc/

[U-Boot] [PATCH v3 6/8] powerpc: mpc85xx: Use binman to embed dtb inside U-Boot

2018-09-02 Thread Jagdish Gediya
CONFIG_MPC85XX_HAVE_RESET_VECTOR to indicate that image has resetvec section. Step 1 and step 3 described above are required only if this config is y. Signed-off-by: Jagdish Gediya --- Changes for v2: - Don't change the generic target - Add new config option to use binman Changes f

[U-Boot] [PATCH v3 2/8] powerpc/dts: Makefile changes to clean and build dts

2018-09-02 Thread Jagdish Gediya
Signed-off-by: Jagdish Gediya Reviewed-by: Bin Meng Reviewed-by: Simon Glass --- No changes for v2 and v3. arch/powerpc/dts/Makefile | 12 dts/Makefile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 arch/powerpc/dts/Makefile diff

[U-Boot] [PATCH v3 8/8] powerpc: dts: Enable device tree support for T2080QDS

2018-09-02 Thread Jagdish Gediya
Add device tree for T2080QDS board and enable CONFIG_OF_CONTROL so that device tree can be compiled. Update board README for device tree usage. Signed-off-by: Jagdish Gediya Reviewed-by: Bin Meng --- Changes for v2: - Enable CONFIG_MPC85XX_HAVE_RESET_VECTOR in T2080QDS_defconfig

[U-Boot] [PATCH v3 3/8] binman: Add a new "skip-at-start" property in Section class

2018-09-02 Thread Jagdish Gediya
n 'end-at-4gb' or based on "skip-at-start". Add a test case to check that 'skip-at-start' and 'end-at-4gb' property can't be used together. Signed-off-by: Jagdish Gediya Reviewed-by: Bin Meng --- Changes for v2: - Renamed 'start-pos'

[U-Boot] [PATCH v3 1/8] powerpc/dts: Define '_end' symbol in mpc85xx U-Boot lds files

2018-09-02 Thread Jagdish Gediya
'board_fdt_blob_setup' function sets up fdt blob at '&_end' so define '_end' symbol in mpc85xx lds files. Signed-off-by: Jagdish Gediya --- Changes for v2: - Define '_end' symbol in lds file instead of defining new 'board_f

[U-Boot] [PATCH v3 4/8] binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry

2018-09-02 Thread Jagdish Gediya
This entry contains the PowerPC mpc85xx boot page and resetvec sections. Signed-off-by: Jagdish Gediya --- Changes for v2: - Updated README for new binman entry - Added test Changes for v3: - Changed text from 'Powerpc' to 'PowerPC' tools/b

[U-Boot] [PATCH v3 0/8] Device tree support for PowerPC in U-Boot

2018-09-02 Thread Jagdish Gediya
required 2. Append dtb using binman 3. Append bootpg and resetvec section back if removed in 1st step. To enable binman tool, 'binman' node has been added in the device tree. Jagdish Gediya (8): powerpc/dts: Define '_end' symbol in mpc85xx U-Boot lds files powerpc/dts: Makefile

Re: [U-Boot] [PATCH v2 6/8] powerpc: mpc85xx: Use binman to embed dtb inside u-boot

2018-08-30 Thread Jagdish Gediya
Hi, > -Original Message- > From: Bin Meng > Sent: Tuesday, August 28, 2018 2:47 PM > To: Jagdish Gediya > Cc: U-Boot Mailing List ; Prabhakar Kushwaha > ; York Sun ; Poonam > Aggrwal ; Simon Glass ; > Tom Rini > Subject: Re: [PATCH v2 6/8] powerpc: mpc85

Re: [U-Boot] [PATCH v2 3/8] binman: Add a new "skip-at-start" property in Section class

2018-08-30 Thread Jagdish Gediya
Hi, > -Original Message- > From: s...@google.com On Behalf Of Simon Glass > Sent: Thursday, August 30, 2018 8:21 AM > To: Jagdish Gediya > Cc: U-Boot Mailing List ; Prabhakar Kushwaha > ; York Sun ; Poonam > Aggrwal ; Bin Meng ; > Tom Rini > Subject: Re: [

Re: [U-Boot] [PATCH v2 1/8] powerpc/dts: Define '_end' symbol in mpc85xx u-boot lds files

2018-08-28 Thread Jagdish Gediya
Hi Bin, > -Original Message- > From: Bin Meng > Sent: Tuesday, August 28, 2018 2:46 PM > To: Jagdish Gediya > Cc: U-Boot Mailing List ; Prabhakar Kushwaha > ; York Sun ; Poonam > Aggrwal ; Simon Glass ; > Tom Rini > Subject: Re: [PATCH v2 1/8] powerpc/d

[U-Boot] [PATCH v2 7/8] powerpc: dts: Add u-boot.dtsi to use binman for MPC85xx boards

2018-08-27 Thread Jagdish Gediya
Signed-off-by: Jagdish Gediya --- Changes for v2: - Remove mpc85xx-u-boot.dtsi - Update u-boot.dtsi to use CONFIG_MPC85XX_HAVE_RESET_VECTOR arch/powerpc/dts/u-boot.dtsi | 32 1 file changed, 32 insertions(+) create mode 100644 arch/powerpc/dts/u

[U-Boot] [PATCH v2 8/8] powerpc: dts: Enable device tree support for T2080QDS

2018-08-27 Thread Jagdish Gediya
Add device tree for T2080QDS board and enable CONFIG_OF_CONTROL so that device tree can be compiled. Update board README for device tree usage. Signed-off-by: Jagdish Gediya --- Changes for v2: - Enable CONFIG_MPC85XX_HAVE_RESET_VECTOR in T2080QDS_defconfig - README and commit

[U-Boot] [PATCH v2 3/8] binman: Add a new "skip-at-start" property in Section class

2018-08-27 Thread Jagdish Gediya
ot;_skip_at_start" should be set to CONFIG_SYS_TEXT_BASE. 'end-at-4gb' property is not applicable where CONFIG_SYS_TEXT_BASE + Image size != 4gb. Add new property "skip-at-start" in Section class so that '_skip_at_start' can be calculated either based on "

[U-Boot] [PATCH v2 5/8] powerpc: mpc85xx: Select BINMAN by default

2018-08-27 Thread Jagdish Gediya
Signed-off-by: Jagdish Gediya --- arch/powerpc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8faef0b..c727d91 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -20,6 +20,7 @@ config MPC85xx select

[U-Boot] [PATCH v2 6/8] powerpc: mpc85xx: Use binman to embed dtb inside u-boot

2018-08-27 Thread Jagdish Gediya
CONFIG_MPC85XX_HAVE_RESET_VECTOR to indicate that image have resetvec section. step 1 and step 3 described above are required only if this config is y. Signed-off-by: Jagdish Gediya --- Changes for v2: - Don't change the generic target - Add new config option to use binman Mak

[U-Boot] [PATCH v2 2/8] powerpc/dts: Makefile changes to clean and build dts

2018-08-27 Thread Jagdish Gediya
Signed-off-by: Jagdish Gediya --- arch/powerpc/dts/Makefile | 12 dts/Makefile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 arch/powerpc/dts/Makefile diff --git a/arch/powerpc/dts/Makefile b/arch/powerpc/dts/Makefile new file mode

[U-Boot] [PATCH v2 4/8] binman: Add support for Powerpc mpc85xx 'bootpg + resetvec' entry

2018-08-27 Thread Jagdish Gediya
This entry contains the Powerpc mpc85xx boot page and resetvec sections. Signed-off-by: Jagdish Gediya --- Changes for v2: - Updated README for new binman entry - Added test tools/binman/README.entries| 14 +++- .../etype

[U-Boot] [PATCH v2 1/8] powerpc/dts: Define '_end' symbol in mpc85xx u-boot lds files

2018-08-27 Thread Jagdish Gediya
'board_fdt_blob_setup' function sets up fdt blob at '&_end' so define '_end' symbol in mpc85xx lds files. Signed-off-by: Jagdish Gediya --- Changes for v2: - Defined '_end' symbol in lds file instead of defining new 'board_f

[U-Boot] [PATCH v2 0/8] Device tree support for Powerpc in u-boot

2018-08-27 Thread Jagdish Gediya
required 2. Append dtb using binman 3. Append bootpg and resetvec section back if removed in 1st step. To enable binman tool, 'binman' node has been added in the device tree. Jagdish Gediya (8): powerpc/dts: Define '_end' symbol in mpc85xx u-boot lds files powerpc/dts:

Re: [U-Boot] [PATCH 8/8][RESEND] powerpc: dts: Enable device tree support for T2080QDS

2018-08-27 Thread Jagdish Gediya
Hi, > -Original Message- > From: Bin Meng > Sent: Tuesday, August 21, 2018 5:32 PM > To: Jagdish Gediya > Cc: Prabhakar Kushwaha ; York Sun > ; Poonam Aggrwal ; Tom > Rini ; Simon Glass ; U-Boot > Mailing List > Subject: Re: [PATCH 8/8][RESEND] powerpc: dts:

Re: [U-Boot] [PATCH 4/8] binman: Add support for powerpc 'bootpg + resetvec' entry

2018-08-23 Thread Jagdish Gediya
t_spl_nodtb7 271% tools/binman/etype/u_boot_spl_with_ucode_ptr 12 375% tools/binman/etype/u_boot_tpl 11 464% tools/binman/etype/u_boot_tpl_dtb 7 271% tools/binman/etype/u_boot_ucode 27 21

[U-Boot] [PATCH] armv8: layerscape: Build u-boot-with-spl.bin for selected boards

2018-08-22 Thread Jagdish Gediya
shwaha CC: Priyanka Jain CC: Pramod Kumar CC: Ashish Kumar CC: York Sun Signed-off-by: Jagdish Gediya Reviewed-by: Prabhakar Kushwaha --- include/configs/ls1088a_common.h | 1 + include/configs/ls2080a_common.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/configs/ls1088a_

[U-Boot] [PATCH 5/8][RESEND] powerpc: mpc85xx: select BINMAN by default

2018-08-21 Thread Jagdish Gediya
Signed-off-by: Jagdish Gediya --- arch/powerpc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8faef0b..c727d91 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -20,6 +20,7 @@ config MPC85xx select

[U-Boot] [PATCH 6/8][RESEND] powerpc: dts: add u-boot.dtsi and mpc85xx-u-boot.dtsi

2018-08-21 Thread Jagdish Gediya
add required binman node inside dts to use binman to prepare u-boot-dtb.bin Signed-off-by: Jagdish Gediya --- arch/powerpc/dts/mpc85xx-u-boot.dtsi | 16 arch/powerpc/dts/u-boot.dtsi | 31 +++ 2 files changed, 47 insertions(+) create mode

[U-Boot] [PATCH 8/8][RESEND] powerpc: dts: Enable device tree support for T2080QDS

2018-08-21 Thread Jagdish Gediya
Add device tree for T2080QDS board and enable CONFIG_OF_CONTROL so that device tree can be compiled. update board README for device tree usage. Signed-off-by: Jagdish Gediya --- arch/powerpc/dts/Makefile | 2 ++ arch/powerpc/dts/e6500_power_isa.dtsi | 39

[U-Boot] [PATCH 7/8][RESEND] powerpc: mpc85xx: Use binman to embed dtb inside u-boot

2018-08-21 Thread Jagdish Gediya
PPC_MPC85XX_INCLUDE_DTB variable in Makefile if binman need to be used. set PPC_MPC85XX_REMOVE_BOOTPG_RESETVEC variable in Makefile if bootpg and resetvec section need to be removed before appending dtb. Signed-off-by: Jagdish Gediya --- Makefile | 30 -- 1 file changed, 28

[U-Boot] [PATCH 4/8][RESEND] binman: Add support for powerpc 'bootpg + resetvec' entry

2018-08-21 Thread Jagdish Gediya
This entry contains the powerpc boot page and resetvec sections. Signed-off-by: Jagdish Gediya --- tools/binman/etype/mpc85xx_bootpg_resetvec.py | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 tools/binman/etype/mpc85xx_bootpg_resetvec.py diff --git a/tools/binman

[U-Boot] [PATCH 3/8][RESEND] binman: Add a new "start-pos" property in section class

2018-08-21 Thread Jagdish Gediya
4gb' property is not applicable for 0xeff4 first entry offset. add new property start-pos' in section class so that '_skip_at_start' can be calculated either based on 'end-at-4gb' or based on 'start-pos' Signed-off-by: Jagdish Gediya --- tools/binman/bsection.py

[U-Boot] [PATCH 2/8][RESEND] powerpc/dts: makefile changes to clean and build dts

2018-08-21 Thread Jagdish Gediya
Signed-off-by: Jagdish Gediya --- arch/powerpc/dts/Makefile | 12 dts/Makefile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 arch/powerpc/dts/Makefile diff --git a/arch/powerpc/dts/Makefile b/arch/powerpc/dts/Makefile new file mode

[U-Boot] [PATCH 1/8][RESEND] powerpc/dts: setup fdt blob at __init_end

2018-08-21 Thread Jagdish Gediya
'__init_end' is defined in ld file. define 'board_fdt_blob_setup' to setup the fdt blob at '&__init_end'. Signed-off-by: Jagdish Gediya --- arch/powerpc/cpu/mpc8xxx/fdt.c | 12 1 file changed, 12 insertions(+) diff --git a/arch/powerpc/cpu/mpc8xx

[U-Boot] [PATCH 0/8][RESEND] Device Tree support for PowerPC in u-boot

2018-08-21 Thread Jagdish Gediya
required 2. Append dtb using binman 3. Append bootpg and resetvec section back if removed in 1st step. To enable binman tool, 'binman' node has been added in the device tree. Resend with adding missed u-boot mailing list Jagdish Gediya (8): powerpc/dts: setup fdt blob at __init_end

Re: [U-Boot] Support of device-tree for PowerPC platform: Query

2018-07-04 Thread Jagdish Gediya
Hi Bin, > -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Bin Meng > Sent: Tuesday, July 3, 2018 8:11 PM > To: Prabhakar Kushwaha > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] Support of device-tree for PowerPC platform: Query > > Hi Prabhakar, >

[U-Boot] [PATCH][v2] armv8: ls1088a: change dpl load command from apply to lazyapply

2018-06-04 Thread Jagdish Gediya
use "fsl_mc lazyapply dpl addr" instead of "fsl_mc apply dpl addr" change dpl load addr to 0x80001000 from 0x8020 because dpl gets corrupted at 0x8020 during bootm command excecution. Signed-off-by: Jagdish Gediya --- Changes for v2: - Change dpl load addres

[U-Boot] [PATCH] armv8: ls1088a: change dpl load command from apply to lazyapply.

2018-05-11 Thread Jagdish Gediya
use "fsl_mc lazyapply dpl addr" instead of "fsl_mc apply dpl addr" change dpl load addr to 0x8000 from 0x8020 because dpl gets corrupted at 0x8020 during bootm command excecution. Signed-off-by: Jagdish Gediya --- include/configs/ls1088a_common.h | 10 +--

[U-Boot] [PATCH] arm: ls1021aqds: config: enable CONFIG_ID_EEPROM for mac command

2018-05-09 Thread Jagdish Gediya
Signed-off-by: Jagdish Gediya --- include/configs/ls1021aqds.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index 0b4a6a4..79a84c4 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -351,6

[U-Boot] [PATCH][v3] mtd: nand: fsl_ifc: Fix nand waitfunc return value

2018-05-01 Thread Jagdish Gediya
As per the IFC hardware manual, Most significant byte in nand_fsr register is the outcome of NAND READ STATUS command. So status value need to be shifted as per the nand framework requirement. Signed-off-by: Jagdish Gediya Reviewed-by: Prabhakar Kushwaha --- Changes for v2: - Change

Re: [U-Boot] [PATCH][v2] mtd: nand: fsl_ifc: Fix nand waitfunc return value

2018-05-01 Thread Jagdish Gediya
Hi York, > -Original Message- > From: York Sun > Sent: Friday, April 27, 2018 8:43 AM > To: Prabhakar Kushwaha > Cc: Jagdish Gediya ; u-boot@lists.denx.de; > o...@buserror.net > Subject: Re: [U-Boot] [PATCH][v2] mtd: nand: fsl_ifc: Fix nand waitfunc return > v

[U-Boot] [PATCH] board: freescale: ls1012ardb: Add command to switch QSPI bank

2018-04-11 Thread Jagdish Gediya
Add command "boot_bank X" to switch the boot bank to either 1 or 2. Signed-off-by: Jagdish Gediya --- board/freescale/ls1012ardb/ls1012ardb.c | 85 + 1 file changed, 85 insertions(+) diff --git a/board/freescale/ls1012ardb/ls1012ardb.c b/board

[U-Boot] [PATCH][v3] mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0

2018-03-23 Thread Jagdish Gediya
-off-by: Prabhakar Kushwaha Signed-off-by: Jagdish Gediya --- Changes for v2: - Resolve checkpatch error - Give suitable name to variable and do proper initialization. Changes for v3: - Changes to avoid reading of register twice if sector_start is multiple of 4

[U-Boot] [PATCH][v2] mtd: nand: fsl_ifc: Fix nand waitfunc return value

2018-03-20 Thread Jagdish Gediya
As per the IFC hardware manual, Most significant 2 bytes in nand_fsr register are the outcome of NAND READ STATUS command. So status value need to be shifted and aligned as per the nand framework requirement. Signed-off-by: Jagdish Gediya Reviewed-by: Prabhakar Kushwaha --- Changes for v2

[U-Boot] [PATCH][v2] mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0

2018-03-20 Thread Jagdish Gediya
-off-by: Prabhakar Kushwaha Signed-off-by: Jagdish Gediya --- Changes for v2: - Resolve checkpatch error - Give suitable name to variable and do proper initialization. drivers/mtd/nand/fsl_ifc_nand.c | 32 include/fsl_ifc.h | 4

[U-Boot] [PATCH] mtd: nand: fsl_ifc: Fix nand waitfunc return value

2018-03-20 Thread Jagdish Gediya
As per the IFC hardware manual, Most significant 2 bytes in nand_fsr register are the outcome of NAND READ STATUS command. So status value need to be shifted and aligned as per the nand framework requirement. Signed-off-by: Jagdish Gediya Reviewed-by: Prabhakar Kushwaha --- drivers/mtd/nand

[U-Boot] [PATCH] mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0

2018-03-20 Thread Jagdish Gediya
-off-by: Prabhakar Kushwaha Signed-off-by: Jagdish Gediya --- drivers/mtd/nand/fsl_ifc_nand.c | 30 +- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/drivers/mtd/nand/fsl_ifc_nand.c b/drivers/mtd/nand/fsl_ifc_nand.c index d1165f7..34016cb 100644 --- a