Re: [U-Boot] imx6, spl and falcon boot

2013-02-15 Thread Dirk Behme
Am 15.02.2013 21:45, schrieb Chaves, Kevin: Hi, First off, sorry I'm not used to using mailing lists. I'm not sure if this is the best way to dig for information. We've recently switched to uboot/linux from wince and I'm trying to understand how configuring uboot works. I'm also trying to fi

Re: [U-Boot] [PATCH v1] Exynos5: Pinmux: Add fdt for pinmux

2013-02-15 Thread Simon Glass
+Doug Hi Akshay, On Fri, Feb 15, 2013 at 11:00 AM, Akshay Saraswat wrote: > This patch adds fdt nodes for peripherals which require > pin muxing and configuration. Existing pinmux code modified > to retrieve gpio range and function related info from fdt. > > Signed-off-by: Akshay Saraswat Than

Re: [U-Boot] [PATCH V6 10/10] EXYNOS5: I2C: Added FDT and non-FDT support for I2C

2013-02-15 Thread Simon Glass
Hi Amar, On Thu, Feb 14, 2013 at 10:34 PM, Amar wrote: > This patch adds FDT and non-FDT support for I2C, and initialise > the I2C channels. > > Signed-off-by: Amar Acked-by: Simon Glass (please see below) > --- > Changes since V4: > New patch. > > Changes since V5: > 1)Remov

Re: [U-Boot] [PATCH 6/6 V4] config: Snow: Enable MAX98095 codec

2013-02-15 Thread Simon Glass
On Thu, Feb 14, 2013 at 9:46 PM, Rajeshwari Shinde wrote: > This patch enables MAX98095 codec required for Snow > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V4 > - New patch. > include/configs/exynos5250-dt.h |1 + > 1 files changed, 1 insertions(

Re: [U-Boot] [PATCH 3/6 V4] Sound: Support for MAX98095 codec in driver

2013-02-15 Thread Simon Glass
Hi Rajeshwari, On Thu, Feb 14, 2013 at 9:46 PM, Rajeshwari Shinde wrote: > This patchs adds support for MAX98095 codec in > sound driver. > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V2: > - None > Chnages in V3: > - Removed non DT support for

Re: [U-Boot] [PATCH 2/6 V4] Sound: MAX98095: Add the driver for codec

2013-02-15 Thread Simon Glass
On Thu, Feb 14, 2013 at 9:46 PM, Rajeshwari Shinde wrote: > This patch adds the driver for codec MAX98095 required by Snow > Board > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.den

Re: [U-Boot] [PATCH V6 07/10] MMC: APIs to support resize of EMMC boot partition

2013-02-15 Thread Simon Glass
On Thu, Feb 14, 2013 at 10:34 PM, Amar wrote: > This patch adds APIs to access(open / close) and to resize boot partiton of > EMMC. > > Signed-off-by: Amar Acked-by: Simon Glass > --- > Changes since V1: > New patch. > > Changes since V2: > 1)Updation of commit message and res

Re: [U-Boot] [PATCH V6 01/10] FDT: Add compatible string for DWMMC

2013-02-15 Thread Simon Glass
On Thu, Feb 14, 2013 at 10:34 PM, Amar wrote: > Add required compatible information for DWMMC driver. > > Signed-off-by: Vivek Gautam > Signed-off-by: Amar > Acked-by: Jaehoon Chung Acked-by: Simon Glass > --- > Changes since V1: > No change. > > Changes since V2: > 1)Updatio

Re: [U-Boot] [PATCH] powerpc/p1022ds: Add support for NAND and NAND boot using SPL

2013-02-15 Thread Scott Wood
On 02/14/2013 03:35:13 PM, Matthew McClintock wrote: +#if defined(CONFIG_SYS_BR2_PRELIM) && defined(CONFIG_SYS_OR2_PRELIM) + /* for FPGA */ + set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); + set_lbc_or(2, CONFIG_SYS_OR2_PRELIM); +#else +#error CONFIG_SYS_BR2_PRELIM, CONFIG_SYS_OR2_PRELIM

[U-Boot] Please pull u-boot-x86.git

2013-02-15 Thread Simon Glass
Hi Tom, This series includes the sandbox map_sysmem() feature, and gets the memory and hashing functions running on sandbox to allow testing/code coverage. I have run it through buildman and it seems clean, with the proviso that I don't have fully-working toolchains for all architectures. The fo

Re: [U-Boot] [PATCH v3] sandbox: fix compiler warning

2013-02-15 Thread Simon Glass
On Thu, Jan 24, 2013 at 4:45 AM, Albert ARIBAUD wrote: > Hi Allen, > > On Wed, 23 Jan 2013 13:05:27 -0800, Allen Martin > wrote: > >> > Shouldn't the function be given '__attribute__((noreturn))' rather than >> > adding a non-executed 'return 0' to it? >> > >> >> The function in question is sandb

[U-Boot] [GIT PULL] u-boot-mpc83xx: keymile board updates

2013-02-15 Thread Kim Phillips
Hi Tom, Please pull the latest set of keymile 83xx board updates: The following changes since commit 9a82b10c6657c5744802971036bb564ebc660291: Merge branch 'master' of git://git.denx.de/u-boot (2013-02-15 17:46:50 -0600) are available in the git repository at: git://git.denx.de/u-boot-mpc

Re: [U-Boot] [PATCH 20/20] sandbox: Allow hash functions to work correctly

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Use map_sysmem() so that hashing is possible on sandbox. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/hash.c | 25 + > 1 files changed, 17 insertions(+), 8 deletions(-)

Re: [U-Boot] [PATCH 19/20] sandbox: Update mtest to fix crashes

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Use map_sysmem() in the memory tester so that it works as expected on > sandbox. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_mem.c | 97 > +- > 1 files cha

Re: [U-Boot] [PATCH 18/20] Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > This config effectively has a default value of 0, so add this setting > at the top of the code to remove an #ifdef in the C function. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_mem.c |8 > 1 files

Re: [U-Boot] [PATCH 17/20] sandbox: config: Enable hash functions and mtest

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Enable the hash command and sha1/256 hashing for sandbox. Also use a > better address for memory testing (since the existing one is set up > for linux host memory space). > > Signed-off-by: Simon Glass Applied to x86/master. > --- > includ

Re: [U-Boot] [PATCH 16/20] Roll crc32 into hash infrastructure

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Add the CRC32 algorithm to the list of available hashes, and make > the crc32 command use hash_command(). Add a new crc32_wd_buf() to > make this possible, which puts its result in a buffer rather than > returning it as a 32-bit value. > > Sig

Re: [U-Boot] [PATCH 15/20] image: Use crc header file instead of C prototypes

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 2:02 PM, Marek Vasut wrote: > Dear Simon Glass, > >> We have an existing header which the crc32 definitions, so use it. >> >> Signed-off-by: Simon Glass > > Looks ok. > > Acked-by: Marek Vasut Applied to x86/master. > > Best regards, > Marek Vasut __

Re: [U-Boot] [PATCH 14/20] net: Use new numeric setenv functions

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Use setenv_hex() and setenv_addr() in net/ > > Signed-off-by: Simon Glass Applied to x86/master. > --- > drivers/net/fm/fm.c |4 +--- > net/net.c |8 ++-- > 2 files changed, 3 insertions(+), 9 deletions(-) ___

Re: [U-Boot] [PATCH v2 01/16] km/common: remove unneeded ifdefs for I2C

2013-02-15 Thread Kim Phillips
On Mon, 21 Jan 2013 14:55:13 +0100 Holger Brunck wrote: > All boards from this serie use i2c. There is no need to #ifdef the > header. > > Signed-off-by: Holger Brunck > --- applied 16 out of 16 patches. Thanks, Kim ___ U-Boot mailing list U-Boot@

Re: [U-Boot] [PATCH 13/20] drivers: Use new numeric setenv functions

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Use setenv_ulong(), setenv_hex() and setenv_addr() in drivers/ > > Signed-off-by: Simon Glass Applied to x86/master. > --- > fs/fs.c |4 +--- > fs/ubifs/ubifs.c |4 +--- > 2 files changed, 2 insertions(+), 6 deletions(-) _

Re: [U-Boot] [PATCH 12/20] common: Use new numeric setenv functions

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Use setenv_ulong(), setenv_hex() and setenv_addr() in common/ > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_bootm.c| 11 +++ > common/cmd_cbfs.c |4 +--- > common/cmd_cramfs.c |4 +---

Re: [U-Boot] [PATCH 11/20] Update set_working_fdt_addr() to use setenv_addr()

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > We might as well use this common function instead of repeating the same > code. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_fdt.c| 11 ++- > common/cmd_nvedit.c |8 > include/common.h

Re: [U-Boot] [PATCH 10/20] Reduce casting in mtest

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Use a ulong for the command arguments, and only cast to an address when > needed. This fixes warnings in sandbox where pointers are typically 64 bits > long. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_mem.c |

Re: [U-Boot] [PATCH 09/20] Bring mtest putc() into common code

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > If we get a Ctrl-C abort, we always print a newline. Move this repeated > code out of the functions and into a single place in the caller. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_mem.c | 32 +-

Re: [U-Boot] [PATCH 08/20] Fix mtest indenting

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Some of the inner loops are not indented correctly. Fix this. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_mem.c | 324 > +++--- > 1 files changed, 162 insertion

Re: [U-Boot] [PATCH 07/20] Use common mtest iteration counting

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > The iteration code is the same for each version of the memory test, so > pull it out into the common function. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_mem.c | 123 > ++-

Re: [U-Boot] [PATCH 06/20] Split out the memory tests into separate functions

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote: > Half of the code is currently hidden behind an #ifdef. Move the two > memory tests into their own functions and use the compiler to eliminate > the unused code. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_mem.c

Re: [U-Boot] [PATCH 05/20] sandbox: Change memory commands to use map_physmem

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote: > Sandbox wants to support commands which use memory. The map_sysmen() > call provides this feature, so use this in the memory commands. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_mem.c | 122 > +++

Re: [U-Boot] [PATCH 04/20] sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote: > Sandbox doesn't actually provide U-Boot access to the machine's physical > memory. Instead it provides a RAM buffer of configurable size, and all > memory accesses are within that buffer. Sandbox memory starts at 0 and > is CONFIG_DRAM_SIZE by

Re: [U-Boot] [PATCH 03/20] sandbox: Improve sandbox serial port keyboard interface

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote: > From: Taylor Hutt > > Implements the tstc() interface for the serial driver. Multiplexing > the console between the serial port and a keyboard uses a polling > method of checking if characters are available; this means that the > serial cons

Re: [U-Boot] [PATCH 02/20] Update print_buffer() to use const

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote: > The buffer cannot be changed by this function, so change the buffer > pointer to a const. This allows callers with const pointer to use the > function without a cast. > > Signed-off-by: Simon Glass Applied to x86/master.

Re: [U-Boot] [PATCH 01/20] Tidy up error checking and fix bug in hash command

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote: > There are two problems: > > 1. The argument count needs to be checked before argv is used > 2. When verify is not enabled, we need to define a constant zero value > > Signed-off-by: Simon Glass Applied to x86/master.

[U-Boot] imx6, spl and falcon boot

2013-02-15 Thread Chaves, Kevin
Hi, First off, sorry I'm not used to using mailing lists. I'm not sure if this is the best way to dig for information. We've recently switched to uboot/linux from wince and I'm trying to understand how configuring uboot works. I'm also trying to find out how to use the SPL framework and possib

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-02-15 Thread Tom Rini
On Mon, Dec 03, 2012 at 02:19:40PM +0200, Nikita Kiryanov wrote: > This patchset implements card detection and write protection check for > omap mmc. The write protect implementation also adds generic code > that is usable by other mmc drivers. > > The first 3 patches are preparation patches tha

Re: [U-Boot] [PATCH 7/7] omap_hsmmc: add driver check for write protection

2013-02-15 Thread Tom Rini
On Mon, Dec 03, 2012 at 02:19:47PM +0200, Nikita Kiryanov wrote: > Add check for write protection in omap mmc driver. > > Signed-off-by: Nikita Kiryanov > Signed-off-by: Igor Grinberg [snip] > -int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max, int > cd_gpio) > +int omap_mmc_ini

Re: [U-Boot] [PATCH 10/10] MAINTAINERS: add ti814x_evm maintainer

2013-02-15 Thread Matt Porter
On Fri, Feb 15, 2013 at 11:39:13AM -0500, Tom Rini wrote: > On Wed, Feb 13, 2013 at 09:44:04AM -0500, Matt Porter wrote: > > > Add a maintainer entry for the TI814x EVM. > > > > Signed-off-by: Matt Porter > > Please squash this into the patch which adds the EVM, thanks. Will do, thanks for the

Re: [U-Boot] [PATCH 09/10] ti814x_evm: enable ti814x evm build

2013-02-15 Thread Matt Porter
On Fri, Feb 15, 2013 at 11:39:01AM -0500, Tom Rini wrote: > On Wed, Feb 13, 2013 at 09:44:03AM -0500, Matt Porter wrote: > > > Enable TI814X EVM build via ti814x_evm target. > > > > Signed-off-by: Matt Porter > > This should just get squashed into the patch that adds the board code. > Otherwise

Re: [U-Boot] [PATCH 07/10] ti814x_evm: add ti814x evm board support

2013-02-15 Thread Matt Porter
On Fri, Feb 15, 2013 at 04:38:22PM +, Tom Rini wrote: > On Wed, Feb 13, 2013 at 09:44:01AM -0500, Matt Porter wrote: > > > Add TI814X EVM board directory and config file. > > > > Signed-off-by: Matt Porter > [snip] > > +++ b/board/ti/ti814x/evm.h > > @@ -0,0 +1,7 @@ > > +#ifndef _EVM_H > [sn

Re: [U-Boot] [PATCH 03/10] am33xx: refactor am33xx clocks and add ti814x support

2013-02-15 Thread Matt Porter
On Fri, Feb 15, 2013 at 04:37:33PM +, Tom Rini wrote: > On Wed, Feb 13, 2013 at 09:43:57AM -0500, Matt Porter wrote: > > > Split clock.c for am335x and ti814x and add the ti814x include file. > > > > Signed-off-by: Matt Porter > > [snip] > > +++ b/arch/arm/cpu/armv7/am33xx/clock-am335x.c >

Re: [U-Boot] AM335x : failure to boot SPL from NAND

2013-02-15 Thread Tom Rini
On Thu, Feb 14, 2013 at 03:54:23PM +, Mark Jackson wrote: > I'm trying to diagnose why our AM335x based CPU board (based on the > AM335x Starter Kit) can boot SPL and U-Boot from an MMC card, but is > unable to boot from NAND (connected to CS0). > > Following the TI wiki > (http://processors.

[U-Boot] [PATCH v7 15/19] nand: mxc: Switch NAND SPL to generic SPL

2013-02-15 Thread Benoît Thébaudeau
This also fixes support for mx31pdk and tx25, which had been broken by commit e05e5de7fae5bec79617e113916dac6631251156. Signed-off-by: Benoît Thébaudeau --- Changes in v7: None Changes in v6: - Automate 'u-boot.imx' and 'SPL' make targets for all imx processors. - Move board_init_f() to .c. -

[U-Boot] [PATCH v7 17/19] arm: Remove unused relocate_code() parameters

2013-02-15 Thread Benoît Thébaudeau
Commit e05e5de7fae5bec79617e113916dac6631251156 made the 2 1st parameters of ARM's relocate_code() useless since it moved the code handling them to crt0.S. So, drop these parameters. Signed-off-by: Benoît Thébaudeau --- Changes in v7: None Changes in v6: - New patch. Changes in v5: None Changes

[U-Boot] [PATCH v7 19/19] imx: Add u-boot-with-nand-spl.imx make target

2013-02-15 Thread Benoît Thébaudeau
This image adds a dummy 1024-byte header to u-boot-with-spl.imx in order to get an image that can be programmed on a NAND Flash page boundary. This supports only i.MX25/35/51 so far, not i.MX53/6. For the latter, the dummy header will have to be replaced with a generated FCB header depending at le

[U-Boot] [PATCH v7 18/19] imx: Add u-boot-with-spl.imx make target

2013-02-15 Thread Benoît Thébaudeau
This image combines the SPL with the i.MX header and U-Boot. This is a convenient way of having a single image to program on some boot devices. The i.MX header has to be added to the SPL before appending U-Boot, so that the boot ROM loads only the SPL. Signed-off-by: Benoît Thébaudeau --- Change

[U-Boot] [PATCH v7 11/19] arm: relocate_code(): Use __image_copy_end for end of relocation

2013-02-15 Thread Benoît Thébaudeau
Use __image_copy_end instead of __bss_start for the end of the image to relocate. This is the same as commit 033ca72, but applied to all ARM start.S. Signed-off-by: Benoît Thébaudeau --- Changes in v7: None Changes in v6: - New patch. Changes in v5: None Changes in v4: None Changes in v3: None

[U-Boot] [PATCH v7 14/19] imx: Fix automatic make targets for imx images

2013-02-15 Thread Benoît Thébaudeau
Automatically build the 'u-boot.imx' (i.e. imx header + u-boot.bin) and 'SPL' (i.e. imx header + u-boot-spl.bin) make targets for all imx processors supporting this header, so for arm926ejs, arm1136 and armv7. Some combinations were missing. At the same time, fix the build of SPL targets not suppo

[U-Boot] [PATCH v7 16/19] arm926ejs: Remove deprecated and now unused NAND SPL

2013-02-15 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau --- Changes in v7: None Changes in v6: - New patch. Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/cpu/arm926ejs/start.S | 10 -- 1 file changed, 10 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/start.S b/

[U-Boot] [PATCH v7 10/19] arm: relocate_code(): Remove useless relocation offset computation

2013-02-15 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau --- Changes in v7: None Changes in v6: - New patch. Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/cpu/arm1136/start.S |1 - arch/arm/cpu/arm1176/start.S |1 - arch/arm/cpu/arm720t/start.S |1 - arch/a

[U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-15 Thread Benoît Thébaudeau
PAD_TO is not a generic SPL configuration option, so use CONFIG_SPL_MAX_SIZE instead. We want to use --pad-to with a size, but this option expects an address, so use u-boot-spl.bin instead of u-boot-spl as the input file in order to get addresses starting at 0. Signed-off-by: Benoît Thébaudeau -

[U-Boot] [PATCH v7 07/19] arm: start.S: Fix _TEXT_BASE for SPL

2013-02-15 Thread Benoît Thébaudeau
_TEXT_BASE must be set to CONFIG_SPL_TEXT_BASE for generic SPL, and to CONFIG_SYS_TEXT_BASE for non-SPL builds. Signed-off-by: Benoît Thébaudeau --- Changes in v7: None Changes in v6: - New patch. Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/cpu/arm

[U-Boot] [PATCH v7 12/19] arm: crt0.S: Remove bogus .globl

2013-02-15 Thread Benoît Thébaudeau
The purpose of .globl is to export symbols for ld, not to declare external symbols. Signed-off-by: Benoît Thébaudeau --- Changes in v7: None Changes in v6: - New patch. Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/lib/crt0.S | 21 -

[U-Boot] [PATCH v7 02/19] nand: mxc: Add support for i.MX5

2013-02-15 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau --- Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: - Separate code reformatting from behavioral changes. Changes in v2: None arch/arm/include/asm/arch-mx5/imx-regs.h |9 +++ drivers/mtd/nand/mxc_nand.c

[U-Boot] [PATCH v7 06/19] nand: mxc: Use appropriate page number in syndrome functions

2013-02-15 Thread Benoît Thébaudeau
The syndrome functions should use the page number passed as argument instead of the page number saved upon NAND_CMD_READ0. This does not make any difference if the NAND_NO_AUTOINCR option is set, but otherwise this fixes accesses to the wrong pages. Signed-off-by: Benoît Thébaudeau --- Changes i

[U-Boot] [PATCH v7 09/19] arm1136: Remove redundant relocate_code() return

2013-02-15 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau --- Changes in v7: None Changes in v6: - New patch, extracted from "nand: mxc: Switch NAND SPL to generic SPL". Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/cpu/arm1136/start.S |2 -- 1 file changed, 2 deletions(-

[U-Boot] [PATCH v7 08/19] arm: relocate_code() is no longer noreturn

2013-02-15 Thread Benoît Thébaudeau
Commit e05e5de7fae5bec79617e113916dac6631251156 made ARM's relocate_code() return to its caller, but it did not update its declaration accordingly. Fixing this function declaration fixes dropped C code following calls to relocate_code(). Signed-off-by: Benoît Thébaudeau --- Changes in v7: None C

[U-Boot] [PATCH v7 05/19] nand: mxc: Fix debug trace in mxc_nand_read_oob_syndrome()

2013-02-15 Thread Benoît Thébaudeau
The page number indicated in the debug trace of mxc_nand_read_oob_syndrome() did not match the page being worked on. By the way, replace the GCC-specific __FUNCTION__ with __func__. Signed-off-by: Benoît Thébaudeau --- Changes in v7: None Changes in v6: None Changes in v5: - Replace __FUNCTION_

[U-Boot] [PATCH v7 04/19] imx: mx53ard: Add support for NAND Flash

2013-02-15 Thread Benoît Thébaudeau
Add support for the Samsung K9LAG08U0M NAND Flash (2-GiB MLC NAND Flash, 2-kiB pages, 256-kiB blocks, 30-ns R/W cycles, 1 CS) on mx53ard. eNFC_CLK_ROOT is set up with a cycle time of 37.5 ns (400 MHz / 3 / 5) for this board, which satisfies the 30-ns NF R/W cycle requirement. Signed-off-by: Benoî

[U-Boot] [PATCH v7 01/19] nand: mxc: Prepare to add support for i.MX5

2013-02-15 Thread Benoît Thébaudeau
Add some abstraction to NFC definitions so that some parts of the current code can also be used for future i.MX5 code. Clean up a few things by the way. Signed-off-by: Benoît Thébaudeau --- Changes in v7: - Fix typo in patch description. Changes in v6: None Changes in v5: None Changes in v4: N

[U-Boot] [PATCH v7 03/19] imx: mx5: lowlevel_init: Simplify code

2013-02-15 Thread Benoît Thébaudeau
Don't use several instructions to build constant values. Signed-off-by: Benoît Thébaudeau Acked-by: Stefano Babic --- Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: - New patch. Changes in v2: None arch/arm/cpu/armv7/mx5/lowlevel_init.S |8

Re: [U-Boot] break command.

2013-02-15 Thread Ira W. Snyder
On Fri, Feb 15, 2013 at 02:00:10PM -0500, Harvey Chapman wrote: > On Feb 15, 2013, at 7:38 AM, Albert ARIBAUD wrote: > > On Thu, 14 Feb 2013 12:19:11 -0800 > > (PST), Sean Omalley wrote: > > > >> Is there anyway to break back into u-boot after trying to boot from linux > >> (arm)? Similar to Op

Re: [U-Boot] break command.

2013-02-15 Thread Peter Barada
On 02/15/2013 02:00 PM, Harvey Chapman wrote: > On Feb 15, 2013, at 7:38 AM, Albert ARIBAUD wrote: >> On Thu, 14 Feb 2013 12:19:11 -0800 >> (PST), Sean Omalley wrote: >> >>> Is there anyway to break back into u-boot after trying to boot from linux >>> (arm)? Similar to Open Firmwares stop-a, ctr

Re: [U-Boot] [PATCH v3 00/10] Add Marvell Dove and SolidRun CuBox

2013-02-15 Thread Prafulla Wadaskar
> -Original Message- > From: Jason Cooper [mailto:ja...@lakedaemon.net] > Sent: 14 February 2013 13:44 > To: Daniel Stodden > Cc: Prafulla Wadaskar; Luka Perkov; Sebastian Hesselbarth; Rabeeh > Khoury; u-boot@lists.denx.de; a...@theia.denx.de; Fleming > Subject: Re: [U-Boot] [PATCH v3 00/

Re: [U-Boot] break command.

2013-02-15 Thread Harvey Chapman
On Feb 15, 2013, at 7:38 AM, Albert ARIBAUD wrote: > On Thu, 14 Feb 2013 12:19:11 -0800 > (PST), Sean Omalley wrote: > >> Is there anyway to break back into u-boot after trying to boot from linux >> (arm)? Similar to Open Firmwares stop-a, ctrl-break? I didn't see anything >> in the documentat

[U-Boot] [PATCH v1] Exynos5: Pinmux: Add fdt for pinmux

2013-02-15 Thread Akshay Saraswat
This patch adds fdt nodes for peripherals which require pin muxing and configuration. Existing pinmux code modified to retrieve gpio range and function related info from fdt. Signed-off-by: Akshay Saraswat --- arch/arm/cpu/armv7/exynos/pinmux.c| 287 - arch/a

Re: [U-Boot] Please pull u-boot-x86.git

2013-02-15 Thread Tom Rini
On Thu, Feb 14, 2013 at 08:39:53PM -0800, Simon Glass wrote: > Hi Tom, > > The following changes since commit 9c748e02d99476e6a08d55eadfd8776edffe1e2e: > > Merge branch 'next' of git://git.denx.de/u-boot-mips (2013-02-12 > 19:03:59 -0500) > > are available in the git repository at: > > >

Re: [U-Boot] [GIT PULL] u-boot-mips/fixes for master

2013-02-15 Thread Tom Rini
On Fri, Feb 15, 2013 at 06:21:59PM +0100, Daniel Schwierzeck wrote: > Hi Tom, > > please pull a bugfix for the dynamic relocation patches from last pull > request. > Without the patch, saveenv command is broken on MIPS. > > Thanks, > Daniel > > The following changes since commit 9c748e02d99476

[U-Boot] [GIT PULL] u-boot-mips/fixes for master

2013-02-15 Thread Daniel Schwierzeck
Hi Tom, please pull a bugfix for the dynamic relocation patches from last pull request. Without the patch, saveenv command is broken on MIPS. Thanks, Daniel The following changes since commit 9c748e02d99476e6a08d55eadfd8776edffe1e2e: Merge branch 'next' of git://git.denx.de/u-boot-mips (2013-

[U-Boot] [PATCH] MIPS: board.c: remove manual relocation of env_name_spec

2013-02-15 Thread Daniel Schwierzeck
Remove the manual relocation of env_name_spec. This has been missed in the previous patch series for introducing dynamic relocation on MIPS. Signed-off-by: Daniel Schwierzeck --- arch/mips/lib/board.c | 8 1 file changed, 8 deletions(-) diff --git a/arch/mips/lib/board.c b/arch/mips/li

[U-Boot] timing issue - uboot freeze after pringing header

2013-02-15 Thread John Stile
I am trying to move from uboot-1.3.6 to uboot 2013.01, where the old works, the new prints this before freezing: U-Boot 2013.01 (Feb 14 2013 - 16:24:13) CPU: AT91SAM9G20 Crystal frequency: 18.432 MHz CPU clock: 396.288 MHz Master clock

Re: [U-Boot] [PATCH v4 4/4] Tegra: MMC: Add DT support to MMCdriver for all T20 boards

2013-02-15 Thread Marc Dietrich
Stephen, On Thursday 14 February 2013 16:12:42 Stephen Warren wrote: > On 02/14/2013 02:04 PM, Tom Warren wrote: > > tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. > > Tested on Seaboard, fully functional. > > > > Tamonten boards (medcom-wide, plutux, and tec) use a diff

Re: [U-Boot] [PATCH 10/10] MAINTAINERS: add ti814x_evm maintainer

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:44:04AM -0500, Matt Porter wrote: > Add a maintainer entry for the TI814x EVM. > > Signed-off-by: Matt Porter Please squash this into the patch which adds the EVM, thanks. -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH 09/10] ti814x_evm: enable ti814x evm build

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:44:03AM -0500, Matt Porter wrote: > Enable TI814X EVM build via ti814x_evm target. > > Signed-off-by: Matt Porter This should just get squashed into the patch that adds the board code. Otherwise, Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital si

Re: [U-Boot] [PATCH 08/10] ns16550: enable quirks for ti814x

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:44:02AM -0500, Matt Porter wrote: > TI814X requires the same quirks as AM33XX to be enabled. > > Signed-off-by: Matt Porter Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing li

Re: [U-Boot] [PATCH 07/10] ti814x_evm: add ti814x evm board support

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:44:01AM -0500, Matt Porter wrote: > Add TI814X EVM board directory and config file. > > Signed-off-by: Matt Porter [snip] > +++ b/board/ti/ti814x/evm.h > @@ -0,0 +1,7 @@ > +#ifndef _EVM_H [snip] > +++ b/include/configs/ti814x_evm.h > @@ -0,0 +1,213 @@ > +#define __CONF

Re: [U-Boot] [PATCH 06/10] am33xx: add dmm support to emif4 library

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:44:00AM -0500, Matt Porter wrote: > Adds a config_dmm() routine to support TI814X DMM configuration. > > Signed-off-by: Matt Porter Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot ma

Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:43:59AM -0500, Matt Porter wrote: > Support the ti814x specific register definitions within > arch-am33xx. > > Signed-off-by: Matt Porter Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-B

Re: [U-Boot] [PATCH 04/10] am33xx: refactor am33xx mux support and add ti814x support

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:43:58AM -0500, Matt Porter wrote: > AM33XX and TI814X have a similar mux though the pinmux register > layout and address space differ. Add a separate ti814x mux include > to support the TI814X-specific differences. > > Signed-off-by: Matt Porter Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH 03/10] am33xx: refactor am33xx clocks and add ti814x support

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:43:57AM -0500, Matt Porter wrote: > Split clock.c for am335x and ti814x and add the ti814x include file. > > Signed-off-by: Matt Porter [snip] > +++ b/arch/arm/cpu/armv7/am33xx/clock-am335x.c [snip] > +#define PRCM_MOD_EN 0x2 > +#define PRCM_FORCE_WAKEUP0

Re: [U-Boot] [PATCH 02/10] am33xx: refactor emif4/ddr to support multiple EMIF instances

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:43:56AM -0500, Matt Porter wrote: > The AM33xx emif4/ddr support closely matches what is need to support > TI814x except that TI814x has two EMIF instances. Refactor all the > emif4 helper calls and the config_ddr() init function to use an > additional instance number ar

Re: [U-Boot] [PATCH 01/10] am33xx: convert defines from am33xx-specific to generic names

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:43:55AM -0500, Matt Porter wrote: > Eliminate AM33xx specific names to prepare for TI814x support > within AM33xx-land. > > Signed-off-by: Matt Porter Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [PATCH 7/7] arm: dra7xx: Add dra7xx_evm build support

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 12:59:09PM +0530, Lokesh Vutla wrote: > Adding the build support for dra7xx_evm. > Reusing omap5_evm.h config by moving it to omap5_common.h > > Signed-off-by: Lokesh Vutla > Signed-off-by: R Sricharan [snip] > +#define CONFIG_DRA752_EVM [snip] > #define CONFIG_OMAP5430

Re: [U-Boot] [PATCH 6/7] arm: dra7xx: Add board files for DRA7XX socs

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 12:59:08PM +0530, Lokesh Vutla wrote: > Adding new board files for DRA7XX socs. > The pad registers layout is changed completely from OMAP5 > So introducing the new structure here and also adding the > minimal data. > > Signed-off-by: Lokesh Vutla > Signed-off-by: Nishant

Re: [U-Boot] [PATCH 5/7] arm: dra7xx: Add DDR related data for DRA752 ES1.0

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 12:59:07PM +0530, Lokesh Vutla wrote: > DRA752 uses DDR3. Populating the corresponding structures > with DDR3 data. > Writing into MA registers if only MA is present in that soc. > > Signed-off-by: Lokesh Vutla > Signed-off-by: R Sricharan Reviewed-by: Tom Rini -- To

Re: [U-Boot] [PATCH 4/7] arm: dra7xx: Add control module changes

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 12:59:06PM +0530, Lokesh Vutla wrote: > Control module register addresses are changed from OMAP5 > to DRA7XX socs. > So adding the necessary changes for the same. > > Signed-off-by: Lokesh Vutla > Signed-off-by: R Sricharan Reviewed-by: Tom Rini -- Tom signature.as

Re: [U-Boot] [PATCH 3/7] arm: dra7xx: clock: Add the dplls data

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 12:59:05PM +0530, Lokesh Vutla wrote: > A new DPLL DDR is added in DRA7XX socs. Now clocks to > EMIF CD is from DPLL DDR. So DPLL DDR should be locked > before initializing RAM. > Also adding other dpll data which are different from OMAP5 ES2.0. > SYS_CLK running at 20MHz is

Re: [U-Boot] [PATCH 2/7] arm: dra7xx: clock: Add the prcm changes

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 12:59:04PM +0530, Lokesh Vutla wrote: > PRCM register addresses are changed from OMAP5 ES2.0 to DRA7XX. > So adding the necessary register changes for DRA7XX socs. > > Signed-off-by: Lokesh Vutla > Signed-off-by: R Sricharan Reviewed-by: Tom Rini -- Tom signature.a

Re: [U-Boot] [PATCH 1/7] arm: dra7xx: Add silicon id support for DRA752 soc

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 12:59:03PM +0530, Lokesh Vutla wrote: > Adding CPU detection support for the DRA752 ES1.0 soc. > > Signed-off-by: Lokesh Vutla > Signed-off-by: R Sricharan Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

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

2013-02-15 Thread Tom Rini
On Tue, Feb 12, 2013 at 03:25:49PM +0100, Albert ARIBAUD wrote: > Hello Tom, > > The following changes since commit > 3a9d879f6f64585b819af728b53be0a05037fe0d: > > Prepare v2013.01 (2013-01-15 14:47:42 -0700) > > are available in the git repository at: > > git://git.denx.de/u-boot-arm mast

[U-Boot] [PATCH] video: Fix splash screen alignment

2013-02-15 Thread Matthias Weisser
commit d484b52 "video: Skip bitmaps which do not fit into the screen in cfb_console" breaks splash screen alignment which is passed in as magic (BMP_ALIGN_CENTER) x/y coordinates. Moving the check after the alignment block fixes this. Signed-off-by: Matthias Weisser --- drivers/video/cfb_console

Re: [U-Boot] break command.

2013-02-15 Thread Albert ARIBAUD
Hi Sean, (can you please set your mailer to wrap lines at about 70è75 characters? Thanks in advance!) On Thu, 14 Feb 2013 12:19:11 -0800 (PST), Sean Omalley wrote: > Is there anyway to break back into u-boot after trying to boot from linux > (arm)? Similar to Open Firmwares stop-a, ctrl-break?

[U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-15 Thread Adnan Ali
Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code, commit 269ebc845ebc8b46ef4b0be7fa0005c7fdb95b8d. Signed-off-by: Adnan Ali --- Makefile |

[U-Boot] [PATCH v3] btrfs addition to uboot

2013-02-15 Thread Adnan Ali
Adnan Ali (1): Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 53 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1131

Re: [U-Boot] [PATCH v3 1/3] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-15 Thread Lucas Stach
Am Donnerstag, den 14.02.2013, 13:24 -0700 schrieb Stephen Warren: [...] > >> > >> The one issue with this is that only newer versions of dtc support the > >> -i option. The version packaged with most distros won't support it. > >> That'll mean something like "MAKEALL -a arm" is going to fail for a

[U-Boot] [PATCH] mpc85xx: Fix a compiler warning when CONFIG_WATCHDOG is turned on

2013-02-15 Thread Horst Kronstorfer
cpu.c:288:2: warning: implicit declaration of function 'reset_85xx_watchdog' [-Wimplicit-function-declaration] Signed-off-by: Horst Kronstorfer --- arch/powerpc/cpu/mpc85xx/cpu.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b

Re: [U-Boot] [PATCH v2 1/5] x86: Remove eNET boards

2013-02-15 Thread Gabe Black
Acked-by: Gabe Black On Thu, Feb 14, 2013 at 6:18 AM, Simon Glass wrote: > These are no longer used and should be removed. > > > Signed-off-by: Simon Glass > Acked-by: Graeme Russ > --- > Changes in v2: None > > board/eNET/Makefile | 52 > board/eNET/eNET.c | 284 ---