eran liberty | 1 Jun 2007 01:10
Picon

Re: Altera Stratix II support

Hi David & All,

I have successfully integrated Altera Stratix II (fast passive
parallel) into the existing FPGA framework within u-boot.

so in u-boot it looks like this

==================== u-boot console =====================================
=> fpga info
Altera Device
Descriptor  <at>  0x0fff474c
Family:         Stratix II
Interface type: Fast Passive Parallel (FPP)
Device Size:    1 bytes
Cookie:         0x0 (0)
Device Function Table  <at>  0x0fff255c
=> bunzip ff000000 200000 3c58c
BUNZIP2: decompressed image address & size: 0x00200000 0x930d2c (9637164)
=> fpga load 0 200000 930d2c
loading to fpga  done.
=========================================================================

I have attached two patches which are applied against the latest
stable u-boot-1.1.6.
The first is only the generic stuff needed for Stratix II support.
The second contains my new board with a specific implementation of a
Stratix II FPGA along with other add-ons and fixes

If there is any wish / demand / need to port any or all of this into
the main trunk, tell me what to be done as I have never done so in the
(Continue reading)

Wolfgang Denk | 1 Jun 2007 01:46
Picon
Picon
Favicon

Re: Altera Stratix II support

In message <ffc2b1d40705311610j405896f7yeb9b89268d9477de <at> mail.gmail.com> you wrote:
> 
> I have attached two patches which are applied against the latest
> stable u-boot-1.1.6.

U-Boot 1.1.6 is by far not "latest". Actually  it  is  very  old  and
outdated.  Please resubmit your patches against *current* code, i. e.
against the top-of-tree version in the git repository.

Your patches cannot be applied current code:

-> patch -p1 --dry-run </tmp/patch1
patching file common/altera.c
Hunk #4 FAILED at 60.
Hunk #5 succeeded at 99 (offset 5 lines).
Hunk #6 succeeded at 218 with fuzz 2 (offset 90 lines).
Hunk #7 FAILED at 243.
Hunk #8 FAILED at 263.
Hunk #9 FAILED at 306.
Hunk #10 succeeded at 164 (offset -71 lines).
4 out of 10 hunks FAILED -- saving rejects to file common/altera.c.rej
patching file common/fpga.c
patching file common/Makefile
Hunk #1 FAILED at 27.
1 out of 1 hunk FAILED -- saving rejects to file common/Makefile.rej
patching file common/stratixII.c
patching file include/altera.h
Hunk #1 FAILED at 27.
Hunk #2 FAILED at 49.
Hunk #3 succeeded at 92 (offset 4 lines).
(Continue reading)

Midhun Agnihotram | 1 Jun 2007 08:37
Picon

Re: Porting U-Boot on to Cogent CSB535FS

Hi All,

  Thanks for all the Help. I will now try to replace Micromonitor with U Boot.

Regards,
Midhun.

On 5/31/07, TXEMA LOPEZ <tlopez <at> aotek.es> wrote:
>
>
>  -----Mensaje original-----
> De:     u-boot-users-bounces <at> lists.sourceforge.net
[mailto:u-boot-users-bounces <at> lists.sourceforge.net]  En nombre de Midhun Agnihotram
> Enviado el:     jueves, 31 de mayo de 2007 15:25
> Para:   TXEMA LOPEZ; u-boot-users <at> lists.sourceforge.net
> Asunto: Re: [U-Boot-Users] Porting U-Boot on to Cogent CSB535FS
>
> Hi Txema,
>
>    I will indeed use your patch. But I would also like to have some
> pointers as to how to develop this patch. I am new to the embedded
> world although not that new to Linux. I want to fully port U-boot to
> CSB535FS as we require the support for SD card and Compact Flash.
> Hi Midhun,
>
> The support for the SD Card an CompactFlash is needed in U-Boot or only in Linux? If your really need it in
U-Boot one good starting point could be the Linux existing drivers.
>
>   How do I start porting U-Boot to a new board? I have read the README
> of U-Boot. And I know that I need to set a lot of parameters - but
(Continue reading)

mushtaq khan | 1 Jun 2007 15:01

Re: Patch fixes bug for clearing the bss section


Hi Wolfgang Denk,

    Any  issues with my Patches, SATA and clearing of bss section. 
Please update me.

Thanks,
-Mushtaq

Wolfgang Denk wrote:

>In message <4635C48A.5050703 <at> procsys.com> you wrote:
>  
>
>>Hi,
>>There is a bug in the code of clearing the bss section for processor 
>>i386.(File: cpu/i386/start.S)
>>In the code, bss_start addr (starting addr of bss section) is put into 
>>the register %eax, but the code which clears the bss section refers to 
>>the addr pointed by %edi.
>>
>>This patch fixes this bug by putting bss_start into %edi register.
>>    
>>
>
>Applied to u-boot-testing.
>
>Thanks.
>
>Best regards,
(Continue reading)

Stefan Roese | 1 Jun 2007 16:27
Picon
Picon
Favicon

www.denx.de/git/u-boot-ppc4xx.git

The following changes since commit 19bf91f9628f80a55d4f171df71041574882b3d6:
  Wolfgang Denk (1):
        Merge with /home/tur/git/u-boot#motionpro

are found in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git

Stefan Roese (13):
      ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
      ppc4xx: Change Luan config file to support ECC
      ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
      NAND: Update nand_ecc.c to latest Linux version
      NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
      ppc4xx: Update in_be32() functions and friends to latest Linux version
      ppc4xx: Prepare Bamboo port for NAND booting support
      NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
      ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
      ppc4xx: Update Sequoia NAND booting support with ECC
      ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
      Merge with /home/stefan/git/u-boot/bamboo-nand
      ppc4xx: Add missing file for Bamboo NAND booting support

 MAKEALL                               |   30 ++--
 Makefile                              |    9 +
 board/amcc/bamboo/Makefile            |    4 +-
 board/amcc/bamboo/bamboo.c            |   29 ++-
 board/amcc/bamboo/config.mk           |    6 +-
 board/amcc/bamboo/flash.c             |    6 +-
 board/amcc/bamboo/init.S              |  183 +++++++++---------
(Continue reading)

Wolfgang Denk | 1 Jun 2007 17:16
Picon
Picon
Favicon

Re: Patch fixes bug for clearing the bss section

In message <4660188C.9070907 <at> procsys.com> you wrote:
> 
>     Any  issues with my Patches, SATA and clearing of bss section. 
> Please update me.

I wrote:

> >Applied to u-boot-testing.

Did you test the code in the u-boot-testing  repository?  I  did  not
receive any feedback from you (nor any form others).

Best regards,

Wolfgang Denk

--

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd <at> denx.de
You see but you do not observe.
Sir Arthur Conan Doyle, in "The Memoirs of Sherlock Holmes"

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
David Hawkins | 1 Jun 2007 18:47
Picon
Favicon

Re: Altera Stratix II support


> I have successfully integrated Altera Stratix II (fast passive
> parallel) into the existing FPGA framework within u-boot.

Hi Eran,

Sounds great!

I'm slammed at the moment working on hardware, so won't
get to absorb your work just yet. I notice a few comments
from Wolfgang on using the git head, and coding style
comments, so I guess you'll be working on those.

Just to refresh me, this is an 8548 with a Stratix II
configured by bit-banging I/O on the processor?
Is the FPGA on the local bus, or is it a PCI device
that U-Boot needs to configure?

Out of interest, what's the FPGA being used for?
 From your files ... extricom/exsw6000, and http://www.extricom.com,
it looks like this is a new wireless lan based product.

I've got schematics that should have been kicked out the
door months ago ... so I'll be back to those for a few
more weeks :(  As soon as I put my software-developer hat
back on I'll look in more detail at your patch, and see if
I can hack together the MPC8349E-MDS-PB and a Stratix II
kit to see if I can configure the FPGA.

Cheers
(Continue reading)

Carsten Schlote | 1 Jun 2007 18:52
Picon
Favicon

Using common CFI driver and mtdparts


Hi,

I'm porting u-boot to a Moxa UC7420 box. This device uses two 16Bit
Intel CFI 28F128 (16MB) flashes on CS0 and CS1. Both devices have
adjected address space and used as a single logical unit of 32MB from
linux. 

In u-boot the CFI driver detects them as two banks each 16MB.

The root partition is starting on the first flash and ends somewhere on
the second being about 30MB in size.

The mtdparts command doesn't like this setup.

I tried disabling the common CFI driver, and fake-aranged a single flash
bank setup. Now mtdparts works perfect, but I have to use the board
supplied flash stubs and add special handling for the baseaddress
selection of some CFI commands. Right now this is really unsatisfying.

Is there some proposed and recommended way to configure u-boot for such
a setup? Is there a way to map two adjected flash chips to a single
mtd-dev name?

Regards
Carsten

____________
Virus checked by G DATA AntiVirusKit
Version: AVK 17.5071 from 01.06.2007
(Continue reading)

Kim Phillips | 1 Jun 2007 22:18
Favicon

Re: [PATCH] add missing 'console' var to default mpc8349itx config

On Wed, 23 May 2007 12:45:25 +0400
"Nikita V. Youshchenko" <yoush <at> debian.org> wrote:

> Default environment defined inside include/configs/MPC8349ITX.h file,
> references 'console' variable, but does not define it.
> 
> This patch fixes this.
> 
> Also it adds usage of new CONFIG_CONSOLE macro in default bootargs,
> for consistency.
> 
> Signed-Off-By: Nikita Youshchenko <yoush <at> debian.org>
> 

applied, thanks.

please don't send patches in nested multipart messages in the future.

Kim

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Kim Phillips | 1 Jun 2007 22:18
Favicon

Re: [PATCH] fix compilation problem for mpc8349itx CFG_RAMBOOT

On Wed, 23 May 2007 12:45:19 +0400
"Nikita V. Youshchenko" <yoush <at> debian.org> wrote:

> Current include/configs/MPC8349ITX.h does contain some support for building
> image that will be started from memory (without putting in into flash).
> It could be triggered by building with TEXT_BASE set to a low value.
> 
> However, this support is incomplete: using of low TEXT_BASE causes
> defining configuration macros in inconsistent way, which later leads
> to compilation errors. In particular. flash support is being disabled,
> but then flash structures get referenced.
> 
> This patch fixes this, making it possible to build with low TEXT_BASE.
> 
> Signed-Off-By: Nikita Youshchenko <yoush <at> debian.org>
> 

applied, thanks.

please don't send patches in nested multipart messages in the future.

Kim

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

Gmane