Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization

2008-06-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:16 Tue 10 Jun , Ben Warren wrote: Shinya Kuribayashi wrote: Stefan Roese wrote: On Tuesday 10 June 2008, Shinya Kuribayashi wrote: Shouldn't this be the other way around? + if (board_eth_init(bis) 0) + eth_eth_init(bis); So that the board init

[U-Boot-Users] [PATCH] add SHA256 support

2008-06-07 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] Signed-off-by: Francesco Albanese [EMAIL PROTECTED] --- include/sha256.h | 16 +++ lib_generic/Makefile |1 + lib_generic/sha256.c | 262 ++ 3 files changed, 279 insertions

Re: [U-Boot-Users] [PATCH][AT91][Re-submit] DataFlash AT45DB021 support

2008-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:06 Thu 05 Jun , Sergey Lapin wrote: Some boards based on AT91SAM926X-EK use smaller DF chips to keep bootstrap, u-boot and its environment, using NAND or other external storage for kernel and rootfs. This patch adds support for small 1024x263 chip. Signed-off-by: Sergey Lapin

Re: [U-Boot-Users] [PATCH V2] ARM: Add support for Lyrtech SFF-SDRboard (ARM926EJS)

2008-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:32 Thu 05 Jun , Hugo Villeneuve wrote: Philip Balister wrote: Is everything fine with the patch now? I did not see any negative reaction to your 5th version[1], so its up to the custodian now. What do you say Jean-Christophe? Cheers Detlev [1]

Re: [U-Boot-Users] [PATCH V6] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:33 Thu 05 Jun , Hugo Villeneuve wrote: ARM: This patch adds support for the Lyrtech SFF-SDR board, based on the TI DaVinci architecture (ARM926EJS). Changes between V5 and V6: -New email address for contributor. -Init of EMIF-A CS3 address space to load FPGA. -Dynamic

[U-Boot-Users] AT91 pull request

2008-05-31 Thread Jean-Christophe PLAGNIOL-VILLARD
Please pull at91 The following changes since commit 2c8d41969b47eb0b973912830c58689b2ba0e50a: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-testing are available in the git repository at: git://git.denx.de/u-boot-at91.git for-1.3.4 Jean-Christophe PLAGNIOL

Re: [U-Boot-Users] [PATCH] mips: Add an 'include/asm/errno.h', like all other architectures

2008-05-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:09 Tue 27 May , Jason McMullan wrote: All other u-boot architectures have an include/asm/errno.h, so this change adds it to the mips include/asm-mips headers also. Stolen from Linux 2.6.25. Signed-off-by: Jason McMullan [EMAIL PROTECTED] --- include/asm-mips/errno.h | 143

Re: [U-Boot-Users] [PATCH] Add sata sil3114 support

2008-05-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:52 Tue 27 May , Tor Krill wrote: Add support for Silicon Images sil3114 sata chip using libata Signed-off-by: Tor Krill [EMAIL PROTECTED] --- drivers/block/Makefile |1 + drivers/block/sata_sil3114.c | 845 ++

[U-Boot-Users] [PATCH] MAKEALL: add at91 list

2008-05-24 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/MAKEALL b/MAKEALL index 7360fa9..c8ee201 100755 --- a/MAKEALL +++ b/MAKEALL @@ -522,6 +522,24 @@ LIST_ARM11= \ # +## AT91

Re: [U-Boot-Users] [PATCH v2 ARM/AT91 0/26] AT91SAM/CAP patches for U-Boot 1.3.4

2008-05-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:32 Tue 13 May , Stelian Pop wrote: Le samedi 10 mai 2008 à 12:21 +0200, Jean-Christophe PLAGNIOL-VILLARD a écrit : On 14:11 Fri 09 May , Jean-Christophe PLAGNIOL-VILLARD wrote: Patch series apply in branch testing-V2 of u-boot-at91 tree branch testing-V2 update with last

Re: [U-Boot-Users] [AT91] Problems configuring bit-banged I2C

2008-05-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 03:36 Sat 24 May , Sergey Lapin wrote: Hi, all! I use the following patch on my AT91SAM9260-based custom board to configure bit-banged I2C: diff --git a/board/atmel/at91sam9260ek/at91sam9260ek.c b/board/atmel/at91sam9260ek/at91sam9260ek.c index b30aad8..99fc2bd 100644 ---

Re: [U-Boot-Users] [PATCH 05/18] avr32: Get rid of the .flashprog section

2008-05-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:36 Fri 23 May , Haavard Skinnemoen wrote: The .flashprog section was only needed back when we were running directly from flash. Remove it on STK1000, and get rid of all the associated code and annotations. Is it possible to join patch 4 and 5 which take care of the same thing?

Re: [U-Boot-Users] [PATCH 06/18] avr32: Add support for the ATSTK1006 board

2008-05-23 Thread Jean-Christophe PLAGNIOL-VILLARD
+#define CFG_DCACHE_LINESZ32 +#define CFG_ICACHE_LINESZ32 + +#define CONFIG_NR_DRAM_BANKS 1 + +/* External flash on STK1000 */ +#if 0 is it possible to use CFG_EXTERNAL_FLASH or something? +#define CFG_FLASH_CFI1 +#define

Re: [U-Boot-Users] [PATCH 18/26] Make nand_init() return the detected NAND size

2008-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:50 Thu 22 May , Scott Wood wrote: On Thu, May 08, 2008 at 10:52:26PM +0200, Stelian Pop wrote: This patch modifies the nand_init() routine and makes it return the total detected NAND size, since this information can be useful to the caller. Applied to u-boot-nand-flash. If

Re: [U-Boot-Users] [PATCH] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-21 Thread Jean-Christophe PLAGNIOL-VILLARD
@@ -0,0 +1,52 @@ +# +# (C) Copyright 2000, 2001, 2002 +# Wolfgang Denk, DENX Software Engineering, [EMAIL PROTECTED] +# +# Copyright (C) 2007 Sergey Kubushyn [EMAIL PROTECTED] +# +# See file CREDITS for list of people who contributed to this +# project. +# +# This program is free

Re: [U-Boot-Users] [PATCH] MMC: Consolidate MMC/SD command definitions

2008-05-21 Thread Jean-Christophe PLAGNIOL-VILLARD
MMC_CMDAT_R1 | MMC_CMDAT_READ | MMC_CMDAT_BLOCK | MMC_CMDAT_DATA_EN); @@ -568,7 +568,7 @@ mmc_init(int verbose) MMC_SPI = MMC_SPI_DISABLE; /* reset */ - mmc_cmd(MMC_CMD_RESET, 0, 0, MMC_CMDAT_INIT | MMC_CMDAT_R0); +

Re: [U-Boot-Users] [PATCH] Incorrect escape sequences in u-boot-1.3.3/common/usb.c

2008-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:16 Tue 20 May , Hebbar wrote: Hi, Thanks to wd and all people who contributed for release of u-boot-1.3.3. While going through some the files that i use for my u-boot version, i found an incorrect escape sequence mentioned in u-boot-1.3.3/common/usb.c. Below is the patch that

Re: [U-Boot-Users] [PATCH 1/4] Add ALIGN() macro

2008-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:24 Tue 20 May , Andy Fleming wrote: ALIGN() returns the smallest aligned value greater than the passed in address or size. Taken from Linux. Signed-off-by: Andy Fleming [EMAIL PROTECTED] --- include/common.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff

[U-Boot-Users] [PATCH 01/17] example/82559_eeprom: Fix multiple warnings and errors

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
: In function 'main': 82559_eeprom.c:318: warning: pointer targets in passing argument 2 of 'gethwaddr' differ in signedness Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- examples/82559_eeprom.c | 22 +- include/asm-i386/string.h |2 ++ 2 files

[U-Boot-Users] [PATCH 04/17] i386: Fix global_data declaration

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Fix a warning type in lib_i386/board.c Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- include/asm-i386/global_data.h |4 +--- lib_i386/board.c | 11 +-- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/include/asm-i386

[U-Boot-Users] [PATCH 09/17] pxa_pcmcia: Move compile condition to the Makefile

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- drivers/pcmcia/Makefile |2 +- drivers/pcmcia/pxa_pcmcia.c |4 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/drivers/pcmcia/Makefile b/drivers/pcmcia/Makefile index 59be49c..439f839 100644

[U-Boot-Users] [PATCH 16/17] i386: Fix multipple definition of __show_boot_progress

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
board/sc520_spunk/libsc520_spunk.a(sc520_spunk_asm.o): In function '__show_boot_progress': board/sc520_spunk/sc520_spunk_asm.S:78: multiple definition of '__show_boot_progress' common/libcommon.a(main.o):common/main.c:50: first defined here Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL

[U-Boot-Users] [PATCH 08/17] marabun_pcmcia: Move compile condition to the Makefile

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- drivers/pcmcia/Makefile |2 +- drivers/pcmcia/marubun_pcmcia.c |7 +++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/pcmcia/Makefile b/drivers/pcmcia/Makefile index 53a485d..59be49c

[U-Boot-Users] [PATCH 02/17] examples/eepro100_eeprom: Fix memcpy to return destination pointer

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- examples/eepro100_eeprom.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/examples/eepro100_eeprom.c b/examples/eepro100_eeprom.c index 2b15d05..5f4eb78 100644 --- a/examples/eepro100_eeprom.c

[U-Boot-Users] [PATCH 14/17] sc520_spunk: Fix flash

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules flash.c:398: error: label at end of compound statement Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- board/sc520_spunk/flash.c | 30 ++ 1 files changed

[U-Boot-Users] [PATCH 06/17] ds1722: Fix mutliple warnings and errors and active the ssi for SC520 boards

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
' undeclared (first use in this function) ds1722.c:137: error: (Each undeclared identifier is reported only once ds1722.c:137: error: for each function it appears in.) Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- drivers/hwmon/ds1722.c|1 + include/configs

[U-Boot-Users] [PATCH 07/17] drivers/pcmcia: add missing i82365

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- drivers/pcmcia/Makefile |1 + drivers/pcmcia/i82365.c |4 2 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/pcmcia/Makefile b/drivers/pcmcia/Makefile index bba1ab8..53a485d 100644 --- a/drivers

[U-Boot-Users] [PATCH 10/17] pcmcia/ti_pci1410a: Move compile condition to the Makefile

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- drivers/pcmcia/Makefile |2 +- drivers/pcmcia/ti_pci1410a.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/pcmcia/Makefile b/drivers/pcmcia/Makefile index 439f839..a5270f7 100644

[U-Boot-Users] [PATCH 00/17] x86: Fix warning: type qualifiers ignored on function return type

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
by sync asm/byteorder.h with linux Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- include/asm-i386/byteorder.h | 125 +++-- 1 files changed, 82 insertions(+), 43 deletions(-) rewrite include/asm-i386/byteorder.h (65%) diff --git

[U-Boot-Users] [PATCH 05/17] i386/bootm: remove unused var

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- lib_i386/bootm.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib_i386/bootm.c b/lib_i386/bootm.c index 107ebaa..d959107 100644 --- a/lib_i386/bootm.c +++ b/lib_i386/bootm.c @@ -37,7 +37,6 @@ void

[U-Boot-Users] [PATCH 03/17] example/gitignore: update with all generated examples

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- examples/.gitignore |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/examples/.gitignore b/examples/.gitignore index 059b096..806425f 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,5

[U-Boot-Users] [PATCH 15/17] sc530_spunk: add missing SOBJS entry

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- board/sc520_spunk/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/sc520_spunk/Makefile b/board/sc520_spunk/Makefile index bfb77e8..226c756 100644 --- a/board/sc520_spunk/Makefile +++ b

[U-Boot-Users] [PATCH 17/17] sc520_cdp: Fix multiple warnings

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
in signedness sc520_cdp.c: In function 'spi_write': sc520_cdp.c:622: warning: pointer targets in passing argument 3 of 'spi_eeprom_write' differ in signedness Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- board/sc520_cdp/sc520_cdp.c | 10 +- 1 files changed, 5

[U-Boot-Users] [PATCH 12/17] ti_pci1410a: Fix multiple warnings and errors

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
in passing argument 2 of 'strcmp' differ in signedness remove do_pinit allready implement in cmd_pcmcia.c Fix pcmcia_{on,off} protoptype and add it in definition to pcmcia.h Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- drivers/pcmcia/ti_pci1410a.c | 61

[U-Boot-Users] [PATCH 11/17] Include pcmcia.h only when the drivers is used

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
to avoid the following errors : include/pcmcia.h:72:3: error: #error PCMCIA Slot not configured include/pcmcia.h:79:2: error: #error Neither CONFIG_PCMCIA_SLOT_A nor CONFIG_PCMCIA_SLOT_B configured Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- drivers/pcmcia

[U-Boot-Users] [PATCH 13/17] sc520_spunk: Fix multiple warnings

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
' adding mw_eeprom header Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- board/sc520_spunk/sc520_spunk.c | 17 - include/mw_eeprom.h | 27 +++ 2 files changed, 43 insertions(+), 1 deletions(-) create mode 100644 include

Re: [U-Boot-Users] NOKIA's BB5 boards

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:20 Sun 18 May , Divel wrote: Can anybody write initialisation for BB5 boards ? It based on OMAP 1710 ARM processor and NOKIA's RAP 3G The omap 1710 is supported by TI If I'm not wrong they are based on U-Boot 1.1.1 Best Regards, J.

Re: [U-Boot-Users] [PATCH 00/17] x86: Fix warning: type qualifiers ignored on function return type

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:18 Mon 19 May , Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: by sync asm/byteorder.h with linux ... +static __inline__ __attribute_const__ __u32 ___arch__swab32(__u32 x) ... +static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 val) etc.

Re: [U-Boot-Users] [PATCH 02/17] examples/eepro100_eeprom: Fix memcpy to return destination pointer

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:28 Mon 19 May , Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- examples/eepro100_eeprom.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/examples

Re: [U-Boot-Users] [PATCH 02/17] examples/eepro100_eeprom: Fix memcpy to return destination pointer

2008-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
On 01:03 Mon 19 May , Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: static inline void *memcpy(void *dst, const void *src, unsigned int len) { char *ret = dst; + while (len-- 0) { *ret++ = *((char *)src);

Re: [U-Boot-Users] [RFC/PATCH 2/6] SPI API improvements

2008-05-17 Thread Jean-Christophe PLAGNIOL-VILLARD
You've forget ds1722 and AMD Elan cpu which use SPI too Best Regards, J. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.

[U-Boot-Users] [PATCH] 82550_eeprom: Fix error: lvalue required as increment operand

2008-05-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- examples/82559_eeprom.c | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/82559_eeprom.c b/examples/82559_eeprom.c index 1a121d4..a56edd4 100644 --- a/examples/82559_eeprom.c +++ b

Re: [U-Boot-Users] PXA255 code in start.S

2008-05-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:14 Fri 16 May , Amit Kumar wrote: Hello, Kindly refer code at path UBOOT / u-boot / cpu / pxa / start.S Code: .macro irq_save_user_regs sub sp, sp, #S_FRAME_SIZE stmia sp, {r0 - r12}

Re: [U-Boot-Users] [RFC/PATCH 1/6] Move definition of container_of() to common.h

2008-05-16 Thread Jean-Christophe PLAGNIOL-VILLARD
extensively by the new and improved SPI API. Signed-off-by: Haavard Skinnemoen [EMAIL PROTECTED] Acked-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy all challenges

Re: [U-Boot-Users] Debug u-boot with SAM-ICE/J-link

2008-05-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:53 Mon 12 May , Norman Cheung wrote: I would like to know what is the quickest way to set up Atmel's SAM-ICE with the AT91SAM9260EK board to run GDB? My preference is to run under a linux host, but I can run under Windows if that is easier to setup. Any ideas, suggestions or

Re: [U-Boot-Users] [PATCH] Cleanup nand_info[] declaration.

2008-05-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:31 Tue 13 May , Stelian Pop wrote: The nand_info array is declared as extern in several .c files. Those days, nand.h contains a reference to the array, so there is no need to declare it elsewhere. Signed-off-by: Stelian Pop [EMAIL PROTECTED] Applied in branch testing-V2 Best

[U-Boot-Users] [PATCH] API: remove duplicate syscall check

2008-05-11 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- api/api.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/api.c b/api/api.c index c1b2b60..8be0485 100644 --- a/api/api.c +++ b/api/api.c @@ -582,7 +582,7 @@ int syscall(int call, int *retval

Re: [U-Boot-Users] [PATCH] POST: OCM test added.

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:59 Thu 08 May , Wolfgang Denk wrote: From: Yuri Tikhonov [EMAIL PROTECTED] Added OCM test for post layer. This version runs before all other tests but still don't interrupt post sequence on failure. Signed-off-by: Ilya Yanok [EMAIL PROTECTED] Signed-off-by: Yuri Tikhonov [EMAIL

Re: [U-Boot-Users] [PATCH 02/26] Update origin and copyright information in arch-at91sam9 header files

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:57 Fri 09 May , Stelian Pop wrote: Le jeudi 08 mai 2008 à 23:26 +0200, Jean-Christophe PLAGNIOL-VILLARD a écrit : +#include asm/arch/at91sam_smc.h Is not supposed to br #include asm/arch/at91sam9_smc.h Argl, of course it is supposed to be at91sam9_smc. I seen this typo

Re: [U-Boot-Users] [PATCH 14/26] AT91SAM9261EK support

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
+#define CONFIG_ATMEL_USART 1 +#undef CONFIG_USART0 +#undef CONFIG_USART1 +#undef CONFIG_USART2 +#define CONFIG_USART31 /* USART 3 is DBGU */ + +#define CONFIG_BOOTDELAY 3 + +/* #define CONFIG_ENV_OVERWRITE 1 */ If no need please remove + +/* + * BOOTP

Re: [U-Boot-Users] [PATCH 16/26] AT91SAM9263EK support [part 2 of 2]

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 703784e..e5733f6 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c @@ -417,13 +417,15 @@ static int macb_init(struct eth_device *netdev, bd_t *bd) /* choose RMII or MII mode. This depends on the board */ #ifdef

Re: [U-Boot-Users] [PATCH 17/26] AT91SAM9RLEK support

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
+ */ +#define CONFIG_ATMEL_USART 1 +#undef CONFIG_USART0 +#undef CONFIG_USART1 +#undef CONFIG_USART2 +#define CONFIG_USART31 /* USART 3 is DBGU */ + +#define CONFIG_BOOTDELAY 3 + +/* #define CONFIG_ENV_OVERWRITE 1 */ If no need please remove + +/* + *

Re: [U-Boot-Users] [PATCH 20/26] Add ATMEL LCD driver

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
+ +/* configurable parameters */ +#define ATMEL_LCDC_CVAL_DEFAULT 0xc8 +#define ATMEL_LCDC_DMA_BURST_LEN 8 + +#if defined(CONFIG_AT91SAM9263) || defined(CONFIG_AT91CAP9) +#define ATMEL_LCDC_FIFO_SIZE 2048 +#else +#define ATMEL_LCDC_FIFO_SIZE 512 +#endif

Re: [U-Boot-Users] [PATCH 2/4 V2] PPC: Change lib_ppc/bat_rw.c to use high bats

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:45 Fri 09 May , Jerry Van Baren wrote: Becky Bruce wrote: On May 9, 2008, at 10:28 AM, Scott Wood wrote: On Thu, May 08, 2008 at 07:02:23PM -0500, [EMAIL PROTECTED] wrote: diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h index 49d6860..f836270 100644 ---

Re: [U-Boot-Users] [PATCH 01/21] AT91CAP9ADK: Handle 8 or 16 bit NAND

2008-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Already in the at91 tree Best Regards, J. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2.

Re: [U-Boot-Users] [PATCH 05/21] AT91SAM9260EK: Handle 8 or 16 bit NAND

2008-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Already in the at91 tree Best Regards, J. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2.

Re: [U-Boot-Users] [PATCH 07/21] AT91SAM9260EK: Normalize BOOTARGS

2008-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Already in the at91 tree Best Regards, J. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2.

Re: [U-Boot-Users] [PATCH 02/21] AT91CAP9ADK: Normalize SPI timings

2008-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Already in the at91 tree Best Regards, J. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2.

Re: [U-Boot-Users] [PATCH 03/21] AT91CAP9ADK: Normalize BOOTARGS

2008-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:53 Tue 06 May , Stelian Pop wrote: Le mardi 06 mai 2008 à 21:21 +0200, Wolfgang Denk a écrit : In message [EMAIL PROTECTED] you wrote: +#define CONFIG_BOOTARGS console=ttyS0,115200 \ + root=/dev/mtdblock4 \ +

Re: [U-Boot-Users] Sandisk mDoC H3 support

2008-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:46 Wed 07 May , Micha Kalfon wrote: Hello all, In the last few weeks I've been working on a u-boot driver for Sandisk's (MSystems) mDoc H3 device - basically, it's a DiskOnChip device which exposes a simple ATA interface to the software and works differently from previous

Re: [U-Boot-Users] [PATCH 02/26] Update origin and copyright information in arch-at91sam9 header files

2008-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:52 Thu 08 May , Stelian Pop wrote: When doing the AT91CAP9/AT91SAM9 port, a number of header files were copied from the Linux kernel sources. This patch explicitly specifies this origin for all the copied headers, and for those missing copyright information, adds it. Additionaly,

Re: [U-Boot-Users] [PATCH v2 ARM/AT91 0/26] AT91SAM/CAP patches for U-Boot 1.3.4

2008-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:52 Thu 08 May , Stelian Pop wrote: Hi, This is the second version of the AT91CAP9/AT91SAM9 patches, which hopefully addresses all the feedbacks I got on the first one. The first patches: 01 to 04 fix the copyright notices of some already merged files. Those patches may be merged

Re: [U-Boot-Users] 1.3.3-rc3 - release status

2008-05-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:24 Tue 06 May , Stelian Pop wrote: Le mardi 06 mai 2008 à 10:08 +0200, Haavard Skinnemoen a écrit : Remy Bohmer [EMAIL PROTECTED] wrote: I am looking at this tree, and am trying to get the AT91SAM9261-EK board up and running, I derived it from the AT91SAM9260-EK board (and

Re: [U-Boot-Users] 1.3.3-rc3 - release status

2008-05-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:04 Tue 06 May , Stelian Pop wrote: Le mardi 06 mai 2008 à 19:48 +0200, Wolfgang Denk a écrit : In message [EMAIL PROTECTED] you wrote: I'm just waiting for the merge window to open and I'll post them all. Meanwhile, if you wish, I can send you the patches privately.

Re: [U-Boot-Users] [PATCH 2/2] add MPC8343 based board mvBlueLYNX-M7

2008-05-06 Thread Jean-Christophe PLAGNIOL-VILLARD
+ * Andre Schwarz, Matrix Vision GmbH, [EMAIL PROTECTED] + * + * See file CREDITS for list of people who contributed to this + * project. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published

[U-Boot-Users] [PATCH] include/gitignore: update to all architecture

2008-05-04 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/include/.gitignore b/include/.gitignore index 03a533c..ef7dd5f 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1,7 +1,7 @@ /autoconf.mk* /asm -/asm-blackfin/arch -/asm-ppc/arch +/asm-*/arch +/asm-*/proc

Re: [U-Boot-Users] [U-Boot Users][PATCH] ADS5121 IO Pin Configuration

2008-05-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:15 Sat 03 May , Martha J Marx wrote: Adds configurable IO Pin initialization for ADS5121 and consolidates existing IO pin initialization. Signed-off-by: Martha J Marx [EMAIL PROTECTED] Please add a correct sob Your patch is corrupted by your e-mail client please use git-send-email

Re: [U-Boot-Users] [U-Boot Users][PATCH] ADS5121 Rev 3 Configuration Changes

2008-05-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:14 Sat 03 May , Martha J Marx wrote: Configuration changes added to support ADS5121 Rev 3 version of the board. This includes changes to the ref clock, memory size (from 256 to 512), the addition of PCI functionality and Makefile options to build either the Rev 3 or Rev 2 U-Boot. The

Re: [U-Boot-Users] [PATCH] adsvix: Fix undefined reference to inb and outb build errors

2008-05-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:31 Fri 02 May , Marcel Ziswiler wrote: - undefined reference to `inb' - undefined reference to `outb' Signed-off-by: Marcel Ziswiler [EMAIL PROTECTED] --- include/configs/adsvix.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/adsvix.h

Re: [U-Boot-Users] 1.3.3-rc2 typo clean up patch

2008-05-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:31 Fri 02 May , Adrian Filipi wrote: Hi folks, Attached is a patch for a few typos I came accross. Adrian -- Linux Software Engineer | EuroTech, Inc. | www.eurotech-inc.com Signed-off missing and do not send patch as attachement please. Best Regards, J.

Re: [U-Boot-Users] [PATCH][MIPS] cpu/mips/cache.S: Add dcache_enable

2008-05-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:35 Fri 02 May , Shinya Kuribayashi wrote: Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482, allow ports to override bootelf behavior) requires ports to have this function. Signed-off-by: Shinya Kuribayashi [EMAIL PROTECTED] Acked-by: Jean-Christophe PLAGNIOL

[U-Boot-Users] [PATCH] qemu_mips: add README

2008-05-02 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- doc/README.qemu_mips | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 doc/README.qemu_mips diff --git a/doc/README.qemu_mips b/doc/README.qemu_mips new file mode 100644 index

[U-Boot-Users] [PATCH] onenand: fix error: static declaration of 'memcpy' follows non-static declaration

2008-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
create a memcpy_16 to the 16bit access Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] Cc: Kyungmin Park [EMAIL PROTECTED] diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand/onenand_base.c index 174384e..c3feba0

[U-Boot-Users] [PATCH V2] onenand: fix error: static declaration of 'memcpy' follows non-static declaration

2008-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
by Align with word(16-bit) size as done in Linux in - onenand_read_bufferram - onenand_sync_read_bufferram - onenand_write_bufferram Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] Cc: Kyungmin Park [EMAIL PROTECTED] diff --git

[U-Boot-Users] [PATCH] env_nand: fix incompatible pointer type on nand_{read, write}

2008-04-30 Thread Jean-Christophe PLAGNIOL-VILLARD
env_nand.c: In function 'saveenv': env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type env_nand.c: In function 'env_relocate_spec': env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type Signed-off-by: Jean-Christophe

[U-Boot-Users] [PATCH] cmd_nand: fix warning: str2long ncompatible pointer type

2008-04-30 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/common/cmd_nand.c b/common/cmd_nand.c index 1a3c1df..37eb41b 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -110,7 +110,7 @@ arg_off_size(int argc, char *argv[], nand_info_t *nand, ulong *off, size_t *size

[U-Boot-Users] [PATCH 1/1] pxa: fix previous definition on cpu init

2008-04-30 Thread Jean-Christophe PLAGNIOL-VILLARD
: this is the location of the previous definition start.S:207:1: warning: CCCR redefined /home/j/u-boot-at91/include/asm/arch/pxa-regs.h:1770:1: warning: this is the location of the previous definition Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/cpu/pxa/start.S

[U-Boot-Users] [PATCH 0/1] pxa: fix pcmcia operation on 'i' may be undefined

2008-04-30 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/drivers/pcmcia/pxa_pcmcia.c b/drivers/pcmcia/pxa_pcmcia.c index 6020e46..7b02050 100644 --- a/drivers/pcmcia/pxa_pcmcia.c +++ b/drivers/pcmcia/pxa_pcmcia.c @@ -24,7 +24,8 @@ int pcmcia_on (void) 0, 0

Re: [U-Boot-Users] [PATCH] M18 flash (Sibley) support (attempt 2)

2008-04-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:14 Tue 29 Apr , Vasiliy Leoenenko wrote: Hi Stefan Unfortunately this breaks CFI support for normal AMD/Spansion FLASH equipped boards. On Sequoia with Spansion GL512 I get this after applying your patch: Please fix this and resubmit. Best would be if you could test it

[U-Boot-Users] [RFC] AT91 reorganisation

2008-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, I've plan to join the at91sam9 and at91rm9200 in only one arch at91 like done in linux. I hope this could be done for the next release. Best Regards, J. - This SF.net email is sponsored by the

Re: [U-Boot-Users] [RFC] AT91 reorganisation

2008-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:18 Sat 26 Apr , Ulf Samuelsson wrote: Hi, I've plan to join the at91sam9 and at91rm9200 in only one arch at91 like done in linux. I hope this could be done for the next release. Best Regards, J. You are aware that they are using two different CPU cores.

[U-Boot-Users] [PATCH 1/1 V2] NE2000: Fix regresssion introduced by e710185aae90 on non AX88796

2008-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
Move non-inlied functions into specific drivers file Set get_prom as weak Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] Signed-off-by: Vlad Lungu [EMAIL PROTECTED] --- Fix comment drivers/net/Makefile |5 +- drivers/net/ax88796.c | 156

[U-Boot-Users] [PATCH 0/1 V2] NE2000: coding style cleanup

2008-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- Fix coding style in drivers/net/ax88796.h too drivers/net/ax88796.h | 46 ++-- drivers/net/ne2000.c | 276 -- drivers/net/ne2000.h | 30 ++-- drivers/net/ne2000_base.h | 567

Re: [U-Boot-Users] [PATCH v3] crc32: use uint32_t rather than unsigned long

2008-04-23 Thread Jean-Christophe PLAGNIOL-VILLARD
. This converts all unsigned long stuff related to crc32 to uint32_t types. Compile tested only: output of ./tools/envcrc when run on a 32bit build system matches that of a 64bit build system. Signed-off-by: Mike Frysinger [EMAIL PROTECTED] --- Acked-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED

[U-Boot-Users] [PATCH 1/1] NE2000: Fix regresssion introduced by e710185aae90 on non AX88796

2008-04-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Move non-inlied functions into specific drivers file Set get_prom as weak Coding Style Cleanup Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] Signed-off-by: Vlad Lungu [EMAIL PROTECTED] --- drivers/net/Makefile |5 +- drivers/net/ax88796.c | 156

Re: [U-Boot-Users] [PATCH 2/2 V2] qemu-mips: add full functionnalty and support of CONFIG_SMALLEST

2008-04-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:26 Mon 21 Apr , Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: add support of : #define CONFIG_CMD_ASKENV #define CONFIG_CMD_LOADS #define CONFIG_CMD_LOADB #define CONFIG_CMD_PING #define CONFIG_CMD_CDP #define CONFIG_CMD_SAVES #define CONFIG_CMD_SETEXPR

Re: [U-Boot-Users] [PATCH 0/2] NE2000: Fix regresssion introduced by e710185aae90 on non AX88796

2008-04-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:24 Mon 21 Apr , Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: Move non-inlied functions into specific drivers file Set get_prom as weak Coding Style Cleanup Please split in two (3?) separate patches. Thanks. We could separate the Coding style in an other

Re: [U-Boot-Users] [PATCH u-boot-at91] Add support for AT91SAM9263EK

2008-04-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:23 Tue 22 Apr , Jared Holzman wrote: This patch adds support for the AT91SAM9263EK board. It builds on top of the support added for the AT91SAM9260EK by Stelian Pop. It was created against the u-boot-at91 custodian tree, so I hope this is correct place to submit it. --- Patch

Re: [U-Boot-Users] [PATCH 1/2][MIPS] qemu-mips: Cleanup whiespaces, tab indentations, etc.

2008-04-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:32 Tue 22 Apr , Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: No functional change. Signed-off-by: Shinya Kuribayashi [EMAIL PROTECTED] --- include/configs/qemu-mips.h | 65 +-- 1 files changed, 32

[U-Boot-Users] Pull request at91

2008-04-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, as discuss with Peter I take care of this patch The following changes since commit 58c5376ba67767ee684069d43e7f747a5d9ae8ed: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx are available in the git repository at: git://git.denx.de/u-boot-at91.git

[U-Boot-Users] [PATCH] Fix missing dcache_enable symbol and declare cache function as weak

2008-04-21 Thread Jean-Christophe PLAGNIOL-VILLARD
Recent commit a4986459 adds reference to dcache_enable set dcache and ecache function as __weak. For cache status function it will return 0 if the function is not implemented Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/include/common.h b/include/common.h index

[U-Boot-Users] [PATCH 2/2] qemu-mips: add full functionnalty and support of CONFIG_SMALLEST

2008-04-21 Thread Jean-Christophe PLAGNIOL-VILLARD
add support of : #define CONFIG_CMD_ASKENV #define CONFIG_CMD_LOADS #define CONFIG_CMD_LOADB #define CONFIG_CMD_PING #define CONFIG_CMD_CDP #define CONFIG_CMD_SAVES #define CONFIG_CMD_SETEXPR and keep only : tftp and dhcp support when CONFIG_SMALLEST is active Signed-off-by: Jean-Christophe

[U-Boot-Users] [PATCH 1/2] qemu-mips: add CFI support and coding style cleanup

2008-04-21 Thread Jean-Christophe PLAGNIOL-VILLARD
add CONFIG_ENV_OVERWRITE Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index e164019..b775714 100644 --- a/include/configs/qemu-mips.h +++ b/include/configs/qemu-mips.h @@ -12,7 +12,7

[U-Boot-Users] [PATCH 0/2] NE2000: Fix regresssion introduced by e710185aae90 on non AX88796

2008-04-21 Thread Jean-Christophe PLAGNIOL-VILLARD
Move non-inlied functions into specific drivers file Set get_prom as weak Coding Style Cleanup Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] Signed-off-by: Vlad Lungu [EMAIL PROTECTED] diff --git a/drivers/net/Makefile b/drivers/net/Makefile index d5e413b..4131aad 100644

[U-Boot-Users] [PATCH 2/2 V2] qemu-mips: add full functionnalty and support of CONFIG_SMALLEST

2008-04-21 Thread Jean-Christophe PLAGNIOL-VILLARD
add support of : #define CONFIG_CMD_ASKENV #define CONFIG_CMD_LOADS #define CONFIG_CMD_LOADB #define CONFIG_CMD_PING #define CONFIG_CMD_CDP #define CONFIG_CMD_SAVES #define CONFIG_CMD_SETEXPR and keep only : tftp and dhcp support when CONFIG_SMALLEST is active Signed-off-by: Jean-Christophe

Re: [U-Boot-Users] [PATCH] cfi-flash: Add?CFG_FLASH_AUTOPROTECT_LIST

2008-04-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:50 Sat 19 Apr , Matthias Fuchs wrote: Hi Stefan, I could also life with your approach, but it will add code even to platforms that do not use the new option. In this case I would prefer it against the weak implementation. I've already answer about it to Timur in this e-mail

[U-Boot-Users] [PATCH] Fix show_boot_progress prototype

2008-04-19 Thread Jean-Christophe PLAGNIOL-VILLARD
in commit fad634071 make show_boot_progress () weak. show_boot_progress is supposed to be declared as weak but declare as inline instead of. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/include/common.h b/include/common.h index 8630780..eeb6686 100644

[U-Boot-Users] [PATCH] image: remove inline for image_print_contents and image_print_contents_noindent

2008-04-19 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/common/image.c b/common/image.c index d218f2f..ac033df 100644 --- a/common/image.c +++ b/common/image.c @@ -366,12 +366,12 @@ static void __image_print_contents (image_header_t *hdr, const char *p

[U-Boot-Users] setenv declatation on ppc

2008-04-19 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, is someone could explain me why setenv need to be inline for PPC? Best Regards, J. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's

Re: [U-Boot-Users] [PATCH] cfi-flash:?Add?CFG_FLASH_AUTOPROTECT_LIST

2008-04-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:22 Sat 19 Apr , Matthias Fuchs wrote: Hi, I tried this in cfi_flash.c: struct apl_s { ulong start; ulong size; } struct apl_s apl[] __attribute__((weak)) = {}; The problem with weak var is that the first declaration define the sizeof the var. and the other

<    1   2   3   4   >