Dear Naveen Krishna CH,
On 19 February 2010 19:23, wrote:
> From: Naveen Krishna CH
>
> Nand Flash, Ethernet, other features might need to configure the
> SROMC registers accordingly.
> The config_sromc() functions helps with this.
>
> Signed-off-by: Naveen Krishna Ch
> ---
> Changes since V1:
Hi Kang,
Thanks for your comments.
Let me know in case of other comments.
I will incorporate them in v4 patch set and send this evening.
On 23 February 2010 14:02, Minkyu Kang wrote:
> Dear Naveen Krishna CH,
>
> On 19 February 2010 19:23, wrote:
> > From: Naveen Krishna CH
> >
> > Nand Fla
Dear Naveen Krishna CH,
On 19 February 2010 19:26, wrote:
> From: Naveen Krishna CH
>
> Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be
> loaded over tftp.
>
> The preinit function will configure GPIO (GPK0CON) & SROMC to look
> for environment in SROM Bank 3.
>
> Signed-off-b
From: Naveen Krishna CH
Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand,
NAND Flash, DDRs.
mem.h is a common place for the register description of Memory subsystem
of S5PC100.
Note: Only SROM related registers are descibed now.
Signed-off-by: Naveen Krishna Ch
---
Changes since
From: Naveen Krishna CH
Nand Flash, Ethernet, other features might need to configure the
SROMC registers accordingly.
The config_sromc() functions helps with this.
Signed-off-by: Naveen Krishna Ch
---
Changes since V1:
1. Funtion config_sromc() is renamed to s5pc1xx_config_sromc().
Comments fr
From: Naveen Krishna CH
Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be
loaded over tftp.
The preinit function will configure GPIO (GPK0CON) & SROMC to look
for environment in SROM Bank 3.
Signed-off-by: Naveen Krishna Ch
---
Changes since V1:
1. The CONFIG_BOOTP* and Net co
The length of configured MTDPARTS_DEFAULT string
could be greather than console printbuffer size.
Check the lenght of the string before printing
to prevent U-Boot crashes.
Signed-off-by: Anatolij Gustschin
---
common/cmd_mtdparts.c |8
1 files changed, 8 insertions(+), 0 deletions(-
Hi Frans,
> fix pointer dereferencing
> if the size is .b and .w an 8 or 16 bit access is done.
>
> Signed-off-by: Frans Meulenbroeks
You could have included my previously given Acked-by. But anyway:
Acked-by: Detlev Zundel
> ---
> common/cmd_itest.c |9 +++--
> 1 files changed, 7 i
Hi Anatolij,
> The length of configured MTDPARTS_DEFAULT string
> could be greather than console printbuffer size.
> Check the lenght of the string before printing
> to prevent U-Boot crashes.
>
> Signed-off-by: Anatolij Gustschin
> ---
> common/cmd_mtdparts.c |8
> 1 files changed,
Dear Anatolij Gustschin,
In message <1266924140-14457-1-git-send-email-ag...@denx.de> you wrote:
> The length of configured MTDPARTS_DEFAULT string
> could be greather than console printbuffer size.
> Check the lenght of the string before printing
> to prevent U-Boot crashes.
>
> Signed-off-by: A
Dear Detlev Zundel,
In message you wrote:
>
> > printf("mtdparts: %s\n",
> > mtdparts_default ? mtdparts_default : "none");
> > }
>
> If I understand this correctly, then the real problem is the console
> code crashing without a warning, correct? If so, then please put such a
Hello Wolfgang,
Wolfgang Denk wrote:
> > + /* Check to prevent printbuffer overflows */
> > + if (mtdparts_default && strlen(mtdparts_default) > CONFIG_SYS_PBSIZE) {
> > + puts("Warning: mtdparts too long,"
> > +" please increase CONFIG_SYS_PBSIZE\n");
> > +
Hi guys,
This question may be mostly directed to Sandeep Paulraj, the TI
tree maintainer, but is also observed in the mainline...
I've had great success with U-Boot on many ADI BF5xx devices, but I'm
having considerably less fun with the TI DM365.
I've a DM365EVM board - the stock U-Boot binary
The length of configured MTDPARTS_DEFAULT string
could be greater than console printbuffer size.
Replace printf() by puts() to avoid potential buffer
overflows.
Signed-off-by: Anatolij Gustschin
---
Changes since v1:
- use puts() instead of printf() as suggested by Wolfgang.
common/cmd_mtdpart
AT91_CPU_NAME to CONFIG_SYS_AT91_CPU_NAME
AT91_MAIN_CLOCK to CONFIG_SYS_AT91_MAIN_CLOCK
Signed-off-by: Achim Ehrlich
---
board/atmel/at91cap9adk/at91cap9adk.c |2 +-
board/atmel/at91sam9261ek/at91sam9261ek.c |2 +-
board/atmel/at91sam9263ek/at91sam9263ek.c |
It was hinted (iirc by Detlev) that I'd have a stab at subcmd handling
(at least for i2c).
As example bootm was suggested.
I've peeked at the bootm code and the code in command.c.
It seems bootm has some internal state engine, that is somewhat less
applicable for other commands.
My proposal for i2
Hi Anatolij,
On Tuesday 23 February 2010 16:18:30 Anatolij Gustschin wrote:
> The length of configured MTDPARTS_DEFAULT string
> could be greater than console printbuffer size.
> Replace printf() by puts() to avoid potential buffer
> overflows.
>
> Signed-off-by: Anatolij Gustschin
> ---
> Chang
Paulraj, Sandeep wrote:
> Tom,
>
>> The following changes since commit
>> 77e7273c40315abd2f3c17ad8d46a78950e3e65f:
>> Jens Scharsig (1):
>> new board (eb_cpux9k2)
>>
>> are available in the git repository at:
>>
>> git://git.denx.de/u-boot-ti.git master
>>
>> Ladislav Michl (8):
>>
> -Original Message-
> From: Tom [mailto:tom@windriver.com]
> Sent: Tuesday, February 23, 2010 10:55 AM
> To: Paulraj, Sandeep
> Cc: u-boot@lists.denx.de; Ben Warren
> Subject: Re: [U-Boot] Please pull u-boot-ti/master
>
> Paulraj, Sandeep wrote:
> > Tom,
> >
> >> The following chang
Siarhei Siamashka wrote:
> 725233: PLD instructions executed with PLD data forwarding
> enabled can result in a processor deadlock
>
> This deadlock can happen when NEON load instructions are used together
> with cache preload instructions (PLD). The problematic conditions
> can be triggered in-th
Paulraj, Sandeep wrote:
>
>> -Original Message-
>> From: Tom [mailto:tom@windriver.com]
>> Sent: Tuesday, February 23, 2010 10:55 AM
>> To: Paulraj, Sandeep
>> Cc: u-boot@lists.denx.de; Ben Warren
>> Subject: Re: [U-Boot] Please pull u-boot-ti/master
>>
>> Paulraj, Sandeep wrote:
>>> T
> Subject: [U-Boot] EMAC failure and SPI support for TI DaVinci DM365
>
> Hi guys,
>
> This question may be mostly directed to Sandeep Paulraj, the TI
> tree maintainer, but is also observed in the mainline...
>
> I've had great success with U-Boot on many ADI BF5xx devices, but I'm
> having c
Hi,
this is to let you know that Freescale has informed me that they will
appoint a custodian for the Freescale ARM processors Really Soon Now.
I would like to give him a chance to introduce himself here and get
some overview of the open i.MX patches that are supposed to go into
this release, whic
Achim Ehrlich wrote:
> AT91_CPU_NAME to CONFIG_SYS_AT91_CPU_NAME
> AT91_MAIN_CLOCK to CONFIG_SYS_AT91_MAIN_CLOCK
>
Please expand the comment to explain why this change is necessary.
Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.
Dear Vipul Jain,
please do not top post / full quote. Please read
http://www.netmeister.org/news/learn2quote.html
Please always post plain text only, no HTML ever.
And please keep the mailing list on Cc:
In message you
wrote:
>
> when I captured the make output for u-boot which as part of bui
Paulraj, Sandeep wrote:
> Tom,
>
>> The following changes since commit
>> 77e7273c40315abd2f3c17ad8d46a78950e3e65f:
>> Jens Scharsig (1):
>> new board (eb_cpux9k2)
>>
>> are available in the git repository at:
>>
>> git://git.denx.de/u-boot-ti.git master
>>
>> Ladislav Michl (8):
>>
Hi Sandeep,
You wrote:
> I checked this feature some days back after I rebased with Wolfgang.
[snip]
> Net: Ethernet PHY: GENERIC @ 0x01
Well it's good to know that it must be something wrong with my
tools or my board :-)
>> My expectation was that this stuff would work fine out of the box and
Corrected the bit field positions of the external master priority low
and the external master priority high values in the EBC configuration
register.
Signed-off-by: Eugene O'Brien
---
include/asm-ppc/ppc4xx-ebc.h |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/in
ep93xx: Use unsigned long long for calculation of sys ticks in clk_to_systicks()
for proper handling of large intermediate values
Signed-off-by: Matthias Kaehlcke
---
cpu/arm920t/ep93xx/timer.c |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/cpu/arm920t/ep93xx/timer
ep93xx: Refactoring of the timer code, including the following changes
* use a free running timer instead of a periodical one
* use unsigned long long for total number of ticks
* hold the timer state in a structure instead of separate variables
* increment the timer counter instead of decremen
Dear "Eugene O'Brien",
In message <8b3930fea8618c44b48eb06b5d33a06e01cce...@satmail.advantech.ca> you
wrote:
>
> Corrected the bit field positions of the external master priority low
> and the external master priority high values in the EBC configuration
> register.
>
> Signed-off-by: Eugene O'
edb93xx: Fix SDRAM initialization by issuing a precharge all command before
forcing the precharge and select mode register update mode before programming
the mode registers. Write to the SDRAM banks in order to force a precharge,
reading causes the edb93xx boards to hang
Signed-off-by: Matthias Ka
Dear Matthias Kaehlcke,
In message <20100223220421.gk20...@darwin> you wrote:
> ep93xx: Refactoring of the timer code, including the following changes
...
> +#define TIMER_FREQ 508469
> +#define CLK_TICKS_PER_SYS_TICK (TIMER_FREQ / CONFIG_SYS_HZ)
...
> +
Signed-off-by: Anatolij Gustschin
---
cpu/mpc512x/fixed_sdram.c|2 +-
include/asm-ppc/immap_512x.h |4
include/configs/aria.h |2 ++
include/configs/mecp5123.h |2 ++
include/configs/mpc5121ads.h |2 ++
5 files changed, 7 insertions(+), 5 deletions(-)
diff --
This patch series intend to support MPC5121e based
PDM360NG board. Patches preceding the actual board
support patch 6 prepare needed infrastructure for
the PDM360NG board.
Anatolij Gustschin (6):
mpc512x: make MEM IO Control configuration a board config option
mpc512x: add multi serial PSC sup
Allow displaying run length encoded bitmaps.
Signed-off-by: Anatolij Gustschin
---
board/freescale/common/fsl_diu_fb.c | 78 +++
1 files changed, 78 insertions(+), 0 deletions(-)
diff --git a/board/freescale/common/fsl_diu_fb.c
b/board/freescale/common/fsl_diu
Extend mpc512x serial driver to support multiple PSCs ports.
Supsequent patches for PDM360NG board support make use of this
functionality by defining CONFIG_SERIAL_MULTI in the board config
file. Additionally the used PSC devices are specified by defining
e.g. CONFIG_SYS_PSC1, CONFIG_SYS_PSC4 and
Allow overriding defined partitions in the device tree blob
using partition info defined in the 'mtdparts' environment
variable.
Signed-off-by: Anatolij Gustschin
Cc: Gerald Van Baren
---
common/cmd_mtdparts.c |2 +-
common/fdt_support.c| 214 +
Signed-off-by: Anatolij Gustschin
---
cpu/mpc512x/serial.c | 87 ++
include/serial.h |7
2 files changed, 94 insertions(+), 0 deletions(-)
diff --git a/cpu/mpc512x/serial.c b/cpu/mpc512x/serial.c
index f421968..cb5bbf0 100644
--- a/c
PDM360NG is a MPC5121E based board by ifm ecomatic gmbh.
Signed-off-by: Michael Weiss michael.we...@ifm.com
Signed-off-by: Anatolij Gustschin
---
MAKEALL |1 +
Makefile|3 +
board/freescale/common/fsl_diu_fb.c | 29 ++-
board/pdm3
Hi Wolfgang,
El Tue, Feb 23, 2010 at 11:23:42PM +0100 Wolfgang Denk ha dit:
> In message <20100223220421.gk20...@darwin> you wrote:
> > ep93xx: Refactoring of the timer code, including the following changes
> ...
> > +#define TIMER_FREQ 508469
> > +#define CLK_TICKS_PER_SYS_TICK
Dear Anatolij Gustschin,
In message <1266964630-7754-5-git-send-email-ag...@denx.de> you wrote:
> Allow displaying run length encoded bitmaps.
>
> Signed-off-by: Anatolij Gustschin
> ---
> board/freescale/common/fsl_diu_fb.c | 78
> +++
> 1 files changed, 78 i
Hi Stefan,
Stefan Roese wrote:
> > - printf("mtdparts: %s\n",
> > - mtdparts_default ? mtdparts_default : "none");
> > + puts("mtdparts: ");
> > + puts(mtdparts_default ? mtdparts_default : "none");
> > + puts("\n");
>
> It might make sense to add a comment here, describing wh
Dear Kim Phillips,
In message <20100222192612.8da0a6b6.kim.phill...@freescale.com> you wrote:
> On Sun, 21 Feb 2010 21:52:56 +0100
> Wolfgang Denk wrote:
>
> > Out-of-tree build for MPC8315ERDB_NAND configuration failed with
> > /bin/sh: line 0: cd: /tmp/foo/nand_spl/board/freescale/mpc8315erdb:
Dear Stefano Babic,
In message <1265379362-8794-1-git-send-email-sba...@denx.de> you wrote:
> Running mkimage to generate an imximage produces a SEGFAULT
> on 64 bit machines due to pointer arithmetic limited to 32 bit.
>
> Signed-off-by: Stefano Babic
> ---
> tools/imximage.c | 30 ++
Dear Kim Phillips,
In message <20100222193756.ac6af560.kim.phill...@freescale.com> you wrote:
> Configuring for MPC837XEMDS board...
> imximage.c: In function `imximage_parse_cfg_file´:
> imximage.c:146: warning: passing argument 2 of `getline´ from incompatible
> pointer type
> /usr/include/bits
Dear Frans Meulenbroeks,
In message <1266875346-17025-1-git-send-email-fransmeulenbro...@gmail.com> you
wrote:
> fix pointer dereferencing
> if the size is .b and .w an 8 or 16 bit access is done.
>
> Signed-off-by: Frans Meulenbroeks
> ---
> common/cmd_itest.c |9 +++--
> 1 files chan
ep93xx: Use unsigned long long for calculation of sys ticks in clk_to_systicks()
for proper handling of large intermediate values
Signed-off-by: Matthias Kaehlcke
---
cpu/arm920t/ep93xx/timer.c |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/cpu/arm920t/ep93xx/timer
ep93xx: Refactoring of the timer code, including the following changes
* use a free running timer instead of a periodical one
* use unsigned long long for total number of ticks
* hold the timer state in a structure instead of separate variables
* increment the timer counter instead of decremen
The length of configured MTDPARTS_DEFAULT string
could be greater than console printbuffer size.
Replace printf() by puts() to avoid potential buffer
overflows.
Signed-off-by: Anatolij Gustschin
---
Changes since v2:
- add comment explaining the reason for usage of puts().
Changes since v1:
-
Matthias Kaehlcke wrote:
> edb93xx: Fix SDRAM initialization by issuing a precharge all command before
> forcing the precharge and select mode register update mode before programming
> the mode registers. Write to the SDRAM banks in order to force a precharge,
> reading causes the edb93xx boards to
On Tue, 23 Feb 2010 23:58:42 +0100
Wolfgang Denk wrote:
> Dear Kim Phillips,
>
> In message <20100222192612.8da0a6b6.kim.phill...@freescale.com> you wrote:
> > On Sun, 21 Feb 2010 21:52:56 +0100
> > Wolfgang Denk wrote:
> >
> > > Out-of-tree build for MPC8315ERDB_NAND configuration failed with
Matthias Kaehlcke wrote:
> Hi Wolfgang,
>
> El Tue, Feb 23, 2010 at 11:23:42PM +0100 Wolfgang Denk ha dit:
>
>> In message <20100223220421.gk20...@darwin> you wrote:
>>> ep93xx: Refactoring of the timer code, including the following changes
>> ...
>>> +#define TIMER_FREQ 508469
>>
Hi, all
I'm Jason Liu from freecale MAD SW team. I will act as uboot custodian
for FSL I.MX platforms.
I just got known that there are many patches on the mail-list need take
further action by the patches owner and me
I'm hope that the patches owner can feedback me the st
>
> Siarhei Siamashka wrote:
> > 725233: PLD instructions executed with PLD data forwarding
> > enabled can result in a processor deadlock
> >
> > This deadlock can happen when NEON load instructions are used together
> > with cache preload instructions (PLD). The problematic conditions
> > can b
Tom,
Please accept this pull request for this rather important looking fix
Regards,
Sandeep
The following changes since commit 2a6e25632fd71eae9cb9d9e098d72e90dfec8af1:
Ladislav Michl (1):
VoiceBlue: fix linker errors
are available in the git repository at:
git://git.denx.de/u-boot
Eugene,
On Tuesday 23 February 2010 22:19:04 Eugene O'Brien wrote:
> Corrected the bit field positions of the external master priority low
> and the external master priority high values in the EBC configuration
> register.
In addition to Wolfgangs comment (patch is line wrapped): I just checked t
Hello all,
is ColdFire mcf5307 supported ? in 1.1.6 i found mcf52x2 cpu only.
Regards,
Angelo
--
AD
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
58 matches
Mail list logo