Re: Support for NXP S32K3 Family

2023-04-20 Thread Ashok Kumar
rds, > Simon > > >> >> Regards >> >> Ashok >> >> On 19/04/2023 02:45, Simon Glass wrote: >>> Hi Ashok, >>> >>> On Fri, 14 Apr 2023 at 08:55, Ashok Kumar >>> wrote: >>>> Hi Folks, >>>> >>>&

Re: Support for NXP S32K3 Family

2023-04-19 Thread Ashok Kumar
Hi Simon, Thanks for the reply. NXP people said we don't support this feature for S32K family. I am just wondering whether I can get any help from the u-boot sources? Regards Ashok On 19/04/2023 02:45, Simon Glass wrote: > Hi Ashok, > > On Fri, 14 Apr 2023 at 08:55, Ashok Kumar

Support for NXP S32K3 Family

2023-04-14 Thread Ashok Kumar
Hi Folks, I am trying to build a u-boot boot-loader for my S32K344 board. Can you guys please help me, which defconf/config file is suitable for my S32K344 board for building a u-boot binaries? Regards Ashok

[U-Boot] [PATCH] Remove duplication of CONFIG_BOOTCOUNT_LIMIT

2013-01-13 Thread Ashok Kumar Reddy
Remove duplication of CONFIG_BOOTCOUNT_LIMIT Signed-off-by: Ashok Kumar Reddy ashokkourla2...@gmail.com --- common/main.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/common/main.c b/common/main.c index 5d8454e..2314f27 100644 --- a/common/main.c +++ b/common

[U-Boot] MPC8555 pci issue

2013-01-03 Thread Ashok Kumar Kacham
: serial Net: TSEC0 [PRIME], TSEC1 Hit any key to stop autoboot: 10  9  0 = = mw 0xe0008000 0x80009000 = md 0xe0008004 e0008004: //hangs here Regards, Ashok -- Ashok Kumar Kacham Member(Research Staff), Central Research Laboratory, Bharat Electronics Ltd, Bangalore-13. Every 3000 Sheets

Re: [U-Boot] MPC8555 pci issue

2013-01-03 Thread Ashok Kumar Kacham
Dear Wolfgang Denk Dear Ashok Kumar Kacham, In message 0969b5bdd1b15922721db142831c3b02.squir...@mail.bel.co.in you wrote: Hi all, we have a pci-to-usb controller(32bit,33MHZ,PCI1 controller, IDSEL 18) on pci bus, we disabled PCI and tried to read the configuration data(vendor

[U-Boot] MPC8555 pci issue

2012-12-31 Thread Ashok Kumar Kacham
and device id(we could see then on the analyzer). what could be the problem. Regards, -- Ashok Kumar Kacham Member(Research Staff), Central Research Laboratory, Bharat Electronics Ltd, Bangalore-13. Every 3000 Sheets of paper costs us a tree.. Save trees... Conserve Trees. Don't print

[U-Boot] [PATCH] mx35pdk:Use IMX_GPIO_NR macro

2012-11-07 Thread Ashok Kumar Reddy
Use IMX_GPO_NR macro Signed-off-by: Ashok Kumar Reddy ashokkourla2...@gmail.com --- board/freescale/mx35pdk/mx35pdk.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/mx35pdk/mx35pdk.c b/board/freescale/mx35pdk/mx35pdk.c index 7cb6b30..e9b3827 100644

[U-Boot] [PATCH] configs:Remove unused macro CONFIG_DISCOVER_PHY

2012-11-07 Thread Ashok Kumar Reddy
Remove unused macro CONFIG_DISCOVER_PHY from configs. Signed-off-by: Ashok Kumar Reddy ashokkourla2...@gmail.com --- include/configs/apx4devkit.h |1 - include/configs/sc_sps_1.h |1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/apx4devkit.h b/include/configs

[U-Boot] [PATCH] ARM: Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96

2012-10-15 Thread Ashok Kumar Reddy
Remove unused CONFIG_DRIVER_SMC9,CONFIG_DRIVER_LAN91C96, if required implement smc_set_mac_add() in board init. Signed-off-by: Ashok Kumar Reddy ashokkourla2...@gmail.com --- arch/arm/lib/board.c | 17 - 1 file changed, 17 deletions(-) diff --git a/arch/arm/lib/board.c b

[U-Boot] [PATCH] README : Rename CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111, CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96

2012-10-15 Thread Ashok Kumar Reddy
Rename CONFIG_DRIVER_SMC9 to CONFIG_SMC9, CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 Signed-off-by: Ashok Kumar Reddy ashokkourla2...@gmail.com --- README |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index dd250a0..f360b62 100644 --- a/README

[U-Boot] [PATCH] omap2424:Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 as CONFIG_DRIVER_LAN91C96 is obsolete.

2012-10-15 Thread Ashok Kumar Reddy
Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C9 as CONFIG_DRIVER_LAN91C96 is obsolete. Signed-off-by: Ashok Kumar Reddy ashokkourla2...@gmail.com --- board/ti/omap2420h4/omap2420h4.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/ti/omap2420h4/omap2420h4.c b

[U-Boot] [PATCH v1] ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96

2012-10-15 Thread Ashok Kumar Reddy
Remove unused CONFIG_DRIVER_SMC9,CONFIG_DRIVER_LAN91C96, if required implement smc_set_mac_addr() in board init. Signed-off-by: Ashok Kumar Reddy ashokkourla2...@gmail.com --- Changes from v1: - Fixed typo arch/arm/lib/board.c | 17 - 1 file changed, 17 deletions

Re: [U-Boot] [PATCH] ARM: arm1176: Define arch_cpu_init() for s3c64xx

2012-09-30 Thread Ashok Kumar Reddy
Hi Marek Vasut , Hi Stephen Warren Please provide comments for the below patch, as i forgot to add you in cc for below mail. Regards, Ashok On 26-09-2012 23:59, Ashok Kumar Reddy wrote: From 0de61b9690c5f136ba5d3028be43877ea455d843 Mon Sep 17 00:00:00 2001 From: Ashok Kumar Reddy

Re: [U-Boot] [PATCH] ARM: arm1176: Define arch_cpu_init() for s3c64xx

2012-09-30 Thread Ashok Kumar Reddy
Hi Marek Vasut, On 30-09-2012 18:51, Marek Vasut wrote: Dear Ashok Kumar Reddy, Hi Marek Vasut , Hi Stephen Warren Please provide comments for the below patch, as i forgot to add you in cc for below mail. You CC wrong people, CCing Minkyu. Anyway, this doesn't seem right, removing

[U-Boot] [PATCH] ARM: arm1176: Define arch_cpu_init() for s3c64xx

2012-09-26 Thread Ashok Kumar Reddy
From 0de61b9690c5f136ba5d3028be43877ea455d843 Mon Sep 17 00:00:00 2001 From: Ashok Kumar Reddy ashokkourla2...@gmail.com Date: Wed, 26 Sep 2012 23:44:59 +0530 Subject: [PATCH] ARM: arm1176: Define arch_cpu_init() for s3c64xx arch_cpu_init() is removed from cpu level to SOC level for arm1176

[U-Boot] Fwd: Re: [PATCH] mx6: Remove lowlevel_init.S

2012-09-20 Thread Ashok Kumar Reddy
Hi Fabio, On 17-09-2012 22:04, Fabio Estevam wrote: lowlevel_init.S is not used on mx6, so remove the file and the associated calls. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- arch/arm/cpu/armv7/mx6/Makefile|1 - arch/arm/cpu/armv7/mx6/lowlevel_init.S | 25