Enable SDP for Compulab IOT-GATE-iMX8 BOARD

2023-04-29 Thread Parthiban
t-spl] Error 1 make[1]: *** [u-boot/Makefile:2043: spl/u-boot-spl] Error 2 make[1]: Leaving directory 'u-boot/out' make: *** [Makefile:177: sub-make] Error 2 ``` -- Thanks, Parthiban N https://www.linumiz.com Berlin, Germany

Re: [PATCH] imx: Add MYiR Tech MYS-6ULX support

2020-07-23 Thread Parthiban
Ping on this patch. On 7/5/20 5:47 PM, Parthiban Nallathambi wrote: > MYS-6ULX is single board computer (SBC) comes with eMMC or NAND based > on imx6ULL SoC from NXP and provision for expansion board. This > commit adds support only for SBC with NAND. > > CPU: Freescale i.MX6ULL

Re: [PATCH] imx: Add MYiR Tech MYS-6ULX support

2020-07-27 Thread Parthiban
Dear Fabio, On 7/26/20 4:53 PM, Fabio Estevam wrote: > Hi Parthiban, > > Your patch looks great. Only some minor observations: Thanks, fixed in v2. > > On Sun, Jul 5, 2020 at 12:48 PM Parthiban Nallathambi > wrote: > >> +#ifdef CONFIG_FEC_MXC >>

Re: [U-Boot] [PATCH v2] imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM

2019-06-09 Thread Parthiban
Hello Stefano, On 6/9/19 9:29 AM, Stefano Babic wrote: > Hi Parthiban, > > On 10/04/19 16:35, Parthiban Nallathambi wrote: >> Extend PHYTEC phyBOARD-i.MX6UL for phyCORE-i.MX6UL SoM (PCL063) >> with eMMC on SoM. >> >> CPU: Freescale i.MX6ULL rev1.0 79

Re: [U-Boot] [PATCH] imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM

2019-04-08 Thread Parthiban
Hello Martyn, On 4/8/19 7:45 PM, Martyn Welch wrote: > On Sun, 2019-04-07 at 19:56 +0200, Parthiban Nallathambi wrote: >> diff --git a/board/phytec/pcl063/spl.c b/board/phytec/pcl063/spl.c >> index b93cd493f2..73a774645d 100644 >> --- a/board/phytec/pcl063/spl.c >> +++

Re: [PATCH] ARM: am335x: Add phyBOARD REGOR support

2020-10-23 Thread Parthiban
Dear Tom, On 10/22/20 7:32 PM, Tom Rini wrote: > On Thu, Oct 22, 2020 at 04:51:57PM +0200, Parthiban Nallathambi wrote: > >> phyBOARD-REGOR is based on phyCORE AM335x R2 SoM (PCL060). >> >> CPU : AM335X-GP rev 2.1 >> Model: Phytec AM335x phyBOARD-REGOR >> DRA

Re: [PATCH v2 1/6] sunxi: A133: add DRAM init code

2025-05-26 Thread Parthiban
itcall_run_f 1024 initcall_run_f 1026 New Stack Pointer is: fbf2c000 Relocation Offset is: b5f51000 Relocating to fff51000, new gd at fbf30e10, sp at fbf2c000 initcall_run_f 1055 Thanks, Parthiban > > - Cody > >> --- >>  .../include/asm/arch-sunxi/cpu_sun50i_h6.h    |    4

[PATCH] imx: Add MYiR Tech MYS-6ULX support

2020-07-05 Thread Parthiban Nallathambi
- USB host Signed-off-by: Parthiban Nallathambi --- arch/arm/Kconfig| 1 + arch/arm/dts/Makefile | 1 + arch/arm/dts/imx6ull-myir-mys-6ulx-eval.dts | 20 ++ arch/arm/dts/imx6ull-myir-mys-6ulx.dtsi | 238 arch/arm/dts

[U-Boot] [PATCH] imx: sync with kernel device tree for Phycore SoM

2019-11-04 Thread Parthiban Nallathambi
Sync the Linux Kernel 5.4-rc6 device tree for Phytec Phycore SoM and Segin board based on imx6UL and imx6ULL. Changes includes Phytec naming convention for the devicetree files. Signed-off-by: Parthiban Nallathambi --- arch/arm/dts/Makefile | 4 +- arch/arm/dts/imx6ul

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-18 Thread Parthiban Nallathambi
Hello Stefano, On 10/8/19 10:23 AM, Stefano Babic wrote: On 08/10/19 10:12, Parthiban Nallathambi wrote: Hi Stefano, On 10/7/19 6:06 PM, Stefano Babic wrote: Hi Parthiban, On 23/08/19 18:19, Parthiban Nallathambi wrote: Firmware Configuration Block(FCB) for imx6ul(l) needs to be BCH

[U-Boot] [PATCH v3] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-18 Thread Parthiban Nallathambi
Firmware Configuration Block(FCB) for imx6ul(l) needs to be BCH encoded. Signed-off-by: Parthiban Nallathambi Acked-by: Shyam Saini Acked-by: Peng Fan --- Notes: Notes: Changes in v3: - Conditionally include BCH both in Kconfig and source Changes in v2

[PATCH v2] imx: Add MYiR Tech MYS-6ULX support

2020-07-27 Thread Parthiban Nallathambi
- USB host Signed-off-by: Parthiban Nallathambi --- Notes: Changelog v2: - remove iomux for FEC in favout of dts - move SYS_MEMSET_* to defconfig - sync devicetree with Linux Kernel accepted version - rebased to master arch/arm/Kconfig| 1

Re: [U-Boot] [PATCH] imx: sync with kernel device tree for Phycore SoM

2019-12-20 Thread Parthiban Nallathambi
for the devicetree files. Signed-off-by: Parthiban Nallathambi Acked-by: Peng Fan --- arch/arm/dts/Makefile | 4 +- arch/arm/dts/imx6ul-phycore-segin.dts | 81 ...on.dtsi => imx6ul-phytec-phycore-som.dtsi} | 130 +++ .../dts/imx6ul-phytec-se

Re: [U-Boot] [PATCH] imx: hab: extend hab_auth_img to calculate ivt_offset

2018-11-27 Thread Parthiban Nallathambi
ber/348563.html Regards, Quentin Grembert -- Thanks, Parthiban N DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-22 Fax: (+49)-8142-66989-80 Email: p.

Re: [U-Boot] [PATCH] imx: hab: extend hab_auth_img to calculate ivt_offset

2018-11-28 Thread Parthiban Nallathambi
into it. Thank's ! Quentin Grembert On Wed, 28 Nov 2018 at 05:43, Heiko Schocher wrote: Hello Quentin, Am 27.11.2018 um 15:15 schrieb Parthiban Nallathambi: Hi Quentin Grembert, On 11/27/18 3:12 PM, Quentin Grembert wrote: Hi, I don't know how to publish on U-Boot mailing li

[U-Boot] [PATCH] imx: hab: extend hab_auth_img to calculate ivt_offset

2018-11-06 Thread Parthiban Nallathambi
ot;hab_auth_img $loadaddr $filesize" from u-boot script Signed-off-by: Parthiban Nallathambi --- arch/arm/mach-imx/hab.c | 29 +++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-imx/hab.c b/arch/arm/mach-imx/hab.c index b88acd13da..060d0866

Re: [U-Boot] [PATCH] imx: hab: extend hab_auth_img to calculate ivt_offset

2018-11-19 Thread Parthiban Nallathambi
Ping on this patch! On 11/6/18 5:39 PM, Parthiban Nallathambi wrote: Current implementation of hab_auth_img command needs ivt_offset to authenticate the image. But ivt header is placed at the end of image date after padding. This leaves the usage of hab_auth_img command to fixed size or static

Re: [U-Boot] [PATCH] imx: hab: extend hab_auth_img to calculate ivt_offset

2018-11-21 Thread Parthiban Nallathambi
Hi Breno, On 11/21/18 2:24 PM, Breno Matheus Lima wrote: Hi Parthiban, Em ter, 6 de nov de 2018 às 14:42, Parthiban Nallathambi escreveu: Current implementation of hab_auth_img command needs ivt_offset to authenticate the image. But ivt header is placed at the end of image date after

[U-Boot] [PATCH v2] imx: hab: extend hab_auth_img to calculate ivt_offset

2018-11-21 Thread Parthiban Nallathambi
ot;hab_auth_img $loadaddr $filesize" from u-boot script Signed-off-by: Parthiban Nallathambi --- Notes: Changelog in v2: - Finding IVT offset doesn't need length. Removed the length argument from get_image_ivt_offset arch/arm/mach-imx/hab.c | 29

Re: [U-Boot] [PATCH v2] imx: hab: extend hab_auth_img to calculate ivt_offset

2018-11-21 Thread Parthiban Nallathambi
Hi Breno, On 11/21/18 5:45 PM, Breno Matheus Lima wrote: Hi Parthiban, Em qua, 21 de nov de 2018 às 11:50, Parthiban Nallathambi escreveu: Current implementation of hab_auth_img command needs ivt_offset to authenticate the image. But ivt header is placed at the end of image date after

Re: [U-Boot] [PATCH v2] imx: hab: extend hab_auth_img to calculate ivt_offset

2018-11-21 Thread Parthiban Nallathambi
Hi Breno, On 11/21/18 7:42 PM, Breno Matheus Lima wrote: > Hi Parthiban, > > Em qua, 21 de nov de 2018 às 15:52, Parthiban Nallathambi > escreveu: >> >> Hi Breno, >> >> On 11/21/18 5:45 PM, Breno Matheus Lima wrote: >>> Hi Parthiban, >>

[U-Boot] [PATCH v7] ARM: am335x: Add phyCORE AM335x R2 support

2019-06-03 Thread Parthiban Nallathambi
- USB (host) Device trees were taken from Linux mainline: commit 37624b58542f ("Linux 5.1-rc7") Signed-off-by: Niel Fourie Signed-off-by: Parthiban Nallathambi Reviewed-by: Heiko Schocher Reviewed-by: Tom Rini Tested-by: Marek Vasut --- Notes: Notes: Chan

Re: [U-Boot] [PATCH v6 1/3] i.MX6: nand: add nandbcb command for imx

2019-06-28 Thread Parthiban Nallathambi
te. This field is used to get to >>> +* the start bit of bad block marker byte with in bb_byte >>> +*/ >>> + u32 bb_start_bit; >>> + >>> + /* >>> +* FCB value that gives byte offset for >>> +

[U-Boot] [PATCH] imx: Add variscite DART-6UL Evaluation Kit

2019-04-17 Thread Parthiban Nallathambi
Signed-off-by: Parthiban Nallathambi --- arch/arm/Kconfig | 1 + arch/arm/dts/Makefile| 1 + arch/arm/dts/imx6ull-dart-6ul.dts| 39 arch/arm/dts/imx6ull-dart-6ul.dtsi | 261 +++ arch/arm/mach-imx/mx6/Kconfig| 12

Re: [U-Boot] [PATCH] imx: Add variscite DART-6UL Evaluation Kit

2019-04-18 Thread Parthiban Nallathambi
kDMr10Qu%2FafP76xBhdzFCzp8VY% 3D&reserved=0 Signed-off-by: Parthiban Nallathambi --- arch/arm/Kconfig | 1 + arch/arm/dts/Makefile| 1 + arch/arm/dts/imx6ull-dart-6ul.dts| 39 arch/arm/dts/imx6ull-dart-6ul.dtsi | 261 ++

Re: [U-Boot] [PATCH] phycore-pcl060: U-boot support for Phytec phyCORE PCL060

2019-04-19 Thread Parthiban Nallathambi
ort high density connectors, the PCL-060 SOM is directly soldered down to the phyBOARD-Wega AM335x using Phytec's Direct Solder Connect technology (DSC). This solution offers an ultra-low cost Single Board Computer for the AM335x processor, while maintaining most of the advantages of the SOM conc

Re: [U-Boot] [PATCH] phycore-pcl060: U-boot support for Phytec phyCORE PCL060

2019-04-19 Thread Parthiban Nallathambi
Hello Marek, On 4/19/19 3:35 PM, Marek Vasut wrote: > On 4/19/19 3:18 PM, Parthiban Nallathambi wrote: > > Hi, > > [...] > >>>> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig >>>> index d29f1ca0b5..9336439340 100644 >>>

Re: [U-Boot] [PATCH v2] imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM

2019-04-26 Thread Parthiban Nallathambi
Ping on this patch. Thanks, Parthiban N On 4/10/19 4:35 PM, Parthiban Nallathambi wrote: Extend PHYTEC phyBOARD-i.MX6UL for phyCORE-i.MX6UL SoM (PCL063) with eMMC on SoM. CPU: Freescale i.MX6ULL rev1.0 792 MHz (running at 396 MHz) CPU: Industrial temperature grade (-40C to 105C) at 38C

[U-Boot] [PATCH] imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM

2019-04-07 Thread Parthiban Nallathambi
: 256 MiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 In:serial@0202 Out: serial@0202 Err: serial@0202 Net: FEC0 Working: - Eth0 - i2C - MMC/SD - eMMC - UART (1 & 5) - USB (host & otg) Signed-off-by: Parthiban Nallathambi --- arch/arm/dts/Makefile

[U-Boot] [PATCH] ARM: dts: i.MX6ULL: U-Boot specific dts for u-boot, dm-spl

2019-04-07 Thread Parthiban Nallathambi
u-boot,dm-spl property is specific to U-Boot, so created one for i.MX6ULL platforms. Signed-off-by: Parthiban Nallathambi --- arch/arm/dts/imx6ull-u-boot.dtsi | 34 board/phytec/pcl063/MAINTAINERS | 1 + 2 files changed, 35 insertions(+) create mode 100644

Re: [U-Boot] [PATCH] imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM

2019-04-09 Thread Parthiban Nallathambi
Hello Martyn, On 4/9/19 10:49 AM, Martyn Welch wrote: On Mon, 2019-04-08 at 20:04 +0200, Parthiban wrote: Hello Martyn, On 4/8/19 7:45 PM, Martyn Welch wrote: On Sun, 2019-04-07 at 19:56 +0200, Parthiban Nallathambi wrote: diff --git a/board/phytec/pcl063/spl.c b/board/phytec/pcl063/spl.c

Re: [U-Boot] [PATCH] imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM

2019-04-09 Thread Parthiban Nallathambi
Hello Martyn, On 4/9/19 12:46 PM, Martyn Welch wrote: On Tue, 2019-04-09 at 11:30 +0200, Parthiban Nallathambi wrote: Hello Martyn, On 4/9/19 10:49 AM, Martyn Welch wrote: On Mon, 2019-04-08 at 20:04 +0200, Parthiban wrote: Hello Martyn, On 4/8/19 7:45 PM, Martyn Welch wrote: On Sun, 2019

Re: [U-Boot] [PATCH] ARM: dts: i.MX6ULL: U-Boot specific dts for u-boot, dm-spl

2019-04-09 Thread Parthiban Nallathambi
Hi Marcel, On 4/8/19 3:53 PM, Marcel Ziswiler wrote: Hi Parthiban On Sun, 2019-04-07 at 20:32 +0200, Parthiban Nallathambi wrote: u-boot,dm-spl property is specific to U-Boot, so created one for i.MX6ULL platforms. What exactly makes you so sure others do want your exact configuration

Re: [U-Boot] [PATCH] imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM

2019-04-10 Thread Parthiban Nallathambi
Hello Wadim, Thanks for sharing the details. On 4/10/19 10:35 AM, Wadim Egorov wrote: Martyn, On 09.04.19 12:46, Martyn Welch wrote: On Tue, 2019-04-09 at 11:30 +0200, Parthiban Nallathambi wrote: Hello Martyn, On 4/9/19 10:49 AM, Martyn Welch wrote: On Mon, 2019-04-08 at 20:04 +0200

[U-Boot] [PATCH v2] imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM

2019-04-10 Thread Parthiban Nallathambi
: 256 MiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 In:serial@0202 Out: serial@0202 Err: serial@0202 Net: FEC0 Working: - Eth0 - i2C - MMC/SD - eMMC - UART (1 & 5) - USB (host & otg) Signed-off-by: Parthiban Nallathambi --- Notes: Changes in v2: - disabled

Re: [U-Boot] [PATCH 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-08-13 Thread Parthiban Nallathambi
Hi Shyam, On 8/13/19 3:40 PM, Shyam Saini wrote: Hi Parthiban, Thanks a lot for working on this. Still enabling SECURE_BOOT fails to boot. Am yet to figure out this. Do you have secure boot working from NAND? Please see comments below. Firmware Configuration Block(FCB) for imx6ul(l

[U-Boot] [PATCH 2/2] imx: pcl063: add nand boot support

2019-07-18 Thread Parthiban Nallathambi
Booting from NAND needs nandbcb and nand boot device selection Signed-off-by: Parthiban Nallathambi --- board/phytec/pcl063/spl.c| 3 +++ configs/phycore_pcl063_defconfig | 1 + 2 files changed, 4 insertions(+) diff --git a/board/phytec/pcl063/spl.c b/board/phytec/pcl063/spl.c index

[U-Boot] [PATCH 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-07-18 Thread Parthiban Nallathambi
Firmware Configuration Block(FCB) for imx6ul(l) needs to be BCH encoded. This patch depends on [1]. [1]: https://patchwork.ozlabs.org/project/uboot/list/?series=113810 Signed-off-by: Parthiban Nallathambi --- arch/arm/mach-imx/Kconfig | 1 + arch/arm/mach-imx/cmd_nandbcb.c | 72

[U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-08-23 Thread Parthiban Nallathambi
Firmware Configuration Block(FCB) for imx6ul(l) needs to be BCH encoded. This patch depends on [1]. [1]: https://patchwork.ozlabs.org/project/uboot/list/?series=113810 Signed-off-by: Parthiban Nallathambi Acked-by: Shyam Saini --- Notes: Changes in v2: - use kfree instead of free

[U-Boot] [PATCH v2 2/2] imx: pcl063: add nand boot support

2019-08-23 Thread Parthiban Nallathambi
Booting from NAND needs nandbcb and nand boot device selection Signed-off-by: Parthiban Nallathambi --- Notes: Changes in v2: - None board/phytec/pcl063/spl.c| 3 +++ configs/phycore_pcl063_defconfig | 1 + 2 files changed, 4 insertions(+) diff --git a/board/phytec/pcl063

[U-Boot] [PATCH 1/3] imx: remove board specific boot order from spl

2019-08-23 Thread Parthiban Nallathambi
boot order was added to handle both SD and eMMC. But commit 14d319b1 introduced to handle both eMMC and SD globally. Signed-off-by: Parthiban Nallathambi --- board/phytec/pcl063/spl.c | 23 --- 1 file changed, 23 deletions(-) diff --git a/board/phytec/pcl063/spl.c b/board

[U-Boot] [PATCH 2/3] imx: initialize fec only when enabled

2019-08-23 Thread Parthiban Nallathambi
board early initialize fec ethernet controller pinmux only when FEC is enabled Signed-off-by: Parthiban Nallathambi --- board/phytec/pcl063/pcl063.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/phytec/pcl063/pcl063.c b/board/phytec/pcl063/pcl063.c index f8cbd1c11e..96dd9e38f3

[U-Boot] [PATCH 3/3] imx: nandbcb: include long help only when enabled

2019-08-23 Thread Parthiban Nallathambi
conditionally include long help text when enabled Signed-off-by: Parthiban Nallathambi --- arch/arm/mach-imx/cmd_nandbcb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-imx/cmd_nandbcb.c b/arch/arm/mach-imx/cmd_nandbcb.c index 065b814b2e..7811c61d22 100644 --- a/arch/arm

[U-Boot] [PATCH] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

2019-09-16 Thread Parthiban Nallathambi
CONFIG_SPL_TEXT_BASE is moved to common/spl/Kconfig, update pcl063_ull defconfig. Signed-off-by: Parthiban Nallathambi --- configs/phycore_pcl063_ull_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/phycore_pcl063_ull_defconfig b/configs/phycore_pcl063_ull_defconfig index

[U-Boot] [PATCH] ARM: dts: pcl063: add usdhc reset pin of eMMC

2019-09-26 Thread Parthiban Nallathambi
pcl063 phycore SoM with eMMC also got usdhc reset pin, add reset pin to pinmux. Signed-off-by: Parthiban Nallathambi --- arch/arm/dts/pcl063-common.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/pcl063-common.dtsi b/arch/arm/dts/pcl063-common.dtsi index

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-08 Thread Parthiban Nallathambi
Hi Stefano, On 10/7/19 6:06 PM, Stefano Babic wrote: > Hi Parthiban, > > On 23/08/19 18:19, Parthiban Nallathambi wrote: >> Firmware Configuration Block(FCB) for imx6ul(l) needs to be >> BCH encoded. This patch depends on [1]. >> >> [1]: https://patchwork.ozla

[PATCH] ARM: am335x: Add phyBOARD REGOR support

2020-10-22 Thread Parthiban Nallathambi
mainline: commit c4d6fe731176 ("Linux 5.9.0") Signed-off-by: Parthiban Nallathambi --- arch/arm/dts/Makefile | 3 +- arch/arm/dts/am335x-regor-rdk-u-boot.dtsi | 31 + arch/arm/dts/am335x-regor-rdk.dts | 24 arch/arm/dts/am335x-regor.dtsi

[PATCH v2] ARM: am335x: Add phyBOARD REGOR support

2020-10-23 Thread Parthiban Nallathambi
mainline: commit c4d6fe731176 ("Linux 5.9.0") Signed-off-by: Parthiban Nallathambi --- Notes: Changelog in v2: - include regor files in MAINTAINERS arch/arm/dts/Makefile | 3 +- arch/arm/dts/am335x-regor-rdk-u-boot.dtsi | 31 arch/arm/dts/am