[U-Boot] [PATCH V2] armv8: ls1012a: Modify Kernel and Environment offset

2017-11-10 Thread Bhaskar Upadhaya
Kernel is now located at 0x100 instead of 0xa0 and Envirorment Variables are located at 3MB offset instead of 2MB in Flash Signed-off-by: Bhaskar Upadhaya --- Changes for V2: Updated subject and removed white spaces --- include/configs/ls1012a_common.h | 4 ++-- include/configs

[U-Boot] [PATCH V2] armv8: ls1012a: Modify Kernel and Environment offset

2017-11-10 Thread Bhaskar Upadhaya
Kernel is now located at 0x100 instead of 0xa0 and Envirorment Variables are located at 3MB offset instead of 2MB in Flash Signed-off-by: Bhaskar Upadhaya --- Changes for V2: Updated subject and removed white spaces include/configs/ls1012a_common.h | 4 ++-- include/configs

[U-Boot] [PATCH V3] armv8: ls1012a: Modify Kernel and Environment offset

2017-11-14 Thread Bhaskar Upadhaya
Kernel is now located at 0x100 instead of 0xa0 and envirorment variables are located at 3MB offset instead of 2MB in Flash Signed-off-by: Bhaskar Upadhaya --- Changes for V3: Updated Commit message include/configs/ls1012a_common.h | 4 ++-- include/configs/ls1012afrdm.h| 2 +- 2

[U-Boot] [PATCH 1/1] board: freescale: ls1012a: LS1012A-2G5RDB board support

2017-11-19 Thread Bhaskar Upadhaya
LS1012A-2G5RDB belongs to LS1012A family with features 1. 2 2.5G SGMII PFE Block 2. Sata 3. USB 2.0/3.0 4. WiFi 5. DDR 6. eMMC 7. QuadSPI 8. UART Signed-off-by: Bhaskar Upadhaya --- Depends on https://patchwork.ozlabs.org/cover/823205 arch/arm/Kconfig

[U-Boot] [PATCH v2] board: freescale: ls1012a: LS1012A-2G5RDB board support

2017-11-21 Thread Bhaskar Upadhaya
LS1012A-2G5RDB belongs to LS1012A family with features 2.5G SGMII PFE MAC, SATA, USB 2.0/3.0, WiFi, DDR, eMMC, QuadSPI, UART Signed-off-by: Bhaskar Upadhaya --- Changes for V2: 1. Use existing code base of RDB 2. Correct Copyrights Depends on https://patchwork.ozlabs.org/cover/823205 arch

Re: [U-Boot] [RFC] Support for SGMII 2500

2017-11-28 Thread Bhaskar Upadhaya
+ Anji, Calvin, Prabhakar, Poonam. -Original Message- From: Madalin-cristian Bucur Sent: Tuesday, November 28, 2017 12:56 PM To: Andrew Lunn ; f.faine...@gmail.com; net...@vger.kernel.org Cc: Bhaskar Upadhaya ; Shengzhou Liu ; York Sun ; u-boot@lists.denx.de Subject: [RFC] Support for

[U-Boot] [PATCH 1/3] armv8/kconfig: Align boards of same family at one place

2017-11-30 Thread Bhaskar Upadhaya
Align boards belonging to LS1012A, LS2080A SoC at one place Signed-off-by: Bhaskar Upadhaya --- arch/arm/cpu/armv8/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv8/Kconfig b/arch/arm/cpu/armv8/Kconfig index 12aba9d..51f48e1 100644 --- a/arch

[U-Boot] [PATCH 3/3] drivers: net: pfe_eth: Disable autonegotiation for 2.5G SGMII

2017-11-30 Thread Bhaskar Upadhaya
PCS initialization sequence for 2.5G SGMII interface governs auto negotiation to be in disabled mode Signed-off-by: Bhaskar Upadhaya --- Depends on https://patchwork.ozlabs.org/cover/823205 drivers/net/pfe_eth/pfe_eth.c | 3 +++ include/pfe_eth/pfe/cbus/emac.h | 1 + 2 files changed, 4

[U-Boot] [PATCH v3 2/3] board: freescale: ls1012a: LS1012A-2G5RDB board support

2017-11-30 Thread Bhaskar Upadhaya
LS1012A-2G5RDB belongs to LS1012A family with features 2 2.5G SGMII PFE MAC, SATA, USB 2.0/3.0, WiFi DDR, eMMC, QuadSPI, UART Signed-off-by: Bhaskar Upadhaya --- changes for v3: 1. remove pfe driver changes from this patch 2. remove PCIe, DSPI from ls1012a2g5rdb_qspi_defconfig arch/arm

[U-Boot] [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel, env

2017-09-01 Thread Bhaskar Upadhaya
-by: Bhaskar Upadhaya --- include/configs/ls1012a_common.h | 4 ++-- include/configs/ls1012afrdm.h| 16 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h index 9d85341..458a6ad 100644 --- a

Re: [U-Boot] [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel, env

2017-10-06 Thread Bhaskar Upadhaya
-Original Message- From: York Sun Sent: Wednesday, September 06, 2017 9:51 PM To: Bhaskar Upadhaya ; u-boot@lists.denx.de Subject: Re: [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel,env On 09/01/2017 02:54 AM, Bhaskar Upadhaya wrote: > This patch adjusts memory map

[U-Boot] [PATCH 1/1] ls1012a:dts: Update LS1012A-2G5RDB device tree

2017-12-08 Thread Bhaskar Upadhaya
Previously LS1012A-2G5RDB dts includes fsl-ls1012a-rdb.dtsi which further includes fsl-ls1012a.dtsi.Now LS1012A-2G5RDB dts include fsl-ls1012a.dtsi. Signed-off-by: Bhaskar Upadhaya --- arch/arm/dts/fsl-ls1012a-2g5rdb.dts | 29 - 1 file changed, 28 insertions(+), 1

Re: [U-Boot] [PATCH v3 2/3] board: freescale: ls1012a: LS1012A-2G5RDB board support

2018-01-09 Thread Bhaskar Upadhaya
>-Original Message- >From: York Sun >Sent: Tuesday, January 09, 2018 1:10 AM >To: Bhaskar Upadhaya ; u-boot@lists.denx.de >Subject: Re: [PATCH v3 2/3] board: freescale: ls1012a: LS1012A-2G5RDB board >support > >On 11/29/2017 09:13 PM, Bhaskar Upadhaya wrote: >

Re: [U-Boot] [PATCH 3/3] drivers: net: pfe_eth: Disable autonegotiation for 2.5G SGMII

2018-01-09 Thread Bhaskar Upadhaya
>-Original Message- >From: York Sun >Sent: Tuesday, January 09, 2018 12:13 AM >To: Bhaskar Upadhaya ; u-boot@lists.denx.de >Subject: Re: [PATCH 3/3] drivers: net: pfe_eth: Disable autonegotiation for >2.5G >SGMII > >On 11/29/2017 09:13 PM, Bhaskar Upadhaya w

[U-Boot] [PATCH v2 2/2] board: ls1012a: LS1012A-2G5RDB board support

2018-01-11 Thread Bhaskar Upadhaya
LS1012A-2G5RDB belongs to LS1012A family with features 2 2.5G SGMII PFE MAC, SATA, USB 2.0/3.0, WiFi DDR, eMMC, QuadSPI, UART Signed-off-by: Bhaskar Upadhaya --- changes for v2: - LS1012A-2G5RDB patches are made independent of PFE patches - Remove CONFIG_CMD_DHCP, CONFIG_CMD_MII

[U-Boot] [PATCH v2 1/2] armv8/kconfig: Align boards of same family at one place

2018-01-11 Thread Bhaskar Upadhaya
Align boards belonging to LS1012A, LS2080A SoC at one place Signed-off-by: Bhaskar Upadhaya --- arch/arm/cpu/armv8/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv8/Kconfig b/arch/arm/cpu/armv8/Kconfig index 12aba9d..51f48e1 100644 --- a/arch

[U-Boot] [PATCH 1/2] board: move ppa firmware address in board specific kconfig

2018-05-03 Thread Bhaskar Upadhaya
ppa firmware address may vary depending upon different boards, configure ppa firmware address in board specific kconfig Signed-off-by: Bhaskar Upadhaya --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 5 - board/freescale/ls1012afrdm/Kconfig | 4 board/freescale/ls1012aqds

[U-Boot] [PATCH 2/2] board: ls1012a: FRWY-LS1012A board support

2018-05-03 Thread Bhaskar Upadhaya
FRWY-LS1012A belongs to LS1012A family with features 2 1G SGMII PFE MAC, Micro SD, USB 3.0, DDR, QuadSPI, Audio, UART. Signed-off-by: Bhaskar Upadhaya --- arch/arm/Kconfig | 12 +++ arch/arm/cpu/armv8/Kconfig| 1 + arch/arm/dts/Makefile

[U-Boot] [PATCH v2 1/2] board: move ppa firmware address in board specific kconfig

2018-05-04 Thread Bhaskar Upadhaya
ppa firmware address may vary depending upon different boards, configure ppa firmware address in board specific kconfig Signed-off-by: Bhaskar Upadhaya --- Comments from v1: - move SYS_LS_PPA_FW_IN_MMC, SYS_LS_PPA_FW_IN_NAND in board files. arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 17

[U-Boot] [PATCH 1/3] board: Kconfig: Re-Arrangement of PPA firmware and header addresses

2018-05-23 Thread Bhaskar Upadhaya
ppa firmware and header address may vary depending upon different boards, configure ppa firmware and header address in board specific kconfig Signed-off-by: Vinitha V Pillai Signed-off-by: Jagdish Gediya Signed-off-by: Bhaskar Upadhaya --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 34

[U-Boot] [PATCH 2/3] board: ls1012a: FRWY-LS1012A board support

2018-05-23 Thread Bhaskar Upadhaya
FRWY-LS1012A belongs to LS1012A family with features 2 1G SGMII PFE MAC, Micro SD, USB 3.0, DDR, QuadSPI, Audio, UART. Signed-off-by: Bhaskar Upadhaya --- arch/arm/Kconfig | 12 +++ arch/arm/cpu/armv8/Kconfig| 1 + arch/arm/dts/Makefile

[U-Boot] [PATCH 3/3] LS1012AFRWY: Add Secure Boot support

2018-05-23 Thread Bhaskar Upadhaya
From: Vinitha V Pillai Added the following: 1. defconfig for LS1012AFRWY Secure boot 2. PfE Validation support Signed-off-by: Vinitha V Pillai --- arch/arm/Kconfig | 1 + board/freescale/ls1012afrdm/Kconfig| 8 board/freescale/ls1012afrdm/MAINTA

[U-Boot] [PATCH 1/3] armv8: ls1028a: Add NXP LS1028A SoC support

2019-03-18 Thread Bhaskar Upadhaya
steps timestamping support ENETC TSN driver: Qbv, Qbu, Qci, Qav SWITCH TSN driver: Qbv, Qci, Qbu, Qav, 802.1CB support Signed-off-by: Sudhanshu Gupta Signed-off-by: Rai Harninder Signed-off-by: Rajesh Bhagat Signed-off-by: Bhaskar Upadhaya --- arch/arm/cpu/armv8/fsl-layerscape/Kc

[U-Boot] [PATCH 2/3] armv8: ls1028ardb: Add support for LS1028ARDB platform

2019-03-18 Thread Bhaskar Upadhaya
LS1028A is an ARMv8 implementation. LS1028ARDB is an evaluatoin platform that supports the LS1028A family SoCs. This patch add basic support of the platform. Signed-off-by: Sudhanshu Gupta Signed-off-by: Rai Harninder Signed-off-by: Rajesh Bhagat Signed-off-by: Bhaskar Upadhaya --- arch/arm

[U-Boot] [PATCH 3/3] armv8: ls1028aqds: Add support of LS1028AQDS

2019-03-18 Thread Bhaskar Upadhaya
LS1028A Development System (QDS) is a high-performance computing, evaluation, and development platform that supports LS1028A QorIQ Architecture processor. Signed-off-by: Sudhanshu Gupta Signed-off-by: Rai Harninder Signed-off-by: Rajesh Bhagat Signed-off-by: Bhaskar Upadhaya --- arch/arm

Re: [U-Boot] [BUG] ls1012afrwy: U-Boot no detect sd card

2019-02-20 Thread Bhaskar Upadhaya
+ Pramod. >-Original Message- >From: jorisoffouga >Sent: Tuesday, February 19, 2019 2:44 PM >To: u-boot@lists.denx.de; York Sun ; Bhaskar Upadhaya > >Subject: [U-Boot] [BUG] ls1012afrwy: U-Boot no detect sd card > >Hi York, Hi Bhaskar, > >I use a lsl01