Re: [U-Boot] [PATCH 3/4 v4] powerpc: keymile: Add a check for the PIGGY debug board

2008-11-24 Thread Ben Warren
Heiko Schocher wrote: > Check the presence of the PIGGY on the keymile boards mgcoge, > mgsuvd and kmeter1. If the PIGGY is not present, dont register > this Ethernet device. > > Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> > Acked-by: Ben Warren <[EMAIL PROTECTED]> > --- > > changes since

Re: [U-Boot] [PATCH] sh: sh7763rdp: Update sh7763rdp config

2008-11-24 Thread Ben Warren
Hi Nobuhiro, Nobuhiro Iwamatsu wrote: > Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API. > > Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> > --- > include/configs/sh7763rdp.h |1 + > 2 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/include/c

Re: [U-Boot] [PATCH] sh: sh_eth: Change new network API

2008-11-24 Thread Ben Warren
Hi Nobuhiro, Nobuhiro Iwamatsu wrote: > sh_eth used old network API. This patch changed new API. > > Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> > --- Added to net/next. thanks, Ben ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx

Re: [U-Boot] [PATCH v3] mgcoge make ether_scc.c work with CONFIG_NET_MULTI

2008-11-24 Thread Ben Warren
Hi Gary, Gary Jennejohn wrote: > This change is needed for mgcoge because it uses two ethernet drivers. > > Add a check for the presence of the PIGGY board on mgcoge. Without this > board networking cannot work and the initialization must be aborted. > > Only allocate rtx once to prevent DPRAM ex

Re: [U-Boot] [PATCH 1/4 v3] powerpc: net: support for the SMSC LAN8700 PHY

2008-11-24 Thread Ben Warren
Hi Heiko, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> > --- > > changes since v2: > > added comments from Kim Philips > added Ben Warren to CC, because he is the net maintainer > > drivers/qe/uec_phy.c | 59 > ++

Re: [U-Boot] [PATCH] net: smc911x: Make register read/write functions weak

2008-11-24 Thread Ben Warren
Hi Stefan, Stefan Roese wrote: > This patch changes the reg_read/_write to smc911x_reg_read/_write > and defines then as weak so that they can be overridden by board > specific version. > > This will be used by the upcoming VCTH board support. > > Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> >

[U-Boot] [PATCH] sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT

2008-11-24 Thread Nobuhiro Iwamatsu
SH4 is different a value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT every CPU. This patch corrects these values. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- include/asm-sh/cpu_sh4.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/asm-sh/cpu_

Re: [U-Boot] [PATCH-OMAP3] OMAP3: Convert readl/writel and replace hardcoded values

2008-11-24 Thread Kim Phillips
On Mon, 24 Nov 2008 10:53:46 +1100 "Graeme Russ" <[EMAIL PROTECTED]> wrote: > On Mon, Nov 24, 2008 at 10:47 AM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > > > Linux/Documentation/ > > Hmmm, thats a big mouthful to chew for such a small bootloader I believe he meant linux/Documentation/CodingSty

Re: [U-Boot] [PATCH 0/4 v3] powerpc: 83xx: add support for the 8360 based kmeter1 board.

2008-11-24 Thread Kim Phillips
On Thu, 20 Nov 2008 09:56:25 +0100 Heiko Schocher <[EMAIL PROTECTED]> wrote: > This patch series adds support for the keymile board kmeter1 > based on a MPC8360 CPU from freescale. > > The patches 1/4 - 2/4 are adding the basic support for this > board. The patches 3/4 and 4/4 do some cleanups fo

[U-Boot] Please pull u-boot-mpc83xx

2008-11-24 Thread Kim Phillips
Dear Wolfgang Denk, please pull a couple of minor fixes for 83xx: The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1: Selvamuthukumar (1): Align end of bss by 4 bytes are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git master Heiko

Re: [U-Boot] [PATCH v3] mpc83xx: New board support SIMPC8313

2008-11-24 Thread Kim Phillips
On Fri, 21 Nov 2008 16:44:18 -0800 (PST) Ron Madrid <[EMAIL PROTECTED]> wrote: > In response to my own email: > > > I did not see this when I built before submitting my patch. It seems to > > build > > fine using ELDK version 4.1. I just tried building with 4.2 and am > > seeing the errors tha

Re: [U-Boot] [PATCH] at91rm9200: fix broken boot from nor flash

2008-11-24 Thread Pink Boy
Wolkgang Denk sez, > Jens Scharsig claims, >> I think my patch only don't work on AT91RM9200DK, >> AT91RM9200EK or AT91RM9200DF board. Blame it on this >> solution is the #ifdef construct in /cpu/arm920t/start.s >> at line 264. There are no low_level_init run for DK, >> EK andDF board. > I

Re: [U-Boot] [PATCH] at91rm9200: fix broken boot from nor flash

2008-11-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:48 Tue 18 Nov , Jens Scharsig wrote: > This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if > CONFIG_AT91RM9200 is defined and nor preloader is used. > > Please see >

Re: [U-Boot] [PATCH] AT91RM9200DK: fix broken boot from NOR flash

2008-11-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:50 Mon 24 Nov , Wolfgang Denk wrote: > From: Wolfgang Denk <[EMAIL PROTECTED]> > > Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> > --- > cpu/arm920t/start.S |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > apply to u-boot-at91 Best Regards, J. ___

[U-Boot] [PATCH] AT91RM9200DK: fix broken boot from NOR flash

2008-11-24 Thread Wolfgang Denk
From: Wolfgang Denk <[EMAIL PROTECTED]> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- cpu/arm920t/start.S |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S index f99d129..5143cfc 100644 --- a/cpu/arm920t/start.S +++ b/cpu/ar

Re: [U-Boot] [PATCH] at91rm9200: fix broken boot from nor flash

2008-11-24 Thread Wolfgang Denk
Dear Jens Scharsig, In message <[EMAIL PROTECTED]> you wrote: > > > I testedm the patch, but it doesn't fix the problem on the > > AT91RM9200DK board (that's the one I could easily test at the > > moment). > > I think my patch only don't work on AT91RM9200DK, AT91RM9200EK or >

Re: [U-Boot] [PATCH-OMAP3] OMAP3: Convert readl/writel and replace hardcoded values

2008-11-24 Thread Dirk Behme
Dear Jean-Christophe, > In message <[EMAIL PROTECTED]> you wrote: > >>Convert readl/writel to base + offset style. Replace hardcoded values with >>macros. It would be quite nice if you could apply this patch to u-boot-arm/omap3 branch independent of read/write discussion. As this is the last c

[U-Boot] [PATCH] cmd_mem: Remove unused variable

2008-11-24 Thread Peter Tyser
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> --- common/cmd_mem.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/common/cmd_mem.c b/common/cmd_mem.c index d7666c2..400cfd7 100644 --- a/common/cmd_mem.c +++ b/common/cmd_mem.c @@ -1175,7 +1175,6 @@ int do_unzip ( cmd_tbl_

Re: [U-Boot] [PATCH 1/3] Introduce addr_map library

2008-11-24 Thread Scott Wood
On Mon, Nov 24, 2008 at 10:47:38AM -0600, Kumar Gala wrote: > +static struct { > + phys_addr_t paddr; > + unsigned int vaddr; > + unsigned int size; vaddr/size should be unsigned long (or uintptr_t/size_t). > +phys_addr_t addrmap_virt_to_phys(unsigned int vaddr) > +{ > + int i; >

[U-Boot] [PATCH v2 1/3] Introduce addr_map library

2008-11-24 Thread Kumar Gala
Add a library that helps in translating between virtual and physical addresses. This library can be useful as a simple means to implement map_physmem() and virt_to_phys() for platforms that need functionality beyond the simple 1:1 mapping. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- * Use u

[U-Boot] [PATCH v2 3/3] ppc: Use addrmap in virt_to_phys and map_physmem.

2008-11-24 Thread Kumar Gala
If we have addr map support enabled use the mapping functions to implement virt_to_phys() and map_physmem(). Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- * fixed virt_to_phys to call right addrmap function * updates based on addrmap api changes include/asm-ppc/io.h | 12 1 fi

[U-Boot] [PATCH v2 2/3] 85xx: Add support to populate addr map based on TLB settings

2008-11-24 Thread Kumar Gala
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- cpu/mpc85xx/tlb.c | 34 ++ include/asm-ppc/mmu.h |3 +++ lib_ppc/board.c |8 3 files changed, 45 insertions(+), 0 deletions(-) diff --git a/cpu/mpc85xx/tlb.c b/cpu/mpc85xx/tlb.c index a2

[U-Boot] [PATCH 2/3] 85xx: Add support to populate addr map based on TLB settings

2008-11-24 Thread Kumar Gala
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- cpu/mpc85xx/tlb.c | 34 ++ include/asm-ppc/mmu.h |3 +++ lib_ppc/board.c |8 3 files changed, 45 insertions(+), 0 deletions(-) diff --git a/cpu/mpc85xx/tlb.c b/cpu/mpc85xx/tlb.c index a2

Re: [U-Boot] [PATCH 3/3] ppc: Use addrmap in virt_to_phys and map_physmem.

2008-11-24 Thread Scott Wood
On Mon, Nov 24, 2008 at 10:47:40AM -0600, Kumar Gala wrote: > @@ -287,7 +291,11 @@ extern inline void out_be32(volatile unsigned __iomem > *addr, int val) > static inline void * > map_physmem(phys_addr_t paddr, unsigned long len, unsigned long flags) > { > +#ifdef CONFIG_ADDR_MAP > + return

[U-Boot] [PATCH 3/3] ppc: Use addrmap in virt_to_phys and map_physmem.

2008-11-24 Thread Kumar Gala
If we have addr map support enabled use the mapping functions to implement virt_to_phys() and map_physmem(). Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- include/asm-ppc/io.h | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/include/asm-ppc/io.h b/include/a

[U-Boot] [PATCH 1/3] Introduce addr_map library

2008-11-24 Thread Kumar Gala
Add a library that helps in translating between virtual and physical addresses. This library can be useful as a simple means to implement map_physmem() and virt_to_phys() for platforms that need functionality beyond the simple 1:1 mapping. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- includ

Re: [U-Boot] [PATCH 3/3] NAND FSL elbc: Use virt_to_phys to determine which bank is in use

2008-11-24 Thread Kumar Gala
On Nov 24, 2008, at 10:34 AM, Scott Wood wrote: > Kumar Gala wrote: >> diff --git a/drivers/mtd/nand/fsl_elbc_nand.c b/drivers/mtd/nand/ >> fsl_elbc_nand.c >> index 367c7d7..3f318e0 100644 >> --- a/drivers/mtd/nand/fsl_elbc_nand.c >> +++ b/drivers/mtd/nand/fsl_elbc_nand.c >> @@ -718,7 +718,7 @@

Re: [U-Boot] [PATCH 3/3] NAND FSL elbc: Use virt_to_phys to determine which bank is in use

2008-11-24 Thread Scott Wood
Kumar Gala wrote: > diff --git a/drivers/mtd/nand/fsl_elbc_nand.c > b/drivers/mtd/nand/fsl_elbc_nand.c > index 367c7d7..3f318e0 100644 > --- a/drivers/mtd/nand/fsl_elbc_nand.c > +++ b/drivers/mtd/nand/fsl_elbc_nand.c > @@ -718,7 +718,7 @@ static void fsl_elbc_ctrl_init(void) > int board_nand_init

[U-Boot] [PATCH 2/2] 85xx: init gd as early as possible

2008-11-24 Thread Kumar Gala
Moved up the initialization of GD so C code like set_tlb() can use gd->flags to determine if we've relocated or not in the future. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- cpu/mpc85xx/cpu_init.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cpu/mpc85

[U-Boot] [PATCH 1/2] 85xx: Fix relocation of CCSRBAR

2008-11-24 Thread Kumar Gala
If the virtual address for CCSRBAR is the same after relocation but the physical address is changing we'd end up having two TLB entries with the same VA. Instead we new us the new CCSRBAR virt address + 4k as a temp virt address to access the old CCSRBAR to relocate it. Signed-off-by: Kumar Gala

[U-Boot] [PATCH 3/3] NAND FSL elbc: Use virt_to_phys to determine which bank is in use

2008-11-24 Thread Kumar Gala
The current code that determines which bank/chipselect is used for a given NAND instance only worked for 32-bit addresses and assumed a 1:1 mapping. This breaks in 36-bit physical configs. The proper way to handle this is to use the virt_to_phys() and BR_PHYS_ADDR() routinues to match the 34-bit

[U-Boot] [PATCH 2/3] FSL: Moved BR_PHYS_ADDR for localbus to common header

2008-11-24 Thread Kumar Gala
The BR_PHYS_ADDR macro is useful on all machines that have local bus which is pretty much all 83xx/85xx/86xx chips. Additionally most 85xx & 86xx will need it if they want to support 36-bit physical addresses. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- include/asm-ppc/fsl_lbc.h |8

[U-Boot] [PATCH 1/3] Introduce virt_to_phys()

2008-11-24 Thread Kumar Gala
virt_to_phys() returns the physical address given a virtual. In most cases this will just the input value as the vast majority of systems run in a 1:1 mode. However in systems that are not running this way it should report the physical address or ~0 if no mapping exists for the given virtual addr

Re: [U-Boot] Can I have a backup boot option ?

2008-11-24 Thread Mark Jackson
Wolfgang Denk wrote: > Dear Mark, > > In message <[EMAIL PROTECTED]> you wrote: >> If an end-user inserts an MMC card containing some "magic marker" ... > ... >> I've done a quick check of the README and the source code, but ... > > Note: please restrict your line lenght to some 70 or so characte

[U-Boot] [PATCH 2/3] ppc4xx: Use correct io accessors for PCI405

2008-11-24 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/pci405/pci405.c | 51 ++-- 1 files changed, 16 insertions(+), 35 deletions(-) diff --git a/board/esd/pci405/pci405.c b/board/esd/pci405/pci405.c inde

[U-Boot] [PATCH 3/3] ppc4xx: Remove unused features

2008-11-24 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> This patch disables some unused features from the PCI405 configuration to keep U-Boot image size below 192k. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- include/configs/PCI405.h | 57 + 1 files chang

[U-Boot] [PATCH 1/3] ppc4xx: Remove unused code from PCI405 code

2008-11-24 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/pci405/cmd_pci405.c | 871 - 1 files changed, 0 insertions(+), 871 deletions(-) diff --git a/board/esd/pci405/cmd_pci405.c b/board/esd/pci405/cmd_pci4

Re: [U-Boot] [PATCH 2/4] FDT: Enable microblaze cpu in image.c

2008-11-24 Thread Michal Simek
Hi Jean-Christophe, >> Hi Wolfgang, >> >>> Dear Michal, >>> -#if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_SPARC) +#if defined(CONFIG_M68K) || defined(CONFIG_MICROBLAZE) || defined(CONFIG_PPC) \ + || defined(CONFIG_SPARC) /** * boot_ramd

[U-Boot] [PATCH] libfdt: Fix redefined uintptr_t warning for USE_HOSTCC

2008-11-24 Thread Jerry Van Baren
Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the following warnings from FDT: include/libfdt_env.h:50: warning: redefinition of 'uintptr_t' /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here Fix: Protect the definition of uintptr_t when compiling on the

Re: [U-Boot] [PATCH 2/4] FDT: Enable microblaze cpu in image.c

2008-11-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:57 Mon 24 Nov , Michal Simek wrote: > Hi Wolfgang, > > > Dear Michal, > > > >> > >> -#if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_SPARC) > >> +#if defined(CONFIG_M68K) || defined(CONFIG_MICROBLAZE) || > >> defined(CONFIG_PPC) \ > >> + || defined(CONFIG_SPARC) > >

Re: [U-Boot] [PATCH 2/4] FDT: Enable microblaze cpu in image.c

2008-11-24 Thread Michal Simek
Hi Wolfgang, > Dear Michal, > >> >> -#if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_SPARC) >> +#if defined(CONFIG_M68K) || defined(CONFIG_MICROBLAZE) || >> defined(CONFIG_PPC) \ >> + || defined(CONFIG_SPARC) >> /** >> * boot_ramdisk_high - relocate init ramdisk >> * @lm

Re: [U-Boot] Can I have a backup boot option ?

2008-11-24 Thread Wolfgang Denk
Dear Mark, In message <[EMAIL PROTECTED]> you wrote: > > If an end-user inserts an MMC card containing some "magic marker" files, the > target will detect these and boot from the MMC card instead of using the > standard boot option. ... > I've done a quick check of the README and the source cod

Re: [U-Boot] [PATCH 2/4] FDT: Enable microblaze cpu in image.c

2008-11-24 Thread Wolfgang Denk
Dear Michal, In message <[EMAIL PROTECTED]> you wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > common/image.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/common/image.c b/common/image.c > index 8

[U-Boot] Can I have a backup boot option ?

2008-11-24 Thread Mark Jackson
Our current system works fine (booting from flash or nfs), but I'd also like to add a "recovery" feature. If an end-user inserts an MMC card containing some "magic marker" files, the target will detect these and boot from the MMC card instead of using the standard boot option. For portability,

[U-Boot] [PATCH V3] Fix FIT and fdt blob support to have CONFIG_OF_LIBFDT and CONFIG_FIT independant

2008-11-24 Thread Jean-Christophe PLAGNIOL-VILLARD
FDT support is used for both FIT style images and architectures (ppc, m68k, sparc) that can pass a fdt blob to an OS.. For other arch and board which do not pass a fdt blob to an OS but want to use the new uImage format, we just need FIT support (ex : ARM). Now we can have the 4 following config

Re: [U-Boot] [PATCH] at91rm9200: fix broken boot from nor flash

2008-11-24 Thread Jens Scharsig
Dear Wolfgang, Hello at all, > > I testedm the patch, but it doesn't fix the problem on the > AT91RM9200DK board (that's the one I could easily test at the > moment). > I think my patch only don't work on AT91RM9200DK, AT91RM9200EK or AT91RM9200DF board. Blame it on this soluti

[U-Boot] Removing suzaku board from U-BOOT

2008-11-24 Thread Michal Simek
Hi Yasushi and others, I am going to redesign microblaze u-boot branch to similar style as is xilinx ppc platform and I would like to remove suzaku board too because I don't have any info if someone use it. Is someone who use this board? Thanks, Michal -- Michal Simek, Ing. (M.Eng) w: www.mo

[U-Boot] [PATCH 1/1] MIMC200: tidy GCLK init code

2008-11-24 Thread Mark Jackson
Change the MIMC200 startup code to use the built-in (rather than hard-coded) funtions for setting up gclk outputs. We'll also move the code to the new, more-appropriate board_postclk_init() routine. Signed-off-by: Mark Jackson <[EMAIL PROTECTED]> --- board/mimc/mimc200/mimc200.c | 14 ++

[U-Boot] Microblaze patches

2008-11-24 Thread Michal Simek
Hi All, here are 4 microblaze patches. All patches are in microblaze custodian repository - master branch. Thanks for your review, Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 ___ U-Boot mailing list U-Boot@lists.denx.de ht

[U-Boot] [PATCH 1/1] ppc4xx: ml300 remove Xilinx BSP from ml300 folder

2008-11-24 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> --- This BSP should be outside u-boot source tree. The second reason is that xilinx ppc405 was moved to generic platform. Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- .../ml300/sw_services/uboot_v1_00_a/data/Ltypes| 55 .../uboot_v1_00_a/d

[U-Boot] [PATCH 4/4] microblaze: ml401, xupv2p, suzaku - add CONFIG_SYS_BOOTMAPSZ and

2008-11-24 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- include/configs/ml401.h |8 include/configs/suzaku.h |9 + include/configs/xupv2p.h |8 3 files changed, 25 insertions(+), 0 deletions(-) diff --git a/include/config

[U-Boot] [PATCH 3/4] microblaze: Fix ml401 uart16550 setting

2008-11-24 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- include/configs/ml401.h | 17 ++--- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/include/configs/ml401.h b/include/configs/ml401.h index 63d07ff..b31c4b5 100644 --- a/inclu

[U-Boot] [PATCH 2/4] FDT: Enable microblaze cpu in image.c

2008-11-24 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- common/image.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/common/image.c b/common/image.c index 866edf6..1459024 100644 --- a/common/image.c +++ b/common/image.c @@ -982,7 +

[U-Boot] [PATCH 1/4] microblaze: Set up relocation is done

2008-11-24 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- lib_microblaze/board.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib_microblaze/board.c b/lib_microblaze/board.c index cd61918..0e35734 100644 --- a/lib_microblaze/board.c ++

[U-Boot] [PATCH 1/1] Setup extra MIMC200 chip selects

2008-11-24 Thread Mark Jackson
Added code to setup the extra Flash and FRAM chip selects as used on the MIMC200 board. Signed-off-by: Mark Jackson <[EMAIL PROTECTED]> --- cpu/at32ap/cpu.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/cpu/at32ap/cpu.c b/cpu/at32ap/cpu.c index 1a13702..3

[U-Boot] [ubi] Please pull git://www.denx.de/git/u-boot-ubi.git

2008-11-24 Thread Stefan Roese
Hi Wolfgang, I pushed the 2 small patches to support UBI on NOR FLASH into the ubi repository. Here the updated pull request: The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1: Selvamuthukumar (1): Align end of bss by 4 bytes are available in the git reposit

Re: [U-Boot] [PATCH 3/3] ubi: Add proof-of-concept CFI flash support

2008-11-24 Thread Stefan Roese
On Monday 17 November 2008, Piotr Ziecik wrote: > With this patch UBI can be used on CFI flash chips. > > Signed-off-by: Piotr Ziecik <[EMAIL PROTECTED]> Applied to ubi. Thanks. Best regards, Stefan = DENX Software Engineering G

Re: [U-Boot] [PATCH 2/3] mtd: Remove a printf() from add_mtd_device().

2008-11-24 Thread Stefan Roese
On Monday 17 November 2008, Piotr Ziecik wrote: > Remove a printf() from add_mtd_device(), which produces spurious output. > > Signed-off-by: Piotr Ziecik <[EMAIL PROTECTED]> Applied to ubi. Thanks. Best regards, Stefan = DENX S

Re: [U-Boot] U-boot resets when booting Linux kernel

2008-11-24 Thread Simon Boman
2008/11/21 Simon Boman <[EMAIL PROTECTED]>: > 2008/11/21 Jerry Van Baren <[EMAIL PROTECTED]>: >> Simon Boman wrote: >>> >>> 2008/11/20 Wolfgang Denk <[EMAIL PROTECTED]>: Dear "Simon Boman", >> >> [snip] >> >>> >>> Thank you for your help, I find your example at your site >>> http://www.de

[U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git

2008-11-24 Thread Stefan Roese
Hi Wolfgang, please pull the following updates from the cfi-flash repository. I am aware that the merge-window was closed when some of those patches have been published, and it's not really bug fixing. But the feature added with those patches (UBI possible over NOR) is very interesting. Addit

Re: [U-Boot] [PATCH 1/3] cfi-mtd: Add cfi-mtd driver.

2008-11-24 Thread Stefan Roese
On Monday 17 November 2008, Piotr Ziecik wrote: > Add cfi-mtd driver, which exports CFI flash to MTD layer. > This allows CFI flash devices to be used from MTD layer. > > Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD > option. Initialization is done by calling cfi_mtd_init() from

Re: [U-Boot] [PATCH] flash: Add interface for flash verbosity control

2008-11-24 Thread Stefan Roese
On Monday 17 November 2008, Piotr Ziecik wrote: > Add interface for flash verbosity control. It allows > to disable output from low-level flash API. It is useful > when calling these low-level functions from context other > than flash commands (for example the MTD/CFI interface > implmentation). >

Re: [U-Boot] [PATCH V2] flash: Export flash_sector_size() function.

2008-11-24 Thread Stefan Roese
On Thursday 20 November 2008, Piotr Ziecik wrote: > Export flash_sector_size() function from drivers/mtd/cfi_flash.c, > so that it can be used in the upcoming cfi-mtd driver. > > Signed-off-by: Piotr Ziecik <[EMAIL PROTECTED]> > --- > V2: Added patch rationale in the description. Applied to u-boot

Re: [U-Boot] Info on different Versions of U-Boot.

2008-11-24 Thread Wolfgang Denk
Dear Pithan, In message <[EMAIL PROTECTED]> you wrote: > > I need some information for my upgradation work. > What are bugs in U-Boot 1.1.4.? Too many to list here... > Difference between U-Boot 1.1.4 and 1.3.1 Clone the git repository, then run git-diff U-Boot-1_1_4 v1.3.1 Be prep

[U-Boot] Info on different Versions of U-Boot.

2008-11-24 Thread Pithan Prathap
Hi , Greetings.. I need some information for my upgradation work. What are bugs in U-Boot 1.1.4.? Difference between U-Boot 1.1.4 and 1.3.1 or where can I get the details/comparision between the different version of U-Boot. Thanks .. regards pithan __

[U-Boot] [ubi] Please pull git://www.denx.de/git/u-boot-ubi.git

2008-11-24 Thread Stefan Roese
Hi Wolfgang, please pull from u-boot-ubi to include UBI support into U-Boot. Kyungmin asked me to organize the pull request this time since he only has limited access to the denx git server. Thanks. The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1: Selvamuthukumar

[U-Boot] mkimage warning: ISO C99 requires ...

2008-11-24 Thread Wolfgang Denk
Dear Bartek, compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the following warnigns from mkimage.[ch]: In file included from image.c:71: mkimage.h:41:23: warning: ISO C does not permit named variadic macros image.c:2422:54: warning: ISO C99 requires rest arguments to be used image

[U-Boot] FDT warning: redefinition of `uintptr_t'

2008-11-24 Thread Wolfgang Denk
Dear Jerry, compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the following warnigns from FDT: include/libfdt_env.h:50: warning: redefinition of `uintptr_t' /usr/include/stdint.h:129: warning: `uintptr_t' previously declared here Could you please have a look? Thanks. Best regard