>
> 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 kern
>
> 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 wil
> > > > > #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
U-Boot@lists.
> -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:
&
> 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
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 Rega
>
> 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 sufficie
Signed-off-by: Harninder Rai
---
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
--- a/include/configs
Signed-off-by: Harninder Rai
---
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
--- a/include/configs
Keep the value of CONFIG_BOOTDELAY as -1 to disable autoboot
Signed-off-by: Harninder Rai
---
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
controller has been 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
Signed-off-by: Harninder Rai
---
- Incorporate
controller has been 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
Signed-off-by: Harnin
12 matches
Mail list logo