Re: [U-Boot] facing issue in compiling latest u-boot for P1020RDB(powerpc)

2010-10-19 Thread Wolfgang Denk
Dear Jain Priyanka-B32167, In message you wrote: > > I have cloned u-boot code (latest commit-id is > 1ba91ba23396005ef7b42381cc21f0baf78d0d60) and trying to build P1020RDB. > > But it fails. Hm... please retry current top of tree. I get a number of warnings, but these are mostly harmless: ->

Re: [U-Boot] [RFC/PATCH] Makefile: allow boards to check file size limits

2010-10-19 Thread Vaibhav Bedia
On Wed, Oct 20, 2010 at 10:46 AM, Mike Frysinger wrote: > On Wednesday, October 20, 2010 00:38:08 Vaibhav Bedia wrote: > > please do not top post > > Sorry about the top posting. > > The size of other sections like the bss section also need to be accounted > > for when doing a size check. > > t

[U-Boot] [PATCH] Fix compile warning in uli526x driver

2010-10-19 Thread Kumar Gala
uli526x.c: In function 'uli526x_init_one': uli526x.c:314:2: warning: dereferencing type-punned pointer will break strict-aliasing rules uli526x.c:314:2: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Kumar Gala --- drivers/net/uli526x.c |5 +++--

Re: [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91

2010-10-19 Thread Andreas Bießmann
Dear Reinhard Meyer, Am 19.10.2010 um 20:42 schrieb Reinhard Meyer: > Hello, > > I just noticed that: > >> board/atmel/at91rm9200ek/config.mk|3 +- > > This file should/could be removed by moving the text base define to > the board config file. Good Idea, I just thought about that

[U-Boot] [PATCH] FAT: buffer overflow with FAT12/16

2010-10-19 Thread Stefano Babic
Last commit 3831530dcb7b71329c272ccd6181f8038b6a6dd0a was intended "explicitly specify FAT12/16 root directory parsing buffer size, instead of relying on cluster size". Howver, the underlying function requires the size of the buffer in blocks, not in bytes, and instead of passing a double sector si

Re: [U-Boot] [Patch V2] update board EB+CPUx9K2

2010-10-19 Thread Andreas Bießmann
Dear Reinhard Meyer, Am 19.10.2010 um 20:30 schrieb Reinhard Meyer: >> +#define CONFIG_SYS_TEXT_BASE0x > How does this work with a text base of 0? Am I missing something? This should work when booting from NOR. The first MiB (0x-0x0010) is mapped to internal S

Re: [U-Boot] [PATCH 01/17] XPedite5500 board support

2010-10-19 Thread Kumar Gala
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote: > From: John Schmoller > > Initial support for Extreme Engineering Solutions XPedite5500 - > a P2020-based PMC/XMC single board computer. > > Signed-off-by: John Schmoller > Signed-off-by: Peter Tyser > CC: Kumar Gala > --- > Some of the chang

Re: [U-Boot] [PATCH 05/17] ppc: Don't initialize write protected NOR flashes

2010-10-19 Thread Kumar Gala
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote: > From: John Schmoller > > If a NOR flash is write protected it can not be initialized/detected so > add the ability for boards to skip NOR initialization on bootup. A > board can skip NOR initialization by implementing the > board_flash_wp_on()

Re: [U-Boot] [PATCH 04/17] pci: Add ability to re-enumerate PCI buses

2010-10-19 Thread Kumar Gala
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote: > From: John Schmoller > > Add a new 'pci enum' command which re-enumerates the PCI buses. This > command is enabled via the CONFIG_CMD_PCI_ENUM define and can be useful > in boards with FPGAs connected via PCI/PCIe, boards that support PCI > hot

Re: [U-Boot] [PATCH 02/17] mpc8640: Update the io_sel fields for PCI Express

2010-10-19 Thread Kumar Gala
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote: > Previously io_sel=0xe incorrect stated PCIE1 was enabled. Also add > support for the mpc8640's PCIE2 interface. > > Signed-off-by: Peter Tyser > CC: Kumar Gala > --- > arch/powerpc/cpu/mpc8xxx/pci_cfg.c |5 - > 1 files changed, 4 insert

Re: [U-Boot] [PATCH 2/3] sbc8641d: Update PCI code

2010-10-19 Thread Kumar Gala
On Sep 29, 2010, at 1:37 PM, Peter Tyser wrote: > Update to use the recent, common FSL PCI initialization code. > > Signed-off-by: Peter Tyser > CC: joe.ham...@embeddedspecialties.com > --- > board/sbc8641d/sbc8641d.c | 103 ++-- > 1 files changed, 24 ins

Re: [U-Boot] [PATCH 3/3] tqm85xx: Update PCI code

2010-10-19 Thread Kumar Gala
On Sep 29, 2010, at 1:37 PM, Peter Tyser wrote: > Update to use the recent, common FSL PCI initialization code. > > Signed-off-by: Peter Tyser > CC: s...@denx.de > --- > board/tqc/tqm85xx/law.c |4 +- > board/tqc/tqm85xx/tlb.c | 10 ++-- > board/tqc/tqm85xx/tqm85xx.c | 151

Re: [U-Boot] [PATCH 1/3] mpc8641hpcn: Update PCI code

2010-10-19 Thread Kumar Gala
On Sep 29, 2010, at 1:37 PM, Peter Tyser wrote: > Update to use the recent, common FSL PCI initialization code. > > Signed-off-by: Peter Tyser > --- > I was making the same changes to X-ES code, so applied them to > other users of the old PCI init code. I only compile tested > them on these bo

Re: [U-Boot] [PATCH 17/17] 85xx: Use gc-sections to reduce image size

2010-10-19 Thread Kumar Gala
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote: > On an XPedite5370 over 11KBytes were saved: > Before: > text data bss dec hex filename > 33245633364 33476 399296 617c0 ./u-boot > > After: > textdata bss dec hex filename > 3210

Re: [U-Boot] [PATCH 16/17] 86xx: Use gc-sections to reduce image size

2010-10-19 Thread Kumar Gala
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote: > On an XPedite5170 over 11KBytes were saved: > Before: > text data bss dec hex filename > 31948828700 33204 381392 5d1d0 ./u-boot > > After: > text data bss dec hex filename > 3076

Re: [U-Boot] [PATCH 15/17] 86xx: Create common linker script

2010-10-19 Thread Kumar Gala
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote: > Signed-off-by: Peter Tyser > CC: Kumar Gala > --- > arch/powerpc/cpu/mpc86xx/config.mk |3 + > .../powerpc/cpu/mpc86xx}/u-boot.lds|0 > board/freescale/mpc8610hpcd/u-boot.lds | 132 -

Re: [U-Boot] [PATCHv3] mpc83xx: Add -fpic relocation support

2010-10-19 Thread Joakim Tjernlund
> From: Joakim Tjernlund > To: u-boot@lists.denx.de, Scott Wood , Kim Phillips > > Cc: Joakim Tjernlund > Date: 2010/10/13 23:12 > Subject: [U-Boot] [PATCHv3] mpc83xx: Add -fpic relocation support > Sent by: u-boot-boun...@lists.denx.de > > This adds relocation of .got entries produced > by -

[U-Boot] [PATCH] MPC52xx, motionpro: update default configuration

2010-10-19 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- include/configs/motionpro.h | 70 -- 1 files changed, 27 insertions(+), 43 deletions(-) diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h index fa4310b..c47c815 100644 --- a/include/configs/motionpro.

[U-Boot] [PATCH 1/1] MX5: Unable to get ip address when using dhcp

2010-10-19 Thread Jason Liu
Can't get IP address with dhcp due to the dhcp server not allow the empty param list request under some network env Add the advanced DHCP options to fix this issue: CONFIG_BOOTP_SUBNETMASK CONFIG_BOOTP_GATEWAY CONFIG_BOOTP_DNS Signed-off-by: Jason Liu --- include/configs/mx51evk.h |4

Re: [U-Boot] [PATCH v3] 85xx: Add support for not releasing secondary cores via 'mp_holdoff'

2010-10-19 Thread Kumar Gala
On Sep 30, 2010, at 12:22 PM, Peter Tyser wrote: > From: Aaron Sierra > > Some OSes require that secondary cores not be initialized when they > are booted (eg VxWorks). By default when U-Boot is compiled with the > CONFIG_MP option all secondary cores are brought out of reset and held > in spi

Re: [U-Boot] [PATCH RFC 3/4] ARMV7: OMAP: I2C driver: Restructure i2c_write_byte function

2010-10-19 Thread Heiko Schocher
Hello Steve, Steve Sakoman wrote: > This patch removes the "magic number" delays and instead > monitors state changes in the status register bits. > > Signed-off-by: Steve Sakoman > --- > drivers/i2c/omap24xx_i2c.c | 76 +++ > 1 files changed, 41 insert

Re: [U-Boot] [PATCH] kirkwood: Fix Makefile TEXT_BASE for mkimage

2010-10-19 Thread Prafulla Wadaskar
Hi Gray It will be great if you put some comments too. That to describe patch objective Regards.. Prafulla . . > -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Gray Remlin > Sent: Tuesday, October 19, 2010 6:48 PM > To: u-boo

Re: [U-Boot] facing issue in compiling latest u-boot for P1020RDB(powerpc)

2010-10-19 Thread Jain Priyanka-B32167
sed version on my machine is GNU 3.02 Regards Priyanka -Original Message- From: Kumar Gala [mailto:ga...@kernel.crashing.org] Sent: Wednesday, October 20, 2010 11:20 AM To: Jain Priyanka-B32167 Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] facing issue in compiling latest u-boot for P

Re: [U-Boot] [PATCH RFC 4/4] ARMV7: OMAP: I2C driver: Restructure i2c_probe function

2010-10-19 Thread Heiko Schocher
Hello Steve, Steve Sakoman wrote: > This patch removes the "magic number" delays and instead > monitors state changes in the status register bits. > > Signed-off-by: Steve Sakoman > --- > drivers/i2c/omap24xx_i2c.c | 41 ++--- > 1 files changed, 30 insertio

Re: [U-Boot] [PATCH RFC 3/4] ARMV7: OMAP: I2C driver: Restructure i2c_write_byte function

2010-10-19 Thread Heiko Schocher
Hello Steve, Steve Sakoman wrote: > This patch removes the "magic number" delays and instead > monitors state changes in the status register bits. > > Signed-off-by: Steve Sakoman > --- > drivers/i2c/omap24xx_i2c.c | 76 +++ > 1 files changed, 41 insert

Re: [U-Boot] facing issue in compiling latest u-boot for P1020RDB(powerpc)

2010-10-19 Thread Kumar Gala
> bash-2.05a$ make P1020RDB_config > > Generating include/autoconf.mk > > Generating include/autoconf.mk.dep > > Configuring for P1020RDB - Board: P1_P2_RDB, Options: P1020RDB > > sed: -e expression #1, char 16: Extra characters after command > > make: *** [P1020RDB_config] Error 1 > > bash-2

Re: [U-Boot] [PATCH RFC 2/4] ARMV7: OMAP: I2C driver: Restructure i2c_read_byte function

2010-10-19 Thread Heiko Schocher
Hello Steve, Steve Sakoman wrote: > This patch removes the "magic number" delays and instead > monitors state changes in the status register bits. > > Signed-off-by: Steve Sakoman > --- > drivers/i2c/omap24xx_i2c.c | 76 +-- > 1 files changed, 37 insert

Re: [U-Boot] [PATCH RFC 1/4] ARMV7: OMAP: I2C driver: Use same timeout value as linux kernel driver

2010-10-19 Thread Heiko Schocher
Hello Steve, Steve Sakoman wrote: > This patch matches the poll interval (1 millisecond) and timeout (1 second) > used in the linux driver. It also adds a return value of 0 in the event of > a timeout error and cleans up some formatting errors in that section of the > code. > > Signed-off-by: Ste

Re: [U-Boot] [PATCH v2 2/2] Disable unused chip-select for DDR controller interleaving

2010-10-19 Thread Kumar Gala
On Oct 18, 2010, at 3:46 PM, York Sun wrote: > When DDR controller interleaving is eabled and less than all bank > (chip-select) > interleaving is seletected, the unused chip-select should be disabled. > > Signed-off-by: York Sun > --- > arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 17

Re: [U-Boot] [PATCH v2 1/2] Adding fixed sdram setting for cornet_ds board

2010-10-19 Thread Kumar Gala
On Oct 18, 2010, at 3:46 PM, York Sun wrote: > 800, 900, 1000, 1200MT/s data rate parameters are added for fixed sdram > setting. SPD based parameters and fixed parameters can be toggled by hwconfig. > To use fixed parameters, > > hwconfig=fsl_ddr:sdram=fixed > > To use SPD parameters, > > hwc

Re: [U-Boot] [PATCH v2] arm926ejs, suen3: fix relocation issues

2010-10-19 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Tuesday, October 19, 2010 1:39 PM > To: u-boot@lists.denx.de > Cc: Heiko Schocher; Prafulla Wadaskar > Subject: [PATCH v2] arm926ejs, suen3: fix relocation issues > > - use internal 2k security SRAM as RAM for ea

Re: [U-Boot] [PATCH] always relocate fdt into an lmb-allocated memory block

2010-10-19 Thread Kumar Gala
On May 24, 2010, at 3:10 PM, Timur Tabi wrote: > The device tree (fdt) must always exist in within the bootmap (usually the > first 16MB of RAM). If it doesn't, then boot_relocate_fdt() will allocate an > LMB region in the bootmap and copy the fdt into that region. It will also > increase the s

[U-Boot] facing issue in compiling latest u-boot for P1020RDB(powerpc)

2010-10-19 Thread Jain Priyanka-B32167
Hi, I have cloned u-boot code (latest commit-id is 1ba91ba23396005ef7b42381cc21f0baf78d0d60) and trying to build P1020RDB. But it fails. Error log as follows: bash-2.05a$ make P1020RDB_config Generating include/autoconf.mk Generating include/autoconf.mk.dep Configuring for P1020RDB -

Re: [U-Boot] [Patch v3 5/7] Setup POST word for generic mpc85xx

2010-10-19 Thread Kumar Gala
On Sep 28, 2010, at 5:20 PM, York Sun wrote: > Using PIC TFRR register for post word load/store for generic MPC85xx. > > Signed-off-by: York Sun > --- > arch/powerpc/cpu/mpc85xx/cpu.c | 19 +++ > 1 files changed, 19 insertions(+), 0 deletions(-) applied to 85xx - k __

Re: [U-Boot] [Patch v3 3/7] Add memory test feature for mpc85xx POST.

2010-10-19 Thread Kumar Gala
On Sep 28, 2010, at 5:20 PM, York Sun wrote: > The memory test is performed after DDR initialization when U-boot stills runs > in flash and cache. On recent mpc85xx platforms, the total memory can be more > than 2GB. To cover whole memory, it needs be mapped 2GB at a time using a > sliding TLB wi

Re: [U-Boot] [Patch v3 4/7] Fix address for POST for 85xx with CPM

2010-10-19 Thread Kumar Gala
On Sep 28, 2010, at 5:20 PM, York Sun wrote: > The address used for post_word_load and post_word_store is in the dual port > RAM for processors with CPM. > > Signed-off-by: York Sun > --- > arch/powerpc/cpu/mpc85xx/commproc.c |8 > 1 files changed, 4 insertions(+), 4 deletions(-) T

Re: [U-Boot] [PATCH 2/2] powerpc/8xxx: Add fdt_fixup_phy_connection helper

2010-10-19 Thread Kumar Gala
On Sep 30, 2010, at 9:18 AM, Kumar Gala wrote: > Add a common helper that will set the PHY connection type based on enum. > We use this on eTSEC, UCC, and will with Fman in the future. > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc8xxx/fdt.c| 24 +++

Re: [U-Boot] [PATCH 1/2] powerpc/fsl: Introduce common enum for PHY types

2010-10-19 Thread Kumar Gala
On Sep 30, 2010, at 9:18 AM, Kumar Gala wrote: > Have a common enum for phy types that we use in the UCC driver. We will > also use this enum for dealing with phy connection fixup in the device > tree. > > Signed-off-by: Kumar Gala > --- > arch/powerpc/include/asm/fsl_enet.h | 31 +++

Re: [U-Boot] [Patch v3 2/7] Adding more control to physical address mapping

2010-10-19 Thread Kumar Gala
On Sep 28, 2010, at 5:20 PM, York Sun wrote: > A worker function setup_ddr_tlbs_phys() is introduced to implement more > control on physical address mapping. > > Signed-off-by: York Sun > --- > arch/powerpc/cpu/mpc85xx/tlb.c | 16 ++-- > 1 files changed, 10 insertions(+), 6 deletio

Re: [U-Boot] [PATCH v2] drivers/net/fec_mxc.c: write mac address ininit

2010-10-19 Thread Liu Hui-R64343
Hi, John & Wolfgang, > -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Wolfgang Denk > Sent: Wednesday, October 20, 2010 5:28 AM > To: John Rigby > Cc: u-boot@lists.denx.de; Ben Warren > Subject: Re: [U-Boot] [PATCH v2] drivers/

Re: [U-Boot] [RFC/PATCH] Makefile: allow boards to check file size limits

2010-10-19 Thread Mike Frysinger
On Wednesday, October 20, 2010 00:38:08 Vaibhav Bedia wrote: please do not top post > The size of other sections like the bss section also need to be accounted > for when doing a size check. that really cannot be checked at compile time. it certainly cannot be done easily or with a few lines o

[U-Boot] [PATCH] cmd_mii: localize & constify local funcs/data

2010-10-19 Thread Mike Frysinger
No need for these structures to be writable or global. While we're here, also drop local versions of the ARRAY_SIZE macro. Signed-off-by: Mike Frysinger --- common/cmd_mii.c | 68 +++-- 1 files changed, 30 insertions(+), 38 deletions(-) diff --

Re: [U-Boot] [RFC/PATCH] Makefile: allow boards to check file size limits

2010-10-19 Thread Vaibhav Bedia
Hi, The size of other sections like the bss section also need to be accounted for when doing a size check. Insufficient space for bss when doing something like a MMC read which requires large buffers causes system hangs for no apparent reason. Regards, Vaibhav On Wed, Oct 20, 2010 at 2:59 AM, W

[U-Boot] Data bus error

2010-10-19 Thread sywang
Did you have the data bus error with CN5010-based board at porting u-boot? How to debug? Any suggestions on this? Thanks! Shuyou ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH V2] Update TEXT_BASE to CONFIG_SYS_TEXT_BASE

2010-10-19 Thread Sughosh Ganu
This was missed out in a couple of files under nand_spl Signed-off-by: Sughosh Ganu --- V2: Fix whitespace issues. nand_spl/nand_boot.c |3 ++- nand_spl/nand_boot_fsl_nfc.c |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nand_spl/nand_boot.c b/nand_spl/na

Re: [U-Boot] [PATCH] USB: sync Queue Element Transfer Descriptor against EHCI spec

2010-10-19 Thread Wolfgang Denk
In message <1287497595-22758-1-git-send-email...@denx.de> I wrote: > Appendix B "EHCI 64-Bit Data Structures" of the "Enhanced Host > Controller Interface Specification for Universal Serial Bus" (Rev. > 1.0, March 12, 2002) defines additional fields which were missing in > U-Boot's struct qTD; as

Re: [U-Boot] [PATCH V2] MX31: Removed warnings for iomux function

2010-10-19 Thread Wolfgang Denk
Dear Stefano Babic, In message <1287512353-31194-1-git-send-email-sba...@denx.de> you wrote: > Removed warnings generated in the mx31_set_pad() function. > > Signed-off-by: Stefano Babic > --- > arch/arm/cpu/arm1136/mx31/generic.c |7 +++ > arch/arm/include/asm/arch-mx31/mx31.h |1

Re: [U-Boot] Pull request: u-boot-arm

2010-10-19 Thread Wolfgang Denk
In message <20101019220814.50ea1136...@gemini.denx.de> I wrote: > The following changes since commit 1ba91ba23396005ef7b42381cc21f0baf78d0d60: > > dlmalloc.c: Fix gcc alias warning (2010-10-18 22:44:31 +0200) > > are available in the git repository at: > git://git.denx.de/u-boot-arm.git master

[U-Boot] Pull request: u-boot-arm

2010-10-19 Thread Wolfgang Denk
The following changes since commit 1ba91ba23396005ef7b42381cc21f0baf78d0d60: dlmalloc.c: Fix gcc alias warning (2010-10-18 22:44:31 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Albert Aribaud (2): arm: implement ELF relocations edminiv2:

Re: [U-Boot] [PULL] U-Boot-pxa pull request

2010-10-19 Thread Wolfgang Denk
Dear Marek Vasut, In message <201010192228.34814.marek.va...@gmail.com> you wrote: > Hi, > please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u- > boot-testing/Makefile-cleanup branch. Thanks > > The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac:

Re: [U-Boot] [PATCH] Update TEXT_BASE to CONFIG_SYS_TEXT_BASE

2010-10-19 Thread Wolfgang Denk
Dear Sughosh Ganu, In message <1287514522-28468-1-git-send-email-urwithsugh...@gmail.com> you wrote: > This was missed out in a couple of files under nand_spl > > Signed-off-by: Sughosh Ganu > --- > nand_spl/nand_boot.c |3 ++- > nand_spl/nand_boot_fsl_nfc.c |3 ++- > 2 files c

Re: [U-Boot] [PATCH] Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE

2010-10-19 Thread Wolfgang Denk
Dear Eric Cooper, In message <20101019173633.ga2...@localhost> you wrote: > Please ignore, the same patch was submitted earlier today by Gray Remlin. Ah, right, missed that because it looked to be too Kirkwood specific. Anyway... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH] Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE

2010-10-19 Thread Wolfgang Denk
Dear Eric Cooper, In message <1287509471-4979-1-git-send-email-...@cmu.edu> you wrote: > --- > Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot-arm, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Z

Re: [U-Boot] [PATCH 2/6] board_init_r: Removed unused cmdtp variable

2010-10-19 Thread Wolfgang Denk
Dear Richard Retanubun, In message <1287498595-23725-2-git-send-email-richardretanu...@ruggedcom.com> you wrote: > From: Richard Retanubun > > Follow up to commit 620f1f6a64095ed558e68d37f1965d015cd49b02 > removed compiler warning for (now) unused cmd_tbl_t* cmdtp > --- > arch/avr32/lib/board.

Re: [U-Boot] [PATCH] Add UBI README

2010-10-19 Thread Wolfgang Denk
Dear Stefan Roese, In message <1287493082-7631-1-git-send-email...@denx.de> you wrote: > This patch adds a small README to describe the usage of the > U-Boot UBI commands. > > Signed-off-by: Stefan Roese > --- > doc/README.ubi | 144 > >

Re: [U-Boot] [PATCH] cmd_fpga: cleanup help and check parameters

2010-10-19 Thread Wolfgang Denk
Dear Stefano Babic, In message <1287472972-11701-1-git-send-email-sba...@denx.de> you wrote: > The usage and help for the fpga command is wrong and incomplete, > and the parameters are not checked before to be passed to the > underlying subfunction. > > Signed-off-by: Stefano Babic > --- > comm

Re: [U-Boot] [PATCH] FPGA: Add missing prototype

2010-10-19 Thread Wolfgang Denk
Dear Stefano Babic, In message <1287472943-11662-1-git-send-email-sba...@denx.de> you wrote: > Add prototype function for ispVMFreeMem to remove warnings > when support for Lattice FPGA is compiled. > > Signed-off-by: Stefano Babic > --- > include/lattice.h |1 + > 1 files changed, 1 insert

Re: [U-Boot] [PATCH] boards.cfg: update local documentation

2010-10-19 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1287470980-30991-1-git-send-email-vap...@gentoo.org> you wrote: > The "options" field at the moment is only documented in the changelog > which isn't terribly useful to people without git. > > Signed-off-by: Mike Frysinger > --- > boards.cfg | 14 +++--

Re: [U-Boot] [Patch V2] update board EB+CPUx9K2

2010-10-19 Thread Wolfgang Denk
Dear Jens Scharsig, In message <4cbdd74b.8030...@scharsoft.de> you wrote: > * update to support arm reloaction > * unnecessary environment variables removed > > > Signed-off-by: Jens Scharsig > --- > > changes since V1 > > * make conform with Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE patch

Re: [U-Boot] [Patch v3] Add support for HP Jornada flashrom boards

2010-10-19 Thread Wolfgang Denk
Dear Kristoffer Ericson, In message <1287178303-17003-1-git-send-email-kristoffer.eric...@gmail.com> you wrote: > This patch adds support for the HP Jornada flashboards > that were made in 2008. Older flashroms should work if > memory registers are adjusted. > > Signed-off-by: Kristoffer Ericson

Re: [U-Boot] [RFC/PATCH] Makefile: allow boards to check file size limits

2010-10-19 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1287025103-26681-1-git-send-email-vap...@gentoo.org> you wrote: > Boards often have a reserved size limit on the flash where they're stored. > Sometimes during upgrades or config changes, those limits are exceeded, > but no one notices until they try to upgrade and

Re: [U-Boot] [PATCH v2] drivers/net/fec_mxc.c: write mac address in init

2010-10-19 Thread Wolfgang Denk
Dear John Rigby, In message <1287001868-22244-1-git-send-email-john.ri...@linaro.org> you wrote: > Call fec_set_hwaddr in init routine to setup MAC address so when ethaddr is > set > late via setenv the change will propagate to the hw. > > Signed-off-by: John Rigby > CC: Ben Warren > --- > v2

Re: [U-Boot] commit "powerpc: Remove warm reset entry point" does not work on mpc83xx

2010-10-19 Thread Joakim Tjernlund
Wolfgang Denk wrote on 2010/10/19 23:13:59: > > Dear Joakim Tjernlund, > > In message 0073e...@transmode.se> you wrote: > > > > There is one thing though: At address 0x100(and 0x110) we have a > > branch to where the boot is really located. This is because > > we have small sectors in the begin

Re: [U-Boot] commit "powerpc: Remove warm reset entry point" does not work on mpc83xx

2010-10-19 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message you wrote: > > There is one thing though: At address 0x100(and 0x110) we have a > branch to where the boot is really located. This is because > we have small sectors in the beginning of the flash and we want to > use those as environment etc. Why don't you use

Re: [U-Boot] commit "powerpc: Remove warm reset entry point" does not work on mpc83xx

2010-10-19 Thread Joakim Tjernlund
Wolfgang Denk wrote on 2010/10/19 22:04:17: > > Dear Joakim Tjernlund, > > In message 006aa...@transmode.se> you wrote: > > > > > During normal use I thought that the reset entry point was always > > > 0xX100 and a warm reset would never occur. > > > > I am not so sure about this. Perhaps

Re: [U-Boot] [PULL] U-Boot-pxa pull request

2010-10-19 Thread Wolfgang Denk
Dear Marek Vasut, In message <201010192228.34814.marek.va...@gmail.com> you wrote: > Hi, > please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u- > boot-testing/Makefile-cleanup branch. Thanks > > The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac:

Re: [U-Boot] [Patch v3 1/7] Expand POST memory test to support arch-depended implementation.

2010-10-19 Thread Wolfgang Denk
Dear York Sun, In message <1285712437-6719-1-git-send-email-york...@freescale.com> you wrote: > Add weak functions to enable architecture depended preparation, address > advancing, cleaning up and error handling. > > These weak functions provides the framwork to implemente arch/platform > depende

[U-Boot] [PULL] U-Boot-pxa pull request

2010-10-19 Thread Marek Vasut
Hi, please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u- boot-testing/Makefile-cleanup branch. Thanks The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac: Makefile: move all Power Architecture boards into boards.cfg (2010-10-17 01:34:08 +0200)

Re: [U-Boot] [PATCH] doc/README.scrapyard: add documentation for abandoned boards

2010-10-19 Thread Wolfgang Denk
In message <1287517804-29731-1-git-send-email...@denx.de> I wrote: > Add a document to maintain a list of boards removed from the current > source tree, so archeologists can check more easily if here is > something they might want to dig for... > > Signed-off-by: Wolfgang Denk > --- > doc/README

Re: [U-Boot] [PATCH] NC650/CP650: remove code for yet another corpse

2010-10-19 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1287480529-22164-1-git-send-email...@denx.de> you wrote: > The NC650 / CP650 boards have long been unmaintained and left broken. > As obviously nobody is interested in that code any more, we may as > well remove it. > > Signed-off-by: Wolfgang Denk > --- > MAINTA

[U-Boot] [PATCH 2/2] Build: PXA: Fix TrizepsIV build variants

2010-10-19 Thread Marek Vasut
Signed-off-by: Marek Vasut --- MAKEALL |5 + Makefile|8 board/trizepsiv/conxs.c |2 +- boards.cfg |2 ++ 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/MAKEALL b/MAKEALL index 59ff847..1a96b0f 100755 --- a

[U-Boot] [PATCH 1/2] Build: PXA: Fix Vpac270 build variants

2010-10-19 Thread Marek Vasut
Signed-off-by: Marek Vasut --- MAKEALL |3 --- Makefile | 16 board/vpac270/vpac270.c |2 +- boards.cfg|3 +++ include/configs/vpac270.h | 12 ++-- 5 files changed, 10 insertions(+), 26 deletions(-) dif

Re: [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91

2010-10-19 Thread Wolfgang Denk
Dear Reinhard Meyer, In message <4cbdab40.3040...@emk-elektronik.de> you wrote: > Hello Wolfgang, > > The following changes since commit 1ba91ba23396005ef7b42381cc21f0baf78d0d60: > Joakim Tjernlund (1): > dlmalloc.c: Fix gcc alias warning > > are available in the git repository at: >

Re: [U-Boot] commit "powerpc: Remove warm reset entry point" does not work on mpc83xx

2010-10-19 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message you wrote: > > > During normal use I thought that the reset entry point was always > > 0xX100 and a warm reset would never occur. > > I am not so sure about this. Perhaps the Freescale guys can set us > straight? Originally U-Boot (well, PPCBoot, to be m

Re: [U-Boot] [PATCH] logodl: : remove code for yet another corpse

2010-10-19 Thread Wolfgang Denk
Dear Graeme Russ, In message <4cac2ea2.5070...@gmail.com> you wrote: > On 06/10/10 15:50, Reinhard Meyer wrote: ... > > A text file in doc, like README.historic-boards would suffice, indicating > > which u-boot release that board was nuked. It would also be good to mention > > CPU that board used.

[U-Boot] [PATCH] doc/README.scrapyard: add documentation for abandoned boards

2010-10-19 Thread Wolfgang Denk
Add a document to maintain a list of boards removed from the current source tree, so archeologists can check more easily if here is something they might want to dig for... Signed-off-by: Wolfgang Denk --- doc/README.scrapyard | 29 + 1 files changed, 29 insertions(+

Re: [U-Boot] commit "powerpc: Remove warm reset entry point" does not work on mpc83xx

2010-10-19 Thread Joakim Tjernlund
Peter Tyser wrote on 2010/10/19 20:39:41: > > > > > It seems like my board uses the warm start vector at all times. > > > > Padding with 4 nop's after the _start symbol fixes the problem. > > > > It might be due to a somewhat peculiar reset design but I cannot > > > > understand > > > > why. Doe

[U-Boot] [ELF_RELOC] u-boot-arm: elf_reloc branch merged

2010-10-19 Thread Wolfgang Denk
Hello, this is to let you know that the elf_reloc branch has now been merged into u-boot-arm # master. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66

Re: [U-Boot] [PATCH] Support for sending DHCP client options

2010-10-19 Thread T Ziomek
On Tue, Oct 19, 2010 at 02:42:16PM +0100, Gray Remlin wrote: > Signed-off-by: Gray Remlin > --- > README |7 ++ > common/cmd_nvedit.c |3 ++ > net/bootp.c | 52 > +++ > tools/env/fw_env.c |4 ++- > 4 files cha

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2010-10-19 Thread Wolfgang Denk
Dear Stefano Babic, In message <4cbda6a2.5010...@denx.de> you wrote: > Hi Wolfgang, > > please pull from u-boot-imx. > > The following changes since commit cacc342d5aa311673efdc05770cb53246dd41c9f: > > Merge branch 'master' of git://git.denx.de/u-boot-arm (2010-10-17 > 20:25:05 +0200) > > ar

[U-Boot] [PATCH] Update TEXT_BASE to CONFIG_SYS_TEXT_BASE

2010-10-19 Thread Sughosh Ganu
This was missed out in a couple of files under nand_spl Signed-off-by: Sughosh Ganu --- nand_spl/nand_boot.c |3 ++- nand_spl/nand_boot_fsl_nfc.c |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nand_spl/nand_boot.c b/nand_spl/nand_boot.c index 4d6db14..a137

Re: [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91

2010-10-19 Thread Wolfgang Denk
Dear Reinhard Meyer, In message <4cbde68e.2000...@emk-elektronik.de> you wrote: > > This file should/could be removed by moving the text base define to > the board config file. > > Simplest way is that you send an incremental patch and I squash it in before > Wolfgang pulls. Or, if its OK for Wo

Re: [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91

2010-10-19 Thread Reinhard Meyer
Hello, I just noticed that: > board/atmel/at91rm9200ek/config.mk|3 +- This file should/could be removed by moving the text base define to the board config file. Simplest way is that you send an incremental patch and I squash it in before Wolfgang pulls. Or, if its OK for Wolfgang

Re: [U-Boot] commit "powerpc: Remove warm reset entry point" does not work on mpc83xx

2010-10-19 Thread Peter Tyser
> > > It seems like my board uses the warm start vector at all times. > > > Padding with 4 nop's after the _start symbol fixes the problem. > > > It might be due to a somewhat peculiar reset design but I cannot > > > understand > > > why. Does this work for everyone else using 83xx? > > > > Odd..

Re: [U-Boot] [Patch V2] update board EB+CPUx9K2

2010-10-19 Thread Reinhard Meyer
Dear Jens Scharsig, I would ensure that I find AT91 relevant patches when the subject contains "AT91" ;) > /* adress of boot parameters */ address... > +#define CONFIG_SYS_TEXT_BASE 0x How does this work with a text base of 0? Am I missing something? > #define CO

[U-Boot] [PATCH V2] MX31: Removed warnings for iomux function

2010-10-19 Thread Stefano Babic
Removed warnings generated in the mx31_set_pad() function. Signed-off-by: Stefano Babic --- arch/arm/cpu/arm1136/mx31/generic.c |7 +++ arch/arm/include/asm/arch-mx31/mx31.h |1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/cpu/arm1136/mx31/generic.c b/

[U-Boot] [PATCH 1/6] Rename TEXT_BASE to CONFIG_SYS_TEXT_BASE

2010-10-19 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu --- arch/sh/config.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh/config.mk b/arch/sh/config.mk index 07ba68f..415c949 100644 --- a/arch/sh/config.mk +++ b/arch/sh/config.mk @@ -29,6 +29,6 @@ STANDALONE_LOAD_ADDR += -EB endif

Re: [U-Boot] [PATCH] Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE

2010-10-19 Thread Eric Cooper
Please ignore, the same patch was submitted earlier today by Gray Remlin. -- Eric Cooper e c c @ c m u . e d u ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 3/5] sh: rsk7203: Move to boards.cfg

2010-10-19 Thread Nobuhiro Iwamatsu
Move the rsk7203 target out of the Makefile and into boards.cfg. And fix sh2 of MAKEALL. Signed-off-by: Nobuhiro Iwamatsu --- MAKEALL|5 ++--- Makefile |8 boards.cfg |1 + 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/MAKEALL b/MAKEALL index c1f3842.

[U-Boot] [PATCH 5/5] sh: sh4: Move to boards.cfg

2010-10-19 Thread Nobuhiro Iwamatsu
Move the sh4 target boards out of the Makefile and into boards.cfg. And fix sh4 of MAKEALL. Signed-off-by: Nobuhiro Iwamatsu --- MAKEALL| 19 ++- Makefile | 60 boards.cfg | 10 ++ 3 files changed, 1

[U-Boot] [PATCH 4/5] sh: sh3: Move to boards.cfg

2010-10-19 Thread Nobuhiro Iwamatsu
Move the sh3 target boards out of the Makefile and into boards.cfg. And fix sh3 of MAKEALL. Signed-off-by: Nobuhiro Iwamatsu --- MAKEALL|6 +- Makefile | 14 -- boards.cfg |2 ++ 3 files changed, 3 insertions(+), 19 deletions(-) diff --git a/MAKEALL b/MAKEALL ind

[U-Boot] [PATCH 2/5] sh: sh7785lcr: Add CONFIG_SYS_TEXT_BASE for 32bit mode

2010-10-19 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/sh7785lcr/config.mk |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/board/renesas/sh7785lcr/config.mk b/board/renesas/sh7785lcr/config.mk index 1a9038c..6853d2b 100644 --- a/board/renesas/sh7785lcr/config.mk +++ b/boa

[U-Boot] [PATCH 1/5] sh: Fix warning about uninitialized value of ramdisk_flags

2010-10-19 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu --- arch/sh/lib/bootm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh/lib/bootm.c b/arch/sh/lib/bootm.c index 019e8ec..f38d0b0 100644 --- a/arch/sh/lib/bootm.c +++ b/arch/sh/lib/bootm.c @@ -103,7 +103,7 @@ int do_bootm_linux(int

[U-Boot] [Patch V2] update board EB+CPUx9K2

2010-10-19 Thread Jens Scharsig
* update to support arm reloaction * unnecessary environment variables removed Signed-off-by: Jens Scharsig --- changes since V1 * make conform with Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE patch board/BuS/eb_cpux9k2/config.mk |1 - board/BuS/eb_cpux9k2/cpux9k2.c |7 +++ inclu

[U-Boot] [PATCH] Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE

2010-10-19 Thread Eric Cooper
--- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 30a564d..a3136da 100644 --- a/Makefile +++ b/Makefile @@ -341,7 +341,7 @@ $(obj)u-boot.imx: $(obj)u-boot.bin $(obj)u-boot.kwb: $(obj)u-boot.bin $(obj)tool

Re: [U-Boot] commit "powerpc: Remove warm reset entry point" does not work on mpc83xx

2010-10-19 Thread Joakim Tjernlund
Peter Tyser wrote on 2010/10/19 17:51:11: > > On Tue, 2010-10-19 at 12:07 +0200, Joakim Tjernlund wrote: > > My board has a problem with this change. I added it manually to my tree > > and > > now it wont boot at all(only with BDI2000 connected). > > Just to clarify, it won't boot with or with

Re: [U-Boot] [PATCH 1/1] omap3evm: Support for fast boot

2010-10-19 Thread Loïc Minier
On Tue, Oct 19, 2010, Sanjeev Premi wrote: > +#undef CONFIG_FAST_BOOT I wonder whether CONFIG_FAST_BOOT would cause confusion if u-boot gains support for Android fastboot someday? http://en.wikipedia.org/wiki/Fastboot http://android-dls.com/wiki/index.php?title=Fastboot -- Loïc Minier _

Re: [U-Boot] [PATCH 1/1] omap3evm: Support for fast boot

2010-10-19 Thread Premi, Sanjeev
> -Original Message- > From: Loïc Minier [mailto:l...@dooz.org] > Sent: Tuesday, October 19, 2010 10:14 PM > To: Premi, Sanjeev > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 1/1] omap3evm: Support for fast boot > > On Tue, Oct 19, 2010, Sanjeev Premi wrote: > > +#undef CONFIG_

Re: [U-Boot] [PATCH] omap3evm: Move function to identify board revision

2010-10-19 Thread Premi, Sanjeev
> -Original Message- > From: Premi, Sanjeev > Sent: Tuesday, October 19, 2010 6:37 PM > To: u-boot@lists.denx.de > Cc: Premi, Sanjeev > Subject: [PATCH] omap3evm: Move function to identify board revision > > Function omap3_evm_get_revision() - to identify the > board revision was called a

Re: [U-Boot] [ELF_RELOC] Pull into u-boot-arm #master?

2010-10-19 Thread Ben Gardiner
On Tue, Oct 19, 2010 at 10:42 AM, Reinhard Meyer wrote: > Dear Wolfgang Denk, > >> Dear Albert, >> >> do you see any reason to continue keeping elf_reloc as separate >> branch? >> >> I think it would be best to pull this into mainline now, or am I >> missing anything? > > I personally would prefer

  1   2   >