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
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
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
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
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
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
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
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/
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
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
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
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'
'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
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
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
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
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: [
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
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
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
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 "
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
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
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
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
'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
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:
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:
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
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_
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
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
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
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
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
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
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
'__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
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
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,
>
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
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 +--
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
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
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
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
-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
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
-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
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
-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
51 matches
Mail list logo