Re: [U-Boot] [PATCH] 8313erdb: Set guarded bit on BAT that covers the end of the address space.

2009-03-18 Thread Norbert van Bolhuis
Aha! It seems like the root cause of this problem: http://article.gmane.org/gmane.comp.boot-loaders.u-boot/53025/match=nasty+gunzip+problem+mpc8313e+rdb As a MPC8313E(-RDB) user I'm happy no more checkstops will occur for some kernels. I'm even more happy I took over the BAT settings from MPC8315

[U-Boot] [PATCH v2] Separate mtdparts command from jffs2

2009-03-18 Thread Stefan Roese
Currently the mtdparts commands are included in the jffs2 command support. This doesn't make sense anymore since other commands (e.g. UBI) use this infrastructure as well now. This patch separates the mtdparts commands from the jffs2 commands making it possible to only select mtdparts when no JFFS2

Re: [U-Boot] About PCI of U-BOOT of CANYONLANDS

2009-03-18 Thread Stefan Roese
On Wednesday 18 March 2009, Kazuaki Ichinohe wrote: > U-boot version: u-boot-2009.01 > boot log is the following. > > U-Boot 2009.01 ( 3譛 18 2009 - 09:38:17) > > ・PU: AMCC PowerPC 460EX Rev. A at 600 MHz (PLB=200, OPB=100, EBC=100 MHz) > Security/Kasumi support > Bootstrap Option

Re: [U-Boot] About PCI of U-BOOT of CANYONLANDS

2009-03-18 Thread Felix Radensky
Stefan Roese wrote: > On Wednesday 18 March 2009, Kazuaki Ichinohe wrote: > >> U-boot version: u-boot-2009.01 >> boot log is the following. >> >> U-Boot 2009.01 ( 3譛 18 2009 - 09:38:17) >> >> ・PU: AMCC PowerPC 460EX Rev. A at 600 MHz (PLB=200, OPB=100, EBC=100 MHz) >> Security/Kasumi s

Re: [U-Boot] About PCI of U-BOOT of CANYONLANDS

2009-03-18 Thread Stefan Roese
On Wednesday 18 March 2009, Felix Radensky wrote: > >> Looks like you have ATI cards in both PCI-E slots and also SATA > >> enabled. This cannot work, as SATA shares lines with x1 PCI-E > >> slot on Canyonlands. Use J6 jumper to enable both PCI-E slots. > > > > No, it's PCI and not PCIe. > > > > B

Re: [U-Boot] About PCI of U-BOOT of CANYONLANDS

2009-03-18 Thread Felix Radensky
Stefan Roese wrote: > On Wednesday 18 March 2009, Felix Radensky wrote: > PCI: Bus Dev VenId DevId Class Int 00 06 1002 5960 0300 ff 00 06 1002 5940 0380 ff PCIE1: link is not up. PCIE1: initialization as root-complex failed Video: ATI

Re: [U-Boot] About PCI of U-BOOT of CANYONLANDS

2009-03-18 Thread Stefan Roese
On Wednesday 18 March 2009, Felix Radensky wrote: > >> PCI: Bus Dev VenId DevId Class Int > >> 00 06 1002 5960 0300 ff > >> 00 06 1002 5940 0380 ff > >> PCIE1: link is not up. > >> PCIE1: initialization as root-complex failed > >> Video: ATI Radeon video card (1002, 59

[U-Boot] MPC8315ERDB

2009-03-18 Thread Louis Ruch
Hey All, We are working on a Freescale Development Board (the MPC8315E-RDB). We have used this board in the past with u-boot and it worked perfectly. However now that we are trying to use it again - we seem to be having some trouble getting the network working. We have tried the following with

[U-Boot] [PATCH] MTD: Change cfi-mtd to accept non-uniform sector sizes

2009-03-18 Thread Stefan Roese
With this patch non-uniform NOR FLASH chips (chips with multiple erase regions) can be exported via the cfi-mtd layer and therefor used by UBI. We select the largest sector size as erasesize. The cfi driver will make sure that the smaller sectors are handled correctly. Signed-off-by: Stefan Roese

Re: [U-Boot] AT91: NAND OOB and ECC in U-Boot vs Linux

2009-03-18 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:41 Tue 17 Mar , Jesus Alvarez wrote: > The AT91 Linux kernel patches for versions 2.6.27 or later use a separate > atmel_nand.c driver that implements some OOB and ECC options that are not > exactly the same as those in the standard kernel NAND driver (nand_base.c , > etc.). AT91 based bo

Re: [U-Boot] MPC8315ERDB

2009-03-18 Thread Louis Ruch
Another quick question. Since the Ethernet devices seem to both be working on the physical layer (we can detect the cable plugged in) it must be a software related problem. How does u-boot use the Ethernet chips, i.e. s to awhere does it get driver to actually perform ping and tftp commands? I k

Re: [U-Boot] MPC8315ERDB

2009-03-18 Thread Wolfgang Denk
Dear Louis Ruch, In message <85a17cd50903180302x62c0f6c1u11e4876452608...@mail.gmail.com> you wrote: > > We erased the flash on the board and every since then cannot get a ping > reply from any deivce on our network, and we cannot ping the board itself. ... > Since all the lights on the hub are o

[U-Boot] Error: No NAND device found during Reset

2009-03-18 Thread rudresh
Hi, In U-boot-1.1.6 , when i did reset the NAND device is not found("No NAND device found!!!") , if i Restart the board NAND device is detected . what exactly the problem? any patch for this board details MPC8313ERDB board. u-boot version 1.16 Thanks Rudresh -- View this message in context:

Re: [U-Boot] MPC8315ERDB

2009-03-18 Thread Louis Ruch
Hey Wolfgang, Here is the printenv of my u-boot, it seems that the MAC addresses on the development boards are set to a standard which does not change, since I got a printenv from freescale where they have the ping working and they have the same ethaddr as I do on my dev board: Here is my printen

Re: [U-Boot] About PCI of U-BOOT of CANYONLANDS

2009-03-18 Thread Anatolij Gustschin
Hi Stefan, Kazuaki, Stefan Roese wrote: > On Wednesday 18 March 2009, Kazuaki Ichinohe wrote: >> U-boot version: u-boot-2009.01 >> boot log is the following. >> >> U-Boot 2009.01 ( 3譛 18 2009 - 09:38:17) >> >> ・PU: AMCC PowerPC 460EX Rev. A at 600 MHz (PLB=200, OPB=100, EBC=100 MHz) >> S

Re: [U-Boot] About PCI of U-BOOT of CANYONLANDS

2009-03-18 Thread Kazuaki Ichinohe
Hi Anatolij ! > Kazuaki, could you please change VIDEO_IO_OFFSET to 0xD080 and > test again? I'll try it. Regards, Kazuaki Ichinohe. Anatolij Gustschin さんは書きました: > Hi Stefan, Kazuaki, > > Stefan Roese wrote: >> On Wednesday 18 March 2009, Kazuaki Ichinohe wrote: >>> U-boot version: u-boo

Re: [U-Boot] About PCI of U-BOOT of CANYONLANDS

2009-03-18 Thread Kazuaki Ichinohe
Hi Anatolij, Stefan, The exception was generated. -- U-Boot 2009.01 ( 3月 18 2009 - 21:16:24) CPU: AMCC PowerPC 460EX Rev. A at 800 MHz (PLB=200, OPB=100, EBC=100 MHz) Security/Kasumi support Bootstrap Option H - Boot ROM Location I2C (Addr 0x52)

Re: [U-Boot] Error: No NAND device found during Reset

2009-03-18 Thread Wolfgang Denk
Dear rudresh, In message <22577501.p...@talk.nabble.com> you wrote: > > In U-boot-1.1.6 , when i did reset the NAND device is not found("No NAND > device found!!!") , if i Restart the board NAND device is detected . what > exactly the problem? any patch for this U-Boot 1.1.6 is more than 2 year

Re: [U-Boot] AT91: NAND OOB and ECC in U-Boot vs Linux

2009-03-18 Thread Jesus Alvarez
> yes if they do not use the same ECC algo they will see the data corrupted > and > they will try to fix it Thanks for your response. Yet I could not find CONFIG_ options in U-Boot equivalent to the atmel_nand options in the kernel. It seems like the U-Boot NAND writes and the kernel NAND writes

Re: [U-Boot] Error: No NAND device found during Reset

2009-03-18 Thread rudresh
i tried with u-boot 1.3.0 its working fine, but the client required u-boot 1.1.6 version. Thanks Rudresh wd wrote: > > Dear rudresh, > > In message <22577501.p...@talk.nabble.com> you wrote: >> >> In U-boot-1.1.6 , when i did reset the NAND device is not found("No NAND >> device found!!!")

Re: [U-Boot] [PATCH] 8313erdb: Set guarded bit on BAT that covers the end of the address space.

2009-03-18 Thread Jerry Van Baren
Mike Frysinger wrote: > On Tuesday 17 March 2009 14:18:13 Scott Wood wrote: >> Mike Frysinger wrote: [snip] >> I don't know of any amount of "nop" instructions that would be >> architecturally guaranteed to avoid this -- they're no-ops, not syncs >> (despite how some other architectures use them)

Re: [U-Boot] About PCI of U-BOOT of CANYONLANDS

2009-03-18 Thread Kazuaki Ichinohe
Hi Anatolij, Stefan, The memory space is displayed in BAR2 of the PCI configuration space. The video driver accesses this memory space and the exception is generated. driver source: u-boot/drivers/video/ati_radeon_fb.c function name: void *video_hw_init(void) line : 760line I attac

[U-Boot] [PATCH 1/1] LPC2468 support

2009-03-18 Thread Remco Poelstra
This patch includes the LPC2468 processor from NXP. Included is a working board example. Signed-off-by: Remco Poelstra --- http://www.beryllium.net/~remco/u-boot.diff (144kb) ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/li

Re: [U-Boot] Error: No NAND device found during Reset

2009-03-18 Thread Wolfgang Denk
Dear rudresh, In message <22578494.p...@talk.nabble.com> you wrote: > > i tried with u-boot 1.3.0 its working fine, but the client required u-boot > 1.1.6 version. So tell the client that you know how to fix the problem. The fix consists in the update. Best regards, Wolfgang Denk -- DENX So

Re: [U-Boot] [PATCH 1/1] LPC2468 support

2009-03-18 Thread Wolfgang Denk
Dear Remco Poelstra, In message <49c0f362.50...@duran-audio.com> you wrote: > This patch includes the LPC2468 processor from NXP. Included is a > working board example. > > Signed-off-by: Remco Poelstra > --- > http://www.beryllium.net/~remco/u-boot.diff (144kb) Please split this into a series

Re: [U-Boot] Error: No NAND device found during Reset

2009-03-18 Thread rudresh
I fix this issue by removing fixup for MPC8313ERDB REVA board in board\mpc8313erdb\mpc8313erdb.c, now its working fine. int checkboard(void) { uint* led_ptr; volatile immap_t *im = (immap_t *) CFG_IMMR; puts("Board: Freescale MPC8313ERDB\n"); #if 0 led_ptr =

Re: [U-Boot] AT91: NAND OOB and ECC in U-Boot vs Linux

2009-03-18 Thread Nicolas Ferre
Jesus Alvarez micromint.com> writes: > > The AT91 Linux kernel patches for versions 2.6.27 or later use a separate > atmel_nand.c driver that implements some OOB and ECC options that are not > exactly the same as those in the standard kernel NAND driver (nand_base.c , > etc.). AT91 based boards

Re: [U-Boot] About PCI of U-BOOT of CANYONLANDS

2009-03-18 Thread Anatolij Gustschin
Kazuaki Ichinohe wrote: > Hi Anatolij, Stefan, > > The memory space is displayed in BAR2 of the PCI configuration space. > The video driver accesses this memory space and the exception is generated. > > driver source: u-boot/drivers/video/ati_radeon_fb.c > function name: void *video_hw_init(voi

Re: [U-Boot] AT91: NAND OOB and ECC in U-Boot vs Linux (Jesus Alvarez)

2009-03-18 Thread Derek Ou
Dear Jesus Alvarez > The AT91 Linux kernel patches for versions 2.6.27 or later use a separate > atmel_nand.c driver that implements some OOB and ECC options that are not > exactly the same as those in the standard kernel NAND driver (nand_base.c , > etc.). AT91 based boards can use the CONFIG_MTD_

Re: [U-Boot] [PATCH 2/2] LPC2468 example board

2009-03-18 Thread Remco Poelstra
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 +++ u-boot/board/LPC2468/config.mk 2009-03-18 09:30:20.0 +0100

Re: [U-Boot] [PATCH 17/26 v2] tools/Makefile: Give precedence to U-Boot's include directory

2009-03-18 Thread Scott Wood
On Thu, Mar 12, 2009 at 02:49:06PM -0500, Peter Tyser wrote: > - @rm -f > $(obj)tools/{image.c,fdt.c,fdt_ro.c,fdt_rw.c,fdt_strerror.c,zlib.h} > + @rm -f $(obj)tools/{image.c,fdt.c,fdt_ro.c,fdt_rw.c,fdt_strerror.c,} That comma at the end looks like it would delete the tools directory, exce

Re: [U-Boot] [PATCH 17/26 v2] tools/Makefile: Give precedence to U-Boot's include directory

2009-03-18 Thread Peter Tyser
On Wed, 2009-03-18 at 11:28 -0500, Scott Wood wrote: > On Thu, Mar 12, 2009 at 02:49:06PM -0500, Peter Tyser wrote: > > - @rm -f > > $(obj)tools/{image.c,fdt.c,fdt_ro.c,fdt_rw.c,fdt_strerror.c,zlib.h} > > + @rm -f $(obj)tools/{image.c,fdt.c,fdt_ro.c,fdt_rw.c,fdt_strerror.c,} > > That comma at

Re: [U-Boot] [PATCH 1/2] LPC2468 support

2009-03-18 Thread Wolfgang Denk
Dear Remco Poelstra, In message <49c10b37.1070...@duran-audio.com> you wrote: > This patch includes support for the LPC2468 processor from NXP. > > Signed-off-by: Remco Poelstra General comment: There are lots of coding style issues: trailing white space, incorrect brace style, lines t

Re: [U-Boot] [PATCH 17/26 v2] tools/Makefile: Give precedence to U-Boot's include directory

2009-03-18 Thread Wolfgang Denk
Dear Peter Tyser, In message <1237394171.13370.1059.ca...@localhost.localdomain> you wrote: > On Wed, 2009-03-18 at 11:28 -0500, Scott Wood wrote: > > On Thu, Mar 12, 2009 at 02:49:06PM -0500, Peter Tyser wrote: > > > - @rm -f > > > $(obj)tools/{image.c,fdt.c,fdt_ro.c,fdt_rw.c,fdt_strerror.c,zlib

[U-Boot] [PATCH] Coldfire: I2C: Update I2CFDR frequency divider 0x0E value from 192 to 204

2009-03-18 Thread Richard Retanubun
From 9a7a9dfb1ed367b275bc19f7c40c98b63de75fb2 Mon Sep 17 00:00:00 2001 From: Richard Retanubun Date: Wed, 18 Mar 2009 12:52:35 -0400 Subject: [PATCH] Update I2CFDR frequency divider 0x0E value from 192 to 204. This patch changes the divider factor of 14 for I2CFDR. Through empirical experiments

Re: [U-Boot] [PATCH 5/7] Make a special uboot used for booting from SDcard or SPI flash

2009-03-18 Thread Scott Wood
On Tue, Mar 17, 2009 at 01:30:38PM +0100, Wolfgang Denk wrote: > Options if a board has (or uses) SPI flash and/or a SDCard and/or > other things belong into the board config file. It makes no sense to > provide long lists of make targets and then again long code to > analyze these options in the t

Re: [U-Boot] [PATCH] Coldfire: I2C: Update I2CFDR frequency divider 0x0E value from 192 to 204

2009-03-18 Thread Kumar Gala
On Mar 18, 2009, at 12:07 PM, Richard Retanubun wrote: > From 9a7a9dfb1ed367b275bc19f7c40c98b63de75fb2 Mon Sep 17 00:00:00 2001 > From: Richard Retanubun > Date: Wed, 18 Mar 2009 12:52:35 -0400 > Subject: [PATCH] Update I2CFDR frequency divider 0x0E value from 192 > to 204. > > This patch chan

Re: [U-Boot] [PATCH] Coldfire: I2C: Update I2CFDR frequency divider 0x0E value from 192 to 204

2009-03-18 Thread Richard Retanubun
> > I'm considered about the impact of this change on PPC boards since they > share the driver. I believe Timur had some experience with this. Not > sure if the change should be #ifdef M68K or not. it is already #ifdef M68k :) ___ U-Boot mailing lis

Re: [U-Boot] [PATCH] Coldfire: I2C: Update I2CFDR frequency divider 0x0E value from 192 to 204

2009-03-18 Thread Kumar Gala
On Mar 18, 2009, at 1:04 PM, Richard Retanubun wrote: >> I'm considered about the impact of this change on PPC boards since >> they share the driver. I believe Timur had some experience with >> this. Not sure if the change should be #ifdef M68K or not. > > it is already #ifdef M68k :) than

Re: [U-Boot] [PATCH 5/7] Make a special uboot used for booting from SDcard or SPI flash

2009-03-18 Thread Wolfgang Denk
Dear Scott Wood, In message <20090318171535.gb3...@loki.buserror.net> you wrote: > > Unless I'm mistaken, those targets aren't for boards that merely *have* such > things, but are trying to boot from the device in question, similar to the > alternate configs for booting from NAND. > > > Assume ea

Re: [U-Boot] [PATCH 1/5] NetStar: config reindentation

2009-03-18 Thread Wolfgang Denk
Dear Ladislav Michl, In message <20090316222731.gb1...@localhost.localdomain> you wrote: > Fix indentation broken by symbol renames. "Sort" driver related definitons. > > Signed-off-by: Ladislav Michl Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wo

Re: [U-Boot] [PATCH 3/5] NetStar: use generic flash driver

2009-03-18 Thread Wolfgang Denk
Dear Ladislav Michl, In message <20090316222932.gd1...@localhost.localdomain> you wrote: > Use generic flash driver. > > Signed-off-by: Ladislav Michl Does not apply to me: Applying: NetStar: use generic flash driver error: patch failed: include/configs/netstar.h:106 error: include/configs/net

Re: [U-Boot] [PATCH 2/6 v2] 8xx, icache: enabling ICache not before running from RAM

2009-03-18 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49b8ad9b.7060...@denx.de> you wrote: > with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache > is not enabled before code runs from RAM. > > Signed-off-by: Heiko Schocher > --- > README|5 + > cpu/mpc8xx/start.S|2 +

Re: [U-Boot] [PATCH 1/6 v2] 82xx, mgcoge: fix environment sector size

2009-03-18 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49b8ad97@denx.de> you wrote: > Size of one environment sector is 0x2. > > Signed-off-by: Heiko Schocher > --- > include/configs/mgcoge.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/configs/mgcoge.h b/include/co

Re: [U-Boot] [PATCH 3/6 v2] powerpc: common updates for keymile boards

2009-03-18 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49b8ad9e.9060...@denx.de> you wrote: > - added to keymile-common.h: > - bootcount support > - COMMAND HISTORY > - CONFIG_AUTO_COMPLETE > - CONFIG_SYS_FLASH_PROTECTION > - JFFS2 support > - CONFIG_VERSION_VARIABLE > - extracted common I2C settings for al

Re: [U-Boot] [PATCH 4/6 v2] 8xx, mgsuvd: Coding Style cleanup config file

2009-03-18 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49b8ada3.9060...@denx.de> you wrote: > Signed-off-by: Heiko Schocher > --- > include/configs/mgsuvd.h | 57 > +- > 1 files changed, 31 insertions(+), 26 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -

Re: [U-Boot] [PATCH 5/6 v2] 8xx, mgsuvd: rename board to a more generic name

2009-03-18 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49b8ada8.4010...@denx.de> you wrote: > renaming the "mgsuvd" board port into "km8xx", because > there come more similar boards from keymile. > Compiling the mgsuvd board with "make mgsuvd_config" > remains. > > Signed-off-by: Heiko Schocher > --- > Makefile

Re: [U-Boot] [PATCH 6/6 v2] 8xx: add support for new keymile kmsupx4 board.

2009-03-18 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49b8adae.7010...@denx.de> you wrote: > This patch adds support for the kmsupx4 board from Keymile, > based on a Freescale MPC852T CPU > > - serial console on SMC1 > - 32 MB SDRAM > - 32 MB NOR Flash > - Ethernet over SCC3 > - I2C Bitbang > > Signed-off-by: Heiko

Re: [U-Boot] CUSTODIANS: Urgent boarding call for flight 2009.03

2009-03-18 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49bf44ed.1080...@denx.de> you wrote: > > I miss the following patchseries: > > http://lists.denx.de/pipermail/u-boot/2009-March/048916.html Thanks for pointing out (I though this was for "next"). Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH v8 1/2] mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c

2009-03-18 Thread Wolfgang Denk
Dear Grzegorz Bernacki, In message <12372808012245-git-send-email-...@semihalf.com> you wrote: > Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select. > To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new > define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by > To

Re: [U-Boot] [PATCH v7 2/2] Add support for the digsy MTC board.

2009-03-18 Thread Wolfgang Denk
Dear Grzegorz Bernacki, In message <12372808011109-git-send-email-...@semihalf.com> you wrote: > This is the InterControl custom device based on the MPC5200B chip. > > Signed-off-by: Grzegorz Bernacki > --- > This patch depends on changes done under first patch in the series, > because it uses d

Re: [U-Boot] [PATCH 5/7] Make a special uboot used for booting from SDcard or SPI flash

2009-03-18 Thread Scott Wood
Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20090318171535.gb3...@loki.buserror.net> you wrote: >> Unless I'm mistaken, those targets aren't for boards that merely *have* such >> things, but are trying to boot from the device in question, similar to the >> alternate configs for booting

Re: [U-Boot] [PATCH] smc911x_eeprom: update register API

2009-03-18 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1235600980-15854-1-git-send-email-vap...@gentoo.org> you wrote: > The smc911x driver changed the naming convention for its register funcs, > so update the eeprom code accordingly. > > Signed-off-by: Mike Frysinger > CC: Ben Warren > --- > examples/smc911x_eepro

Re: [U-Boot] [PATCH 1/8 v2] UBIFS: Implement read-only UBIFS support in U-Boot (Part 1)

2009-03-18 Thread Wolfgang Denk
Dear Stefan Roese, In message <1236866146-22095-1-git-send-email...@denx.de> you wrote: > --===2128501430== > > This patchset adds UBIFS read-only support to U-Boot. The following > commands are implemented: > > - ubifsmount > Mount an UBIFS volume > > - ubifsls > List a directo

Re: [U-Boot] [PATCH 5/7] Make a special uboot used for booting from SDcard or SPI flash

2009-03-18 Thread Wolfgang Denk
Dear Scott, In message <49c1522d@freescale.com> you wrote: > > You'd rather tell the user they can't boot from a given device because > it would clutter the makefile? Select it in the board config file? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH 5/7] Make a special uboot used for booting from SDcard or SPI flash

2009-03-18 Thread Scott Wood
Wolfgang Denk wrote: > Dear Scott, > > In message <49c1522d@freescale.com> you wrote: >> You'd rather tell the user they can't boot from a given device because >> it would clutter the makefile? > > Select it in the board config file? So the options are: 1. Make the user hand-edit the board

Re: [U-Boot] [PATCH 5/7] Make a special uboot used for booting from SDcard or SPI flash

2009-03-18 Thread Wolfgang Denk
Dear Scott Wood, I wrote: > If you want to handle this typo through Makefile configuration, then at > least write much shorter code. s/typo/type of/ Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D

Re: [U-Boot] [PATCH 5/7] Make a special uboot used for booting from SDcard or SPI flash

2009-03-18 Thread Wolfgang Denk
Dear Scott Wood, In message <49c15672.2000...@freescale.com> you wrote: > > So the options are: > 1. Make the user hand-edit the board config file, > 2. Duplicate the board config file, or > 3. Put up with a little clutter in the makefile until a better system is > put into place -- and hopefully

Re: [U-Boot] [PATCH v7 2/2] Add support for the digsy MTC board.

2009-03-18 Thread Wolfgang Denk
Dear Grzegorz Bernacki, In message <12372808011109-git-send-email-...@semihalf.com> you wrote: > > Signed-off-by: Grzegorz Bernacki > --- > This patch depends on changes done under first patch in the series, > because it uses define CONFIG_SYS_ATA_CS_ON_I2C2 introduded in there. > > MAKEALL

[U-Boot] How !, Adding a New Device to U-Boot.

2009-03-18 Thread renjith kumar
hi , I was wondering , is there any Discussion or document that describe the way how I can Add a new device to u-Boot. For example , I have two sequoa based, Custom design. 1) . I have an FPGA Device at the EBC port of EPx in the second design. 2) . In a second case, I have an FPGA Device as t

[U-Boot] How to get a interrupt in ARM in physical address space

2009-03-18 Thread akshay ts
Hi, I want to enable interrupts in ARM, Since the vectors are at fixed locations like 0x and 0x, and physical memory starts from 0x5000 , this is only possible if vitual MMU is enabled, without this is it possible like by using memory protection unit?.I am not sure can u plea

Re: [U-Boot] About PCI of U-BOOT of CANYONLANDS

2009-03-18 Thread Kazuaki Ichinohe
Hi Anatolij, This is a problem that the memory space of BAR2 is inaccessible. Even if the value of VIDEO_IO_OFFSET is changed, the problem is not solved. It is a log that you demanded as follows. - U-Boot 2009.01 ( 3月 19 2009 - 11:17:08) CPU: AMC