Re: [U-Boot] [PATCH] USB: Remove LUN number from CDB

2009-02-10 Thread Remy Bohmer
Hello Wolfgang, > In message <19f8576c6e063c45be387c64729e739403e5ca6...@dbde02.ent.ti.com> > "Abraham, Thomas" wrote: >> >> The LUN number is not part of the Command Descriptor Block (CDB) for scsi >> inquiry, request sense, test unit ready, read capacity and read10 commands. >> This patch remo

[U-Boot] Enabling POST on the canyon lands board

2009-02-10 Thread Afzal Nadirshah
Hi All, I am trying to enable POST tests on the canyonlands board.I have added the following to the canyonlands.h header file. /* POST support */ #define CONFIG_POST (CFG_POST_CACHE | \ CFG_POST_CPU | \

Re: [U-Boot] PATCH 3/8 Multi-adapter multi-bus I2C

2009-02-10 Thread Heiko Schocher
Hello ksi, k...@koi8.net wrote: > On Mon, 9 Feb 2009, Heiko Schocher wrote: > >> Hello ksi, >> >> k...@koi8.net wrote: >>> Signed-off-by: Sergey Kubushyn >>> --- >>> diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c >>> index da6cec1..f0c1771 100644 >>> --- a/drivers/i2c/soft_i2

[U-Boot] [Fwd: Re: PATCH 2/8 Multi-adapter multi-bus I2C]

2009-02-10 Thread Heiko Schocher
Hello, sorry, forgot to hold the mailinglist on CC: Original-Nachricht Betreff: Re: [U-Boot] PATCH 2/8 Multi-adapter multi-bus I2C Datum: Tue, 10 Feb 2009 08:54:10 +0100 Von: Heiko Schocher Antwort an: h...@denx.de Organisation: DENX GmbH An: k...@koi8.net Referenzen: <499017

Re: [U-Boot] [PATCH 1/2] net: Sort Makefile labels

2009-02-10 Thread Michal Simek
Hi Ben and Wolfgang, >> >> In message >> >> you wrote: >> >>> From: Michal Simek >>> >>> >>> Signed-off-by: Michal Simek >>> --- >>> drivers/net/Makefile |4 ++-- >>> 1 files changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/drivers/net/Makefile b/drivers/net/Makefile >>> ind

[U-Boot] [PATCH] musb: add timeout via CONFIG_MUSB_TIMEOUT

2009-02-10 Thread Mike Frysinger
From: Bryan Wu Signed-off-by: Bryan Wu Signed-off-by: Mike Frysinger CC: Ravi Babu CC: Swaminathan S CC: Thomas Abraham CC: Ajay Kumar Gupta CC: Remy Bohmer --- drivers/usb/musb_hcd.c | 31 +++ drivers/usb/musb_hcd.h |4 2 files changed, 35 insertion

[U-Boot] 8xx serial, smc: add configurable SMC Rx buffer len

2009-02-10 Thread Heiko Schocher
This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN. With this option it is possible to allow the receive buffer for the SMC on 8xx to be greater then 1. In case CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the old version. When defining CONFIG_SYS_SMC_RXBUFLEN also CONFIG_SYS_MA

[U-Boot] 8xx serial, smc: Coding-Style cleanup serial SMC driver

2009-02-10 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- cpu/mpc8xx/serial.c | 72 +-- 1 files changed, 24 insertions(+), 48 deletions(-) diff --git a/cpu/mpc8xx/serial.c b/cpu/mpc8xx/serial.c index 972f190..664db65 100644 --- a/cpu/mpc8xx/serial.c +++ b/cpu/mpc8xx/ser

Re: [U-Boot] fw_setenv not working

2009-02-10 Thread Wolfgang Denk
Dear "M SANDEEP-TVF386", in message <0a01463223b8164194908cac85b66a1203414...@zmy16exm67.ds.mot.com> you wrote: > > My U-boot version is 1.1.4, but I was not able to build tools/env for > 1.1.4, so I am using fw_setenv and fw_printenv binaries build from > 1.3.4. Please update your code. U-Boot

[U-Boot] netloop: speed up NetLoop

2009-02-10 Thread Heiko Schocher
NetLoop polls every cycle with getenv some environment variables. This is horribly slow, especially when the environment is big. This patch reads only the environment variables in NetLoop, when they were changed. Also moved the init part of the NetLoop function in a seperate function. Signed-off

Re: [U-Boot] [PATCH 1/2] net: Sort Makefile labels

2009-02-10 Thread Stefan Roese
On Tuesday 10 February 2009, Michal Simek wrote: > >>> +++ b/drivers/net/Makefile > >>> @@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk > >>> LIB:= $(obj)libnet.a > >>> > >>> COBJS-$(CONFIG_DRIVER_3C589) += 3c589.o > >>> +COBJS-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o > >>> COBJS-$(CONFIG_DRIVER_AX

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > In message <49901379.2050...@denx.de> you wrote: >> - I also think, we should have a u-boot-i2c.git or something like that >> for this big change. So your patches go first in u-boot-i2c.git, and >> everybody can try out your changes. And if all goes OK, t

[U-Boot] cfi: make flash_get_info() non static

2009-02-10 Thread Heiko Schocher
If on your board is more than one flash, you must know the size of every single flash, for example, for updating the DTS before booting Linux. So make this function flash_get_info() extern, and you can have all info about your flashes. Signed-off-by: Heiko Schocher --- drivers/mtd/cfi_flash.c |

Re: [U-Boot] [PATCH 1/2] net: Sort Makefile labels

2009-02-10 Thread Wolfgang Denk
Dear Michal Simek, In message <49913792.9060...@monstr.eu> you wrote: > > >>> COBJS-$(CONFIG_DRIVER_3C589) += 3c589.o > >>> +COBJS-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o > >>> COBJS-$(CONFIG_DRIVER_AX88180) += ax88180.o > >>> > >> > >> What makes you think that CONFIG_PPC4xx_EMAC has a good p

Re: [U-Boot] Enabling POST on the canyon lands board

2009-02-10 Thread Wolfgang Denk
Dear Afzal Nadirshah, In message <174230991e95d743b0c91df471ef44e84343cdb...@mtw02msg02.mindtree.com> you wrote: > > I am trying to enable POST tests on the canyonlands board.I have added > the following to the canyonlands.h header file. As discussed before, just enabling a few #defines i

Re: [U-Boot] [PATCH 1/2] net: Sort Makefile labels

2009-02-10 Thread Michal Simek
Dear Wolfgang, > Dear Michal Simek, > > In message <49913792.9060...@monstr.eu> you wrote: > COBJS-$(CONFIG_DRIVER_3C589) += 3c589.o > +COBJS-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o > COBJS-$(CONFIG_DRIVER_AX88180) += ax88180.o > What makes you think that CONFIG_PPC4xx_EMA

[U-Boot] lcd

2009-02-10 Thread Anusha Bhat
Hi, How to add LCD(confog_lcd) support in omap3evm bootloader(u-boot)? Thank u. Ragards, Anusha ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] ppc4xx/net: Rename 4xx_enet to ppc4xx_emac

2009-02-10 Thread Stefan Roese
Signed-off-by: Stefan Roese --- Ben, I think this patch should either go though your or my repository. I suggest that you pull it into yours (if nobody objects) since merging problems with the 4xx linker scripts are unlikely. Thanks. board/cray/L1/u-boot.lds |2 +- board/cs

[U-Boot] Atmel AT91 USB Device Controller Driver

2009-02-10 Thread Fabio Porcedda
Hi all, I would like to use an USB Console with an AT91SAM9260 microcontroller, so I've read that the usb device driver and the serial over usb driver should be enabled: #define CONFIG_USB_DEVICE #define CONFIG_USB_TTY #define CFG_CONSOLE_IS_IN_ENV the support for the Serial over USB is already

Re: [U-Boot] [PATCH] ppc4xx/net: Rename 4xx_enet to ppc4xx_emac

2009-02-10 Thread Michal Simek
Thanks, Michal Stefan Roese wrote: > Signed-off-by: Stefan Roese > --- > Ben, I think this patch should either go though your or my repository. > I suggest that you pull it into yours (if nobody objects) since merging > problems with the 4xx linker scripts are unlikely. > > Thanks. > > board/

Re: [U-Boot] [PATCH 1/3] Add support for W90P710 ARM7 SoC

2009-02-10 Thread Konstantin Vovk
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 13:08 Mon 09 Feb , Vovk Konstantin wrote: >> Add support for CPU and serial communication. >> Interrupt not used for work with Timer0. >> Serial communication configured for UART0. >> --- >> cpu/arm720t/cpu.c | 48 ++- >>

Re: [U-Boot] [PATCH] tsec: Wait for auto-negotiation to complete without link

2009-02-10 Thread Jerry Van Baren
Andy Fleming wrote: > On Fri, Feb 6, 2009 at 1:30 PM, Jerry Van Baren > wrote: >> Andy Fleming wrote: >>> On Fri, Feb 6, 2009 at 7:32 AM, Jerry Van Baren >>> wrote: Peter Tyser wrote: [snip] >> My experience is that "The second case assumes that the far end link partner >> fully supports

[U-Boot] Problem booting CRAMFS with flattened device tree

2009-02-10 Thread hendrik
Greetings all, I have been able to port to U-boot 2009 successfully and am able to boot Linux 2.6.27 via NFS using a flattened device tree. I am now stuck trying to boot a CRAMFS version from flash (AMD nor). I found that U-boot1.2 used a MTD map that is compiled for the board. Is this still

Re: [U-Boot] [PATCH] ppc4xx/net: Rename 4xx_enet to ppc4xx_emac

2009-02-10 Thread Ben Warren
On Tue, Feb 10, 2009 at 2:35 AM, Stefan Roese wrote: > Signed-off-by: Stefan Roese > --- > Ben, I think this patch should either go though your or my repository. > I suggest that you pull it into yours (if nobody objects) since merging > problems with the 4xx linker scripts are unlikely. > Will

Re: [U-Boot] [PATCH 1/2] net: Sort Makefile labels

2009-02-10 Thread Ben Warren
On Tue, Feb 10, 2009 at 1:09 AM, Michal Simek wrote: > Dear Wolfgang, > > > Dear Michal Simek, > > > > In message <49913792.9060...@monstr.eu> you wrote: > > COBJS-$(CONFIG_DRIVER_3C589) += 3c589.o > > +COBJS-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o > > COBJS-$(CONFIG_DRIVER_AX88180) +=

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread ksi
On Tue, 10 Feb 2009, Heiko Schocher wrote: > Hello Wolfgang, > > Wolfgang Denk wrote: > > In message <49901379.2050...@denx.de> you wrote: > >> - I also think, we should have a u-boot-i2c.git or something like that > >> for this big change. So your patches go first in u-boot-i2c.git, and > >>

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread Heiko Schocher
Hello ksi, k...@koi8.net wrote: > On Tue, 10 Feb 2009, Heiko Schocher wrote: > >> Hello Wolfgang, >> >> Wolfgang Denk wrote: >>> In message <49901379.2050...@denx.de> you wrote: - I also think, we should have a u-boot-i2c.git or something like that for this big change. So your patches

[U-Boot] Issues when BDI2000 accesses the emtpy flash

2009-02-10 Thread Spark Zhao
Hi, All My platform is FSL8347, Flash : SPANSION S29GL01GP 128MB, base address 0xf800, RAM 256MB DDR2. BDI2000 with 1.22 firmware for MPC82xx/83xx/.. I erased the first sector of the flash, then tried to access the empty flash by the command "md 0xf800", it always report that "# SAP: rea

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread ksi
On Tue, 10 Feb 2009, Heiko Schocher wrote: > Hello ksi, > > k...@koi8.net wrote: > > On Tue, 10 Feb 2009, Heiko Schocher wrote: > > > >> Hello Wolfgang, > >> > >> Wolfgang Denk wrote: > >>> In message <49901379.2050...@denx.de> you wrote: > - I also think, we should have a u-boot-i2c.git or

[U-Boot] [PATCH] ppc4xx: Fix initialization of the SDRAM_CODT register

2009-02-10 Thread carolyn.j.smith
This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2 initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits. Signed-off-by: Carolyn Smith --- diff -uprN old/cpu/ppc4xx

Re: [U-Boot] [PATCH] tsec: Wait for auto-negotiation to complete without link

2009-02-10 Thread Scott Wood
On Tue, Feb 10, 2009 at 08:59:11AM -0500, Jerry Van Baren wrote: > That is my reasoning behind my statement that we can generally ignore > the autonegotiation <-> fixed configuration case because the odds of it > working properly are poor anyway. I'm not fond of giving up any ability to support

Re: [U-Boot] [PATCH 36/42] Blackfin: cm-bf548: new board port

2009-02-10 Thread Scott Wood
On Tue, Feb 10, 2009 at 01:21:14AM -0500, Mike Frysinger wrote: > diff --git a/board/cm-bf548/nand.c b/board/cm-bf548/nand.c > new file mode 100644 > index 000..bce563e > --- /dev/null > +++ b/board/cm-bf548/nand.c > @@ -0,0 +1,2 @@ > +/* Share the nand driver */ > +#include "../bf548-ezkit/nan

Re: [U-Boot] [PATCH 36/42] Blackfin: cm-bf548: new board port

2009-02-10 Thread Mike Frysinger
On Tuesday 10 February 2009 12:34:03 Scott Wood wrote: > On Tue, Feb 10, 2009 at 01:21:14AM -0500, Mike Frysinger wrote: > > diff --git a/board/cm-bf548/nand.c b/board/cm-bf548/nand.c > > new file mode 100644 > > index 000..bce563e > > --- /dev/null > > +++ b/board/cm-bf548/nand.c > > @@ -0,0 +

Re: [U-Boot] [PATCH 18/42] Blackfin: make sure autoconf.mk is generated early enough

2009-02-10 Thread Ben Warren
Hi Mike, Mike Frysinger wrote: > We use things from autoconf.mk in the top level Makefile, so it needs to > exist before doing a top level make. Otherwise, the top level make env > does not get the values in the autoconf.mk. > > Signed-off-by: Mike Frysinger > --- > Makefile |2 ++ > 1 file

Re: [U-Boot] [PATCH 18/42] Blackfin: make sure autoconf.mk is generated early enough

2009-02-10 Thread Mike Frysinger
On Tuesday 10 February 2009 12:54:31 Ben Warren wrote: > Mike Frysinger wrote: > > We use things from autoconf.mk in the top level Makefile, so it needs to > > exist before doing a top level make. Otherwise, the top level make env > > does not get the values in the autoconf.mk. > > > > Signed-off-

Re: [U-Boot] [PATCH 18/42] Blackfin: make sure autoconf.mk is generated early enough

2009-02-10 Thread Ben Warren
Mike Frysinger wrote: > On Tuesday 10 February 2009 12:54:31 Ben Warren wrote: > >> Mike Frysinger wrote: >> >>> We use things from autoconf.mk in the top level Makefile, so it needs to >>> exist before doing a top level make. Otherwise, the top level make env >>> does not get the values i

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49913ff3.3080...@denx.de> you wrote: > > > Would you like to volunteer as I2C custodian? > > Ok, I will try it. Thanks a lot! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirc

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread Wolfgang Denk
Dear k...@koi8.net, In message you wrote: > > > > Would you like to volunteer as I2C custodian? > > > > Ok, I will try it. > > That's fine. Please let me know when it is setup and how can I push my > patches in it. You cannot. Heiko is the custodian, and he alone can push. Please submit your

Re: [U-Boot] PATCH: Fix MPC8260 with ethernet on SCC

2009-02-10 Thread Heiko Schocher
Hello Ben, Ben Warren wrote: > k...@koi8.net wrote: > >> This fixes MPC8260 compilation with ethernet on SCC. Probably was a >> typo or something... >> >> Signed-off-by: Sergey Kubushyn >> --- >> diff -purN u-boot.orig/cpu/mpc8260/cpu.c u-boot/cpu/mpc8260/cpu.c >> --- u-boot.orig/cpu/mpc8260/c

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread ksi
On Tue, 10 Feb 2009, Wolfgang Denk wrote: > Dear k...@koi8.net, > > In message you wrote: > > > > > > Would you like to volunteer as I2C custodian? > > > > > > Ok, I will try it. > > > > That's fine. Please let me know when it is setup and how can I push my > > patches in it. > > You cannot.

Re: [U-Boot] [PATCH 18/42] Blackfin: make sure autoconf.mk is generated early enough

2009-02-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200902101357.29507.vap...@gentoo.org> you wrote: > > > > $(BFIN_BOARDS:%=%_config): unconfig > > > @$(MKCONFIG) $(@:_config=) blackfin blackfin $(@:_config=) > > > + @$(MAKE) -s -B $(obj)include/autoconf.mk > > > + @$(MAKE) -s -B $(obj)include/autoconf.m

Re: [U-Boot] [PATCH 18/42] Blackfin: make sure autoconf.mk is generated early enough

2009-02-10 Thread Mike Frysinger
On Tuesday 10 February 2009 14:42:20 Wolfgang Denk wrote: > Dear Mike Frysinger, > > In message <200902101357.29507.vap...@gentoo.org> you wrote: > > > > $(BFIN_BOARDS:%=%_config) : unconfig > > > > @$(MKCONFIG) $(@:_config=) blackfin blackfin $(@:_config=) > > > > + @$(MAKE) -s

Re: [U-Boot] [PATCH] musb: add timeout via CONFIG_MUSB_TIMEOUT

2009-02-10 Thread Remy Bohmer
Hello Mike, 2009/2/10 Mike Frysinger : > From: Bryan Wu > > + int timeout = CONFIG_MUSB_TIMEOUT; > >while (result > 0) { >csr = readw(&musbr->txcsr); > @@ -152,7 +153,17 @@ static int wait_until_ep0_ready(struct usb_device *dev, > u32 bit_mask) >

Re: [U-Boot] Atmel AT91 USB Device Controller Driver

2009-02-10 Thread Remy Bohmer
Hello Fabio, 2009/2/10 Fabio Porcedda : > Hi all, > > I would like to use an USB Console with an AT91SAM9260 microcontroller, > so I've read that the usb device driver and the serial over usb driver > should be enabled: > > #define CONFIG_USB_DEVICE > #define CONFIG_USB_TTY > #define CFG_CONSOLE_I

Re: [U-Boot] [PATCH] musb: add timeout via CONFIG_MUSB_TIMEOUT

2009-02-10 Thread Mike Frysinger
On Tuesday 10 February 2009 15:11:55 Remy Bohmer wrote: > 2009/2/10 Mike Frysinger: > > From: Bryan Wu > > > > + int timeout = CONFIG_MUSB_TIMEOUT; > > > >while (result > 0) { > >csr = readw(&musbr->txcsr); > > @@ -152,7 +153,17 @@ static int wait_until_ep0_ready(stru

Re: [U-Boot] [PATCH] USB: Remove LUN number from CDB

2009-02-10 Thread Remy Bohmer
Hello Thomas, 2009/2/10 Remy Bohmer : > Hello Wolfgang, > >> In message <19f8576c6e063c45be387c64729e739403e5ca6...@dbde02.ent.ti.com> >> "Abraham, Thomas" wrote: >>> >>> The LUN number is not part of the Command Descriptor Block (CDB) for scsi >>> inquiry, request sense, test unit ready, read ca

Re: [U-Boot] [PATCH 01/27 v2] Blackfin: bfin_mac: force board_get_enetaddr() usage

2009-02-10 Thread Mike Frysinger
On Tuesday 03 February 2009 14:40:00 Mike Frysinger wrote: > i think we can agree that this does not scale at all. if, however, we > change the global data to something like: > typedef struct bd_info { > ... > #ifdef CONFIG_NET_MULTI > uchar bi_enetXaddr[CONFIG_NET_MULTI_MAX][6]; > # d

[U-Boot] RW access to MMC/SD devices

2009-02-10 Thread twebb
Does u-boot support Write access to MMC/SD devices? I know it supports reading because the version I have from OMAP 35x SDK allows booting the linux kernal from MMC/SD card. From previous thread I believe the answer is no for writing in a filesystem's format (i.e. fat32 or ext3 for example). Is

[U-Boot] [PATCH] 85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS

2009-02-10 Thread Kumar Gala
Added some info that is printed out when we boot to distiquish if we built MPC8572DS_config vs MPC8572DS_36BIT_config since they have different address maps. Signed-off-by: Kumar Gala --- board/freescale/mpc8572ds/mpc8572ds.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) dif

[U-Boot] [PATCH] Add eth_get_dev_by_index

2009-02-10 Thread Andy Fleming
This allows code to iterate through the ethernet devices Also does some whitespace cleanup Signed-off-by: Andy Fleming --- Sorry this is so late. This has been sitting in my tree, and is required for a patch for 85xx. It's included in my upcoming pull request, as long as Ben approves... incl

Re: [U-Boot] [PATCH] Add eth_get_dev_by_index

2009-02-10 Thread Mike Frysinger
On Tuesday 10 February 2009 19:55:35 Andy Fleming wrote: > diff --git a/include/net.h b/include/net.h > index bbe0d4b..fc14615 100644 > --- a/include/net.h > +++ b/include/net.h > @@ -116,18 +116,19 @@ looks like a lot of pointless whitespace changes when there should just be 1 new line: the prot

Re: [U-Boot] [PATCH] Add eth_get_dev_by_index

2009-02-10 Thread Andy Fleming
On Tue, Feb 10, 2009 at 7:01 PM, Mike Frysinger wrote: > On Tuesday 10 February 2009 19:55:35 Andy Fleming wrote: >> diff --git a/include/net.h b/include/net.h >> index bbe0d4b..fc14615 100644 >> --- a/include/net.h >> +++ b/include/net.h >> @@ -116,18 +116,19 @@ > > looks like a lot of pointless

Re: [U-Boot] [PATCH] Add eth_get_dev_by_index

2009-02-10 Thread Mike Frysinger
On Tuesday 10 February 2009 20:43:54 Andy Fleming wrote: > On Tue, Feb 10, 2009 at 7:01 PM, Mike Frysinger wrote: > > On Tuesday 10 February 2009 19:55:35 Andy Fleming wrote: > >> diff --git a/include/net.h b/include/net.h > >> index bbe0d4b..fc14615 100644 > >> --- a/include/net.h > >> +++ b/incl

Re: [U-Boot] [PATCH] Add eth_get_dev_by_index

2009-02-10 Thread Ben Warren
Andy Fleming wrote: > This allows code to iterate through the ethernet devices > > Also does some whitespace cleanup > > Signed-off-by: Andy Fleming > Acked-by: Ben Warren > --- > Sorry this is so late. This has been sitting in my tree, and is required for > a > patch for 85xx. It's include

Re: [U-Boot] [PATCH 01/27 v2] Blackfin: bfin_mac: force board_get_enetaddr() usage

2009-02-10 Thread Ben Warren
Mike Frysinger wrote: > On Tuesday 03 February 2009 14:40:00 Mike Frysinger wrote: > >> i think we can agree that this does not scale at all. if, however, we >> change the global data to something like: >> typedef struct bd_info { >> ... >> #ifdef CONFIG_NET_MULTI >> uchar bi_enetXadd

[U-Boot] [PATCH] fsl-ddr: Allow system to boot if we have more than 4G of memory

2009-02-10 Thread Kumar Gala
Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report an error and hang. Instead of doing that since DDR is mapped in the lowest priority LAWs we setup the DDR controller and the max amount of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED) Signed-off-by: Kumar Gala

Re: [U-Boot] [PATCH 01/27 v2] Blackfin: bfin_mac: force board_get_enetaddr() usage

2009-02-10 Thread Mike Frysinger
On Wednesday 11 February 2009 00:45:05 Ben Warren wrote: > Mike Frysinger wrote: > > On Tuesday 03 February 2009 14:40:00 Mike Frysinger wrote: > >> i think we can agree that this does not scale at all. if, however, we > >> change the global data to something like: > >> typedef struct bd_info { >