Until Friday Sep 17 buy any list below for just $199 each, 3 for $299 or 5 for
$399:
All lists are 100% optin and are 6 months or newer.
== HEALTHCARE LISTS ==
* Physicians (34 specialties) - 788k records, 17k emails, 200k fax numbers
* Chiropractors - 108,421 total records * 3,414 emails * 6,5
Hello,
This is about a generic problem which may also be faced
by other developers. Our SoC has a masked bootrom area
which copies an image from NOR/NAND memories to an internal
embedded SRAM. The size of this SRAM is only 8K. This
binary initializes the DDR for larger binaries (u-boot/OS)
to
>
> Now I am use p4080ds board from freescale, I download U-Boot
>
> 2010.06 version.I check the board code for freescale, just
>
> find p2020 directory, no p4080 board.
>
> You said U-Boot has basic support for P4080, can you give
>
> some more detail informaion such as file name or directory
From: Matt Waddel
The pl01x serial driver was lacking the code to switch baudrates from the
command line. Fixed by simply saving the new baudrate and calling
serial_init() again. Also fixed CamelCase variables, I/O accessors and
comment style.
Signed-off-by: Matt Waddel
---
drivers/serial/se
From: Matt Waddel
Adds support for the ARM quad-core Cortex-A9 processor. This system
includes a motherboard(Versatile Express), daughterboard(Coretile),
and SOC(Cortex-A9 quad core). The serial port, ethernet, and flash
systems work with these additions. The naming convention is:
SOC -> Cor
From: Matt Waddel
Adds support for the ARM quad-core Cortex-A9 processor.
This system includes a motherboard(Versatile Express),
daughterboard(Coretile), and an SOC(Cortex-A9 quad core).
The serial port, ethernet, and flash systems work with
these additions.
The 2nd patch fixes a bug in the "set
> What board? You can basic support for P4080 in the git tree for u-boot.
>
> - k
>
Thanks Kumar,
Now I am use p4080ds board from freescale, I download U-Boot
2010.06 version.I check the board code for freescale, just
find p2020 directory, no p4080 board.
You said U-Boot has basic support
On Mon, 13 Sep 2010, Wolfgang Denk wrote:
> Dear Nicolas Pitre,
>
> In message you wrote:
> >
> > > So your problem could be solved if we were able to specify a relative
> > > load address (relative to the start of system RAM), and relative
> > > entry point address (offset into image) ?
> >
>
On Mon, 2010-09-13 at 17:13 -0500, Scott Wood wrote:
> On Tue, 14 Sep 2010 00:02:49 +0200
> Wolfgang Denk wrote:
>
> > Dear Peter Tyser,
> >
> > In message <1284389585.26713.2967.ca...@petert> you wrote:
> > >
> > > Sounds good, I'll resubmit. Getting rid of the BOOTFLAG_* defines will
> > > ma
Dear Wolfgang,
> > Zoom2 and Zoom2 used to hang with "md" command. It was due to a problem
> > with a buffer size in print_buffer() function. A macro was introduced
> > to use a different buffer size in case of compiling for Zoom2 and Zoom3.
>
>
> NAK to this patch.
>
> Forst, I thinkt he probl
On Monday, September 13, 2010 21:17:30 Kim Phillips wrote:
> [u-boot next]$ ./MAKEALL 83xx
> awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg
> > .boards.depend Configuring for ve8313 board...
how about we change MAKEALL to run the config step with -s ?
-mike
signature
On Wed, 8 Sep 2010 23:36:59 +0200
Ilya Yanok wrote:
>
> MAINTAINERS |1 +
> board/mpc8308_p1m/Makefile | 52
> board/mpc8308_p1m/config.mk |1 +
> board/mpc8308_p1m/mpc8308_p1m.c | 122 +
> board/mpc8308_p1m/sdram.c | 93 +++
> bo
[u-boot next]$ ./MAKEALL 83xx
awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg >
.boards.depend
Configuring for ve8313 board...
Signed-off-by: Kim Phillips
---
applies to u-boot.git's next branch.
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Dear Anatolij Gustschin,
> This patch consolidates bootcount_{store|load} for ARM by
> implementing a common version in arch/arm/lib/bootcount.c. This
> code is now used by all ARM variants that currently have these
> functions implemented.
>
> Also supports two different bootcount versions:
>
>
Dear Anatolij Gustschin,
> The latter was already used by AT91.
Looking at your patch I just noticed that the AT91 version is not up to
date. It won't work for AT91SAM9XE. I had a better, struct access variant
in my tree but somehow due to rebasing I must have lost it...
I'll reconstruct it and s
On Tue, 14 Sep 2010 00:02:49 +0200
Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <1284389585.26713.2967.ca...@petert> you wrote:
> >
> > Sounds good, I'll resubmit. Getting rid of the BOOTFLAG_* defines will
> > make bd->bi_bootflags unused. What's the policy on modifying the
> > bd_
Dear Peter Tyser,
In message <1284389585.26713.2967.ca...@petert> you wrote:
>
> Sounds good, I'll resubmit. Getting rid of the BOOTFLAG_* defines will
> make bd->bi_bootflags unused. What's the policy on modifying the
> bd_info structure? Leave an unused bi_bootflags field to prevent
> breakag
On Mon, 13 Sep 2010 23:52:00 +0200
Joakim Tjernlund wrote:
> Scott Wood wrote on 2010/09/13 21:21:33:
> > On Sat, 11 Sep 2010 09:19:34 +0200
> > Joakim Tjernlund wrote:
> >
> > > >
> > > > Dear "Ira W. Snyder",
> > > >
> > > > In message <20100910181022.ga18...@ovro.caltech.edu> you wrote:
> >
Dear Nicolas Pitre,
In message you wrote:
>
> > So your problem could be solved if we were able to specify a relative
> > load address (relative to the start of system RAM), and relative
> > entry point address (offset into image) ?
>
> Yes, that would work.
Then let's discuss how we can get t
Scott Wood wrote on 2010/09/13 21:21:33:
> On Sat, 11 Sep 2010 09:19:34 +0200
> Joakim Tjernlund wrote:
>
> > >
> > > Dear "Ira W. Snyder",
> > >
> > > In message <20100910181022.ga18...@ovro.caltech.edu> you wrote:
> > > >
> > > > Would you prefer a patch only for the MPC8349EMDS, or should I tr
The current da850evm support in u-boot/master omits any use of
the davinci EMAC. This patch adds basic support for the EMAC using
the MII PHY found on the baseboard of the EVM. The MAC address is
read from the environment variable 'ethadd'. Note that this is
different from the da850evm support in t
This patch proposes to migrate the davinci_emac driver to using the
eth_device->write_hwaddr function pointer as suggested by Ben Warren.
All the davinci boards had the behaviour, prior to this patch, of
sync'ing the environment variable enetaddr with the MAC address read
from non-volatile storage
This patch series proposes to add basic MII support to the da850evm; the first
patch in the series refactors davinci EMAC setup. The second patch in the
series enables MII support.
Ben Gardiner (2):
davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr
da850evm: basic MII EMAC support
arc
The following changes since commit 150f723665674100876c53e0492cd6d2191fe865:
Reinhard Meyer (1):
display_buffer: fix misaligned buffer
are available in the git repository at:
git://git.denx.de/u-boot-nand-flash.git master
Wolfram Sang (1):
nand/davinci: make sure ECC calculatio
This patch consolidates bootcount_{store|load} for ARM by
implementing a common version in arch/arm/lib/bootcount.c. This
code is now used by all ARM variants that currently have these
functions implemented.
Also supports two different bootcount versions:
a) Use 2 separate words (2 * 32bit) t
On Sat, 11 Sep 2010 09:19:34 +0200
Joakim Tjernlund wrote:
> >
> > Dear "Ira W. Snyder",
> >
> > In message <20100910181022.ga18...@ovro.caltech.edu> you wrote:
> > >
> > > Would you prefer a patch only for the MPC8349EMDS, or should I try and
> > > convert the other boards too? How should I know
Whoops!
Please ignore this grouping of patches (1-3 of 5), I accidentally specified the
wrong commit range and sent 3 emails before I realized.
I've since resent the correct patch queue.
My apologies!
Cheers,
Kyle Moffett
On Sep 13, 2010, at 11:51, Kyle Moffett wrote:
> To ease the implementa
As an aide to debugging, we should print out the expected value of the
EEPROM checksum in addition to just saying that it is wrong.
Signed-off-by: Kyle Moffett
---
drivers/net/e1000.c | 48 ++--
1 files changed, 30 insertions(+), 18 deletions(-)
dif
To make it possible to use the "sspi" command with the e1000 firmware
EEPROM we add a small "generic SPI" driver wrapper around the existing
e1000 SPI backend.
Signed-off-by: Kyle Moffett
---
drivers/net/e1000.c | 92 ++-
drivers/net/e1000.h |
For our new board ports, we are programming the EEPROMs attached to our
Intel 82571EB controllers from software (using U-Boot and Linux).
This code provides a helpful set of "e1000" subcommands for performing
EEPROM manipulation on e1000 devices, including displaying a hex-dump,
copying to and fro
By allocating the e1000 device structures much earlier, we can easily
generate better error messages and siginficantly clean things up.
The only user-visable change (aside from reworded error messages) is
that a detected e1000 device which fails to initialize due to software
or hardware error will
Consolidate the test for a dual-port NIC to one location for easy
modification, then fix support for the dual-port 82571.
Signed-off-by: Kyle Moffett
---
drivers/net/e1000.c | 66 +-
drivers/net/e1000.h |6
2 files changed, 33 insertions
For our new board ports, we are programming the EEPROMs attached to our
Intel 82571EB controllers from software (using U-Boot and Linux).
This code provides a helpful set of "e1000" subcommands for performing
EEPROM manipulation on e1000 devices, including displaying a hex-dump,
copying to and fro
To ease the implementation of other MPC85xx board ports, several common
GPIO helpers are added to .
Since each of these compiles to no more than 4-5 instructions it would
be very inefficient to call them out of line, therefore we put them
entirely in the header file.
Signed-off-by: Kyle Moffett
To make it possible to use the "sspi" command with the e1000 firmware
EEPROM we add a small "generic SPI" driver wrapper around the existing
e1000 SPI backend.
Signed-off-by: Kyle Moffett
---
drivers/net/e1000.c | 92 ++-
drivers/net/e1000.h |
Hello Remy,
vkuzmic...@mvista.com wrote:
[...]
> - /* use PKTSIZE (or aligned... from u-boot) and set
> + /*
> + * use PKTSIZE (or aligned... from u-boot) and set
>* wMaxSegmentSize accordingly*/
Could you please fix the last line before commit? I missed this and
would not l
On Mon, 2010-09-13 at 08:27 +0200, Stefan Roese wrote:
> On Monday 13 September 2010 07:34:40 Wolfgang Denk wrote:
> > > BOOTFLAG_COLD and BOOTFLAG_WARM have identical definitions for every
> > > PowerPC board, so share a common definition.
> > >
> > > Signed-off-by: Peter Tyser
> > > ---
> > > I
On Mon, Sep 13, 2010 at 12:24 AM, Stefano Babic wrote:
> Steve Sakoman wrote:
>> On Fri, Sep 10, 2010 at 10:54 AM, Wolfgang Denk wrote:
>>> Hello everybody:
>>>
>>> * U-Boot v2010.09-rc1 was released on Fri, 10 Sep 2010.
>>>
>>> * Release "v2010.09" is scheduled in 18 days - on September 28, 2010
Fixed in V3.
Thanks,
Lei
On Mon, Sep 13, 2010 at 9:41 PM, Sergei Shtylyov wrote:
> Hello.
>
> Lei Wen wrote:
>
>> Signed-off-by: Lei Wen
>
> [...]
>
>> diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
>> index c0b30d8..437dd88 100644
>> --- a/common/cmd_mmc.c
>> +++ b/common/cmd_mmc.c
>
> [...]
Fix in V3..
Thanks,
Lei
On Mon, Sep 13, 2010 at 9:40 PM, Sergei Shtylyov wrote:
> Hello.
>
> Lei Wen wrote:
>
>> Change log:
>> change the puts to printf to better formating.
>
> This change log should have followed the "---" tear-line.
>
>> Signed-off-by: Lei Wen
>> ---
>
> WBR, Sergei
>
___
Signed-off-by: Lei Wen
---
V2:
Change log:
change the puts to printf to better formating.
drivers/mmc/mmc.c | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index cf4ea16..23928c1 100644
--- a/drivers/mmc/mmc.c
+++ b/driver
Signed-off-by: Lei Wen
---
V3: add additional space after
common/cmd_mmc.c | 20
disk/part.c |3 +++
2 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index c0b30d8..45924e3 100644
--- a/common/cmd_mmc.c
+++ b/com
Am 08.09.2010 22:05, schrieb Paulraj, Sandeep:
>
>
>> Yes, I know.
>>
>> The problem we're discussing is that the version of mach-types.h as
>> included in the mainline LInux kernel tree is relatively old when
>> compared to the current state of the ARM machine registry. The
>> question was if w
Hello.
Lei Wen wrote:
> Signed-off-by: Lei Wen
[...]
> diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
> index c0b30d8..437dd88 100644
> --- a/common/cmd_mmc.c
> +++ b/common/cmd_mmc.c
[...]
> @@ -230,5 +249,6 @@ U_BOOT_CMD(
> "read addr blk# cnt\n"
> "mmc write addr blk# cnt\n"
Hello.
Lei Wen wrote:
> Change log:
> change the puts to printf to better formating.
This change log should have followed the "---" tear-line.
> Signed-off-by: Lei Wen
> ---
WBR, Sergei
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.d
On Mon, 13 Sep 2010, Wolfgang Denk wrote:
> Dear Nicolas,
>
> In message you wrote:
> >
> > > Maybe this should/could be addressed on the Linux side then? We don't
> > > have such problems on PwerPC, for example.
> >
> > On the Linux side, we currently have a fully position independent
> > zI
Hi Ben,
On Monday, September 13, 2010, Ben Gardiner wrote:
> Hi Ben,
>
> On Sun, Sep 12, 2010 at 11:45 PM, Ben Warren
> wrote:
>> Please consider doing this differently. If you change the driver to make
>> 'davinci_eth_set_mac_addr()' meet the signature of
>> 'eth_device->write_hwaddr()', all
Hi Ben,
On Sun, Sep 12, 2010 at 11:45 PM, Ben Warren wrote:
> Please consider doing this differently. If you change the driver to make
> 'davinci_eth_set_mac_addr()' meet the signature of
> 'eth_device->write_hwaddr()', all the environment handling is done
> automagically. Let me know if you're
Hi Mike,
On Sat, Sep 11, 2010 at 12:01 AM, Mike Frysinger wrote:
> On Friday, September 10, 2010 16:10:16 Ben Gardiner wrote:
>> The current da850evm support in u-boot/master [1] omits any use of
>> the davinci EMAC. This patch adds basic support for the EMAC using
>> the MII PHY found on the bas
Hi Stefan,
> Patch 253cb831 [zlib: add watchdog reset call] added already a few
> watchdog reset calls to the new zlib U-Boot port. But on some boards
> this is not enough. Additional calls are needed on boards with
> short watchdog timeouts.
>
> This was detected and tested on the lwmon5 board wi
Hi Stefan,
> As usually done in U-Boot, the watchdog_reset code is called via a
> macro (WATCHDOG_RESET). In zlib.c this was done differently, by using
> a function pointer which is initialized with WATCHDOG_RESET upon watchdog
> usage or with NULL otherwise. This patch now uses the plain
> WATCHD
Signed-off-by: Lei Wen
---
common/cmd_mmc.c | 20
disk/part.c |3 +++
2 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index c0b30d8..437dd88 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -154,6 +154,25 @
Change log:
change the puts to printf to better formating.
Signed-off-by: Lei Wen
---
drivers/mmc/mmc.c | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index cf4ea16..42638f6 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc
Could you possibly fix your mailer? I can't really figure out what's your part
of reply, what's the original message etc? Thanks
Dne Po 13. září 2010 13:13:49 StephenPaulraj Chinnadurai-ERS,HCLTech napsal(a):
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Thursda
Dear Reinhard Meyer,
In message <1283941540-14263-1-git-send-email-u-b...@emk-elektronik.de> you
wrote:
> use a union to cause necessary alignment per architecture
>
> Signed-off-by: Reinhard Meyer
> ---
> lib/display_options.c | 27 +++
> 1 files changed, 15 insertio
-Original Message-
From: Wolfgang Denk [mailto:w...@denx.de]
Sent: Thursday, September 02, 2010 1:51 PM
To: StephenPaulraj Chinnadurai-ERS,HCLTech
Cc: Marek Vasut; u-boot@lists.denx.de
Subject: Re: [U-Boot] TFTP load for file over 50MB fails
Dear "StephenPaulraj Chinnadurai-ERS,HCLTech",
Dear Heiko Schocher,
In message <4c8df911.1020...@denx.de> you wrote:
> cleanup for the uc101 and the mucmc52 board.
>
> Signed-off-by: Heiko Schocher
> ---
> include/configs/mucmc52.h |2 ++
> include/configs/uc101.h |4 +---
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applie
cleanup for the uc101 and the mucmc52 board.
Signed-off-by: Heiko Schocher
---
include/configs/mucmc52.h |2 ++
include/configs/uc101.h |4 +---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/configs/mucmc52.h b/include/configs/mucmc52.h
index 07ed046..f87dc9c 1
Dear Heiko Schocher,
In message <4c8dc0a6.9010...@denx.de> you wrote:
> Signed-off-by: Heiko Schocher
> ---
> include/configs/uc101.h |4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
Applied to "next" branch. Thanks
Best regards,
Wolfgang Denk
--
DENX Software Engineering Gmb
Dear Lei Wen,
when posting new versions of patches, please always
1) make sure the messages are properly threaded, i. e. make sure to
provide proper references to the previous postings;
"git send-email" asks for the message ID.
2) show in the Subject that tthios is a new version of the patc
Dear "V, Aneesh",
In message you
wrote:
>
> > Initially I had a "done" bit to only set up page tables
> > at the beginning. However, since the aligmnent requirement
> > was for the whole object file, this extra integer tool 16kB
> > in BSS, so I chose to remove it.
>
> This is rather strange.
Dear Ben,
In message <1282208946-18823-1-git-send-email-ya...@emcraft.com> Ilya Yanok
wrote:
> Some boards need their board-specific PHY quirks to be called
> to PHY to work normally. As mpc5xxx_fec driver uses on demand
> PHY initialization and can even reinit PHY during normal operation
> we ca
Hi Wolfgang,
On Thursday 09 September 2010 20:27:08 Wolfgang Denk wrote:
> > +++ b/lib/zlib.c
> > @@ -1599,6 +1599,8 @@ int flush;
> >
> > strm->adler = state->check = adler32(0L, Z_NULL, 0);
> > state->mode = TYPE;
> >
> > case TYPE:
> > + if
Hello Heiko,
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-
> boun...@lists.denx.de] On Behalf Of Heiko Schocher
> Sent: Wednesday, August 11, 2010 11:46 PM
> To: U-Boot user list
> Cc: Alessandro Rubini
> Subject: [U-Boot] [PATCH 03/26] ARM: cp15: setup mmu and
Dear Nicolas,
In message you wrote:
>
> > Maybe this should/could be addressed on the Linux side then? We don't
> > have such problems on PwerPC, for example.
>
> On the Linux side, we currently have a fully position independent
> zImage. So you already can load it anywhere in RAM and branch
Signed-off-by: Lei Wen
---
common/cmd_mmc.c | 20
disk/part.c |3 +++
2 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index c0b30d8..437dd88 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -154,6 +154,25 @
Signed-off-by: Lei Wen
---
drivers/mmc/mmc.c | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index cf4ea16..42638f6 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -92,6 +92,11 @@ mmc_bwrite(int dev_num, ulong star
On some boards with a very short watchdog timeout, the "cp" and
"cmp" commands may reset the board. This patch adds some
watchdog resets inside the loops. Otherwise for example the lwmon5
board will reset while doing something like this:
=> cp.b fc00 100 10
Signed-off-by: Stefan Roese
On Mon, Sep 13, 2010 at 4:52 PM, Sergei Shtylyov wrote:
> Hello.
>
> On 13-09-2010 8:06, Lei Wen wrote:
>
>> Signed-off-by: Lei Wen
>> ---
>> drivers/mmc/mmc.c | 10 ++
>> 1 files changed, 10 insertions(+), 0 deletions(-)
>
>> diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
>> index
Wolfgang Denk wrote:
> Hello everybody:
>
> * U-Boot v2010.09-rc1 was released on Fri, 10 Sep 2010.
>
> * Release "v2010.09" is scheduled in 18 days - on September 28, 2010,
> i. e. we have a delay against the original plan of about 2 weeks.
>
> For details please see
> http://www.denx.de/wiki
Hello.
On 13-09-2010 8:06, Lei Wen wrote:
> Signed-off-by: Lei Wen
> ---
> common/cmd_mmc.c | 20
> disk/part.c |3 +++
> 2 files changed, 23 insertions(+), 0 deletions(-)
> diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
> index c0b30d8..fe04f8d 100644
> ---
Hello.
On 13-09-2010 8:06, Lei Wen wrote:
> Signed-off-by: Lei Wen
> ---
> drivers/mmc/mmc.c | 10 ++
> 1 files changed, 10 insertions(+), 0 deletions(-)
> diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
> index cf4ea16..5ff1c54 100644
> --- a/drivers/mmc/mmc.c
> +++ b/drivers/mm
This patch starts a bit PPC4xx header cleanup. First patch mostly
touches PPC440 files. A later patch will touch the PPC405 files as well.
This cleanup is done by creating header files for all SoC versions and
moving the SoC specific defines into these special headers. This way the
common header p
Signed-off-by: Stefan Roese
---
arch/blackfin/cpu/cmd_gpio.c |2 +-
arch/blackfin/cpu/gpio.c |2 +-
arch/powerpc/cpu/ppc4xx/cpu_init.c |2 +-
arch/powerpc/cpu/ppc4xx/gpio.c |2 +-
arch/powerpc/incl
This patch moves some ppc4xx related headers from the common include
directory (include/) to the powerpc specific one
(arch/powerpc/include/asm/). This way to common include directory is not
so cluttered with files.
Signed-off-by: Stefan Roese
---
arch/powerpc/cpu/ppc4xx/40x_spd_sdram.c
Signed-off-by: Stefan Roese
---
include/405_dimm.h |4
1 files changed, 0 insertions(+), 4 deletions(-)
delete mode 100644 include/405_dimm.h
diff --git a/include/405_dimm.h b/include/405_dimm.h
deleted file mode 100644
index 103a349..000
--- a/include/405_dimm.h
+++ /dev/null
@@ -
This patchset tries to cleanup and the PPC4xx headers. To do this
the following things are done:
- Move headers from include/* to arch/powerpc/include/asm/*
to not clutter the toplevel include directory that much
- Create header files for each PPC4xx SoC variant and move
SoC specific defines
Hi,
Has this changed been merged into uboot mainline?
Current mmc framework read is rather slow comparing with the write...
If we could get the multiply-read behavior, that would be nice. :-)
Thanks,
Lei
On Sat, May 15, 2010 at 1:37 AM, Andy Fleming wrote:
> On Wed, May 12, 2010 at 4:38 AM, Al
Signed-off-by: Stefan Roese
---
MAKEALL |1 +
include/configs/CATcenter.h | 23 ++-
2 files changed, 3 insertions(+), 21 deletions(-)
diff --git a/MAKEALL b/MAKEALL
index b34ae33..6002ade 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -195,6 +195,7 @@ LIST_4x
Steve Sakoman wrote:
> On Fri, Sep 10, 2010 at 10:54 AM, Wolfgang Denk wrote:
>> Hello everybody:
>>
>> * U-Boot v2010.09-rc1 was released on Fri, 10 Sep 2010.
>>
>> * Release "v2010.09" is scheduled in 18 days - on September 28, 2010,
>> i. e. we have a delay against the original plan of about 2
80 matches
Mail list logo