Signed-off-by: Heiko Schocher
---
MAKEALL |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/MAKEALL b/MAKEALL
index e4eb42b..e9bcf92 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -284,6 +284,7 @@ LIST_824x=" \
debris \
eXalion \
HIDD
Hi Wolfgang,
On Tuesday 28 April 2009, Wolfgang Denk wrote:
> > > Into drivers/mtd? Even if it's not a MTD driver? This doesn't make
> > > mnuch sense to me.
> >
> > In the end this driver will be used by the common FLASH user interface
> > (cmd_flash.c, cmd_mem.c). So I prefer to have the "drive
Hi Heiko,
Heiko Schocher wrote:
> Fix some issues introduced from commit:
> 2f70c49e5b9813635ad73666aa30f304c7fdeda9
> suggested by Mike Frysinger.
>
> - added some comment for the env_id variable in common_cmd_nvedit.c
> - moved some variables in fn scope instead of file scope
> - NetInitLoop now
Dear Mike Frysinger,
In message <200904271955.08919.vap...@gentoo.org> you wrote:
>
> > Should we not rather use 0xFF for padding - given that the envrionment
> > is frequently stored in NOR flash?
>
> i would love to (and with the Blackfin stuff, i do just that), but the
> problem
> is that the
Hi Stefan (and anybody else that can answer),
I'm trying to understand why some 4xx boards use CONFIG_NET_MULTI and a
few don't. Is there a technical reason why these few can't (limited
storage or something else) or are they just older? There are 47 boards
in-tree that use CONFIG_PPC4xx_EMAC
Hi Ben,
On Tuesday 28 April 2009, Ben Warren wrote:
> Hi Stefan (and anybody else that can answer),
>
> I'm trying to understand why some 4xx boards use CONFIG_NET_MULTI and a
> few don't. Is there a technical reason why these few can't (limited
> storage or something else) or are they just older
Hello Ben,
Ben Warren wrote:
> Heiko Schocher wrote:
>> Fix some issues introduced from commit:
>> 2f70c49e5b9813635ad73666aa30f304c7fdeda9
>> suggested by Mike Frysinger.
>>
>> - added some comment for the env_id variable in common_cmd_nvedit.c
>> - moved some variables in fn scope instead of fil
Hello
What is the situation now? We apply this patch and then make lzo
parameter compatible? I am a bit lost
--
Ricardo Ribalda
http://www.eps.uam.es/~rribalda/
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/
Fix some issues introduced from commit:
2f70c49e5b9813635ad73666aa30f304c7fdeda9
suggested by Mike Frysinger.
- added some comment for the env_id variable in common_cmd_nvedit.c
- moved some variables in fn scope instead of file scope
- NetInitLoop now static void
Signed-off-by: Heiko Schocher
-
On Mon, Apr 27, 2009 at 03:28:28PM -0400, Mike Frysinger wrote:
> if you want your points to have any meaning/usage, then they have to be on
> the
> mailing list. irc is useless for people trying to search for background
> information to a problem.
I agree here, but I already gave up. And if "
Hi Ben, Hi Stefan,
I will prepare a patch for these boards on thursday:
> AR405.h
> CPCIISER4.h
> HUB405.h
> OCRTC.h
> ORSG.h
> WUH405.h
I have a cleanup patch ready for DP405 by today :-)
> DP405.h
Matthias
___
U-Boot mailing list
U-Boot@lists.denx.d
Hi Wolfgang,
>> >> And if we want to make it perfect, each -rc could get a similar
>> >> announcement, too.
>> >
>> > Would ne not just add a lot of noise to the ML, without any real new
>> > information?
>> >
>> > If you want detailed information about each action, please feel free
>> > and regi
Hi Steven,
> Yes, I do see what U-boot is doing. I looked at bmp_logo.c and its output.
> It seems that the color palette entries are all 16 bits (unsigned short).
To synch up - you are trying to use the 'logo_plot' code from
drivers/video/cfb_console.c, right?
> For my application, I have 24 bi
On Tuesday 28 April 2009, Matthias Fuchs wrote:
> I will prepare a patch for these boards on thursday:
> > AR405.h
> > CPCIISER4.h
> > HUB405.h
> > OCRTC.h
> > ORSG.h
> > WUH405.h
>
> I have a cleanup patch ready for DP405 by today :-)
>
> > DP405.h
Thanks. :)
Best regards,
Stefan
==
This patch includes support for the LPC2468 processor from NXP.
Signed-off-by: Remco Poelstra
---
It now also includes support for the ethernet interface.
It does not include any changes to flash related code, until it's known
where to put it. Stefan was right that the unreferenced function are n
Hi Heiko,
On Tue, Apr 28, 2009 at 09:36:46AM +0200, Heiko Schocher wrote:
> Hello Sascha,
>
> I actually looked in the u-boot-v2.git in the i2c branch,
> because I wanted to look how things in v2 work, specially
> I2C Subsystem ... and I have a first question:
Note that the I2C branch is out of
Hi Wolfgang,
>> The copies cc-ed to myself come through just fine as utf-8 fwiw. Does
>> that imply the denx.de servers convert unicode messages to base64?
>
> This is in the headers of your message:
>
> Content-Type: text/plain; charset="utf-8"
> Content-Transfer-Encoding: base64
>
>
On Tue, Apr 28, 2009 at 11:37:14AM +0200, Daniel Stenberg wrote:
> I'm currently working with a Toradex board featuring a Colibri PXA270 module,
> and I noticed this attempt to get a Colibri PXA270 patch applied
>
> http://lists.denx.de/pipermail/u-boot/2009-April/050634.html
>
> ... which
Hello Sascha,
Sascha Hauer wrote:
> On Tue, Apr 28, 2009 at 09:36:46AM +0200, Heiko Schocher wrote:
>> Hello Sascha,
>>
>> I actually looked in the u-boot-v2.git in the i2c branch,
>> because I wanted to look how things in v2 work, specially
>> I2C Subsystem ... and I have a first question:
>
> N
On Tue, 28 Apr 2009, Daniel Mack wrote:
> In case you do that, please call the board 'colibri-pxa270' in folder and
> config file names, not just 'colibri' like in the version you referred to
> above. There are versions of that modules with pxa3[012]0 CPUs which are
> entirely different and nee
Dear Detlev,
In message you wrote:
>
> >> >> And if we want to make it perfect, each -rc could get a similar
> >> >> announcement, too.
^^^
> > No, I meant exactly what I wrote - the RSS feed on the git repo
> > (http://git.de
Hello u-booters,
I'm currently working with a Toradex board featuring a Colibri PXA270 module,
and I noticed this attempt to get a Colibri PXA270 patch applied
http://lists.denx.de/pipermail/u-boot/2009-April/050634.html
... which seems it didn't get anywhere further than so.
The concl
Hello Sascha,
I actually looked in the u-boot-v2.git in the i2c branch,
because I wanted to look how things in v2 work, specially
I2C Subsystem ... and I have a first question:
- In ppc area, we start running from flash and have to relocate
code. Before setting up RAM, we maybe have to read SPD
On Tuesday 28 April 2009 03:42:30 Ricardo Ribalda Delgado wrote:
> What is the situation now? We apply this patch and then make lzo
> parameter compatible? I am a bit lost
i think so ... your latest patch looked OK to me
-mike
signature.asc
Description: This is a digitally signed message par
On Tuesday 28 April 2009 06:08:06 Ladislav Michl wrote:
> On Mon, Apr 27, 2009 at 03:28:28PM -0400, Mike Frysinger wrote:
> > if you want your points to have any meaning/usage, then they have to be
> > on the mailing list. irc is useless for people trying to search for
> > background information t
Dear Wolfgang,
The following changes since commit 28afe0160f87ff74574150d703055a965f91422a:
Heiko Schocher (1):
ids8247: Remove legacy NAND defines
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
Anatolij Gustschin (1):
video: fix bug in cfb_c
On Tuesday 28 April 2009 03:13:05 Wolfgang Denk wrote:
> In message Mike Frysinger wrote:
> > > Should we not rather use 0xFF for padding - given that the envrionment
> > > is frequently stored in NOR flash?
> >
> > i would love to (and with the Blackfin stuff, i do just that), but the
> > problem
On Tuesday 28 April 2009 05:11:01 Detlev Zundel wrote:
> Hi Wolfgang,
>
> >> The copies cc-ed to myself come through just fine as utf-8 fwiw. Does
> >> that imply the denx.de servers convert unicode messages to base64?
> >
> > This is in the headers of your message:
> >
> > Content-Type: text/
Dear Mike Frysinger,
In message <200904280848.14109.vap...@gentoo.org> you wrote:
>
> i too would prefer a POST case that can be classified as a mathematically
> sound proof. did i miss something, or was such a case proposed ?
No.
And I think it's actually difficult to implement, as it's
Dear Mike Frysinger,
In message <200904280854.53669.vap...@gentoo.org> you wrote:
>
> > You mean in the code? Well, if you're using a separate section for it
> > (like the ppcenv section) this should be straightforward using the
> > `=FILLEXP' output section attribute for the linker.
>
> hmm, a
Added example board for LPC2468 processor
Signed-off-by: Remco Poelstra
Date: Tue, 28 Apr 2009 15:04:33 +0200
Subject: [PATCH] Added example board for LPC2468 processor
---
board/LPC2468/LPC2468.c | 65 +
board/LPC2468/Makefile | 55 +
board/LPC2468/con
Dear Wolfgang,
Wolfgang Denk wrote:
> Dear Dirk,
>
> In message <49f5c746.6040...@googlemail.com> you wrote:
>> Short status update after recent merges and patch updates. As usual,
>> please correct if anything is wrong or missing.
>
> Thanks for the summary.
>
>> Dirk Behme wrote:
>>> To avoi
Hi Magnus,
Thanks!
>Here's a 'snapshot' function in git-web
> (http://git.denx.de/?p=u-boot.git;a=tree) which will produce a tarball
> of the current tree.
Before that, i actually managed to "git clone" to a windows machine(at
my home) and export the u-boot tarball to my office linux host where
it
Hi Wolfgang,
> > The copies cc-ed to myself come through just fine as utf-8 fwiw. Does
> > that imply the denx.de servers convert unicode messages to base64?
>
> This is in the headers of your message:
>
> Content-Type: text/plain; charset="utf-8"
> Content-Transfer-Encoding: base6
Dear Mike,
a lot of changes are entering arm tree, many without any commit message.
And now we have some special cases which needs some special care for yet
unclear reason. OMAP3 timer precission was discussed to death and patch
still didn't went in, because it needs to be verified against some
do
On Tuesday 28 April 2009 09:45:38 Wolfgang Denk wrote:
> Dear Mike Frysinger,
>
> In message <200904280854.53669.vap...@gentoo.org> you wrote:
> > > You mean in the code? Well, if you're using a separate section for it
> > > (like the ppcenv section) this should be straightforward using the
> >
Here is the changes to Zoom2 to rebase onto the arm/next branch
Patch set to follow.
Tom
1.
omap gpio changed to apply
Makefile change
Whitespace in docs
Jean-Christophe Zoom2 base 4/24
2.
> > Divisor field is called PTV not PVT.
> >
> > This change is needed because of earlier OMAP commit
Zoom2 is a new board from Texas Instruments and LogicPD
The logicpd web site is a good source for general information on this board.
Please start looking here if the below links are broken.
http://www.logicpd.com
This is a pdf of the product
http://www.logicpd.com/sites/default/files/1012659A_Zoo
Port the linux kernel's omap gpio interface to u-boot.
The orignal source is in linux/arch/arm/plat-omap/gpio.c
See doc/README.omap3 for instructions on use.
Signed-off-by: Tom Rix
---
cpu/arm_cortexa8/omap3/Makefile |1 +
cpu/arm_cortexa8/omap3/gpio.c | 177 +
The logicpd web site is a good source for general information on this board.
Please start looking here if the below links are broken.
http://www.logicpd.com
This is a pdf of the product
http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
This is a pdf of the product
Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board.
The default serial is from the USB connector on left side of the debug board.
The USB connector will produce 2 of the 4 UARTS. On your host pick the first
enumeration.
The serial port set up is the same with Zoom1.
Baud
This patch controls the large LED on the top left of the zoom2.
Signed-off-by: Tom Rix
---
board/omap3/zoom2/Makefile|8 ++-
board/omap3/zoom2/led.c | 125 +
board/omap3/zoom2/zoom2.c |4 +-
include/configs/omap3_zoom2.h | 16 +
On Tuesday 28 April 2009 11:06:06 Peter Tyser wrote:
> > > The copies cc-ed to myself come through just fine as utf-8 fwiw. Does
> > > that imply the denx.de servers convert unicode messages to base64?
> >
> > This is in the headers of your message:
> >
> > Content-Type: text/plain; charset="u
Hi Magnus and all,
Should i do a "mx31pdk_nand_config" instead of the regular
"mx31pdk_config" to get the nand boot working on the PDK board.
I can make that out from the lowlevel_init.S code, but i am not
completely sure though.
Thanks.
___
U-Boot mai
On Tuesday 28 April 2009 09:41:07 Wolfgang Denk wrote:
> In message Mike Frysinger wrote:
> > i too would prefer a POST case that can be classified as a mathematically
> > sound proof. did i miss something, or was such a case proposed ?
>
> No.
>
> And I think it's actually difficult to implemen
On Tue, 2009-04-28 at 11:49 -0400, Mike Frysinger wrote:
> On Tuesday 28 April 2009 11:06:06 Peter Tyser wrote:
> > > > The copies cc-ed to myself come through just fine as utf-8 fwiw. Does
> > > > that imply the denx.de servers convert unicode messages to base64?
> > >
> > > This is in the header
Hi
2009/4/28 alfred steele :
> Hi Magnus,
>
> Thanks!
> But then on doing "make mx31_pdk_config", i got the following:
>
> $ make mx31ads_config
> : invalid option
> make: *** [mx31ads_config] Error 1
>
> So looks like somewhere out there , some file has some weird windows
> inherited character/s
Hi Magnus,
> No, but it seems that the problem is in the patched Makefile since it
> says mx31ads_config instead of mx31_pdk_config.
I tried this on all the RULES as i was getting the same results for
the rule "mx31_pdk_config". Apologize for for posting the wrong one.
This problem got resolved w
Hi Remco,
Remco Poelstra wrote:
> This patch includes support for the LPC2468 processor from NXP.
>
> Signed-off-by: Remco Poelstra
> ---
> It now also includes support for the ethernet interface.
> It does not include any changes to flash related code, until it's known
> where to put it. Stefan
Hi Magnus,
> So , in order to boot out of NAND, all i need to do is use the image
> generated out "mx31pdk_nand_config" instead of the regular
> "mx31_pdk_config". Right?
Another thing which confuses me is the file "nand_boot_mx31.c" . Is it
a symbolik link which points to the genric nand_boot.c
> So , in order to boot out of NAND, all i need to do is use the image
> generated out "mx31pdk_nand_config" instead of the regular
> "mx31_pdk_config". Right?
Yes.
/Magnus
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listi
Hi
2009/4/28 alfred steele :
> Hi Magnus,
>
>> So , in order to boot out of NAND, all i need to do is use the image
>> generated out "mx31pdk_nand_config" instead of the regular
>> "mx31_pdk_config". Right?
> Another thing which confuses me is the file "nand_boot_mx31.c" . Is it
> a symbolik link
On Tuesday 28 April 2009 11:57:37 Peter Tyser wrote:
> On Tue, 2009-04-28 at 11:49 -0400, Mike Frysinger wrote:
> > On Tuesday 28 April 2009 11:06:06 Peter Tyser wrote:
> > > > You just don't see it.
> > >
> > > I (think I) see base64 coming from denx.de, but not from our mail
> > > server.
> > >
>
please ignore ...
test.c:1: warning: implicit declaration of function ‘foo’
/tmp/ccelkAwh.o: In function `main':
test.c:(.text+0x12): undefined reference to `foo'
collect2: ld returned 1 exit status
moo
---
foo |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
create mode 100644 foo
Hi Mike,
> On Tuesday 28 April 2009 05:11:01 Detlev Zundel wrote:
>> Hi Wolfgang,
>>
>> >> The copies cc-ed to myself come through just fine as utf-8 fwiw. Does
>> >> that imply the denx.de servers convert unicode messages to base64?
>> >
>> > This is in the headers of your message:
>> >
>> >
From: Marco Stornelli
This patch adds, under tools folder, a new command called imls. Its
goal is the same of UBoot's imls but it can be used as Linux shell
command. It reads from raw mtd partition and prints the list of the
stored images.
Signed-off-by: Marco Stornelli
---
Changes from v5:
-
Hello,
This patch set is an untested attempt at cleaning up the Davinci Ethernet
driver. Since I don't have any real hardware, I've tried to keep the logical
flow as similar to the original as possible and haven't touched any of the
hardware access code. If anybody's able to test it, please do s
The driver has been renamed dm644x_emac.c
Signed-off-by: Ben Warren
---
cpu/arm926ejs/davinci/Makefile |2 +-
drivers/net/Makefile |1 +
.../davinci/ether.c => drivers/net/dm644x_emac.c |0
3 files changed, 2 insertions(+), 1 dele
Removed pointless #ifdefs
Moved functions around in file in preparation for switch to newer API
Signed-off-by: Ben Warren
---
drivers/net/dm644x_emac.c | 146 +
1 files changed, 69 insertions(+), 77 deletions(-)
diff --git a/drivers/net/dm644x_emac
Added CONFIG_NET_MULTI to all Davinci boards
Removed all calls to Davinci network driver from board code
Added cpu_eth_init() to cpu/arm926ejs/cpu.c
Signed-off-by: Ben Warren
---
board/davinci/common/misc.h |1 -
board/davinci/dvevm/dvevm.c |3 -
board/davinci/schmoogi
On Tuesday 28 April 2009 13:06:00 Detlev Zundel wrote:
> > On Tuesday 28 April 2009 05:11:01 Detlev Zundel wrote:
> >> >> The copies cc-ed to myself come through just fine as utf-8 fwiw.
> >> >> Does that imply the denx.de servers convert unicode messages to
> >> >> base64?
> >> >
> >> > This is i
Hi Magnus,
Thanks again!
> The nand_spl/nand_boot_mx31.c is a regular file if that's the one you mean.
The reason i am asking is I am getting a build error related to this
file after i apply your patches. When i do a ll(ls -l) on the file, i
get
$ll u-boot-head/u-boot/nand_spl/board/freescale/mx
Wolfgang,
Heiko Schocher wrote:
> Fix some issues introduced from commit:
> 2f70c49e5b9813635ad73666aa30f304c7fdeda9
> suggested by Mike Frysinger.
>
> - added some comment for the env_id variable in common_cmd_nvedit.c
> - moved some variables in fn scope instead of file scope
> - NetInitLoop now
On Tuesday 28 April 2009 11:06:06 Peter Tyser wrote:
> I (think I) see base64 coming from denx.de, but not from our mail
> server.
blah, this seems to be all mailman's fault. apparently, it can only be
changed by disabling the msg_footer/msg_header options.
http://mail.python.org/pipermail/mailm
2009/4/28 alfred steele :
> Hi Magnus,
>
> Thanks again!
>> The nand_spl/nand_boot_mx31.c is a regular file if that's the one you mean.
> The reason i am asking is I am getting a build error related to this
> file after i apply your patches. When i do a ll(ls -l) on the file, i
> get
> $ll u-boot
Dear Ladislav Michl,
In message <20090428151147.ga19...@linux-mips.org> you wrote:
>
> a lot of changes are entering arm tree, many without any commit message.
> And now we have some special cases which needs some special care for yet
> unclear reason. OMAP3 timer precission was discussed to deat
On Tue, 2009-04-28 at 13:22 -0400, Mike Frysinger wrote:
> On Tuesday 28 April 2009 11:06:06 Peter Tyser wrote:
> > I (think I) see base64 coming from denx.de, but not from our mail
> > server.
>
> blah, this seems to be all mailman's fault. apparently, it can only be
> changed by disabling the
Dear Magnus,
> Yes, that's the latest one I've posted (I've done minor updates
> locally but haven't tested those yet).
I guess that's there are two patches for NAND_SPL, one which just adds
the SPL framework and the other which creates the mx31pdk_nand.c and
changes to start.S.
Please correct me
>Or you suggest sticking to the latest and greatest mainline.
Alternatively, will use the .rej to generate the new lot of patches.
That seems the best route.
Thanks.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boo
Hi
2009/4/28 alfred steele :
> Dear Magnus,
>
>> Yes, that's the latest one I've posted (I've done minor updates
>> locally but haven't tested those yet).
> I guess that's there are two patches for NAND_SPL, one which just adds
> the SPL framework and the other which creates the mx31pdk_nand.c and
On Tuesday 28 April 2009, Ben Warren wrote:
> The driver has been renamed dm644x_emac.c
Let me suggest "davinci_emac.c" ... the same controller
is in some non-dm644x DaVinci silicon (like dm365), and
a gigabit flavor is in the dm6467 chip.
>
> -COBJS = timer.o ether.o lxt972.o dp83848.o
> +C
David Brownell wrote:
> On Tuesday 28 April 2009, Ben Warren wrote:
>
>> The driver has been renamed dm644x_emac.c
>>
>
> Let me suggest "davinci_emac.c" ... the same controller
> is in some non-dm644x DaVinci silicon (like dm365), and
> a gigabit flavor is in the dm6467 chip.
>
>
>
OK.
From: David Brownell
Minor cleanup for DaVinci NAND code:
- Use I/O addresses from nand_chip; CONFIG_SYS_NAND_BASE won't
be defined when there are multiple chipselect lines in use
(as with common 2 GByte chips).
- Cleanup handling of EMIF control registers
* Only need one pointer po
> Please correct me if i am wrong. Since the cpu/arm1136/start.S has
> changed in a major way since April 02, since this is a generic file, i
> am getting a BIG .rej file for the HUNKS which failed. I can hand edit
> start.S as i have done for the rest of the HUNK failures which were
> minor. But
From: David Brownell
Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option. It's not just nasty;
it's also unused by any current boards, and doesn't even match the
main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC
on newer chips that support it).
DaVinci GIT kernels since 2.6.24, and ma
The CLE and ALE for DaVinci DM644x is not the same as DM646x. This patch
adds 2 CONFIG_ options to the config.h header files to all the DM6446 based
boards. These values are then used by the driver. This has been tested on the
DM644x, DM355, DM357 and DM365. Support for the latter 3 will be added s
Patch adds support for DaVinci DM357. This SOC is very similar to the DM644x.
The DM357 EVM has 2 NANDs, one small page NAND and another large page NAND.
But the device can only boot of the small page NAND. It does not have NOR
support. This patch has been tested on the DM357 EVM.
Signed-off-by: S
Hi Magnus,
> I just applied the patch series to the current u-boot tip and the only
> problem was the top Makefile but that was easy to fix. No warnings
> from start.S.
I was able to build successfully after hand editing some of the hunks
in start.S. Even after using the commit snapshot you had
Steve,
My intention was to change that when I add the DM6467 Support which I am
working on even as we speak.
I am aware of it.
Thanks,
Sandeep
> -Original Message-
> From: Steve Chen [mailto:sc...@mvista.com]
> Sent: Tuesday, April 28, 2009 4:54 PM
> To: Paulraj, Sandeep
> Cc: u-b
On Tue, Apr 28, 2009 at 04:33:14PM -0400, s-paul...@ti.com wrote:
> diff --git a/include/configs/davinci_dvevm.h b/include/configs/davinci_dvevm.h
> index fae430b..1fe3e19 100644
> --- a/include/configs/davinci_dvevm.h
> +++ b/include/configs/davinci_dvevm.h
> @@ -128,6 +128,8 @@
> #define CONFIG_
On Tue, 2009-04-28 at 16:33 -0400, s-paul...@ti.com wrote:
> The CLE and ALE for DaVinci DM644x is not the same as DM646x. This patch
> adds 2 CONFIG_ options to the config.h header files to all the DM6446 based
> boards. These values are then used by the driver. This has been tested on the
> DM644
On Tuesday 28 April 2009, s-paul...@ti.com wrote:
> The CLE and ALE for DaVinci DM644x is not the same as DM646x. This patch
> adds 2 CONFIG_ options to the config.h header files to all the DM6446 based
> boards. These values are then used by the driver.
I had been thinking that the davinci_nand d
On Tuesday 28 April 2009, s-paul...@ti.com wrote:
> Patch adds support for DaVinci DM357. This SOC is very similar to the DM644x.
> The DM357 EVM has 2 NANDs, one small page NAND and another large page NAND.
> But the device can only boot of the small page NAND. It does not have NOR
> support. This
On Tuesday 28 April 2009, s-paul...@ti.com wrote:
> Makefile | 3 +
> include/configs/davinci_dm357_evm.h | 159
> +++
> 2 files changed, 162 insertions(+), 0 deletions(-)
I believe that will be insufficient with the current
U-Boot a
On Mon, Apr 13, 2009 at 06:34:52PM +0530, apgmoorthy wrote:
> + /* Protect boot-loader and environment variables from badblock testing
> */
> + while (start < CONFIG_SYS_MONITOR_LEN + CONFIG_ENV_SIZE + badblocklen) {
> + if (mtd->block_isbad(&onenand_mtd, start))
> +
On Tue, Apr 28, 2009 at 01:19:50PM -0700, David Brownell wrote:
> From: David Brownell
>
> Minor cleanup for DaVinci NAND code:
Applied 1-2 to u-boot-nand-flash/next.
-Scott
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/lis
Hi Matthias,
Matthias Fuchs wrote:
> Hi Ben, Hi Stefan,
>
> I will prepare a patch for these boards on thursday:
>
>> AR405.h
>> CPCIISER4.h
>> HUB405.h
>> OCRTC.h
>> ORSG.h
>> WUH405.h
>>
>
> I have a cleanup patch ready for DP405 by today :-)
>
>> DP405.h
>>
>
>
> Matthias
>
I
Hello,
This patch set switches all remaining PPC4xx boards to use CONFIG_NET_MULTI.
I haven't been able to test any of the boards, but MAKEALL 4xx ran OK. I
remember that some of the 4xx linker scripts specified 'ppc_4xx_eth_initialize',
so maybe that's necessary in some cases?
regards,
Ben
___
All in-tree PPC4xx boards now use CONFIG_NET_MULTI
Signed-off-by: Ben Warren
---
include/configs/AR405.h |1 +
include/configs/CPCIISER4.h |1 +
include/configs/CRAYL1.h |1 +
include/configs/DP405.h |1 +
include/configs/ERIC.h |1 +
Signed-off-by: Ben Warren
---
drivers/net/4xx_enet.c | 54
net/eth.c |4 ---
2 files changed, 0 insertions(+), 58 deletions(-)
diff --git a/drivers/net/4xx_enet.c b/drivers/net/4xx_enet.c
index 918373b..adac00f 100644
--- a/driv
Scott,
I will resubmit after i take care of your comments.
Thanks,
Sandeep
From: Scott Wood [scottw...@freescale.com]
Sent: Tuesday, April 28, 2009 5:22 PM
To: Paulraj, Sandeep
Cc: u-boot@lists.denx.de; davinci-linux-open-sou...@linux.davincidsp.com
This will make CONFIG_NET_MULTI the only net driver configuration and
we'll be able to remove this option.
Signed-off-by: Ben Warren
---
doc/feature-removal-schedule.txt | 19 +++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/doc/feature-removal-schedule.txt b
Dave,
What I have done is sufficient. A 'dm357.c' file will not be required as
the dm644x.c file will take care of everything. AS long as your patches ensure
that dm644x works, the DM357 will work. This is because DM357 is very similar
to the DM644x. If you want me to put a dm357 file then
Dave,
We can add such support/enhancements later. The patch as such will work
for sure.
In our LSPs we can use only one NAND at a time. We do not at this point of time
have support even in the kernel where both NANDs can be used at the same time.
Its only either of the 2.
Thanks,
Sandee
Dave,
Please see inline.
> -Original Message-
> From: David Brownell [mailto:davi...@pacbell.net]
> Sent: Tuesday, April 28, 2009 5:51 PM
> To: Paulraj, Sandeep; u-boot@lists.denx.de
> Cc: davinci-linux-open-sou...@linux.davincidsp.com
> Subject: Re: [PATCH] ARM DaVinci: Adding CONFIG opt
On Tuesday 28 April 2009, Paulraj, Sandeep wrote:
> Dave,
> We can add such support/enhancements later. The
> patch as such will work for sure.
OK, I can understand that. This board seems to have
the most complex NAND config of the DaVinci EVMs.
> In our LSPs we can use
> only one NAND a
Hi Sandeep,
On Tuesday 28 April 2009, Paulraj, Sandeep wrote:
> >
> > I had been thinking that the davinci_nand driver should
> > probably change to let board_nand_init() really become a
> > board-specific function...
> >
> > It would call a driver routine to init the callback functions
> > and
From: David Brownell
Initial U-Boot support for the DaVinci DM355 EVM. This is a board
from Spectrum Digital. Board docs include schematic and firmware
for its microcontroller:
http://c6000.spectrumdigital.com/evmdm355/
Most of the DM355 chip is fully documented by TI, the most notable
exce
Hi
2009/4/28 alfred steele :
> Hi Magnus,
> But when i tried burning "u-boot-nand.bin" to the base address and
> boot , i get only "one line" printed on the console which is
>
> U-Boot 2009.01 (Apr 28 2009 - 15:27:19)
>
If it comes that far it looks like a lot is working. Don't know why
the rest
On Monday 27 April 2009, Kazuaki Ichinohe wrote:
> I sent the SATA patch mail on April 17.
> However, the following content is not confirmed, and there is not a reply
> either. Could you confirm it?
> I re-send the SATA driver patch.
I failed applying your patch:
Applying: Canyonlands SATA harddi
100 matches
Mail list logo