Wolfgang Denk schreef:
> Dear Remco Poelstra,
>
> In message <49c8be7a.10...@duran-audio.com> you wrote:
>> This patch includes support for the LPC2468 processor from NXP.
>>
>> The example board will follow when this patch is OK.
>
> Such a comment does not belong into the commit message. Please
Hi Anatolij,
> Hi Detlev,
>
> Detlev Zundel wrote:
>> This patch adds advanced diagnosis functions for the inka4x0 board.
>>
>> Signed-off-by: Andreas Pfefferle
>> Signed-off-by: Detlev Zundel
>
> Something went wrong here, duplicated e-mail address from
> Andreas in your SoB. Also please see s
Hi Wolfgang,
> Dear Detlev Zundel,
>
> In message <1237914158-15693-7-git-send-email-...@denx.de> you wrote:
>> This patch adds the board specific communication routines needed by
>> the external 4543 RTC.
>>
>> Signed-off-by: Detlev Zundel
>> Signed-off-by: Andreas Pfefferle
> ...
>> @@ -235,6
Hi Heiko,
>> +#define GPIO_BASE (u_char *)0x3040
>>
>
> should be
>
> #define GPIO_BASE (u_char *)CONFIG_SYS_CS3_START
Fixed, thanks.
>> +#define SERIAL_PORT_BASE(u_char *)0x8000
>>
>
> this should be
>
> #define SERIAL_PORT_BASE (u_char *)CONFIG_SYS_CS2_START
Fixed, th
Hi Wolfgang,
> Dear Heiko & Detlev,
>
> In message <49c91e04.2020...@denx.de> you wrote:
> ...
>> > +#define GPIO_BASE (u_char *)0x3040
>> >
>>
>> should be
>>
>> #define GPIO_BASE (u_char *)CONFIG_SYS_CS3_START
>
> or
> #define GPIO_BASE ((u_char *)CONFIG_SYS_CS3_START)
> ?
>
>>
Dear Detlev Zundel,
In message you wrote:
>
> >> @@ -235,6 +238,23 @@ int misc_init_f (void)
> >>*(vu_long *) MPC5XXX_WU_GPIO_ENABLE |= GPIO_PSC3_9;
> >>*(vu_long *) MPC5XXX_WU_GPIO_DIR|= GPIO_PSC3_9;
> >>*(vu_long *) MPC5XXX_WU_GPIO_DATA_O |= GPIO_PSC3_9;
> >
> > You don't wan
Dear Remco Poelstra,
In message <49c9eb4d.5050...@duran-audio.com> you wrote:
>
> >> --- u-boot-orig/cpu/arm720t/interrupts.c 2009-03-18 00:42:12.0
> >> +0100
> >> +++ u-boot-cleanup/cpu/arm720t/interrupts.c2009-03-24
> >> 11:48:50.0 +0100
> >> @@ -29,7 +29,11 @@
> >>
Wolfgang Denk schreef:
> Dear Remco Poelstra,
>
>>> Is there no way we can do without such a #ifdef here?
>> The problem is that start.S needs hardware.h, but the code in immap.h
>> should not be included in start.S, so I can not merge hardware.h and immap.h
>
> Why not? I'm not aware of such a
Signed-off-by: Guennadi Liakhovetski
---
diff --git a/MAKEALL b/MAKEALL
index cf05133..1456a30 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -535,15 +535,16 @@ LIST_ARM10=" \
#
## ARM11 Systems
Hello Detlev,
Detlev Zundel wrote:
> Hi Heiko,
>
>
>>> +#define GPIO_BASE (u_char *)0x3040
>>>
>>>
>> should be
>>
>> #define GPIO_BASE (u_char *)CONFIG_SYS_CS3_START
>>
>
> Fixed, thanks.
>
>
>>> +#define SERIAL_PORT_BASE (u_char *)0x8000
>>>
>>>
>> this
Hi TC,
> Richard,
>
> Nak.
>
> The divider and fdr value are predefined in the 5271 reference manual.
I know, that's why I said this is empirical evidence, not mathematical :)
>
> The bus clock is 50Mhz and the CONFIG_SYS_I2C_SPEED is set to 8.
This is the default for the M5271EVB, yes, but
Hi Wolfgang,
> Dear Detlev Zundel,
>
> In message <1237914158-15693-6-git-send-email-...@denx.de> you wrote:
>> This patch adds advanced diagnosis functions for the inka4x0 board.
>>
>> Signed-off-by: Andreas Pfefferle
>> Signed-off-by: Detlev Zundel
> ...
>> +extern int inkadiag_init_r (vo
Hi Wolfgang,
> Dear Detlev Zundel,
>
> In message <1237914158-15693-1-git-send-email-...@denx.de> you wrote:
>> This patchset contains updates for the ink4x0 platform. Namely it
>> adds hardware diagnostic funtions and an RTC driver.
>
> It would have been nice if your patches gave *any* hint abo
Hi Scott,
>
>> + int blocks = (int) onenand_block(this, from + len)
>> +- onenand_block(this, from);
>
> Why the (int) cast? onenand_block() already returns int.
>
Resolved
>> - if (end_block > (mtd->size >> this->erase_shift))
>> - end_block = mtd->size >> this->erase_shift;
>> + if (e
Hi Wolfgang,
> Dear Detlev Zundel,
>
> In message you wrote:
>>
>> >> @@ -235,6 +238,23 @@ int misc_init_f (void)
>> >> *(vu_long *) MPC5XXX_WU_GPIO_ENABLE |= GPIO_PSC3_9;
>> >> *(vu_long *) MPC5XXX_WU_GPIO_DIR|= GPIO_PSC3_9;
>> >> *(vu_long *) MPC5XXX_WU_GPIO_DATA_O |= GPIO_PSC3_9;
Hi all,
In the current git source, I have the serverip config set but tftp
complains about serverip not being set.
I didn't see any changes to the source here. Am I missing something?
>printenv
baudrate=115200
ipaddr=192.168.0.200
serverip=192.168.0.100
gatewayip=192.168.0.1
netmask=255.255.255.0
Hi Scott,
On Tuesday, March 24, 2009 2:55 AM , Scott Wood wrote
>> Please do find the updated patch below.
>It's easier if updated patches are sent separately from the reply (both to
>avoid getting lost,
>and to avoid having to manually strip discussion from the changelog).
>> Signed-off-by:
Hi Wolfgang,
> Dear Detlev Zundel,
>
> In message <1237914158-15693-4-git-send-email-...@denx.de> you wrote:
>> This pretty unintelligent interface is used on some RTC chips.
>>
>> Signed-off-by: Detlev Zundel
> ...
>> +#ifndef TWS_SOFT_DECLARATIONS
>> +# if defined(CONFIG_MPC5xxx)
>> +# define
On Wednesday 25 March 2009, Kazuaki Ichinohe wrote:
> Hi Stefan,
>
> Thank you for the reply.
> This is the patch that corrects the point.
>
> Signed-off-by: Kazuaki Ichinohe
OK, now you added your Signed-off-by line and the patch itself doesn't seem to
be line wrapped. But the commit text above
E Robertson wrote:
> Hi all,
> In the current git source, I have the serverip config set but tftp
> complains about serverip not being set.
> I didn't see any changes to the source here. Am I missing something?
>
>> printenv
> baudrate=115200
> ipaddr=192.168.0.200
> serverip=192.168.0.100
> gatew
This patchset contains updates for the ink4x0 platform. Namely it
adds hardware diagnostic funtions and an RTC driver.
For a nice integration by using private command tables, do_help is
extended to support this scenario also.
To successfully convert all the pointer access to accessor macros, a
b
This patch adds the board specific communication routines needed by
the external 4543 RTC.
Signed-off-by: Detlev Zundel
Signed-off-by: Andreas Pfefferle
---
board/inka4x0/inka4x0.c | 20 ++
include/configs/inka4x0.h | 90 ++--
2 files change
Other commands implementing subcommands can reuse this code nicely.
Signed-off-by: Detlev Zundel
Signed-off-by: Andreas Pfefferle
---
common/command.c | 20 +---
include/command.h |4 +++-
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/common/command.c b/
Signed-off-by: Detlev Zundel
---
include/mpc5xxx.h | 124 +
1 files changed, 124 insertions(+), 0 deletions(-)
diff --git a/include/mpc5xxx.h b/include/mpc5xxx.h
index 6138d45..463d5ae 100644
--- a/include/mpc5xxx.h
+++ b/include/mpc5xxx.h
@@
This pretty unintelligent interface is used on some RTC chips.
Signed-off-by: Detlev Zundel
---
Makefile|3 +-
drivers/twserial/Makefile | 46 ++
drivers/twserial/soft_tws.c | 110 +++
include/tws.h
This patch adds advanced diagnosis functions for the inka4x0 board.
Signed-off-by: Andreas Pfefferle
Signed-off-by: Detlev Zundel
---
board/inka4x0/Makefile|4 +-
board/inka4x0/inka4x0.c | 20 ++-
board/inka4x0/inkadiag.c | 514 +
includ
Signed-off-by: Detlev Zundel
Signed-off-by: Andreas Pfefferle
---
drivers/rtc/Makefile |1 +
drivers/rtc/rtc4543.c | 118 +
include/rtc.h |4 ++
3 files changed, 123 insertions(+), 0 deletions(-)
create mode 100644 drivers/rtc/rt
Signed-off-by: Detlev Zundel
---
board/inka4x0/inka4x0.c | 139 +--
1 files changed, 75 insertions(+), 64 deletions(-)
diff --git a/board/inka4x0/inka4x0.c b/board/inka4x0/inka4x0.c
index a8bc3b3..7428b92 100644
--- a/board/inka4x0/inka4x0.c
+++ b/boa
Hi,
I'm in the process of preparing some code for a new board and want to use the
generic cfi flash driver. The problem is EBU (External Bus Unit) of the chip,
which is internally 32bit.
The access to 8/16bit values are always mapped by the EBU, but in a little
endian way, which is bad on a big e
Detlev Zundel writes:
> A diff of the "before" and "after" branches will be posted seperately
> for easier inspection.
As promised attached the diff "before" -> "after".
Cheers
Detlev
--
C hasn't changed much since the 1970s. And let's face it it's ugly.
Can't we do better? C++? (Sorry, nev
On Wed, Mar 25, 2009 at 08:44:37PM +0530, Amul Kumar Saha wrote:
> >> +die = (int) simple_strtoul(argv[2], NULL, 0);
> >> +bdry = (int) simple_strtoul(argv[3], NULL, 0);
> >
> > Casts should not be necessary.
> >
>
> I believe that typecasting a UL to an int, is OK.
> Do let me know.
Th
Hi Andreas,
> I need U-Boot support for the Quantum Board (XScale PXA270 CPU) from
> EuroTech Ltd. Does anybody know if it exist a patch for this board? In the
> U-Boot configs is a patch for a Quantum board, but I think this is for
> another one.
In include/configs/quantum.h:
#define CONFIG_MPC
Dear Detlev & Kumar,
In message you wrote:
>
...
> >> + /* reset PSC */
> >> + psc->command = PSC_SEL_MODE_REG_1;
> >
> > Should we not use accessor function to access the device registers
> > (here and in the following code) ?
>
> Indeed we should. But here we go, I can understand, why this
Dear E Robertson,
In message <3972542e0903250820w31586c26ke97d793083c5e...@mail.gmail.com> you
wrote:
>
> In the current git source, I have the serverip config set but tftp
> complains about serverip not being set.
> I didn't see any changes to the source here. Am I missing something?
You have s
Is this patch ok for inclusion?
On Sat, Mar 21, 2009 at 9:38 AM, Jon wrote:
> From: Sascha Hauer
>
> Do not initialize phy on startup, instead initialize it
> when we actually need it.
>
> Signed-off-by: Sascha Hauer
> ---
> drivers/net/mpc5xxx_fec.c | 11 +--
> 1 files changed, 9 in
Is this one ok now?
On Tue, Mar 24, 2009 at 11:56 AM, Jon Smirl wrote:
> Add support for the Phytec phyCORE-MPC5200B-tiny. This code is from
> Pengutronix.de but they
> didn't sign the patch.
>
> Signed-off-by: Jon Smirl
>
> ---
> Makefile | 10 +
> board/phytec/pc
Dear Detlev Zundel,
In message <1237998478-18452-4-git-send-email-...@denx.de> you wrote:
> This pretty unintelligent interface is used on some RTC chips.
>
> Signed-off-by: Detlev Zundel
...
> diff --git a/include/tws.h b/include/tws.h
> new file mode 100644
> index 000..bfa8d58
> --- /dev/
On Wed, Mar 25, 2009 at 2:11 PM, Wolfgang Denk wrote:
> Dear E Robertson,
>
> In message <3972542e0903250820w31586c26ke97d793083c5e...@mail.gmail.com> you
> wrote:
>>
>> In the current git source, I have the serverip config set but tftp
>> complains about serverip not being set.
>> I didn't see a
From: Nishanth Menon
http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
provides a flexible way to create and maintain u-boot mtd
partitions. This allows commands such as "nand erase fs"
to work and the user no longer needs to decode the absolute
nand offsets. This patch enables t
Dear Scott Wood,
In message <20090323220816.ga31...@ld0162-tx32.am.freescale.net> you wrote:
> The following changes since commit 4ace2823bc1fcc96874069a9a8c0821ff4f95f5d:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-avr32
>
> are available in the git reposit
Dear Mike Frysinger,
In message <1237944560-13637-1-git-send-email-vap...@gentoo.org> you wrote:
> The following changes since commit 4ace2823bc1fcc96874069a9a8c0821ff4f95f5d:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-avr32
>
> are available in the git rep
Hi Wolfgang,
Please pull The following changes since commit
4ace2823bc1fcc96874069a9a8c0821ff4f95f5d:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-avr32
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Guennadi Liakhovetski (1)
From: Nicolas Ferre
AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
It is essentially the same, with a few minor differences.
Here is the chip page on Atmel website:
http://www.atmel.com/dyn/p
Dear Jon Smirl,
In message <9e4733910903221955h4a6b3c24t34cce6989911b...@mail.gmail.com> you
wrote:
> On Sun, Mar 22, 2009 at 11:23 AM, Wolfgang Denk wrote:
> > Dear Jon Smirl,
> >
> > In message <9e4733910903220723u31546286q233c9b24b7a5...@mail.gmail.com> y=
> ou wrote:
> >>
> >> Would it be be
Hi Wolfgang,
Please pull The following changes since commit
ee1702d75a30d076139d1841383a1fa7220a0e11:
Wolfgang Denk (1):
Merge branch 'next' of ../next
are available in the git repository at:
git://git.denx.de/u-boot-at91.git master
Jean-Christophe PLAGNIOL-VILLARD (10):
at91
Dear Jon Smirl,
In message <9e4733910903251212j4436f1afu817456c7f6e9c...@mail.gmail.com> you
wrote:
> Is this patch ok for inclusion?
>
> On Sat, Mar 21, 2009 at 9:38 AM, Jon wrote:
> > From: Sascha Hauer
> >
> > Do not initialize phy on startup, instead initialize it
> > when we actually need
> >> --- u-boot-orig/cpu/arm720t/lpc24xx/Makefile 1970-01-01
> >> 01:00:00.0 +0100
> >> +++ u-boot-cleanup/cpu/arm720t/lpc24xx/Makefile2009-03-19
> >> 10:56:53.0 +0100
> > ...
> >> +$(SOBJS):
> >> + $(CC) $(AFLAGS) -march=armv4t -c -o $(SOBJS) iap_entry.S
> >
> > Such
On 11:06 Wed 25 Mar , Remco Poelstra wrote:
> Wolfgang Denk schreef:
> > Dear Remco Poelstra,
> >
> >>> Is there no way we can do without such a #ifdef here?
> >> The problem is that start.S needs hardware.h, but the code in immap.h
> >> should not be included in start.S, so I can not merge h
On 15:56 Wed 18 Mar , Remco Poelstra wrote:
> Example board for LPC2468 support
>
> Signed-off-by: Remco Poelstra
> ---
> diff -upNr u-boot-orig/board/LPC2468/config.mk u-boot/board/LPC2468/config.mk
> --- u-boot-orig/board/LPC2468/config.mk 1970-01-01 01:00:00.0
> +0100
> +++
On Wed, Mar 25, 2009 at 5:51 PM, Wolfgang Denk wrote:
> Fixed manually and applied. Thanks.
I used stgit to smtp.gmail.com::587 for the initial patch.
I wasn't thinking and used cut/paste to paste the last patch into a reply.
These patches are at git.digispeaker.com if that is easier.
--
Jon S
On Wednesday 25 March 2009 02:37:54 Heiko Schocher wrote:
> Hmm... the compilererrors I solved seems OK to me too, but I don;t
> know where to find the missing function for example for the v38b board:
>
> configuring for v38b board...
> v38b.c: In function 'misc_init_r':
> v38b.c:234: warning: impl
Generate more targeted sales leads
<> 164,758 Dentists
<> 158,966 Physical Addresses
<> 163,173 Tel #'s
<> 77,563 Business Fax #
<> 45,617 e mails
This week only cost is $291 (regular price $697)
Please reply by email to joannacolb...@wellpricedlists.com for more details
Send email to del
actual u-boot top of tree builds with warnings/errors for
the following boards:
ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
RPXClassic debris PN62
following patch solves this.
Signed-off-by: Heiko Schocher
---
changes since v1:
- eth_putenv_enetaddr() substituted by eth_setenv_eneta
On 00:14 Thu 26 Mar , kevin.morf...@fearnside-systems.co.uk wrote:
> Adds support for the Embest SBC2440-II Board (see
> http://www.embedinfo.com/english/product/sbc2440-II.asp) with u-boot
> programmed in NOR flash.
>
> Implementation is based on the existing u-boot support for s3C2410-base
Signed-off-by: Kumar Gala
---
include/configs/MPC8323ERDB.h | 26 -
include/configs/MPC832XEMDS.h | 26 -
include/configs/MPC8349EMDS.h | 62
include/configs/MPC8360EMDS.h | 27 +++--
include/configs/sbc8
The masks for various bit defines of LSDMR are common and thus we can
define them in one place rather than replicating them in each config.h
Signed-off-by: Kumar Gala
---
include/asm-ppc/fsl_lbc.h | 27 +++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a
Signed-off-by: Kumar Gala
---
board/freescale/mpc8541cds/mpc8541cds.c | 14
board/freescale/mpc8548cds/mpc8548cds.c | 10 +++---
board/freescale/mpc8555cds/mpc8555cds.c | 14
board/freescale/mpc8560ads/mpc8560ads.c |1 +
board/freescale/mpc8568mds/mpc8568mds.c | 10 +
57 matches
Mail list logo