Re: [U-Boot] [PATCH] armv8:ls1012a: Update bootargs for fast-boot

2016-10-11 Thread Harninder Rai
> > How much improvement do you get by using "quiet"? We see around 3-4 seconds being saved on ls1012 You didn't mention lpj > in the commit message. Did you get the number from kernel log? LS1012A is > a single core SoC. How much time do you save by setting lpj? Yes, we got the number from

Re: [U-Boot] [PATCH][v2] armv8/ls2080ardb: Enable VID support

2016-02-11 Thread Harninder Rai
> > Did you test this patch to confirm the voltage change? I don't see you calling > adjust_vdd(). Yes I did test couple of voltage levels using vdd_override from the u-boot prompt. Voltage was getting changed correctly and I measured through multi meter But I think I understand your point. I

Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support

2016-02-05 Thread Harninder Rai
> > > > > #include > > > > > #ifdef CONFIG_LS1043A > > Also isn't it good to use CONFIG_FSL_LSCH2 instead of CONFIG_LS1043A? I agree. Let me check. But that would probably be in a separate patch. Is that correct? ___ U-Boot mailing list

Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support

2016-02-04 Thread Harninder Rai
> -Original Message- > From: york sun > Sent: Thursday, February 04, 2016 10:15 PM > To: Harninder Rai; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support > > Rai, > > On 02/04/2016 06:25 AM, Rai Harninder wrote: &

Re: [U-Boot] [PATCH] powerpc/913x: Add config flag for bootdelay

2014-12-21 Thread Harninder Rai
I am guessing you has some extra character for the CONFIG_BOOTDELAY. Anyway, since you are on this line common/autoboot.c:247, you can see the bootdelay variable one line above. Your purpose of adding delay to boot is easily implemented by these command under u-boot setenv bootdelay 10

Re: [U-Boot] [PATCH] powerpc/913x: Add config flag for bootdelay

2014-12-16 Thread Harninder Rai
I am not sure I followed you completely but if I just use CONFIG_BOOTDELAY then I get the following compilation error common/autoboot.c: In function 'bootdelay_process': common/autoboot.c:247:68: error: expected expression before ';' token Is there something which I am missing? Thanks and

[U-Boot] [PATCH] powerpc/913x: Add config flag for bootdelay

2014-12-15 Thread Harninder Rai
Signed-off-by: Harninder Rai harninder@freescale.com --- include/configs/BSC9131RDB.h |1 + include/configs/BSC9132QDS.h |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h index adb8146..6f1022e 100644

Re: [U-Boot] [PATCH] powerpc/913x: Add config flag for bootdelay

2014-12-15 Thread Harninder Rai
The change is trivial. Do you mind to explain why you need this change? Thanks for the review. This change is required to give user some time to interrupt the booting process Also, this will allow the system to boot from flash after power-on (does help in automation testing) Is this

[U-Boot] [PATCH] powerpc/bsc913x: Convert to use generic board code

2014-12-02 Thread Harninder Rai
Signed-off-by: Harninder Rai harninder@freescale.com --- include/configs/BSC9131RDB.h |3 +++ include/configs/BSC9132QDS.h |3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h index adb8146..eeb0671 100644

[U-Boot] [PATCH] board/bsc913x: Add config flag for bootdelay

2013-06-17 Thread Harninder Rai
Keep the value of CONFIG_BOOTDELAY as -1 to disable autoboot Signed-off-by: Harninder Rai harninder@freescale.com --- include/configs/BSC9131RDB.h |1 + include/configs/BSC9132QDS.h |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/BSC9131RDB.h b

[U-Boot] [PATCH v3] 85xx/p1_p2_rdb: p1020: add muxed usb2handling

2010-01-28 Thread Harninder Rai
left disabled in the u-boot, otherwise any changes in the environment won't be saved. Enabled agent mode support in USB2 depending upon setenv hwconfig usb2:dr_mode=peripheral Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com Signed-off-by: Harninder Rai harninder@freescale.com

[U-Boot] [PATCH v2] 85xx/p1_p2_rdb: p1020: add muxed usb2handling

2010-01-27 Thread Harninder Rai
left disabled in the u-boot, otherwise any changes in the environment won't be saved. Enabled agent mode support in USB2 depending upon setenv hwconfig usb2:dr_mode=peripheral Updated copyright year too. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com Signed-off-by: Harninder Rai harninder