[U-Boot] [PATCH] nds32/board.c: add PCI prompt at boot up

2011-11-29 Thread Macpaul Lin
add PCI prompt at boot up for probing PCI device Signed-off-by: Macpaul Lin macp...@andestech.com --- arch/nds32/lib/board.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c index 66e4537..074aabf 100644 ---

Re: [U-Boot] [PATCH V3 0/2] fix: regression in SMDK6400

2011-11-29 Thread Simon Schwarz
Hi Albert, On 11/25/2011 08:40 PM, Albert ARIBAUD wrote: Hi Simon, Le 31/10/2011 17:34, Simon Schwarz a écrit : This is a fix for a regression introduced by my patch 55f429bb39614a16b1bacc9a8bea9ac01a60bfc8 to u-boot-ti/next The issue is described here:

Re: [U-Boot] [PATCH v3] tools/env: add posibility to inject configuration

2011-11-29 Thread Andreas Bießmann
ping? Am 18.10.2011 10:03, schrieb Andreas Bießmann: If one wants to use fw_printenv/fw_setenv in special variants (eg compiled in MTD parameters without configuration file) he needs to change the sources. This patch add the posibillity to change the behaviour of fw_printenv by defining a

Re: [U-Boot] [PATCH 2/4] nds32/ag102: add ag102 soc support

2011-11-29 Thread Macpaul Lin
Hi Mike, 2011/11/29 Macpaul Lin macp...@gmail.com Hi Mike, This reply didn't CC to u-boot mailing list. So I forward it again. 2011/11/24 Mike Frysinger vap...@gentoo.org On Tuesday 22 November 2011 21:16:50 Macpaul Lin wrote: 2011/11/19 Mike Frysinger vap...@gentoo.org +.globl

[U-Boot] [PATCH v2 1/4] nds32/ag102: add header support of ag102 soc

2011-11-29 Thread Macpaul Lin
Add device address offsets header of ag102 soc. Add ag102 into mach-types.h. Add asm-offsets.c for helping convert C headers into asm. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v2: - No change. arch/nds32/cpu/n1213/ag102/asm-offsets.c | 54

[U-Boot] [PATCH v2 3/4] board/adp-ag102: add board specific files

2011-11-29 Thread Macpaul Lin
Add board specific files. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v2: - No change. board/AndesTech/adp-ag102/Makefile| 43 + board/AndesTech/adp-ag102/adp-ag102.c | 107 + 2 files changed, 150 insertions(+), 0

[U-Boot] [PATCH v2 2/4] nds32/ag102: add ag102 soc support

2011-11-29 Thread Macpaul Lin
Add lowlevel ag102 soc support. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v2: - cpu.c: - 1. Remove unused variables. - 2. Replace while(1) in do_reset by hang(). - 3. Clean up other coding styles. - timer.c: remove unneccessary static declaration

[U-Boot] [PATCH v2 4/4] board/adp-ag102: add configuration of adp-ag102

2011-11-29 Thread Macpaul Lin
board: Add config file of board adp-ag102 Add adp-ag102 into boards.cfg Add adp-ag102 into MAINTAINERS doc: add README of ag102 Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v2: - add pci and usb support to board setting adp-ag102.h MAINTAINERS |1 +

Re: [U-Boot] [PATCH] avr32: fix timer_init() return type

2011-11-29 Thread Andreas Bießmann
Dear Reinhard, Am 13.10.2011 12:27, schrieb Reinhard Meyer: Dear Andreas Bießmann, if (set_interrupt_handler(0, timer_interrupt_handler, 3)) - return; + return 0; NAK, this is an error and should return a negative value (though the return value is currently not

Re: [U-Boot] [PATCH] sandbox: Add timer simulation

2011-11-29 Thread Matthias Weißer
Am 28.11.2011 23:57, schrieb Mike Frysinger: On Monday 28 November 2011 16:40:29 Matthias Weisser wrote: Making sleep command work i like the idea, but using clock_xxx funcs makes me sad (generally requires a newerish glibc and -lrt). my only alternative proposal is to use usec's with

[U-Boot] [PATCH v4 7/7] arm, davinci: Remove duplication of pinmux configuration code

2011-11-29 Thread Christian Riesch
This patch replaces the pinmux configuration code in arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c by the code from arch/arm/cpu/arm926ejs/davinci/pinmux.c. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Sandeep Paulraj s-paul...@ti.com Cc: Heiko Schocher h...@denx.de Acked-by:

[U-Boot] [PATCH v4 0/7] Remove duplication of pinmux configuration code

2011-11-29 Thread Christian Riesch
Hi, this is v4 of the first part of my recent patchset [PATCH v3 00/15] Add an SPL to boot the da850evm from SPI http://lists.denx.de/pipermail/u-boot/2011-November/82.html Changes for v4: - split the patchset since its getting quite big, this here is the pinmuxing part - added the

[U-Boot] [PATCH v4 3/7] arm, da850evm: Do pinmux configuration for EMAC together with other pinmuxes

2011-11-29 Thread Christian Riesch
Pinmux configuration for the EMAC was done in a separate call of davinci_configure_pin_mux(). This patch moves all the pinmux configuration that is done for this board to a common place. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Heiko Schocher h...@denx.de Cc: Sandeep

[U-Boot] [PATCH v4 2/7] arm, hawkboard: Remove obsolete struct pinmux_config i2c_pins

2011-11-29 Thread Christian Riesch
The configuration in struct pinmux_config i2c_pins does not configure the pins for i2c but for uart. Since this function is already configured by struct pinmux_config uart2_pins the i2c_pins struct is obsolete. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Heiko Schocher

[U-Boot] [PATCH v4 5/7] arm, da850evm: Use the pinmux configurations defined in the arch tree

2011-11-29 Thread Christian Riesch
The boards in board/davinci/da8xxevm/ define pinmux_config[] vectors that contain pinmux configurations for emac, uarts, memory controllers... In an earlier patch such pinmux configurations were added to the arch tree. This patch makes the da850evm use these definitions instead of defining its

[U-Boot] [PATCH v4 1/7] arm, davinci: Move pinmux functions from board to arch tree

2011-11-29 Thread Christian Riesch
Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Sandeep Paulraj s-paul...@ti.com Cc: Heiko Schocher h...@denx.de Cc: Sudhakar Rajashekhara sudhakar@ti.com Cc: Syed Mohammed Khasim sm.kha...@gmail.com Cc: Sughosh Ganu urwithsugh...@gmail.com Cc: Nick Thompson

[U-Boot] [PATCH v4 6/7] arm, hawkboard: Use the pinmux configurations defined in the arch tree

2011-11-29 Thread Christian Riesch
The boards in board/davinci/da8xxevm/ define pinmux_config[] vectors that contain pinmux configurations for emac, uarts, memory controllers... In an earlier patch such pinmux configurations were added to the arch tree. This patch makes the hawkboard use these definitions instead of defining its

[U-Boot] [PATCH v4 4/7] arm, da850: Add pinmux configurations to the arch tree

2011-11-29 Thread Christian Riesch
Up to now nearly every davinci board has separate code for the definition of pinmux configurations. This patch adds pinmux configurations for the DA850 SoCs to the arch tree which may later be used for all DA850 based boards. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Sandeep

Re: [U-Boot] Attn Maintainers: git advise needed (how to fix messed up repo)

2011-11-29 Thread Graeme Russ
On 29/11/11 10:02, Mike Frysinger wrote: On Monday 28 November 2011 17:31:19 Graeme Russ wrote: error: refs/tags/2009.01-rc2 does not point to a valid object! this tag seems to have bled into some people's repos ... i'd suggest you punt it locally: git tag -d 2009.01-rc2 and then

[U-Boot] [PATCH v4] arm: printf() is not available in some SPL configurations

2011-11-29 Thread Christian Riesch
This patch avoids build breakage for SPLs that do not support printf. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Wolfgang Denk w...@denx.de Cc: Albert Aribaud albert.u.b...@aribaud.net Acked-by: Tom Rini tr...@ti.com Acked-by: Andreas Bießmann andreas.de...@googlemail.com ---

[U-Boot] [PATCH] Makefile: add tools/mkenvimage to target 'clean'

2011-11-29 Thread Horst Kronstorfer
Signed-off-by: Horst Kronstorfer hkron...@frequentis.com --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index d84b350..b1f9044 100644 --- a/Makefile +++ b/Makefile @@ -751,7 +751,7 @@ clean: $(obj)tools/envcrc

Re: [U-Boot] Attempts to make U-Boot start from L2 Cache on P2020RDB-like board

2011-11-29 Thread Wojciech Zabolotny
On Mon, Nov 28, 2011 at 11:59 PM, Ira W. Snyder i...@ovro.caltech.edu wrote: On Mon, Nov 28, 2011 at 11:22:01PM +0100, Wojciech Zabolotny wrote: [...] It seems that the U-Boot somehow misconfigures the SD controller. The first part of U-Boot is loading correctly and the initial messages are

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

2011-11-29 Thread Graeme Russ
Hi Wolfgang, After much wailing and gnashing of teeth, The following changes since commit a63d9652757605ec5f7104addc5d38bf10ba8671: menu.c: use puts() instead of printf() where possible (2011-11-28 20:19:41 +0100) are available in the git repository at: git://git.denx.de/u-boot-x86.git

[U-Boot] [PATCH v4] arm, davinci: Fix clear bss loop for zero length bss

2011-11-29 Thread Christian Riesch
This patch fixes the clear bss loop for bss sections that have zero length, i.e., where __bss_start == __bss_end__. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Albert Aribaud albert.u.b...@aribaud.net --- Hi, this is v4 of a patch out of my recent patchset [PATCH v3 00/15]

Re: [U-Boot] Attn Maintainers: git advise needed (how to fix messed up repo)

2011-11-29 Thread Graeme Russ
On 29/11/11 16:36, Mike Frysinger wrote: On Tuesday 29 November 2011 00:04:12 Graeme Russ wrote: I think I need to do some reading up on 'rebase' versus 'merge' in git [snip] then you'll have to do: $ git checkout master $ git rebase u-boot/master $ git push --force

Re: [U-Boot] [PATCH v4] arm, davinci: Fix clear bss loop for zero length bss

2011-11-29 Thread Christian Riesch
On Tue, Nov 29, 2011 at 11:48 AM, Christian Riesch christian.rie...@omicron.at wrote: This patch fixes the clear bss loop for bss sections that have zero length, i.e., where __bss_start == __bss_end__. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Albert Aribaud

[U-Boot] [PATCH v5] arm: Fix clear bss loop for zero length bss

2011-11-29 Thread Christian Riesch
This patch fixes the clear bss loop for bss sections that have zero length, i.e., where __bss_start == __bss_end__. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Albert Aribaud albert.u.b...@aribaud.net --- Hi, this is v5 of a patch out of my recent patchset [PATCH v3 00/15]

Re: [U-Boot] [PATCH] x86: Turn on support for EFI's GPT in the coreboot config

2011-11-29 Thread Graeme Russ
Hi Gabe, On 29/11/11 17:57, Gabe Black wrote: This allows u-boot to figure out the partitions of a chrome-os install. Signed-off-by: Gabe Black gabebl...@chromium.org --- include/configs/coreboot.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH] M28: GPIO pin validity check added

2011-11-29 Thread Robert Deliën
Hi Wolfgang, What do you mean? Which message do you claim I have omitted? And where? Oh, no, I'm sorry; That's not how I meant it. I didn't mean 'drop' as in 'omit', but as in 'passing'. 3 hours? Hm... I think it should be possible to read enough git documents and tutorials in one hour

[U-Boot] devkit8000: MMC/FAT booting problem with SPL

2011-11-29 Thread Simon Schwarz
Hi List, there seems to be a problem in devkit8000 in combination with mmc boot. I have this error: OMAP SD/MMC: 0 reading u-boot.img reading u-boot.img Error reading cluster spl: error reading image u-boot.img, err - -1 ### ERROR ### Please RESET the board ### Some exploring i did some time

[U-Boot] [PATCH V2] sandbox: Add timer simulation

2011-11-29 Thread Matthias Weisser
Making sleep command work Signed-off-by: Matthias Weisser weiss...@arcor.de --- Changes in v2: - Added check for existence and working of clock_gettime - Added implementation of timer_get_us - Fixed a build error arch/sandbox/config.mk |1 + arch/sandbox/cpu/cpu.c

[U-Boot] [PATCH v4 2/5] arm, davinci, da850: add uart1 tx rx pinmux config

2011-11-29 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Tom Rini tr...@ti.com Cc: Sandeep Paulraj s-paul...@ti.com Cc: Tom Rini tom.r...@gmail.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Christian Riesch christian.rie...@omicron.at --- changes for v4: add Acked-by from Tom Rini

[U-Boot] [PATCH v4 1/5] arm, davinci: move davinci_rtc struct to hardware.h

2011-11-29 Thread Heiko Schocher
move struct davinci_rtc to arch/arm/include/asm/arch-davinci/hardware.h and add RTC_KICK0R_WE, RTC_KICK1R_WE defines, so they are global useable. Signed-off-by: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com --- arch/arm/include/asm/arch-davinci/hardware.h | 39

[U-Boot] [PATCH v4 0/5] arm, davinci: add am1808 based enbw_cmc board

2011-11-29 Thread Heiko Schocher
MINMAX MULTISTATEMENT_MACRO_USE_DO_WHILE 2029/0001-arm-davinci-move-davinci_rtc-struct-to-hardware.h.patch has no obvious style problems and is ready for submission. total: 0 errors, 0 warnings, 18 lines checked NOTE: Ignored message types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX

[U-Boot] [PATCH v4 3/5] arm, board/davinci/common/misc.c: Codingstyle cleanup

2011-11-29 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com Cc: Tom Rini tom.r...@gmail.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Christian Riesch christian.rie...@omicron.at --- board/davinci/common/misc.c | 19 ++- 1 files changed, 10

[U-Boot] [PATCH v4 4/5] arm, davinci: move misc function in arch tree

2011-11-29 Thread Heiko Schocher
move the board/davinci/common/misc.c file to arch/arm/cpu/arm926ejs/davinci/misc.c, so all davinci boards can use this functions. Signed-off-by: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com Cc: Tom Rini tom.r...@gmail.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc:

[U-Boot] [PATCH v4 5/5] arm, davinci: add support for am1808 based enbw_cmc board

2011-11-29 Thread Heiko Schocher
- booting from NOR Flash with direct boot method - POST support - LOGBUF support Signed-off-by: Heiko Schocher h...@denx.de Cc: Paulraj Sandeep s-paul...@ti.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Igor Grinberg grinb...@compulab.co.il Cc: Christian Riesch christian.rie...@omicron.at

Re: [U-Boot] [PATCH] mmc: Implement card detection.

2011-11-29 Thread Andy Fleming
On Tue, Nov 29, 2011 at 1:02 AM, Thierry Reding thierry.red...@avionic-design.de wrote: * Andy Fleming wrote: [...] Well, while this isn't the case in any systems I know of now, it is quite possible for there to be more than one *type* of SD/MMC controller on an SoC, and there's always the

Re: [U-Boot] [PATCH] mmc: Implement card detection.

2011-11-29 Thread Thierry Reding
* Andy Fleming wrote: On Tue, Nov 29, 2011 at 1:02 AM, Thierry Reding thierry.red...@avionic-design.de wrote: * Andy Fleming wrote: [...] Well, while this isn't the case in any systems I know of now, it is quite possible for there to be more than one *type* of SD/MMC controller on an

[U-Boot] ARM: vexpress: Extend default boot sequence to load script from MMC

2011-11-29 Thread Jon Medhurst (Tixy)
Extend the default boot sequence on Versatile Express to load a boot script from MMC. Signed-off-by: Jon Medhurst jon.medhu...@linaro.org --- include/configs/vexpress_common.h | 20 ++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH RFC] sandbox: Add tap based networking

2011-11-29 Thread Matthias Weisser
This patch adds a network driver for sandbox using tap. Signed-off-by: Matthias Weisser weiss...@arcor.de --- This patch adds support for networking to sandbox architecture using tap. A tap device tap0 has to be created e.g. using openvpn $ openvpn --mktun --dev tap0 u-boot should then be able

Re: [U-Boot] what to do when the uboot can not mark the phisical bad block of nand flash?

2011-11-29 Thread Marek Vasut
The boot version is 1.3.1. So how the Nand erase mark the bad block into BBT in the software? Ok, please: 1) Stop top-pasting replied 2) Use mainline u-boot or something not prehistoric. please! M 在 2011-11-26 19:43:40,Marek Vasut marek.va...@gmail.com 写道: OK,guys,I can discribe this

Re: [U-Boot] devkit8000: MMC/FAT booting problem with SPL

2011-11-29 Thread Tom Rini
On 11/29/2011 04:11 AM, Simon Schwarz wrote: Hi List, there seems to be a problem in devkit8000 in combination with mmc boot. I have this error: OMAP SD/MMC: 0 reading u-boot.img reading u-boot.img Error reading cluster spl: error reading image u-boot.img, err - -1 ### ERROR ###

Re: [U-Boot] [u-boot][PATCH] uboot/flexcan: fixup flexcan clock-frequency

2011-11-29 Thread Kumar Gala
On Nov 15, 2011, at 1:04 AM, Jia Hongtao wrote: Make the fixup matchable with dts and kernel. Update the compatible from fsl,flexcan-v1.0 to fsl,p1010-flexcan and Change the clock-freq property to clock-frequency. We also change flexcan frequency from CCB-clock to CCB-clock/2 according to

Re: [U-Boot] [PATCH] powerpc/85xx: Add workaround for erratum A-003474

2011-11-29 Thread Kumar Gala
On Nov 20, 2011, at 12:01 PM, York Sun wrote: Erratum A-003474: Internal DDR calibration circuit is not supported Impact: Experience shows no significant benefit to device operation with auto-calibration enabled versus it disabled. To ensure consistent timing results, Freescale recommends

Re: [U-Boot] [PATCH] sandbox: Add timer simulation

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 04:35:06 Matthias Weißer wrote: Am 28.11.2011 23:57, schrieb Mike Frysinger: On Monday 28 November 2011 16:40:29 Matthias Weisser wrote: Making sleep command work i like the idea, but using clock_xxx funcs makes me sad (generally requires a newerish glibc

Re: [U-Boot] [PATCH] [v2] powerpc/85xx: clean up and document the QE/FMAN microcode macros

2011-11-29 Thread Kumar Gala
On Nov 22, 2011, at 9:21 AM, Timur Tabi wrote: Several macros are used to identify and locate the microcode binary image that U-boot needs to upload to the QE or Fman. Both the QE and the Fman use the QE Firmware binary format to package their respective microcode data, which is why the

Re: [U-Boot] [PATCH 1/2] powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.h

2011-11-29 Thread Kumar Gala
On Nov 21, 2011, at 5:10 PM, Timur Tabi wrote: Macro CONFIG_FSL_SATA_V2 is defined if the SOC has a V2 Freescale SATA controller, so it should be defined in config_mpc85xx.h instead of the various board header files. So now CONFIG_FSL_SATA_V2 is always defined on the P1013, P1022, P2041,

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: always implement the work-around for Erratum SATA_A001

2011-11-29 Thread Kumar Gala
On Nov 21, 2011, at 5:10 PM, Timur Tabi wrote: On the P1022/P1013, the work-around for erratum SATA_A001 was implemented only if U-Boot initializes SATA, but SATA is not initialized by default. So move the work-around to the CPU initialization function, so that it's always executed on the

Re: [U-Boot] [PATCH] powerpc/p3060qds: Add board related support for P3060QDS platform

2011-11-29 Thread Kumar Gala
On Nov 22, 2011, at 2:51 AM, Shengzhou Liu wrote: The P3060QDS is a Freescale reference board for the six-core P3060 SOC. P3060QDS Board Overview: Memory subsystem: - 2G Bytes unbuffered DDR3 SDRAM SO-DIMM(64bit bus) - 128M Bytes NOR flash single-chip memory - 16M Bytes SPI flash -

Re: [U-Boot] [PATCH v5 2/3] mpc8xxx: update module_type values from JEDEC DDR3 SPD Specification

2011-11-29 Thread Kumar Gala
On Nov 21, 2011, at 3:20 PM, Ira W. Snyder wrote: Newer JEDEC DDR3 SPD Specifications define several additional values for the DDR3 module_type field which were undefined when this code was written. Update the code to handle the newer module types. Signed-off-by: Ira W. Snyder

Re: [U-Boot] [PATCH v5 1/3] mpc85xx: support board-specific reset function

2011-11-29 Thread Kumar Gala
On Nov 21, 2011, at 3:20 PM, Ira W. Snyder wrote: This is useful for boards which cannot be reset in the usual way for the 85xx CPU. An example is a board which can only be reset by a hardware watchdog. Signed-off-by: Ira W. Snyder i...@ovro.caltech.edu --- Unchanged from v1.

Re: [U-Boot] [PATCH] powerpc/85xx: verify the localbus device tree address before booting the OS

2011-11-29 Thread Kumar Gala
On Nov 16, 2011, at 1:28 PM, Timur Tabi wrote: The localbus controller node in the device tree is typically a root node, even though the controller is part of CCSR. If we were to put the lbc node under the SOC node, then the 'ranges' property in the lbc node would translate through the

Re: [U-Boot] Attn Maintainers: git advise needed (how to fix messed up repo)

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 05:51:52 Graeme Russ wrote: However, I still get: error: refs/tags/2009.01-rc2 does not point to a valid object! if `git tag -d 2009.01-rc2` doesn't fix things, then try: rm .git/refs/tags/2009.01-rc2 sed -i /tags.2009.01-rc2/d .git/packed-refs

Re: [U-Boot] [PATCH v6] mpc85xx: support for Freescale COM Express P2020

2011-11-29 Thread Kumar Gala
On Nov 23, 2011, at 10:25 AM, Ira W. Snyder wrote: This adds support for the Freescale COM Express P2020 board. This board is similar to the P1_P2_RDB, but has some extra (as well as missing) peripherals. Unlike all other mpc85xx boards, it uses a watchdog timeout to reset. Using the

[U-Boot] [GIT PULL] Pull request u-boot-85xx.git

2011-11-29 Thread Kumar Gala
The following changes since commit a63d9652757605ec5f7104addc5d38bf10ba8671: menu.c: use puts() instead of printf() where possible (2011-11-28 20:19:41 +0100) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Ira W. Snyder (3): mpc8xxx: update

Re: [U-Boot] [PATCH RFC] sandbox: Add tap based networking

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 09:09:03 Matthias Weisser wrote: This patch adds support for networking to sandbox architecture using tap. A tap device tap0 has to be created e.g. using openvpn this info should be in the changelog as it's useful As sandbox is build using the native

Re: [U-Boot] [PATCH V2] sandbox: Add timer simulation

2011-11-29 Thread Mike Frysinger
Acked-by: Mike Frysinger vap...@gentoo.org Simon: did we decide to start a dedicated sandbox repo ? -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 08/11] MIPS: add additional reserved vectors for MIPS24K and MIPS34K cores

2011-11-29 Thread Daniel Schwierzeck
On Mon, Nov 28, 2011 at 5:48 PM, Shinya Kuribayashi skuri...@pobox.com wrote: On 11/24/11 10:57 PM, Daniel Schwierzeck wrote: @@ -206,11 +206,28 @@ _start:        RVECENT(romReserved,125)        RVECENT(romReserved,126)        RVECENT(romReserved,127) +       XVECENT(romExcHandle,0x400); +

Re: [U-Boot] [PATCH] Makefile: add tools/mkenvimage to target 'clean'

2011-11-29 Thread Mike Frysinger
Acked-by: Mike Frysinger vap...@gentoo.org -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 05/11] MIPS: add sleep handler for slave CPUs in multi-processor systems

2011-11-29 Thread Daniel Schwierzeck
On Mon, Nov 28, 2011 at 5:24 PM, Shinya Kuribayashi skuri...@pobox.com wrote: On 11/24/11 10:57 PM, Daniel Schwierzeck wrote: diff --git a/arch/mips/cpu/mips32/start.S b/arch/mips/cpu/mips32/start.S index 9c1b2f7..b6cb4be 100644 --- a/arch/mips/cpu/mips32/start.S +++

Re: [U-Boot] ARM: vexpress: Extend default boot sequence to load script from MMC

2011-11-29 Thread Ryan Harkin
On Tue, 2011-11-29 at 13:46 +, Jon Medhurst (Tixy) wrote: Extend the default boot sequence on Versatile Express to load a boot script from MMC. Signed-off-by: Jon Medhurst jon.medhu...@linaro.org Acked-by: Ryan Harkin ryan.har...@linaro.org --- include/configs/vexpress_common.h |

Re: [U-Boot] devkit8000: MMC/FAT booting problem with SPL

2011-11-29 Thread Marek Vasut
On 11/29/2011 04:11 AM, Simon Schwarz wrote: Hi List, there seems to be a problem in devkit8000 in combination with mmc boot. I have this error: OMAP SD/MMC: 0 reading u-boot.img reading u-boot.img Error reading cluster spl: error reading image u-boot.img, err - -1 ###

Re: [U-Boot] [PATCH V2] sandbox: Add timer simulation

2011-11-29 Thread Simon Glass
+Wolfgang Hi Mike, On Tue, Nov 29, 2011 at 7:25 AM, Mike Frysinger vap...@gentoo.org wrote: Acked-by: Mike Frysinger vap...@gentoo.org Simon: did we decide to start a dedicated sandbox repo ? -mike We didn't decide - it was an idea and I suppose given Wolfgang's email about workload and

Re: [U-Boot] devkit8000: MMC/FAT booting problem with SPL

2011-11-29 Thread Simon Schwarz
On 11/29/2011 05:25 PM, Marek Vasut wrote: [SNIP] Stupid question -- isn't some stack corruption / memory corruption going on ? M Not stupid at all. I don't think it is a stack corruption but IMHO it seems that the .bss section is overwritten somehow. The cur_dev pointer is 0x8120 for

Re: [U-Boot] [PATCH v2 3/7] tegra: add clock_ll_start_uart() to enable UART prior to reloc

2011-11-29 Thread Stephen Warren
Simon Glass wrote at Monday, November 28, 2011 6:05 PM: Most boards will want to enable a UART early. This function provides that feature in Tegra architecture code so the code does not need to be copied on every board. Signed-off-by: Simon Glass s...@chromium.org Acked-by: Stephen Warren

Re: [U-Boot] [PATCH v2 4/7] tegra: Add a function mux feature

2011-11-29 Thread Stephen Warren
Simon Glass wrote at Monday, November 28, 2011 6:05 PM: funcmux permits selection of config options for particular peripherals, such as the pins that are used for that peripheral, if there are several options. Add UART selection to start with. Signed-off-by: Simon Glass s...@chromium.org

Re: [U-Boot] [PATCH v2 5/7] tegra: Add support for UART init in cpu board.c

2011-11-29 Thread Stephen Warren
Simon Glass wrote at Monday, November 28, 2011 6:05 PM: We add a way of initialising the selected of UARTs prior to relocation. Boards can use the board_init_uart_f() instead of repeating this code themselves. Signed-off-by: Simon Glass s...@chromium.org The code looks reasonable. Is there

Re: [U-Boot] [PATCH v2 6/7] tegra: Move boards over to use arch-level board UART function

2011-11-29 Thread Stephen Warren
Simon Glass wrote at Monday, November 28, 2011 6:05 PM: Now that we can set up the UART in common tegra code, make the boards use it. Signed-off-by: Simon Glass s...@chromium.org Acked-by: Stephen Warren swar...@nvidia.com -- nvpublic ___ U-Boot

Re: [U-Boot] [PATCHv3 0/3] Remove unused definitions from config files

2011-11-29 Thread Tom Rini
On Sat, Nov 26, 2011 at 1:30 PM, Thomas Weber we...@corscience.de wrote: This patchset removes some unused definitions from the config files. It is mostly omap3 centred. Changelog v1-v2        Cc:ed board maintainers v2-v3        Remove comment and empty line around removed definition

Re: [U-Boot] [PATCH] ARM: davinci_dm6467Tevm: Fix build breakage

2011-11-29 Thread Tom Rini
On Sun, Nov 27, 2011 at 1:16 PM, Anatolij Gustschin ag...@denx.de wrote: Fix: arch/arm/cpu/arm926ejs/davinci/libdavinci.o: In function `timer_init': /work/agust/git/u-boot/arch/arm/cpu/arm926ejs/davinci/timer.c:62:  undefined reference to `davinci_arm_clk_get' drivers/i2c/libi2c.o: In

Re: [U-Boot] [PATCH] BeagleBoard: config: Really switch to ttyO2

2011-11-29 Thread Tom Rini
On Sun, Nov 27, 2011 at 6:51 AM, Koen Kooi k...@dominion.thruhere.net wrote: The previous commit changed it to zero two instead of the proper Oh two. This was completely broken! Signed-off-by: Koen Kooi k...@dominion.thruhere.net (Will be) queued to u-boot-ti, thanks. -- Tom

Re: [U-Boot] [PATCH v3 09/15] arm: printf() is not available in some SPL configurations

2011-11-29 Thread Tom Rini
On Fri, Nov 25, 2011 at 5:37 AM, Christian Riesch christian.rie...@omicron.at wrote: This patch avoids build breakage for SPLs that do not support printf. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Wolfgang Denk w...@denx.de Cc: Tom Rini tom.r...@gmail.com Cc: Andreas

Re: [U-Boot] [PATCH v3 12/15] arm, davinci: Add SPL support for DA850 SoCs

2011-11-29 Thread Tom Rini
On Fri, Nov 25, 2011 at 5:37 AM, Christian Riesch christian.rie...@omicron.at wrote: This code adds an SPL for booting from SPI flash on DA850 SoCs. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com Parts of this

Re: [U-Boot] [PATCH RFC] sandbox: Add tap based networking

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 13:21:38 Matthias Weisser wrote: Am 29.11.2011 16:24, schrieb Mike Frysinger: On Tuesday 29 November 2011 09:09:03 Matthias Weisser wrote: As sandbox is build using the native compiler, which is in my case x86_64, ulong is 64 bit in size. This caused non-working

Re: [U-Boot] [PATCH V2] sandbox: Add timer simulation

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 11:55:17 Simon Glass wrote: On Tue, Nov 29, 2011 at 7:25 AM, Mike Frysinger wrote: Simon: did we decide to start a dedicated sandbox repo ? We didn't decide - it was an idea and I suppose given Wolfgang's email about workload and the early and patch-needy state

Re: [U-Boot] devkit8000: MMC/FAT booting problem with SPL

2011-11-29 Thread Simon Schwarz
On 11/29/2011 06:14 PM, Simon Schwarz wrote: On 11/29/2011 05:25 PM, Marek Vasut wrote: [SNIP] Stupid question -- isn't some stack corruption / memory corruption going on ? M Not stupid at all. I don't think it is a stack corruption but IMHO it seems that the .bss section is overwritten

Re: [U-Boot] [RFC] mx28evk: Add initial support for MX28EVK board

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 13:17:59 Fabio Estevam wrote: --- /dev/null +++ b/board/freescale/mx28evk/Makefile +all: $(ALL) dead code; please delete -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list

Re: [U-Boot] [PATCH 09/13] nand_spl_simple: add support for software ECC

2011-11-29 Thread Scott Wood
On 11/28/2011 10:37 AM, Ilya Yanok wrote: This patch adds support for software ECC to the nand_spl_simple driver. To enable this one have to define CONFIG_SPL_NAND_SOFTECC. Tested on OMAP3. Signed-off-by: Ilya Yanok ya...@emcraft.com --- drivers/mtd/nand/nand_ecc.c|2 +-

Re: [U-Boot] [PATCH 10/13] omap_gpmc: use SOFTECC in SPL if it's enabled

2011-11-29 Thread Scott Wood
On 11/28/2011 10:37 AM, Ilya Yanok wrote: Use software ECC for the SPL build if support for software ECC in SPL is enabled. Signed-off-by: Ilya Yanok ya...@emcraft.com --- drivers/mtd/nand/omap_gpmc.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Acked-by: Scott Wood

Re: [U-Boot] [PATCH v2 2/4] nds32/ag102: add ag102 soc support

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 04:15:05 Macpaul Lin wrote: +.globl turnoff_watchdog +turnoff_watchdog: should be: ENTRY(turnoff_watchdog) + ret and at the end, add: ENDPROC(turnoff_watchdog) seems a lot of the nds32 code could use this fixup ... -mike signature.asc Description:

Re: [U-Boot] [PATCH 11/13] nand_spl_simple: store temp data at CONFIG_SPL_NAND_WORKSPACE

2011-11-29 Thread Scott Wood
On 11/28/2011 10:37 AM, Ilya Yanok wrote: Currently nand_spl_simple puts it's temp data at 0x1 offset in SDRAM which is likely to contain already loaded data. I can't see any way to determine some safe address automagically so make it up to board porter to provide the safe-to-use address

Re: [U-Boot] [PATCH RFC] sandbox: Add tap based networking

2011-11-29 Thread Matthias Weisser
Am 29.11.2011 16:24, schrieb Mike Frysinger: On Tuesday 29 November 2011 09:09:03 Matthias Weisser wrote: This patch adds support for networking to sandbox architecture using tap. A tap device tap0 has to be created e.g. using openvpn this info should be in the changelog as it's useful

Re: [U-Boot] [PATCH 13/13] mcx: support for HTKW mcx board

2011-11-29 Thread Tom Rini
On Mon, Nov 28, 2011 at 9:37 AM, Ilya Yanok ya...@emcraft.com wrote: This patch adds support for the HTKW mcx AM3517-based board. Serial, Ethernet, NAND, MMC, RTC, EHCI USB host and both NAND and MMC SPLs are supported. [snip] +#if defined(CONFIG_GENERIC_MMC) defined(CONFIG_OMAP_HSMMC) \ +  

Re: [U-Boot] uboot to load uboot

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 02:00:38 Wolfgang Denk wrote: Sridhar Addagada you wrote: Here is a scenario, i have a working version of the u-boot on my board, and am trying my changes. Am not sure it is going to freeze the board, so would like the present version to load the new version

Re: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-11-29 Thread Tom Rini
On Mon, Nov 28, 2011 at 9:37 AM, Ilya Yanok ya...@emcraft.com wrote: DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs also. This patch moves common defines from arch-davinci/emac_defs.h to drivers/net/davinci_emac.h DaVinci specific PHY drivers hacked to include the new

Re: [U-Boot] [PATCH 1/2] arm, arm926ejs: always do cpu critical inits

2011-11-29 Thread Tom Rini
On Wed, Nov 9, 2011 at 11:06 PM, Heiko Schocher h...@denx.de wrote: always do the cpu critical inits in cpu_init_crit, and only jump to lowlevel_init, if CONFIG_SKIP_LOWLEVEL_INIT is not defined. Signed-off-by: Heiko Schocher h...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc:

Re: [U-Boot] [PATCH v4 0/5] arm, davinci: add am1808 based enbw_cmc board

2011-11-29 Thread Tom Rini
On Tue, Nov 29, 2011 at 5:33 AM, Heiko Schocher h...@denx.de wrote: repost from: [U-Boot] [PATCH v3 0/3] arm, davinci: add am1808 based enbw_cmc board http://lists.denx.de/pipermail/u-boot/2011-November/111427.html changes for v4:  - change gp0[15] output state to high  - change gp6[10]

Re: [U-Boot] [PATCH v4 0/7] Remove duplication of pinmux configuration code

2011-11-29 Thread Tom Rini
On Tue, Nov 29, 2011 at 2:46 AM, Christian Riesch christian.rie...@omicron.at wrote: Hi, this is v4 of the first part of my recent patchset [PATCH v3 00/15] Add an SPL to boot the da850evm from SPI http://lists.denx.de/pipermail/u-boot/2011-November/82.html Changes for v4: - split the

Re: [U-Boot] [PATCH v4] arm: printf() is not available in some SPL configurations

2011-11-29 Thread Tom Rini
On Tue, Nov 29, 2011 at 3:11 AM, Christian Riesch christian.rie...@omicron.at wrote: This patch avoids build breakage for SPLs that do not support printf. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Wolfgang Denk w...@denx.de Cc: Albert Aribaud albert.u.b...@aribaud.net

[U-Boot] u-boot-ti

2011-11-29 Thread Tom Rini
Hey all, As you might have gathered from the flurry of emails I'm now a co-custodian of the u-boot-ti tree. I just wanted to take a minute and thank Sandeep for all the work he's put in over the last few years and thank everyone in advance for their patience as I go over the queue of stuff that

Re: [U-Boot] [PATCH v6] net: ll_temac: Add LL TEMAC driver to u-boot

2011-11-29 Thread Stephan Linz
Am Sonntag, den 27.11.2011, 23:29 +0100 schrieb Wolfgang Denk: Dear Stephan Linz, --snip-- This special 'DCR' function can map into indirect DCR access. But unfortunately in_be32() and out_be32() for Microblaze are not real functions. They are CPP defines :-( Change it? Turning

Re: [U-Boot] [PATCH v2 5/7] tegra: Add support for UART init in cpu board.c

2011-11-29 Thread Simon Glass
Hi Stephen, On Tue, Nov 29, 2011 at 9:24 AM, Stephen Warren swar...@nvidia.com wrote: Simon Glass wrote at Monday, November 28, 2011 6:05 PM: We add a way of initialising the selected of UARTs prior to relocation. Boards can use the board_init_uart_f() instead of repeating this code

Re: [U-Boot] [PATCH V2] sandbox: Add timer simulation

2011-11-29 Thread Simon Glass
Hi Mike, On Tue, Nov 29, 2011 at 10:40 AM, Mike Frysinger vap...@gentoo.org wrote: On Tuesday 29 November 2011 11:55:17 Simon Glass wrote: On Tue, Nov 29, 2011 at 7:25 AM, Mike Frysinger wrote: Simon: did we decide to start a dedicated sandbox repo ? We didn't decide - it was an idea and I

Re: [U-Boot] [RFC PATCH 1/7] reboard: define CONFIG_SYS_LEGACY_BOARD everywhere

2011-11-29 Thread Simon Glass
Hi Mike, On Mon, Nov 28, 2011 at 7:11 PM, Mike Frysinger vap...@gentoo.org wrote: On Monday 21 November 2011 18:57:54 Simon Glass wrote: We are introducing a new unified board setup and we want this to be the default. So we need to opt all architectures out first. the define says BOARD, so

Re: [U-Boot] [PATCH] x86: Turn on support for EFI's GPT in the coreboot config

2011-11-29 Thread Gabe Black
No, that would be fine. Gabe On Tue, Nov 29, 2011 at 2:58 AM, Graeme Russ graeme.r...@gmail.com wrote: Hi Gabe, On 29/11/11 17:57, Gabe Black wrote: This allows u-boot to figure out the partitions of a chrome-os install. Signed-off-by: Gabe Black gabebl...@chromium.org ---

Re: [U-Boot] can't git clone u-boot-ti.git

2011-11-29 Thread Tom Rini
On Mon, Nov 28, 2011 at 10:39 PM, bing bing bing@gmail.com wrote: Hello,  Who can help me to this git clone issue? I'm trying to use git bash tool to get u-boo-ti.git but just get errorfatal: the remote end hung up unexpectedly, but I can get u-boot.git. What's the problem? What is the

Re: [U-Boot] [PATCH] ARM: davici_emac: Fix condition for number of phy detects

2011-11-29 Thread Tom Rini
On Mon, Nov 28, 2011 at 9:30 PM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Sandeep, Can you take this patch ? Regards, --Prabhakar Lad On Thu, Nov 17, 2011 at 6:34 PM, Heiko Schocher h...@denx.de wrote: Hello prabhakar.cse...@gmail.com prabhakar.cse...@gmail.com wrote: From:

Re: [U-Boot] ARM: vexpress: Extend default boot sequence to load script from MMC

2011-11-29 Thread Tom Rini
On Tue, Nov 29, 2011 at 6:46 AM, Jon Medhurst (Tixy) jon.medhu...@linaro.org wrote: Extend the default boot sequence on Versatile Express to load a boot script from MMC. Signed-off-by: Jon Medhurst jon.medhu...@linaro.org Is there any interest in defining a common 'fancy' boot command? Over

Re: [U-Boot] [PATCH 3/9] omap: fix cache line size for omap3/omap4 boards

2011-11-29 Thread Tom Rini
On Tue, Nov 22, 2011 at 10:00 PM, Aneesh V ane...@ti.com wrote: On Tuesday 22 November 2011 09:28 PM, Tom Rini wrote: On 11/22/2011 02:38 AM, Aneesh V wrote: Cc: Tom Rinitr...@ti.com Signed-off-by: Aneesh Vane...@ti.com Except for adding whitespace to include/configs/omap3_evm.h, Will

  1   2   >