On 08:19 Tue 26 Feb , Markus Brunner wrote:
> Hi,
>
> I've seen some patches for stratix II support on the Mailinglist, but none
> ended up in the git repository.
> e.g.:
> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/28559
>
> Where are the problems and what has to be done to br
On 08:02 Tue 26 Feb , Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 17:03 Mon 25 Feb , John Rigby wrote:
> > Third time's the charm.
> >
> > Adds PCI support for MPC5121
> >
> > Tested with drivers/net/rtl8139.c
> >
> > This patch is identical to the previous except PCI support is
> > now
On 18:35 Mon 25 Feb , Marian Balakowicz wrote:
> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]>
> ---
>
> lib_avr32/Makefile |2 +-
> lib_blackfin/Makefile |4 ++--
> lib_i386/Makefile |4 ++--
> lib_m68k/Makefile |2 +-
> lib_microblaze/Makefile |
Hi,
I've seen some patches for stratix II support on the Mailinglist, but none
ended up in the git repository.
e.g.:
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/28559
Where are the problems and what has to be done to bring them into u-boot?
Regards
Markus
On 17:03 Mon 25 Feb , John Rigby wrote:
> Third time's the charm.
>
> Adds PCI support for MPC5121
>
> Tested with drivers/net/rtl8139.c
>
> This patch is identical to the previous except PCI support is
> now conditonal since pci on old silicon (most silicon currently in field)
> does not wo
On Feb 25, 2008, at 11:34 AM, Marian Balakowicz wrote:
> This patch series adds initial framework for dual format uImage
> support to
> U-boot. Booting control flow is reworked and is now able to
> recognize both
> formats: legacy format based on a binary image_header stucture and
> new FIT
Can we get 1.3.2-rc2 pulled into the 'new-image' branch of u-boot-
testing.
thanks
- k
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120
On Feb 22, 2008, at 11:08 AM, Marian Balakowicz wrote:
> Jerry Van Baren wrote:
>> Marian Balakowicz wrote:
>>> Kumar Gala wrote:
On Feb 18, 2008, at 1:46 PM, Jerry Van Baren wrote:
> Kumar Gala wrote:
>> On Feb 18, 2008, at 1:15 PM, Jerry Van Baren wrote:
>>> Kumar Gala wro
On Feb 22, 2008, at 8:36 AM, Bartlomiej Sieka wrote:
> Wolfgang Denk wrote:
>> Dear Kumar,
>> in message > [EMAIL PROTECTED]> you wrote:
>>> Changed image_get_ramdisk() to just return NULL on error and have
>>> get_ramdisk() propogate that error to the caller. It's left to the
>>> caller to call
On Feb 22, 2008, at 8:36 AM, Bartlomiej Sieka wrote:
> Jerry Van Baren wrote:
>> Wolfgang Denk wrote:
>>> In message <8B11A571-3BC2-42BD-9B66-
>>> [EMAIL PROTECTED]> you wrote:
And the whole point of my patch was to enable the ability to
dynamically grow the blob before we do anythi
Hi Kim,
I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the
start up (good), but seems to cause the board to hang on the *second*
ethernet operation.
I can cause this by doing two pings in a row: the first ping initializes
the network and completes successfully. The secon
Michael Trimarchi wrote:
> Hi,
> - Messaggio originale -
>
>> Da: Haavard Skinnemoen <[EMAIL PROTECTED]>
>> A: Michael Trimarchi <[EMAIL PROTECTED]>
>> Cc: Michael Schwingen <[EMAIL PROTECTED]>; u-boot-users@lists.sourceforge.net
>> Inviato: Venerdì 22 febbraio 2008, 17:08:56
>> Oggetto:
Haavard Skinnemoen wrote:
> On Fri, 22 Feb 2008 16:05:34 +0100
> Michael Schwingen <[EMAIL PROTECTED]> wrote:
>
>
>> Haavard Skinnemoen wrote:
>>
>>> All MII-capable PHYs should have a working PHYSID1 register. If it
>>> doesn't, something is broken.
>>>
>>>
>> It depends - I am n
Ignore the second patch it is the same as the first.
Sorry about that.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
Third time's the charm.
Adds PCI support for MPC5121
Tested with drivers/net/rtl8139.c
This patch is identical to the previous except PCI support is
now conditonal since pci on old silicon (most silicon currently in field)
does not work.
ads5121_PCI_config turns on PCI
Signed-off-by: John Rigb
Adds PCI support for MPC5121
Tested with drivers/net/rtl8139.c
This patch is identical to the previous except PCI support is
now conditonal since pci on old silicon (most silicon currently in field)
does not work.
ads5121_PCI_config turns on PCI
Signed-off-by: John Rigby <[EMAIL PROTECTED]>
---
Fix warnings while compilation with new gcc in eldk-4.2
Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]>
---
post/drivers/memory.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/post/drivers/memory.c b/post/drivers/memory.c
index fbc349a..fb96985 100644
--- a/p
Adds PCI support for MPC5121 to u-boot 1.3.2rc1
Tested with drivers/net/rtl8139.c
It also works with linux kernel but not completely tested
because pci interrupts on my board are not quite working.
Signed-off-by: John Rigby <[EMAIL PROTECTED]>
---
board/ads5121/Makefile|2 +-
board/a
On Sun, 2008-02-24 at 09:24, Wolfgang Denk wrote:
> MPC8610HPCD:
> net.c: In function 'PingHandler':
> net.c:770: warning: passing argument 1 of 'NetReadIP' discards
> qualifiers from pointer target type
> net.c: In function 'NetSetIP':
> net.c:1694: warning: passing argum
Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
(86xx: Fix GUR PCI config registers properly), we should have
changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
symbols in the sbc8641d board as well. Fix this oversight.
Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]>
---
Wolfgang
All,Juniper Networks wrote a driver for the EHCI UCB HC and I'd like tocontribute that back if there's interest. Besides a new piece of code,this also changes some of the common USB code so that high-speeddevices and split-transactions are supported.At this time the EHCI driver is exclusive in that
U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
enabled. To reproduce the problem ensure that 'ethrotate'
environment variable isn't set to "no" and then run
"tftp 20 not_existent_file".
This patch tries to fix the issue.
Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]>
---
cpu/pp
Currently (since commit b2e2142c) u-boot crashes on
sequoia board while SPR test if CONFIG_4xx_DCACHE is
enabled. This patch disables the cache while SPR test.
Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]>
---
post/cpu/ppc4xx/spr.c | 14 ++
1 files changed, 14 insertions(+),
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
include/configs/mcu25.h | 362 +++
1 files changed, 362 insertions(+), 0 deletions(-)
create mode 100644 include/configs/mcu25.h
diff --git a/include/configs/mcu25.h b/include/configs/mcu25.h
new f
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
board/netstal/mcu25/Makefile | 51 +
board/netstal/mcu25/README.txt | 60 +++
board/netstal/mcu25/config.mk | 29 ++
board/netstal/mcu25/mcu25.c| 218
board/netstal/mcu2
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile|4
3 files changed, 6 insertions(+), 0 deletions(-)
mode change 100755 => 100644 MAKEALL
diff --git a/MAINTAINERS b/MAINTAINERS
index 273bfac..a666705 100644
--- a/MAINTAINERS
Dual format image code must properly handle all three FDT passing methods:
- raw FDT blob passed
- FDT blob embedded in the legacy uImage
- FDT blob embedded in the new uImage
This patch enables proper raw FDT handling when no FIT imaeg support
is compiled in. This is a bit tricky as we must decte
FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
(3) or embedded in the new uImage. For the (2) case embedding image must be
verified before we get FDT from it. This patch factors out legacy image
specific verification routine to the separate helper routine.
Signed-off-b
Legacy image specific verification is factored out to a separate helper
routine to keep get_kernel() generic and simple.
Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]>
---
common/cmd_bootm.c | 86
1 files changed, 53 insertions(+), 33
Do not pass image verification flag directly to related routines.
Simplify argument passing and move it to the bootm_header structure which
contains curently processed image specific data and is already being passed
on the argument list.
Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]>
---
c
Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]>
---
lib_avr32/Makefile |2 +-
lib_blackfin/Makefile |4 ++--
lib_i386/Makefile |4 ++--
lib_m68k/Makefile |2 +-
lib_microblaze/Makefile |2 +-
lib_mips/Makefile |2 +-
lib_nios/Makefile |
When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
to do, update its control flow to better reflect that simple case.
Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]>
---
common/image.c | 64 +---
1 files changed
PPC specific FDT blob handling code is divided into two separate routines:
get_fdt() - find and verify a FDT blob (either raw or image embedded)
fdt_relocate() - move FDT blob to within BOOTMAP if needed
Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]>
---
lib_ppc/bootm.c | 61
This patch series adds initial framework for dual format uImage support to
U-boot. Booting control flow is reworked and is now able to recognize both
formats: legacy format based on a binary image_header stucture and new FIT
uImage format based on a libfdt. Legacy specific code is adapted a bit and
Hi,
Rodolfo Giometti wrote:
> ide_outb (dev= 2, port= 0x1f3, val= 0x00) : @ 0x21f3
> ide_outb (dev= 2, port= 0x1f4, val= 0x00) : @ 0x21f4
> ide_outb (dev= 2, port= 0x1f5, val= 0x00) : @ 0x21f5
> ide_outb (dev= 2, port= 0x1f6, val= 0xe0) : @ 0x21f6
> ide_outb (dev= 2, port= 0x1f7, va
Hello,
on my custom board I have 2 PCMCIA slots. After pcmcia init I get:
equantum> pinit on
Fixed Disk Card
IDE interface
[silicon] [single] [sleep] [standby] [idle] [low power]
but when I do "ide reset" I get:
Device 2: ide_outb (dev= 2, port= 0x1f6, v
Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
TB5200 and TB5200_B to fixup the /memory node with the memory values
detected by U-Boot.
Signed-off-by: Martin Krause <[EMAIL PROTECTED]>
---
I forgot to include the header file. Please ignore the first
version of the patch. Not m
Hi All,
I am really almost at the end of my tether regarding a mpc8323 PPC chip
and chip selects. I have 4 flash banks on the board (all identical
strataflash on CS0->CS3) on boot the registers are configured.
If I set flash banks to 4 (include/configs/MPC8323XEMDS.H if I remember)
uboot then ide
On Mon, Feb 25, 2008 at 10:03:38AM -0600, Scott Wood wrote:
> On Mon, Feb 25, 2008 at 02:40:56PM +0300, Nikita V. Youshchenko wrote:
> > commit 0e6e4bbe5be1ef7f601abe7eddbe44b56fd5e43a
> > Author: Nikita Youshchenko <[EMAIL PROTECTED]>
> > Date: Mon Feb 25 11:27:06 2008 +
> >
> > cpu/mpc
On Mon, Feb 25, 2008 at 02:40:56PM +0300, Nikita V. Youshchenko wrote:
> commit 0e6e4bbe5be1ef7f601abe7eddbe44b56fd5e43a
> Author: Nikita Youshchenko <[EMAIL PROTECTED]>
> Date: Mon Feb 25 11:27:06 2008 +
>
> cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/
>
> This patch spl
The following changes since commit b29661fc115106454288051bc9a488351ce8:
Wolfgang Denk (1):
Coding style cleanup. Prepare v1.3.2-rc2 release candidate
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (1):
ppc4xx: Fix acadia
This is an updated version, that actually works.
commit 817027b43687a34d0c8e9880fcdea40a424ceb8d
Author: Nikita Youshchenko <[EMAIL PROTECTED]>
Date: Mon Feb 25 11:27:06 2008 +
cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/
This patch:
- splits mpc8260 fdt fixup code i
Wolfgang
Please pull from the merge branch at git://denx.de/git/u-boot-arm.git master
---
The following changes since commit b29661fc115106454288051bc9a488351ce8:
Wolfgang Denk (1):
Coding style cleanup. Prepare v1.3.2-rc2 release candidate
are available in the git repository at:
Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
TB5200 and TB5200_B to fixup the /memory node with the memory values
detected by U-Boot.
Signed-off-by: Martin Krause <[EMAIL PROTECTED]>
--
I consider this patch as bugfix, since linux 2.6 will not boot
on boards with less SDRAM
Mike,
On Wednesday 20 February 2008, Mike Nuss wrote:
> > don't you think this is a little bit to shortsighted?
> > There are many other parameters beyond the CPU clock that could be
> > modified in such a way. We have some code in the PMC440 board
> > code that sets up the PCI sync clock dynamica
Hi Nikhil,
On Wednesday 20 February 2008, Nikhil Gautam wrote:
> Below is the most of my init.S file. You are correct about the
> faulting location. But I can see in the init.S file that this address
> location is defined as "AC_R|AC_W|AC_X|SA_G" so I think I should be
> able to at least read it.
This patch fixes a bug in the SDRAM initialization code for the
TQM5200. The hi_addr bit is now set correctly. Without this patch
the hi_addr bit is always set to 1, if the second SDRAM bank is
not populated.
For other MPC5200 boards a correspondig patch has already been applied
some time ago, see
This patch fixes a bug in the SDRAM initialization code for the
TQM5200. The hi_addr bit is now set correctly. Without this patch
the hi_addr bit is always set to 1, if the second flash bank is
not populated.
For other MPC5200 boards a correspondig patch has already been applied
some time ago, see
commit 0e6e4bbe5be1ef7f601abe7eddbe44b56fd5e43a
Author: Nikita Youshchenko <[EMAIL PROTECTED]>
Date: Mon Feb 25 11:27:06 2008 +
cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/
This patch splits mpc8260 fdt fixup code into individual file, fdt.c,
and updates it up to what
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
lib_blackfin/Makefile |4 +-
lib_blackfin/blackfin_board.h | 64 ---
lib_blackfin/board.c | 394 +++--
3 files changed, 226 insertions(+), 236 deletions(-)
delete mode 100644 lib_
This adds a new CONFIG_DEBUG_SERIAL define so that people can figure out
if/when their serial port is hitting errors.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/serial.c | 57 +---
1 files changed, 48 insertions(+), 9 deletions
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
lib_blackfin/cache.c | 35 ---
lib_blackfin/cache.h | 35 ---
2 files changed, 8 insertions(+), 62 deletions(-)
delete mode 100644 lib_blackfin/cache.h
diff --git a/lib_black
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
lib_blackfin/memcmp.S |3 +++
lib_blackfin/memcpy.S |3 +++
lib_blackfin/memmove.S |3 +++
lib_blackfin/memset.S |3 +++
4 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/lib_blackfin/memcmp.S b/lib_blackfin/mem
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
common/Makefile |1 +
common/cmd_cplbinfo.c | 59 +
2 files changed, 60 insertions(+), 0 deletions(-)
create mode 100644 common/cmd_cplbinfo.c
diff --git a/common/Makefile b/common/M
This punts the old spi flash driver for a new/generalized one.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
board/bf533-stamp/Makefile |2 +-
board/bf533-stamp/spi.c| 474 ---
board/bf533-stamp/spi_flash.c |2 +
board/bf537-stamp/Makefile |
Stop tying things to the processor that should be tied to other defines and
change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
system to select the -mcpu option.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
blackfin_config.mk |6 +-
board/bf533-ez
The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
for the board specific driver at all. Just use the common CFI driver.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
board/bf537-stamp/Makefile|2 +-
board/bf537-stamp/flash-defines.h | 123 --
This moves the Blackfin-common bootldr command out of the BF537-STAMP
specific board directory and into the common directory so that all Blackfin
boards may utilize it.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
board/bf537-stamp/bf537-stamp.c | 45 ---
common
58 matches
Mail list logo