Dear Pali Rohár,
In message <201304041946.55455@pali> you wrote:
>
> u-boot "true" and "false" hush commands are copiled incorrectly in uboot
> v2013.04-rc2
> (c8142633e169665b246352918df5b76fd243bb71)
>
> when I run help in u-boot it show:
>
> # help
> 0 - do nothing, unsuccessfully
> 1
On 04/04/2013 01:33 PM, Wolfgang Denk wrote:
> Dear Pali Rohár,
>
> In message <201304041946.55455@pali> you wrote:
>>
>> u-boot "true" and "false" hush commands are copiled incorrectly in uboot
>> v2013.04-rc2
>> (c8142633e169665b246352918df5b76fd243bb71)
>>
>> when I run help in u-boot it show
On 04/04/2013 01:33 PM, Wolfgang Denk wrote:
> Dear Pali Rohár,
>
> In message <201304041946.55455@pali> you wrote:
>>
>> u-boot "true" and "false" hush commands are copiled incorrectly in uboot
>> v2013.04-rc2
>> (c8142633e169665b246352918df5b76fd243bb71)
>>
>> when I run help in u-boot it show
On Thursday 04 April 2013 23:05:18 York Sun wrote:
> On 04/04/2013 01:33 PM, Wolfgang Denk wrote:
> > Dear Pali Rohár,
> >
> > In message <201304041946.55455@pali> you wrote:
> >> u-boot "true" and "false" hush commands are copiled
> >> incorrectly in uboot v2013.04-rc2
> >> (c8142633e169665b24635
On 04/04/2013 02:19 PM, Pali Rohár wrote:
> On Thursday 04 April 2013 23:05:18 York Sun wrote:
>> On 04/04/2013 01:33 PM, Wolfgang Denk wrote:
>>> Dear Pali Rohár,
>>>
>>> In message <201304041946.55455@pali> you wrote:
u-boot "true" and "false" hush commands are copiled
incorrectly in ub
Hi Tom,
I have brought in the patman changes for this release and also some
changes that I consider to be bug fixes. For now I have left out these
patches:
http://patchwork.ozlabs.org/patch/231570/
http://patchwork.ozlabs.org/patch/231572/
http://patchwork.ozlabs.org/patch/231575/
however they d
On Thursday 04 April 2013 23:21:22 York Sun wrote:
> On 04/04/2013 02:19 PM, Pali Rohár wrote:
> > On Thursday 04 April 2013 23:05:18 York Sun wrote:
> >> On 04/04/2013 01:33 PM, Wolfgang Denk wrote:
> >>> Dear Pali Rohár,
> >>>
> >>> In message <201304041946.55455@pali> you wrote:
> u-boot "
On 04/04/2013 02:26 PM, Pali Rohár wrote:
> On Thursday 04 April 2013 23:21:22 York Sun wrote:
>> On 04/04/2013 02:19 PM, Pali Rohár wrote:
>>> On Thursday 04 April 2013 23:05:18 York Sun wrote:
On 04/04/2013 01:33 PM, Wolfgang Denk wrote:
> Dear Pali Rohár,
>
> In message <2013040
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/04/2013 05:05 PM, York Sun wrote:
> On 04/04/2013 01:33 PM, Wolfgang Denk wrote:
>> Dear Pali Rohár,
>>
>> In message <201304041946.55455@pali> you wrote:
>>>
>>> u-boot "true" and "false" hush commands are copiled
>>> incorrectly in uboot v201
Dear York Sun,
In message <515deed2.90...@freescale.com> you wrote:
>
> Would this fix be acceptable?
No...
> +#ifdef true
> +#undef true
> +#undef false
> +
> U_BOOT_CMD(
> false, CONFIG_SYS_MAXARGS, 1, do_false,
> "do nothing, unsuccessfully",
> @@ -171,3 +175,5 @@ U
On 04/04/2013 02:47 PM, Wolfgang Denk wrote:
> Dear York Sun,
>
> In message <515deed2.90...@freescale.com> you wrote:
>>
>> Would this fix be acceptable?
>
> No...
>
>> +#ifdef true
>> +#undef true
>> +#undef false
>> +
>> U_BOOT_CMD(
>> false, CONFIG_SYS_MAXARGS, 1, do_false
cmd_test.c adds "true" and "false" as new commands. We need to avoid macro
expansion for U_BOOT_CMD.
Signed-off-by: York Sun
---
common/cmd_test.c |9 +
1 file changed, 9 insertions(+)
diff --git a/common/cmd_test.c b/common/cmd_test.c
index d4ec186..cb22f8b 100644
--- a/common/cmd_
Dear York,
In message <515df125.8060...@freescale.com> you wrote:
>
> Wolfgang, shall we change U_BOOT_CMD to take string instead of
> stringifying or use the local undef?
I tend to prefer Pali Rohar's fix.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk &
cmd_test.c adds "true" and "false" as new commands. We need to avoid macro
expansion for U_BOOT_CMD.
Signed-off-by: York Sun
---
change since v1: fix typo in comment
common/cmd_test.c |9 +
1 file changed, 9 insertions(+)
diff --git a/common/cmd_test.c b/common/cmd_test.c
index d4e
cmd_test.c adds "true" and "false" as new commands. We need to avoid macro
expansion for U_BOOT_CMD.
Signed-off-by: York Sun
---
This is alternative patch to fix macro expansion issue for cmd_test.c
common/cmd_test.c |8
1 file changed, 8 insertions(+)
diff --git a/common/cmd_test
On 04/04/2013 02:50 PM, Wolfgang Denk wrote:
> Dear York,
>
> In message <515df125.8060...@freescale.com> you wrote:
>>
>> Wolfgang, shall we change U_BOOT_CMD to take string instead of
>> stringifying or use the local undef?
>
> I tend to prefer Pali Rohar's fix.
>
I sent out two fixes. No str
Commit 3ebd1cbc introduced compiler-generated __bss_start
and __bss_end__ and commit c23561e7 rewrote all __bss_end__
as __bss_end. Their merge caused silent and harmless but
potentially bug-inducing clashes between compiler- and linker-
enerated __bss_end symbols.
Make __bss_end and __bss_start c
txcotrader gmail.com> writes:
Dear txcotrader
>
> By board is based off of the ppc460sx.
> I only have one I2C bus.
>
> 2007 version has clock signal at 0x50 (DIMM0 I2C)
> 2013 version has no clock signal at 0x50
>
> My boardconfig.h file has the same values configured.
If you haven't tried
Rommel,
That sounds like a great suggestion, could you elaborate on 'mw' or 'mm' a
little bit more? I'm unfamiliar with both of those. Are they a #define
config, Make config...?
Many thanks!
--Greg
--
View this message in context:
http://u-boot.10912.n7.nabble.com/PPC4XX-Custom-Board-Failing-
Hi Albert,
On Friday, April 5, 2013 12:13:53 AM, Albert ARIBAUD wrote:
> Subject: [PATCH] ARM: Fix __bss_start and __bss_end in linker scripts
>
> Commit 3ebd1cbc introduced compiler-generated __bss_start
> and __bss_end__ and commit c23561e7 rewrote all __bss_end__
> as __bss_end. Their merge ca
Hi Albert,
On Fri, 5 Apr 2013 00:13:53 +0200, Albert ARIBAUD
wrote:
> Commit 3ebd1cbc introduced compiler-generated __bss_start
> and __bss_end__ and commit c23561e7 rewrote all __bss_end__
> as __bss_end. Their merge caused silent and harmless but
> potentially bug-inducing clashes between com
On Friday, April 5, 2013 1:05:53 AM, Benoît Thébaudeau wrote:
> Hi Albert,
>
> On Friday, April 5, 2013 12:13:53 AM, Albert ARIBAUD wrote:
> > Subject: [PATCH] ARM: Fix __bss_start and __bss_end in linker scripts
> >
> > Commit 3ebd1cbc introduced compiler-generated __bss_start
> > and __bss_end_
Hi Benoît,
On Fri, 5 Apr 2013 01:13:51 +0200 (CEST), Benoît Thébaudeau
wrote:
> On Friday, April 5, 2013 1:05:53 AM, Benoît Thébaudeau wrote:
> > Hi Albert,
> >
> > On Friday, April 5, 2013 12:13:53 AM, Albert ARIBAUD wrote:
> > > Subject: [PATCH] ARM: Fix __bss_start and __bss_end in linker sc
After looking deeper I've found a difference in register values when
performing drivers/i2c/ppc4xx_i2c.c->i2c_transfer function.
v1.7.02 code yields:
/* Transfer is in progress
* we have to wait for upto 5 bytes of data
* 1 byte chip address+r/w bit then bc bytes
* of d
When swi instruction is executed, it is expected to get message
"software interrupt" in console and dump registers and reboot, as
do_software_interrupt() in arch/arm/lib/interrupts.c.
But, actually it causes data abort accessing wrong address in get_bad_stack_swi
macro in arch/arm/cpu/v7/start.S.
T
Dear Mr.Sun,
We are using freescales bootloader as GPL, but as a Requirement Manager
https://wws.lg.com/global/support/opensource/opensourceList?superOsCategoryI
d=CAT0011&osCategoryId=CAT0051
I am not sure to what extent we can use your freescale bootloader as GPL.
We just use all the
Hi Albert,
On Friday, April 5, 2013 1:54:38 AM, Albert ARIBAUD wrote:
> Hi Benoît,
>
> On Fri, 5 Apr 2013 01:13:51 +0200 (CEST), Benoît Thébaudeau
> wrote:
>
> > On Friday, April 5, 2013 1:05:53 AM, Benoît Thébaudeau wrote:
> > > Hi Albert,
> > >
> > > On Friday, April 5, 2013 12:13:53 AM, Alb
Convert NAND IFC driver to support CONFIG_SYS_NAND_SELF_INIT.
Signed-off-by: Prabhakar Kushwaha
---
Based upon git://git.denx.de/u-boot.git branch master
drivers/mtd/nand/fsl_ifc_nand.c | 42 ++-
include/nand.h |3 ++-
2 files changed
Hello,
I have got a CAN controller (*Atmel SAM9263 Board*) which i want to test
in u-boot to make sure it covers all the basic test required for its
functionalities( like sending CAN frame, receving CAN frame etc). For
the time being i cannot test it in kernel as it increases to much
abstraction w
Commit "8602114 omap: emif: configure emif only when required"
breaks SDRAM_AUTO_DETECTION.
The issue is dmm_init() depends on emif_sizes[](SDRAM Auto detection)
done in do_sdram_init(). The above commit moves dmm_init() above
do_sdram_init() because of which dmm_init() uses uninitialized
emif_size
Now with kernel moving to all device tree, the default
boot command is changed to pass the device tree blob.
Also, adding the findfdt command to get the dt-blob
based on the board.
Thanks to Tom Rini for suggesting this.
Signed-off-by: Sricharan R
---
[V4] Added environment variables bootdir, b
So with OMAP added to multi platform kernel,
the uImage no more contains a valid load address.
With the uboot already supporting zImage,
change the default boot command to bootz
instead.
Acked-by: Nishanth Menon
Signed-off-by: Sricharan R
Tested-by: Nishanth Menon
---
include/configs/omap4_com
Hi Benoît,
CC:ing Stephen Warren who wrote commit 2b7818d4 which git blame tells
me added the ASSERT() to arch/arm/cpu/u-boot.lds, and Tom Rini to help
decide what to do.
On Fri, 5 Apr 2013 05:44:55 +0200 (CEST), Benoît Thébaudeau
wrote:
> Hi Albert,
>
> On Friday, April 5, 2013 1:54:38 AM, Al
On 05.04.2013 02:04, txcotrader wrote:
> After looking deeper I've found a difference in register values when
> performing drivers/i2c/ppc4xx_i2c.c->i2c_transfer function.
>
> v1.7.02 code yields:
>
> /* Transfer is in progress
> * we have to wait for upto 5 bytes of data
> * 1
+ Michael
On Friday 05 April 2013 11:21 AM, Lokesh Vutla wrote:
Commit "8602114 omap: emif: configure emif only when required"
breaks SDRAM_AUTO_DETECTION.
The issue is dmm_init() depends on emif_sizes[](SDRAM Auto detection)
done in do_sdram_init(). The above commit moves dmm_init() above
do_sd
Hi Amar,
On 04/03/2013 11:08 PM, Amar wrote:
> This patch adds commands to access(open/close) and resize boot partitions on
> EMMC.
>
> Signed-off-by: Amar
> ---
> Changes since V1:
> 1)Combined the common piece of code between 'open' and 'close'
> operations.
>
> Changes since V2:
101 - 136 of 136 matches
Mail list logo