[PATCH] lx2162a : Rename emmc boot command variable

2021-08-26 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal Rename emmc_bootcmd environment variable to sd2_bootcmd to fix emmc boot on lx2162aqds board. Signed-off-by: Meenakshi Aggarwal --- include/configs/lx2162aqds.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/lx2162aqds.h b

RE: [PATCH v4 0/3] Add support for LX2162AQDS board

2020-12-06 Thread Meenakshi Aggarwal
HI, Any review comment on this patch series? Thanks, Meenakshi > -Original Message- > From: Meenakshi Aggarwal > Sent: Thursday, October 29, 2020 7:17 PM > To: u-boot@lists.denx.de; tr...@konsulko.com; Priyanka Jain > > Cc: Varun Sethi ; Meenakshi Aggarwal > >

RE: [PATCH v4 3/3] armv8: lx2162aqds: Add support for LX2162AQDS platform

2020-11-04 Thread Meenakshi Aggarwal
Any comments? > -Original Message- > From: Meenakshi Aggarwal > Sent: Thursday, October 29, 2020 7:16 PM > To: u-boot@lists.denx.de; tr...@konsulko.com; Priyanka Jain > > Cc: Varun Sethi ; Meenakshi Aggarwal > ; Ioana Ciornei ; > Qiang Zhao ; Hui Song ; Mani

RE: [PATCH v4 2/3] armv8: lx2162a: Add Soc changes to support LX2162A

2020-10-30 Thread Meenakshi Aggarwal
> -Original Message- > From: Tom Rini > Sent: Thursday, October 29, 2020 8:14 PM > To: Meenakshi Aggarwal > Cc: u-boot@lists.denx.de; Priyanka Jain ; Varun Sethi > > Subject: Re: [PATCH v4 2/3] armv8: lx2162a: Add Soc changes to support > LX2162A > >

[PATCH v4 1/3] drivers/net/phy: Add CORTINA_NO_FW_UPLOAD to Kconfig

2020-10-29 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal Move CORTINA_NO_FW_UPLOAD to Kconfig file so that it can be controlled via defconfig files. Signed-off-by: Meenakshi Aggarwal --- configs/lx2160aqds_tfa_SECURE_BOOT_defconfig | 1 + configs/lx2160aqds_tfa_defconfig | 1 + configs

[PATCH v4 2/3] armv8: lx2162a: Add Soc changes to support LX2162A

2020-10-29 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal LX2162 is LX2160 based SoC, it has same die as of LX2160 with different packaging. LX2162A support 64-bit 2.9GT/s DDR4 memory, i2c, micro-click module, microSD card, eMMC support, serial console, qspi nor flash, qsgmii, sgmii, 25g, 40g, 50g network interface, one usb

[PATCH v4 3/3] armv8: lx2162aqds: Add support for LX2162AQDS platform

2020-10-29 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal This patch add base support for LX2162AQDS board. LX2162AQDS board supports LX2162A family SoCs. This patch add basic support of platform. Signed-off-by: Ioana Ciornei Signed-off-by: Zhao Qiang Signed-off-by: hui.song Signed-off-by: Manish Tomar Signed-off-by: Vikas

[PATCH v4 0/3] Add support for LX2162AQDS board

2020-10-29 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal This patch set add support for LX2162AQDS board. LX2162A is a variant of LX2160A. --- Changes: v2: - Add Separate ARCH for LX2162A SoC - Updated ReadMe of SoC and board v3: - Fix compilation bug for ls1088

RE: [PATCH] arm: fsl: common: Improve NXP VID driver PMBus support

2020-10-23 Thread Meenakshi Aggarwal
> -Original Message- > From: Priyanka Jain (OSS) > Sent: Friday, October 23, 2020 11:54 AM > To: Stephen Carlson ; U-Boot Mailing List b...@lists.denx.de>; Meenakshi Aggarwal > Subject: RE: [PATCH] arm: fsl: common: Improve NXP VID driver PMBus support > >

[PATCH] armv8: lx2160a: fix reset sequence

2020-09-09 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal Make sure that SW_RST_REQ and RST_REQ_MSK are cleared before triggering hardware reset request. Signed-off-by: Thirupathaiah Annapureddy Signed-off-by: Meenakshi Aggarwal --- arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 14 -- 1 file changed, 8 insertions

RE: [PATCH v3 2/2] armv8: lx2162aqds: Add support for LX2162AQDS platform

2020-09-09 Thread Meenakshi Aggarwal
> -Original Message- > From: Tom Rini > Sent: Monday, September 7, 2020 6:43 PM > To: Meenakshi Aggarwal > Cc: u-boot@lists.denx.de; Priyanka Jain ; Varun Sethi > ; Ioana Ciornei ; Qiang Zhao > ; Hui Song ; Manish Tomar > ; Vikas Singh > Subject: Re: [PATC

RE: [PATCH v3 1/2] armv8: lx2162a: Add Soc changes to support LX2162A

2020-09-08 Thread Meenakshi Aggarwal
Thanks Tom, We will plan it. -Original Message- From: Tom Rini Sent: Monday, September 7, 2020 6:42 PM To: Meenakshi Aggarwal Cc: u-boot@lists.denx.de; Priyanka Jain ; Varun Sethi Subject: Re: [PATCH v3 1/2] armv8: lx2162a: Add Soc changes to support LX2162A On Mon, Sep 07, 2020

[PATCH v3 2/2] armv8: lx2162aqds: Add support for LX2162AQDS platform

2020-09-07 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal This patch add base support for LX2162AQDS board. LX2162AQDS board supports LX2162A family SoCs. This patch add basic support of platform. Signed-off-by: Ioana Ciornei Signed-off-by: Zhao Qiang Signed-off-by: hui.song Signed-off-by: Manish Tomar Signed-off-by: Vikas

[PATCH v3 1/2] armv8: lx2162a: Add Soc changes to support LX2162A

2020-09-07 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal LX2162 is LX2160 based SoC, it has same die as of LX2160 with different packaging. LX2162A support 64-bit 2.9GT/s DDR4 memory, i2c, micro-click module, microSD card, eMMC support, serial console, qspi nor flash, qsgmii, sgmii, 25g, 40g, 50g network interface, one usb

[PATCH v3 0/2] Add support for LX2162AQDS board

2020-09-07 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal This patch set add support for LX2162AQDS board. LX2162A is a variant of LX2160A. --- Changes: v2: - Add Separate ARCH for LX2162A SoC - Updated ReadMe of SoC and board v3: - Fix compilation bug for ls1088

[PATCH v2 2/2] armv8: lx2162aqds: Add support for LX2162AQDS platform

2020-09-03 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal This patch add base support for LX2162AQDS board. LX2162AQDS board supports LX2162A family SoCs. This patch add basic support of platform. Signed-off-by: Ioana Ciornei Signed-off-by: Zhao Qiang Signed-off-by: hui.song Signed-off-by: Manish Tomar Signed-off-by: Vikas

[PATCH v2 1/2] armv8: lx2162a: Add Soc changes to support LX2162A

2020-09-03 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal LX2162 is LX2160 based SoC, it has same die as of LX2160 with different packaging. LX2162A support 64-bit 2.9GT/s DDR4 memory, i2c, micro-click module, microSD card, eMMC support, serial console, qspi nor flash, qsgmii, sgmii, 25g, 40g, 50g network interface, one usb

[PATCH v2 0/2] Add support for LX2162AQDS board

2020-09-03 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal This patch set add support for LX2162AQDS board. LX2162A is a variant of LX2160A. --- Changes: v2: - Add Separate ARCH for LX2162A SoC - Updated ReadMe of SoC and board Meenakshi Aggarwal (2): armv8: lx2162a: Add Soc changes

RE: [PATCH 1/2] armv8: lx2162a: Add Soc changes to support LX2162A

2020-09-02 Thread Meenakshi Aggarwal
> -Original Message- > From: Priyanka Jain > Sent: Wednesday, September 2, 2020 12:49 PM > To: Meenakshi Aggarwal ; u- > b...@lists.denx.de > Cc: Varun Sethi > Subject: RE: [PATCH 1/2] armv8: lx2162a: Add Soc changes to support > LX2162A > > > >

[PATCH 0/2] Add support for LX2162AQDS board

2020-09-01 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal This patch set add support for LX2162AQDS board. LX2162A is a variant of LX2160A. Meenakshi Aggarwal (2): armv8: lx2162a: Add Soc changes to support LX2162A armv8: lx2162aqds: Add support for LX2162AQDS platform arch/arm/Kconfig

[PATCH 2/2] armv8: lx2162aqds: Add support for LX2162AQDS platform

2020-09-01 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal This patch add base support for LX2162AQDS board. LX2162 is LX2160 based SoC, it has same die as of LX2160 with different packaging. LX2162A support 4GB ddr memory, i2c, micro-click module, microSD card, serial console, qspi nor flash, qsgmii, sgmii, 25g, 40g, 50g

[PATCH 1/2] armv8: lx2162a: Add Soc changes to support LX2162A

2020-09-01 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal LX2162 is LX2160 based SoC, it has same die as of LX2160 with different packaging. LX2162A support 4GB ddr memory, i2c, micro-click module, microSD card, serial console, qspi nor flash, qsgmii, sgmii, 25g, 40g, 50g network interface,one usb 3.0 and serdes interface

[PATCH] lx2160: Correct sd_boot environment variable

2020-09-01 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal Signed-off-by: Meenakshi Aggarwal --- include/configs/lx2160aqds.h | 2 +- include/configs/lx2160ardb.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/lx2160aqds.h b/include/configs/lx2160aqds.h index 3dd071f..1cc015c 100644

RE: [EXT] [PATCH] armv8: lx2162aqds: Add support for LX2162AQDS platform

2020-08-26 Thread Meenakshi Aggarwal
Thanks Kuldeep for the review, will do the changes. > -Original Message- > From: Kuldeep Singh > Sent: Wednesday, August 26, 2020 3:48 PM > To: u-boot@lists.denx.de; Meenakshi Aggarwal > > Cc: Ioana Ciornei ; Qiang Zhao > ; Hui Song ; Manish Tomar > ; Vikas

[PATCH] armv8: lx2162aqds: Add support for LX2162AQDS platform

2020-08-25 Thread meenakshi . aggarwal
From: Meenakshi Aggarwal This patch add base support for LX2162 QDS board. LX2162 is LX2160 based SoC, it has same die as of LX2160 with different packaging. Board support's 4GB ddr memory, i2c, micro-click module, microSD card, serial console, qspi nor flash, qsgmii, sgmii, 25g, 40g, 50g

[PATCH v4] lx2160a : Update eMMC boot environment variable

2020-04-27 Thread Meenakshi Aggarwal
Update mcinitcmd and bootcmd environment variable for emmc boot. Signed-off-by: Meenakshi Aggarwal --- Changes in V2: - Reword commit message Changes in V3: - Reword commit message - Add "mmc dev 1" in mcinitcmd variable to select eMMC Cha

[PATCH v3] lx2160a : Update eMMC boot environment variable.

2020-04-20 Thread Meenakshi Aggarwal
Update mcinitcmd and bootcmd environment variable emmc boot. Signed-off-by: Meenakshi Aggarwal --- Changes in V2: - Reword commit message. Changes in V3: - Reword commit message - Add "mmc dev 1" in mcinitcmd variable to select eMMC --- include/configs/lx2160

[PATCH v2] lx2160a : Update eMMC boot environment variables

2020-04-09 Thread Meenakshi Aggarwal
Signed-off-by: Meenakshi Aggarwal --- Changes in V2: - Reword commit message. --- include/configs/lx2160a_common.h | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h index 1907f93

[PATCH] lx2160a : Update environment variable.

2020-04-09 Thread Meenakshi Aggarwal
Update environment variable for emmc boot. Signed-off-by: Meenakshi Aggarwal --- include/configs/lx2160a_common.h | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h index 1907f93..6c3e647

[PATCH] lx2160a: Add dhcp in boot_targets

2020-03-11 Thread Meenakshi Aggarwal
Add dhcp in supported boot_targets for lx2160. Signed-off-by: Meenakshi Aggarwal --- include/configs/lx2160a_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h index 0b0075a..ba10dc5 100644

[PATCH] lx2160a : Remove default VID setting

2020-02-25 Thread Meenakshi Aggarwal
Set VID to 800 mV for Rev1 and set VID as per switch settings for Rev2. Signed-off-by: Meenakshi Aggarwal --- board/freescale/lx2160a/lx2160a.c | 9 - include/configs/lx2160aqds.h | 1 - include/configs/lx2160ardb.h | 1 - 3 files changed, 8 insertions(+), 3 deletions(-) diff

[PATCH] lx2160a : Add emmc in boot_targets environment variable

2020-02-19 Thread Meenakshi Aggarwal
Add emmc in supported boot_targets and Add bootcmd environment variable for emmc boot. Signed-off-by: Meenakshi Aggarwal --- include/configs/lx2160a_common.h | 11 +++ include/configs/lx2160aqds.h | 7 +++ include/configs/lx2160ardb.h | 7 +++ 3 files changed, 25

[PATCH v4] board: fsl: lx2160a: Add support to reset to eMMC

2020-01-22 Thread Meenakshi Aggarwal
Add support of "qixis_reset emmc" command for lx2160a based platforms Signed-off-by: Meenakshi Aggarwal --- Changes: v2: - update in commit message - using set_rcw_src() in place of QIXIS_WRITE() v3: - update in commit message v4: -incorporated revie

RE: [PATCH v3] board: fsl: lx2160a: Add support to reset to eMMC

2020-01-22 Thread Meenakshi Aggarwal
> -Original Message- > From: Priyanka Jain (OSS) > Sent: Wednesday, January 22, 2020 4:34 PM > To: Meenakshi Aggarwal ; u- > b...@lists.denx.de > Subject: RE: [PATCH v3] board: fsl: lx2160a: Add support to reset to eMMC > > > > >-Original Messag

[PATCH v3] board: fsl: lx2160a: Add support to reset to eMMC

2020-01-16 Thread Meenakshi Aggarwal
Add support of "qixis_reset emmc" command for lx2160a based platforms Signed-off-by: Meenakshi Aggarwal --- Changes: v2: - Update in commit message - using set_rcw_src() in place of QIXIS_WRITE() v3: - update in commit message Signed-off-by:

[PATCH v2] lx2160a: Add support of emmc boot

2020-01-16 Thread Meenakshi Aggarwal
Add support of "qixis_reset emmc" command for lx2160a based platforms Signed-off-by: Meenakshi Aggarwal --- Changes: v2: - Update in commit message - using set_rcw_src() in place of QIXIS_WRITE() --- board/freescale/common/qixis.c| 6 ++ board/freesca

[PATCH] lx2160: Add support of emmc boot

2020-01-15 Thread Meenakshi Aggarwal
Add support of "qixis_reset emmc" command for lx2160 Signed-off-by: Meenakshi Aggarwal --- board/freescale/common/qixis.c| 6 ++ board/freescale/lx2160a/lx2160a.c | 2 ++ include/configs/lx2160aqds.h | 2 ++ include/configs/lx2160ardb.h | 2 ++ 4 files changed, 12

[PATCH] lx2160: Correct default environment variable

2020-01-10 Thread Meenakshi Aggarwal
Create separate "boot_scripts" and "boot_script_hdr" environment variable for LX2160A RDB and QDS board. Signed-off-by: Meenakshi Aggarwal --- include/configs/lx2160a_common.h | 4 +--- include/configs/lx2160aqds.h | 4 +++- include/configs/lx2160ardb.h | 4 +++-

[U-Boot] [PATCH] lx2160: Correct serdes frequency print.

2019-09-03 Thread Meenakshi Aggarwal
Signed-off-by: Meenakshi Aggarwal --- changed for v2: - corrected typo in commit message. --- board/freescale/lx2160a/lx2160a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/lx2160a/lx2160a.c b/board/freescale/lx2160a/lx2160a.c index 8140f3e

[U-Boot] [PATCH v3] armv8/fsl-layerscape: Add loop to check L3 dcache status

2019-05-28 Thread Meenakshi Aggarwal
if there is some issue in L3 cache flushing. Signed-off-by: Udit Kumar Signed-off-by: Meenakshi Aggarwal --- changed for v2: - An increase in timeout doesn't ensure completion of L3 cache flushing operation. So checking the L3 cache status till it succedd. changed

[U-Boot] [PATCH v4] drivers: net: mc: Report extra memory to Linux

2019-05-22 Thread Meenakshi Aggarwal
MC firmware need to be aligned to 512M, so minimum 512MB DDR is reserved. But MC support to work with 128MB or 256MB DDR memory also, in this case, rest of the memory is not usable. So reporting this extra memory to Linux through dtb memory fixup. Signed-off-by: Meenakshi Aggarwal --- changed

[U-Boot] [PATCH v2] armv8/fsl-layerscape : Add loop to check cache status

2019-05-22 Thread Meenakshi Aggarwal
will stuck in while loop if there is some issue in L3 cache flushing. Signed-off-by: Udit Kumar Signed-off-by: Meenakshi Aggarwal --- changed for v2: - An increase in timeout doesn't ensure completion of L3 cache flushing operation. So checking the L3 cache status till

[U-Boot] [PATCH v3] drivers: net: mc: Report extra memory to Linux

2019-05-22 Thread Meenakshi Aggarwal
MC firmware need to be aligned to 512M, so minimum 512MB DDR is reserved. But MC support to work with 128MB or 256MB DDR memory also, in this case, rest of the memory is not usable. So reporting this extra memory to Linux through dtb memory fixup. Signed-off-by: Meenakshi Aggarwal --- changed

[U-Boot] [PATCH] armv8/fsl-layerscape: increase timeout for l3 flush

2019-05-21 Thread Meenakshi Aggarwal
Few platforms need longer timeout to flush l3 cache. This patch increase the timeout value for proper l3 cache flush operation. Signed-off-by: Udit Kumar Signed-off-by: Meenakshi Aggarwal --- arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[U-Boot] [PATCH v2] drivers: net: mc: Report extra memory to Linux

2019-05-14 Thread Meenakshi Aggarwal
MC firmware need to be aligned to 512M, so minimum 512MB DDR is reserved. But MC support to work with 128MB or 256MB DDR memory also, in this case, rest of the memory is not usable. So reporting this extra memory to Linux through dtb memory fixup. Signed-off-by: Meenakshi Aggarwal --- board

[U-Boot] [PATCH v2] cover letter for drivers: net: mc: Report extra memory to linux

2019-05-14 Thread Meenakshi Aggarwal
changes in different versions: v1 : Incorporated review comments in one board, Missed for other boards v2 : Incorporated review comments in all boards. Meenakshi Aggarwal (1): drivers: net: mc: Report extra memory to Linux board/freescale/ls1088a/ls1088a.c | 34

[U-Boot] [PATCH v1] drivers: net: mc: Report extra memory to Linux

2019-05-14 Thread Meenakshi Aggarwal
MC firmware need to be aligned to 512M, so minimum 512MB DDR is reserved. But MC support to work with 128MB or 256MB DDR memory also, in this case, rest of the memory is not usable. So reporting this extra memory to Linux through dtb memory fixup. Signed-off-by: Meenakshi Aggarwal --- board

[U-Boot] [PATCH] drivers: net: mc: Report extra memory to Linux

2019-04-05 Thread Meenakshi Aggarwal
MC firmware need to be aligned to 512M, so minimum 512MB DDR is reserved. But MC support to work with 128MB or 256MB DDR memory also, in this case, rest of the memory is not usable. So reporting this extra memory to Linux through dtb memory fixup. Signed-off-by: Meenakshi Aggarwal --- board

[U-Boot] [PATCH v3] MC : Report extra reserved memory to Linux

2019-03-13 Thread Meenakshi Aggarwal
For MC, 512 MB DDR is reserved because of MC's alignment requirement. But for MC binaries needing 128MB or 256MB DDR memory, rest of the memory is a waste. So reporting this extra memory to Linux through dtb memory fixup. Signed-off-by: Meenakshi Aggarwal Reviewed-by: Ashish Kumar --- board

[U-Boot] [PATCH v2] MC : Report extra reserved memory to Linux

2019-03-11 Thread Meenakshi Aggarwal
For MC, 512 MB DDR is reserved because of MC's alignment requirement. But for MC binaries needing 128MB or 256MB DDR memory, rest of the memory is a waste. So reporting this extra memory to Linux through dtb memory fixup. Signed-off-by: Meenakshi Aggarwal --- board/freescale/lx2160a/lx2160a.c

Re: [U-Boot] [PATCH v2] board/fsl/lx2160a: Fix MC firmware loading during SD boot

2019-03-11 Thread Meenakshi Aggarwal
+1 > -Original Message- > From: Pankaj Bansal > Sent: Tuesday, March 12, 2019 10:27 AM > To: Meenakshi Aggarwal ; Priyanka Jain > ; Prabhakar Kushwaha > > Cc: u-boot@lists.denx.de; Pankaj Bansal > Subject: [PATCH v2] board/fsl/lx2160a: Fix MC firmware loading d

[U-Boot] [PATCH] MC : Report extra reserved memory to Linux

2019-03-11 Thread Meenakshi Aggarwal
For MC, 512 MB DDR is reserved because of MC's alignment requirement. But for MC binaries needing 128MB or 256MB DDR memory, rest of the memory is a waste. So reporting this extra memory to Linux through dtb memory fixup. Signed-off-by: Meenakshi Aggarwal --- board/freescale/lx2160a/lx2160a.c

Re: [U-Boot] [PATCH 1/2] cmd: efidebug: add memmap command

2019-02-26 Thread Meenakshi Aggarwal
Please ignore, it is sent by mistake. > -Original Message- > From: U-Boot On Behalf Of Meenakshi > Aggarwal > Sent: Wednesday, February 27, 2019 2:41 PM > To: u-boot@lists.denx.de; Prabhakar Kushwaha > > Subject: [U-Boot] [PATCH 1/2] cmd: efidebug: add memmap comm

[U-Boot] [PATCH 2/2] mc : Reduce MC memory size to 128M

2019-02-26 Thread Meenakshi Aggarwal
ls2088, ls1088 : minimum MC Memory size is 128 MB lx2 : minimum MC memory size is 256 MB Signed-off-by: Meenakshi Aggarwal --- drivers/net/fsl-mc/mc.c | 23 +++ include/configs/ls1088a_common.h | 2 +- include/configs/ls2080a_common.h | 2 +- include/configs

[U-Boot] [PATCH 1/2] cmd: efidebug: add memmap command

2019-02-26 Thread Meenakshi Aggarwal
From: AKASHI Takahiro "memmap" command prints uefi-specific memory map information. => efi memmap Type StartEnd Attributes == CONVENTIONAL 4000-7de27000 WB RUNTIME DATA

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

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

2019-02-19 Thread Meenakshi Aggarwal
ls2088, ls1088 : minimum DDR size for MC is 128 MB lx2 : minimum DDR size for MC is 256 MB Signed-off-by: Meenakshi Aggarwal --- drivers/net/fsl-mc/mc.c | 23 +++ include/configs/ls1088a_common.h | 2 +- include/configs/ls2080a_common.h | 2 +- include/configs

Re: [U-Boot] [PATCH] L3 cache : arch : arm : lib : Flush L3 after relocation

2019-02-18 Thread Meenakshi Aggarwal
> -Original Message- > From: Prabhakar Kushwaha > Sent: Monday, February 18, 2019 6:37 PM > To: Meenakshi Aggarwal ; u- > b...@lists.denx.de; York Sun > Cc: Meenakshi Aggarwal ; Udit Kumar > > Subject: RE: [PATCH] L3 cache : arch : arm : lib : F

[U-Boot] [PATCH] L3 cache : arch : arm : lib : Flush L3 after relocation

2019-02-18 Thread Meenakshi Aggarwal
Flush L3 cache after uboot relocated to DDR. Signed-off-by: Meenakshi Aggarwal Signed-off-by: Udit Kumar --- arch/arm/lib/relocate_64.S | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/lib/relocate_64.S b/arch/arm/lib/relocate_64.S index 171d094..7603f52 100644 --- a/arch/arm/lib

[U-Boot] [PATCH v2] armv8 : fsl-layerscape : Fix hang when TFA is used.

2019-02-14 Thread Meenakshi Aggarwal
When TFA is used as EL3 firmware, then u-boot is crashing because DDR is not coherent. Changing DDR memory attributes to device type fix the issue. Signed-off-by: Meenakshi Aggarwal Signed-off-by: Udit Kumar --- arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 7 --- 1 file changed, 4 insertions

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

2019-02-13 Thread Meenakshi Aggarwal
ls2088, ls1088 : minimum DDR size for MC is 128 MB lx2 : minimum DDR size for MC is 256 MB Alignment of MC Base Address is as per the MC size. Signed-off-by: Meenakshi Aggarwal --- drivers/net/fsl-mc/mc.c | 56 +++- include/configs/ls1088a_common.h

[U-Boot] [PATCH] Fix : Uboot crash when booting from SD.

2019-02-11 Thread Meenakshi Aggarwal
Issue : In case of SD boot, u-boot was crashing due to DDR was not coherent Fix : Making DDR as device memory will make sure DDR is coherent when we are relocating the code Signed-off-by: Meenakshi Aggarwal Signed-off-by: Udit Kumar --- arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 2 +- 1 file

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

2019-02-11 Thread Meenakshi Aggarwal
> -Original Message- > From: Ashish Kumar > Sent: Tuesday, February 12, 2019 10:12 AM > To: Meenakshi Aggarwal ; u- > b...@lists.denx.de; Prabhakar Kushwaha > Cc: Meenakshi Aggarwal > Subject: RE: [PATCH] mc : Add support to run MC in 128 MB DDR size > > &

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

2019-02-11 Thread Meenakshi Aggarwal
ls2088, ls1088 : minimum DDR size for MC is 128 MB lx2 : minimum DDR size for MC is 256 MB Signed-off-by: Meenakshi Aggarwal --- drivers/net/fsl-mc/mc.c | 20 +--- include/configs/ls1088a_common.h | 2 +- include/configs/ls2080a_common.h | 2 +- include/configs

Re: [U-Boot] [PATCH 1/2] armv8: emc2305: add support for fan controller

2019-02-04 Thread Meenakshi Aggarwal
Gentle reminter > -Original Message- > From: Meenakshi Aggarwal > Sent: Friday, November 30, 2018 10:32 PM > To: u-boot@lists.denx.de; York Sun > Cc: Meenakshi Aggarwal > Subject: [PATCH 1/2] armv8: emc2305: add support for fan controller > > Add support fo

[U-Boot] [PATCH 2/2] lx2160: Enable support of EMC2305

2018-11-30 Thread Meenakshi Aggarwal
Enable support for FAN controller EMC2305 for LX2160A RDB board. Signed-off-by: Sriram Dash Signed-off-by: Meenakshi Aggarwal --- board/freescale/lx2160a/lx2160a.c | 11 +++ include/configs/lx2160ardb.h | 6 ++ 2 files changed, 17 insertions(+) diff --git a/board/freescale

[U-Boot] [PATCH 1/2] armv8: emc2305: add support for fan controller

2018-11-30 Thread Meenakshi Aggarwal
Add support for fan controller emc2305. Signed-off-by: Sriram Dash Signed-off-by: Meenakshi Aggarwal --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 6 + board/freescale/common/Makefile | 2 ++ board/freescale/common/emc2305.c | 41

[U-Boot] [PATCH] armv8: emc2305: add support for fan controller

2018-11-29 Thread Meenakshi Aggarwal
Add support for fan controller emc2305. Enable support of FAN controller for LX2160A RDB board. Signed-off-by: Meenakshi Aggarwal --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 22 + board/freescale/common/Makefile | 2 + board/freescale/common/emc2305.c | 75