Re: [U-Boot] [PATCH v3 00/11] arm: add Faraday A36x SoC platform support

2013-05-02 Thread Tom Rini
On Fri, Apr 26, 2013 at 04:02:29PM +0800, Kuo-Jung Su wrote: From: Kuo-Jung Su dant...@faraday-tech.com To: u-boot@lists.denx.de CC: Albert Aribaud albert.u.b...@aribaud.net These patches introduce Faraday A36x SoC platform support. Here are some public documents for your reference.

Re: [U-Boot] Regression from v2013.04-rc3 with sdcard detection

2013-05-03 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/02/2013 10:27 PM, Jaehoon Chung wrote: On 05/03/2013 02:53 AM, Stephen Warren wrote: On 04/21/2013 11:29 AM, Nicolas Chauvet wrote: Hi, I'm experiencing a regression from v2013.04-rc3 that I found related to the following commit:

[U-Boot] [PATCH] P1022DS: Set CONFIG_SPL_MAX_SIZE directly

2013-05-03 Thread Tom Rini
With the u-boot-with-spl.bin rule calling $(OBJCOPY) with CONFIG_SPL_PAD_TO, and CONFIG_SPL_PAD_TO defaulting to CONFIG_SPL_MAX_SIZE we cannot use math here, so set it to 4096 rather than 4 * 1024. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/P1022DS.h |2 +- 1 file changed, 1

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

2013-05-03 Thread Tom Rini
On Thu, May 02, 2013 at 06:15:46PM -0500, Andy Fleming wrote: The following changes since commit 63216de13488e8bc81afb53d0f5177142ee34ceb: omap5_uevm: Enable redundant MMC environment (2013-05-01 16:41:10 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH v3 0/9] FPGA cleanup + zynq support

2013-05-03 Thread Tom Rini
\;fpga loadb 0 \${addr} \${filesize} set addr 1000 run fload run floadb set addr 1001 run fload run floadb set addr 1002 run fload run floadb set addr 1003 run fload run floadb Thanks for your comments, Michal Changes in v3: For the series: Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH 1/2] buildman: Allow conflicting tags to avoid spurious errors

2013-05-03 Thread Tom Rini
for buildman, since it does not use +# then. For example, Series-version is not useful for buildman. On the s/then/them/ Feel free to fix in-line and pull request. Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH 2/2 v12] Introduced btrfs file-system with btrload command

2013-05-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/2013 03:28 AM, Wolfgang Denk wrote: Dear Adnan Ali, In message 1367660512-10489-3-git-send-email-adnan9...@yahoo.com you wrote: ... include/crc.h |8 + include/fs.h |1 + lib/Makefile |1 +

Re: [U-Boot] u-boot UBI support

2013-05-06 Thread Tom Rini
On Sat, May 04, 2013 at 05:49:12PM -0700, Paul B. Henson wrote: On Wed, May 01, 2013 at 09:31:29AM -0400, Tom Rini wrote: Would you mind patching doc/README.ubi ? Attached. Would you rather I send it to the list as a separate message? As a rule, yes. But patchwork picked this one up

Re: [U-Boot] [PULL] u-boot-pxa.git/master

2013-05-06 Thread Tom Rini
On Mon, May 06, 2013 at 03:11:44AM +0200, Marek Vasut wrote: The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47: P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400) are available in the git repository at: git://git.denx.de/u-boot-pxa.git

Re: [U-Boot] [PATCH] Allow U-Boot scripts to be placed in a .env file

2013-05-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/06/2013 09:02 AM, Rob Herring wrote: On 04/17/2013 12:44 AM, Wolfgang Denk wrote: Dear Simon Glass, In message 1366155414-6525-1-git-send-email-...@chromium.org you wrote: At present U-Boot environment variables, and thus scripts, are

Re: [U-Boot] [RFC PATCH] patman: Do not hardcode python path

2013-05-06 Thread Tom Rini
/patman/patman.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright (c) 2011 The Chromium OS Authors. # Reviewed-by: Tom Rini tr...@ti.com - -- Tom -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http

Re: [U-Boot] [PATCH v2 04/10] powerpc/ppc4xx: Use generic FPGA accessors in gdsys common code

2013-05-06 Thread Tom Rini
On Mon, May 06, 2013 at 04:07:15PM +0200, Wolfgang Denk wrote: Dear dirk.eib...@gdsys.cc, In message 1367847325-21463-5-git-send-email-dirk.eib...@gdsys.cc you wrote: ... + fpga_set_reg(k, REG(reflection_low), +REFLECTION_TESTPATTERN);

Re: [U-Boot] [PATCH v2 04/10] powerpc/ppc4xx: Use generic FPGA accessors in gdsys common code

2013-05-06 Thread Tom Rini
On Mon, May 06, 2013 at 05:02:12PM +0200, Dirk Eibach wrote: Hi Tom, On Mon, May 06, 2013 at 04:07:15PM +0200, Wolfgang Denk wrote: Dear dirk.eib...@gdsys.cc, In message 1367847325-21463-5-git-send-email-dirk.eib...@gdsys.cc you wrote: ... + fpga_set_reg(k,

Re: [U-Boot] [PULL] u-boot-usb/master

2013-05-07 Thread Tom Rini
On Mon, May 06, 2013 at 03:11:35AM +0200, Marek Vasut wrote: The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47: P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400) are available in the git repository at: git://git.denx.de/u-boot-usb.git

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

2013-05-07 Thread Tom Rini
On Tue, May 07, 2013 at 02:05:46AM -0500, Andy Fleming wrote: The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47: P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400) are available in the git repository at:

Re: [U-Boot] u-boot UBI support

2013-05-07 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/07/2013 09:09 PM, Paul B. Henson wrote: On Mon, May 06, 2013 at 10:07:07AM -0300, Fabio Estevam wrote: You missed your Signed-off-by in this patch. Oops; sorry, not that familiar with your development conventions and didn't think to

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

2013-05-08 Thread Tom Rini
On Wed, May 08, 2013 at 12:49:57PM +0800, Macpaul Lin wrote: Hi Tom, Please pull the following patch from u-boot-nds32 into your tree. Thanks! The following changes since commit 7e7501f4bb0d550fbc6960e7e2fb2bc84d9795cf: Merge branch 'master' of git://www.denx.de/git/u-boot-mmc

Re: [U-Boot] [PATCH V2 4/5] ARM: OMAP: Cleanup boot parameters usage

2013-05-08 Thread Tom Rini
On Wed, Apr 24, 2013 at 04:11:24PM +0530, Sricharan R wrote: The boot parameters are read from individual variables assigned for each of them. This been corrected and now they are stored as a part of the global data 'gd' structure. So read them from 'gd' instead. Signed-off-by: Sricharan R

Re: [U-Boot] [PATCH V2 5/5] ARM: OMAP: Add arch_cpu_init function

2013-05-08 Thread Tom Rini
On Wed, Apr 24, 2013 at 04:11:25PM +0530, Sricharan R wrote: The boot parameters passed from SPL to UBOOT must be saved as a part of uboot's gd data as early as possible, before we will inadvertently overwrite it. So adding a arch_cpu_init for the required Socs to save it. Signed-off-by:

Re: [U-Boot] [PATCH V2 0/5] ARM: OMAP: Cleanup save_boot_params function

2013-05-08 Thread Tom Rini
On Wed, May 08, 2013 at 02:50:14PM +0530, Sricharan R wrote: Tom, On Wednesday 24 April 2013 04:11 PM, Sricharan R wrote: The save_boot_params function does not store the data in a always writable area. So the code is broken for a 'XIP' boot. This series corrects this by storing it in

Re: [U-Boot] [PATCHv2 6/6] RFC: am335x: enable falcon boot mode for mmc (raw and fat) and nand

2013-05-08 Thread Tom Rini
On Wed, May 08, 2013 at 09:09:56PM +0200, Peter Korsgaard wrote: Jump into full u-boot mode if a 'c' character is received on the uart. We need to adjust the spl bss/malloc area to not overlap with the loadaddr of the kernel (sdram + 32k), so move it past u-boot instead. For raw mmc, we

[U-Boot] [PATCH 1/6] am335x_evm: Drop useless CONFIG_ENV_IS_NOWHERE

2013-05-08 Thread Tom Rini
We always set a CONFIG_ENV_IS_...somewhere... so drop the initial define of NOWHERE. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h |4 1 file changed, 4 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index ef00306..945ec09

[U-Boot] [PATCH 3/6] am335x_evm: Only set CONFIG_NAND when !CONFIG_SPI_BOOT

2013-05-08 Thread Tom Rini
Due to hardware design, we can't have NAND present (as we know of NAND today) when booting from SPI, so disable NAND then as that simplifies logic. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 2/6] am335x_evm: Add MTDPARTS info for SPI flash

2013-05-08 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h |7 +++ 1 file changed, 7 insertions(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 945ec09..004a06a 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h

[U-Boot] [PATCH 4/6] am335x_evm: Rework board_is_foo() checks

2013-05-08 Thread Tom Rini
We rework the various board_is_foo() checks to take a pointer to struct am335x_baseboard_id rather than using a local copy in board.c. This allows us to make use of the same checks in mux.c as well as fixing problems when this code could be running from read-only memory. Signed-off-by: Tom Rini

[U-Boot] [PATCH 5/6] am335x_evm:Add support for the NOR module on the memory cape

2013-05-08 Thread Tom Rini
Kipisz s-kipi...@ti.com [trini: Clean up config changes slightly] Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/am33xx/mem.c| 30 +- arch/arm/include/asm/arch-am33xx/mem.h |9 ++ board/ti/am335x/mux.c | 53

[U-Boot] [PATCH 6/6] am335x_evm: Add support to boot from NOR.

2013-05-08 Thread Tom Rini
at 768KiB. Signed-off-by: Steve Kipisz s-kipi...@ti.com Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/am33xx/emif4.c |6 +- board/ti/am335x/Makefile |2 +- board/ti/am335x/board.c | 31 ++- board/ti/am335x/mux.c |6 +- board/ti/am335x/u

Re: [U-Boot] Pull request - microblaze

2013-05-09 Thread Tom Rini
On Thu, May 09, 2013 at 11:23:02AM +0200, Michal Simek wrote: Hi Tom, I were too fast. :-( I forget to add that gpio patch Here is the correct one. I have added that patch on the top of that two. Thanks, Michal The following changes since commit

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

2013-05-09 Thread Tom Rini
On Thu, May 09, 2013 at 11:13:52AM +0800, Sonic Zhang wrote: Hi Tom, Please pull the following patches from u-boot-blackfin into your tree. Thanks Sonic The following changes since commit fe8e4dbad1d31c452af3fbabba21e72b210381b3: nds32: Use sections header to obtain link symbols

Re: [U-Boot] [PATCH 1/1] OMAP4/5: I2C: New read/write/probe functions

2013-05-09 Thread Tom Rini
On Thu, Apr 04, 2013 at 04:40:16PM +0300, Lubomir Popov wrote: These new functions are built for OMAP4 and OMAP5 only. The major improvement is that the new i2c_read fixes the inability to read correctly from certain types of I2C chips. - Rewritten i2c_read to operate correctly with all

Re: [U-Boot] [PATCH 5/6] ARM: extend non-secure switch to also go into HYP mode

2013-05-09 Thread Tom Rini
On Mon, May 06, 2013 at 03:17:49PM +0200, Andre Przywara wrote: [snip] - printf(HYP mode: Security extensions not implemented.\n); + printf(HYP mode: Virtualization extensions not implemented.\n); When we don't need printf-modifiers, using puts is preferred. And I

Re: [U-Boot] BeagleBone u-boot bug in arch/arm/include/asm/arch-am33xx/ddr_defs.h

2013-05-09 Thread Tom Rini
On Mon, May 06, 2013 at 04:21:13PM -0700, Matt Thomas wrote: In arch/arm/include/asm/arch-am33xx/ddr_defs.h: For the 256MB BeagleBone u-boot initializes the EMIF SDRAM_CONFIG register with #define MT47H128M16RT25E_EMIF_SDCFG 0x41805332 This is incorrect since it programs a row

Re: [U-Boot] [PATCH v4 0/19] Allow images to work on sandbox

2013-05-09 Thread Tom Rini
On Tue, May 07, 2013 at 09:11:44AM -0700, Simon Glass wrote: This series adjusts the image code to work with sandbox and prepares it for verified boot to come later. The primary goal here is to get image loading to work on sandbox, which is mostly a set of fairly minor changes such as using

Re: [U-Boot] [U-Boot,v2] cmd_boot: cleanup for 'go' command

2013-05-10 Thread Tom Rini
On Sun, Apr 28, 2013 at 04:53:08PM -, Kuo-Jung Su wrote: From: Kuo-Jung Su dant...@faraday-tech.com With MMU/D-Cache enabled, data might be retained at d-cache rather than at DRAM when we execute 'go' command, and some of the bare-metal softwares would always invalidate the entire data

[U-Boot] Please pull u-boot-ti/master

2013-05-10 Thread Tom Rini
and replace with 'C' function ARM: OMAP: Cleanup boot parameters usage ARM: OMAP: Add arch_cpu_init function Tom Rini (3): beagleboard: Update comment in get_board_rev() omap5_common: Add optargs variable for kernel command line args am33xx: Fix warning

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

2013-05-10 Thread Tom Rini
On Thu, May 09, 2013 at 05:20:32PM -0500, Andy Fleming wrote: The following changes since commit 4e779ad2e54e39d5343c8c83b4fc686a7bb16859: gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200) are available in the git repository at:

Re: [U-Boot] Beagle-XM: u-boot SPL fat support (was Re: [opensuse-arm] Beagleboard Xm CPU speed)

2013-05-10 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/10/2013 02:31 PM, Alexander Graf wrote: On 19.03.2013, at 23:12, Tom Rini wrote: On 03/19/2013 03:53 PM, Alexander Graf wrote: On 19.03.2013, at 18:01, Nishanth Menon wrote: Change in subject. Original thread start: http

Re: [U-Boot] [PATCH 0/2] Loader script updates for OpenRISC

2013-05-10 Thread Tom Rini
On Wed, May 01, 2013 at 10:32:44PM +0300, Stefan Kristiansson wrote: This set of patches does: Fix a bug in the openrisc-generic u-boot.lds linker script that would cause an error due to that no memory region was specified for u_boot_lists. And then move the above mentioned file into

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

2013-05-10 Thread Tom Rini
On Thu, May 09, 2013 at 02:30:22PM -0700, Simon Glass wrote: Hi Tom, I left out the one that is not yet reviewed. The following changes since commit 4e779ad2e54e39d5343c8c83b4fc686a7bb16859: gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200) are available in

Re: [U-Boot] build: Pull -DBUILD_TAG into separate ifdef

2013-05-10 Thread Tom Rini
is appended in separate ifdef. Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Tom Rini tr...@ti.com Reviewed-by: Otavio Salvador ota...@ossystems.com.br Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v2] env: throw an error when an empty key is used

2013-05-10 Thread Tom Rini
On Sun, Apr 28, 2013 at 11:31:57AM -, Lucian Cojocar wrote: If the environment contains an entry like =value \0 we should throw an error when parsing the environment. Otherwise, U-Boot will enter in an infinite loop. Signed-off-by: Lucian Cojocar cojo...@gmail.com Applied to

Re: [U-Boot] Fix references to the documentation files

2013-05-10 Thread Tom Rini
On Tue, Apr 30, 2013 at 11:15:33AM -, Anatolij Gustschin wrote: Many boot image configuration files refer to the appropriate documentation file, but these references contain typos in the directory and file name. Fix them. Also fix reference to doc/README.SPL file. Signed-off-by:

Re: [U-Boot] [U-Boot, v3] fs/ext4: Support device block sizes != 512 bytes

2013-05-10 Thread Tom Rini
On Wed, May 01, 2013 at 01:13:19AM -, egbert.e...@gmail.com wrote: From: Egbert Eich e...@suse.com The 512 byte block size was hard coded in the ext4 file systems. Large harddisks today support bigger block sizes typically 4096 bytes. This patch removes this limitation.

Re: [U-Boot] [Patch v2, batch 3 01/17] common: Update cmd_bdinfo for PPC

2013-05-10 Thread Tom Rini
Sun york...@freescale.com mailto:york...@freescale.com CC: Wolfgang Denk w...@denx.de mailto:w...@denx.de CC: Tom Rini tr...@ti.com mailto:tr...@ti.com Tom, Wolfgang, I can take this in through my tree, but I'd like an ACK before I do so. --- common/cmd_bdinfo.c |7 +++ 1

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

2013-05-11 Thread Tom Rini
On Fri, May 10, 2013 at 02:26:35PM -0500, Andy Fleming wrote: The following changes since commit 4e779ad2e54e39d5343c8c83b4fc686a7bb16859: gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200) are available in the git repository at:

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

2013-05-11 Thread Tom Rini
On Fri, May 10, 2013 at 07:21:46PM -0400, Jerry Van Baren wrote: Dear Tom, The following changes since commit 2988eac70ead3720f9ec85a239cd06b2f7246683: Merge branch 'patman' of git://git.denx.de/u-boot-x86 (2013-05-10 08:16:34 -0400) are available in the git repository at:

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

2013-05-11 Thread Tom Rini
On Sat, May 11, 2013 at 11:27:41PM +0800, Sonic Zhang wrote: Hi Tom, On Thu, May 9, 2013 at 8:09 PM, Tom Rini tr...@ti.com wrote: Some number of these changes haven't been posted to the list for review yet. I'm pretty sure. I don't recall seeing the CONFIG_CMD_SOFTSWITCH stuff go

Re: [U-Boot] [PATCH 6/6] am335x_evm: Add support to boot from NOR.

2013-05-12 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/12/2013 05:34 PM, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Tom From: Steve Kipisz s-kipi...@ti.com Tom NOR requires that s_init be within the first 4KiB of the image so that Tom we can perform the rest of the required

Re: [U-Boot] [PATCH 3/6] am335x_evm: Only set CONFIG_NAND when !CONFIG_SPI_BOOT

2013-05-13 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/12/2013 05:08 PM, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Tom Due to hardware design, we can't have NAND present (as we know of NAND Tom today) when booting from SPI, so disable NAND then as that simplifies Tom logic

Re: [U-Boot] [PATCH 2/6] am335x_evm: Add MTDPARTS info for SPI flash

2013-05-13 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/12/2013 05:10 PM, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Tom Signed-off-by: Tom Rini tr...@ti.com Tom --- Tom include/configs/am335x_evm.h |7 +++ Tom 1 file changed, 7 insertions(+) Tom diff --git a/include

Re: [U-Boot] [PATCH 5/6] am335x_evm:Add support for the NOR module on the memory cape

2013-05-13 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/12/2013 05:19 PM, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Space missing after ':' in subject. Whoops. Tom From: Steve Kipisz s-kipi...@ti.com Tom This patch adds support for the NOR module that attaches Tom

Re: [U-Boot] [PATCH 6/6] am335x_evm: Add support to boot from NOR.

2013-05-13 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/12/2013 05:53 PM, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Why not use SPL when booting from NOR as well? You still want to relocate into DDR. Tom Frankly, I'm allergic to SPL for NOR. It's the historical and well

Re: [U-Boot] [PATCH 2/6] am335x_evm: Add MTDPARTS info for SPI flash

2013-05-13 Thread Tom Rini
On Mon, May 13, 2013 at 08:24:23AM -0400, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/12/2013 05:10 PM, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Tom Signed-off-by: Tom Rini tr...@ti.com Tom --- Tom include/configs/am335x_evm.h |7

[U-Boot] [PATCH v2 1/7] am33xx/omap3: Clean up gpmc_init slightly

2013-05-13 Thread Tom Rini
We don't really need the gpmc_config, base and size variables and can just call enable_gpmc_cs_config more directly, like the boards which need to re-configure CS0 or CS1 do. Signed-off-by: Tom Rini tr...@ti.com --- Changes in v2: - New patch --- arch/arm/cpu/armv7/am33xx/mem.c | 12

[U-Boot] [PATCH v2 2/7] am335x_evm: Drop useless CONFIG_ENV_IS_NOWHERE

2013-05-13 Thread Tom Rini
We always set a CONFIG_ENV_IS_...somewhere... so drop the initial define of NOWHERE. Reviewed-by: Peter Korsgaard jac...@sunsite.dk Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h |4 1 file changed, 4 deletions(-) diff --git a/include/configs/am335x_evm.h b

[U-Boot] [PATCH v2 3/7] am335x_evm: Update SPI_BOOT support, add MTDPARTS info

2013-05-13 Thread Tom Rini
. Signed-off-by: Tom Rini tr...@ti.com --- Changes in v2: - Correct physmap - m25p80 in mtdparts (Peter K). - Style fixups, drop redundant SPL space, add redundant environment. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h | 33 +++-- 1 file

[U-Boot] [PATCH v2 4/7] am335x_evm: Only set CONFIG_NAND when !CONFIG_SPI_BOOT

2013-05-13 Thread Tom Rini
Due to hardware design the board supported by the am335x_evm config cannot have both NAND and SPI (or NOR) enabled at the same time due to conflicts. Disable the NAND SW stack when we know we can't have it present. Signed-off-by: Tom Rini tr...@ti.com --- Changes in v2: - Reword commit message

[U-Boot] [PATCH v2 7/7] am335x_evm: Add support to boot from NOR.

2013-05-13 Thread Tom Rini
at 768KiB. We avoid using SPL for this case and u-boot.bin is written directly to the start of NOR. Signed-off-by: Steve Kipisz s-kipi...@ti.com Signed-off-by: Tom Rini tr...@ti.com --- Changes in v2: - Reword commit message slightly --- arch/arm/cpu/armv7/am33xx/emif4.c |6 +- board/ti/am335x

[U-Boot] [PATCH v2 5/7] am335x_evm: Rework board_is_foo() checks

2013-05-13 Thread Tom Rini
We rework the various board_is_foo() checks to take a pointer to struct am335x_baseboard_id rather than using a local copy in board.c. This allows us to make use of the same checks in mux.c as well as fixing problems when this code could be running from read-only memory. Signed-off-by: Tom Rini

[U-Boot] [PATCH v2 6/7] am335x_evm: Add support for the NOR module on the memory cape

2013-05-13 Thread Tom Rini
Kipisz s-kipi...@ti.com [trini: Clean up config changes slightly] Signed-off-by: Tom Rini tr...@ti.com --- Changes in v2: - Move GPMC config portion into board.c Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/am33xx/mem.c|6 arch/arm/include/asm/arch-am33xx/mem.h |9

Re: [U-Boot] [PATCH] common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT to replace CONFIG_SPL_NET_SUPPORT

2013-05-13 Thread Tom Rini
On Fri, May 10, 2013 at 07:28:46PM -0500, Scott Wood wrote: On 05/10/2013 07:03:07 PM, Wolfgang Denk wrote: Dear ying.zh...@freescale.com, In message 1368182421-859-1-git-send-email-ying.zh...@freescale.com you wrote: From: Ying Zhang b40...@freescale.com Add a new symbol

Re: [U-Boot] [PATCH 0/19] Remove unused code, add accurate timier and bootstage

2013-05-13 Thread Tom Rini
On Thu, May 09, 2013 at 02:22:32PM -0700, Simon Glass wrote: Hi Tom, On Thu, Apr 25, 2013 at 3:12 PM, Simon Glass s...@chromium.org wrote: Hi Vadim, On Thu, Apr 18, 2013 at 8:50 AM, Vadim Bendebury () vben...@google.com wrote: On Wed, Apr 17, 2013 at 7:13 PM, Simon Glass

Re: [U-Boot] [PATCH] OMAP5: Add support for the SOM5_EVB board (OMAP5430-based)

2013-05-13 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/26/2013 11:59 AM, Lubomir Popov wrote: Hi Tom, On 25/04/13 22:01, Tom Rini wrote: On Mon, Apr 01, 2013 at 05:06:16PM +0300, Lubomir Popov wrote: Signed-off-by: Lubomir Popov lpo...@mm-sol.com Thought I had reviewed this already, sorry

Re: [U-Boot] [PULL] please pull u-boot-avr32/master

2013-05-13 Thread Tom Rini
On Mon, May 13, 2013 at 10:39:55AM +0200, Andreas Bie??mann wrote: Dear Tom Rini, please pull the following change from u-boot-avr/master into u-boot/master. The following changes since commit bbd0f7e3ba66d288a2f146f1c7797801e04598ae: Move FDT_RAMDISK_OVERHEAD from fdt.h

[U-Boot] [PATCH 1/4] powerpc: Correct im_dprambase cast

2013-05-13 Thread Tom Rini
When casting im_dprambase we must cast to unsigned char not unsigned short. Signed-off-by: Tom Rini tr...@ti.com --- arch/powerpc/cpu/mpc8260/commproc.c|2 +- arch/powerpc/cpu/mpc8260/cpu.c |2 +- arch/powerpc/cpu/mpc8260/i2c.c |8 arch

[U-Boot] [PATCH 2/4] mpc8xx: Correct cast of im_cpm.cp_dparam

2013-05-13 Thread Tom Rini
We must cast this to unsigned char not unsigned short to avoid warnings. Cc: Wolfgang Denk w...@denx.de Signed-off-by: Tom Rini tr...@ti.com --- arch/powerpc/cpu/mpc8xx/cpu.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/cpu/mpc8xx/cpu.c b/arch

[U-Boot] [PATCH 4/4] mpc8323erdb: Update crc32 check of MAC

2013-05-13 Thread Tom Rini
We need to cast to unsigned char, not unsigned short here to avoid a warning. Cc: Michael Barkowski michael.barkow...@freescale.com Signed-off-by: Tom Rini tr...@ti.com --- board/freescale/mpc8323erdb/mpc8323erdb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board

[U-Boot] [PATCH 3/4] ELPPC: Don't write magic numbers via short.

2013-05-13 Thread Tom Rini
We need to write each segment of the buffer directly rather than using shorts. Cc: Frank Gottschling fgottschl...@eltec.de Signed-off-by: Tom Rini tr...@ti.com --- board/eltec/elppc/misc.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/board/eltec/elppc/misc.c b

Re: [U-Boot] [RFC PATCH 0/15] RFC: Add tracing functionality to U-Boot

2013-05-13 Thread Tom Rini
On Sat, Apr 27, 2013 at 07:17:37PM -0700, Simon Glass wrote: This series adds a tracing feature to U-Boot which is useful for profiling boot time and other purposes. The core trace library relies on standard gcc function instrumentation and a microsecond timer which should work correctly on

Re: [U-Boot] [PATCH v1 2/2] blackfin: bf609: add softswitch config command

2013-05-13 Thread Tom Rini
On Sat, May 11, 2013 at 10:50:23PM +0800, Sonic Zhang wrote: Hi Tom On Wed, Feb 27, 2013 at 4:37 PM, Sonic Zhang sonic@gmail.com wrote: From: Bob Liu lliu...@gmail.com Add softswitch_output command for bf609-ezkit to enable softswitches. Signed-off-by: Bob Liu lliu...@gmail.com

Re: [U-Boot] da850-evm: MMC-SD query

2013-05-13 Thread Tom Rini
On Sun, May 12, 2013 at 01:03:09AM +0530, Manish Badarkhe wrote: Hi All May I know what is use of CONFIG_DAVINCI_MMC_SD1 in case of da850-evm? Currently, We are using instance 0 of MMC SD card in case of da850-evm. I think this define (CONFIG_DAVINCI_MMC_SD1) is of no use for da850-evm.

Re: [U-Boot] [PATCH v2] common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT to replace CONFIG_SPL_NET_SUPPORT

2013-05-13 Thread Tom Rini
On Mon, May 13, 2013 at 03:07:57PM +0800, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com There will need the environment in SPL for reasons other than network support (in particular, hwconfig contains info for how to set up DDR). Add a new symbol

Re: [U-Boot] [PATCH v2] common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT to replace CONFIG_SPL_NET_SUPPORT

2013-05-14 Thread Tom Rini
On Tue, May 14, 2013 at 03:52:04AM +, Zhang Ying-B40530 wrote: -Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini Sent: Tuesday, May 14, 2013 6:13 AM To: Zhang Ying-B40530 Cc: u-boot@lists.denx.de; Wood Scott-B07421; Xie Xiaobo-R63061; Zhang

Re: [U-Boot] [PATCH 2/4] mpc8xx: Correct cast of im_cpm.cp_dparam

2013-05-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/2013 06:34 PM, Wolfgang Denk wrote: Dear Tom Rini, In message 1368477117-32669-2-git-send-email-tr...@ti.com you wrote: We must cast this to unsigned char not unsigned short to avoid warnings. But this is wrong. We're actually

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

2013-05-14 Thread Tom Rini
On Mon, May 13, 2013 at 03:02:08PM -0700, Simon Glass wrote: Hi Tom, The following changes since commit bbd0f7e3ba66d288a2f146f1c7797801e04598ae: Move FDT_RAMDISK_OVERHEAD from fdt.h to libfdt_env.h (2013-05-10 19:04:50 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH] OMAP5: Add support for the SOM5_EVB board (OMAP5430-based)

2013-05-14 Thread Tom Rini
On Tue, May 14, 2013 at 01:24:41PM +0300, Lubomir Popov wrote: Hi Tom, I'm currently busy with other work; on the other hand, careful rebasing shall require some time, especially the Palmas stuff. What would be the deadline for a V2 submission? Meanwhile could you please have a look at

Re: [U-Boot] fatwrite problem

2013-05-14 Thread Tom Rini
On Tue, May 14, 2013 at 05:13:44PM +0200, Ruud Commandeur wrote: Hi Tom, It has become a bit quiet on this thread, but I just made the changes as I suggested, including some other fixes. Here is what I did: Added a check for blkcnt 0 in mmc_write_blocks (drivers/mmc.c). By doing this

Re: [U-Boot] [PATCH] OMAP5: Add support for the SOM5_EVB board (OMAP5430-based)

2013-05-14 Thread Tom Rini
On Tue, May 14, 2013 at 07:09:33PM +0300, Lubomir Popov wrote: Hi Tom, On 14/05/13 17:52, Tom Rini wrote: On Tue, May 14, 2013 at 01:24:41PM +0300, Lubomir Popov wrote: Hi Tom, I'm currently busy with other work; on the other hand, careful rebasing shall require some time, especially

Re: [U-Boot] Pull request v2: u-boot-blackfin

2013-05-14 Thread Tom Rini
On Tue, May 14, 2013 at 02:20:46PM +0800, Sonic Zhang wrote: Hi Tom, Please pull the following patches from u-boot-blackfin into your tree. In this second pull request: - CONFIG_CMD_SOFTSWITCH document is added to the README file. - The tools/patman folder is synced with upstream master.

Re: [U-Boot] [PATCH] OMAP5: Add support for the SOM5_EVB board (OMAP5430-based)

2013-05-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/14/2013 03:42 PM, Lubomir Popov wrote: Hi Tom, Just a couple of things to clarify below. On Tue, May 14, 2013 at 07:09:33PM +0300, Lubomir Popov wrote: Hi Tom, On 14/05/13 17:52, Tom Rini wrote: On Tue, May 14, 2013 at 01:24:41PM

Re: [U-Boot] [PATCH v3 0/16] Provide a mechanism to avoid using #ifdef everywhere

2013-05-14 Thread Tom Rini
On Mon, May 13, 2013 at 03:12:07PM -0700, Simon Glass wrote: Hi Tom, On Thu, Mar 21, 2013 at 7:38 AM, Tom Rini tr...@ti.com wrote: On Tue, Feb 26, 2013 at 08:10:53AM -0800, Simon Glass wrote: Many parts of the U-Boot code base are sprinkled with #ifdefs. This makes different boards

Re: [U-Boot] [PATCH v3 0/16] Provide a mechanism to avoid using #ifdef everywhere

2013-05-14 Thread Tom Rini
On Tue, May 14, 2013 at 02:27:32PM -0700, Simon Glass wrote: Hi Tom, On Tue, May 14, 2013 at 2:21 PM, Tom Rini tr...@ti.com wrote: On Mon, May 13, 2013 at 03:12:07PM -0700, Simon Glass wrote: Hi Tom, On Thu, Mar 21, 2013 at 7:38 AM, Tom Rini tr...@ti.com wrote: On Tue, Feb 26, 2013

Re: [U-Boot] [PATCH v3 0/16] Provide a mechanism to avoid using #ifdef everywhere

2013-05-14 Thread Tom Rini
On Tue, May 14, 2013 at 03:22:04PM -0700, Vadim Bendebury wrote: On Tue, May 14, 2013 at 3:15 PM, Tom Rini tr...@ti.com wrote: On Tue, May 14, 2013 at 02:27:32PM -0700, Simon Glass wrote: Hi Tom, On Tue, May 14, 2013 at 2:21 PM, Tom Rini tr...@ti.com wrote: On Mon, May 13, 2013 at 03

Re: [U-Boot] [PATCH 0/2] Power: remove support for Freescale MPC8220

2013-05-15 Thread Tom Rini
On Sat, May 11, 2013 at 03:00:48PM +0200, Wolfgang Denk wrote: The Freescale MPC8220 Power Architecture processors have long reached EOL; Freescale does not even list these any more on their web site. Remove the code to avoid wasting maitaining efforts on dead stuff. Wolfgang Denk (2):

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

2013-05-15 Thread Tom Rini
On Tue, May 14, 2013 at 05:26:23PM -0500, Andy Fleming wrote: The following changes since commit a661b99dbc35e725f229a7b8e189ca21304ba026: Merge branch 'master' of git://git.denx.de/u-boot-x86 (2013-05-13 18:17:39 -0400) are available in the git repository at:

Re: [U-Boot] OMAP5: Enable USB Ethernet support with LAN9730

2013-05-15 Thread Tom Rini
On Mon, Apr 01, 2013 at 04:50:55AM -, Lubomir Popov wrote: Added the LAN9730 to list of supported devices. This chip is used in the sEVM, uEVM and som5_evb. Tested on the som5_evb with dhcp and ping. Signed-off-by: Lubomir Popov lpo...@mm-sol.com Applied to u-boot/master, thanks! --

Re: [U-Boot] [PATCH v4 0/19] Allow images to work on sandbox

2013-05-15 Thread Tom Rini
On Tue, May 07, 2013 at 09:11:44AM -0700, Simon Glass wrote: This series adjusts the image code to work with sandbox and prepares it for verified boot to come later. The primary goal here is to get image loading to work on sandbox, which is mostly a set of fairly minor changes such as using

Re: [U-Boot] u-boot UBI support

2013-05-15 Thread Tom Rini
On Wed, May 08, 2013 at 05:08:10PM -, Paul B. Henson wrote: On Tue, May 07, 2013 at 11:01:35PM -0400, Tom Rini wrote: All changes do, but you can just reply to this thread. Ok, here it is again, with the tag. From 532cc340712c0542526be601c3f9f886e7054e5c Mon Sep 17 00:00:00 2001

Re: [U-Boot] [U-Boot, v3, 01/12] mkimage: Put FIT loading in function and tidy error handling

2013-05-15 Thread Tom Rini
On Wed, May 08, 2013 at 08:05:57AM -, Simon Glass wrote: The fit_handle_file() function is quite long - split out the part that loads and checks a FIT into its own function. We will use this function for storing public keys into a destination FDT file. The error handling is currently a

Re: [U-Boot] smc911x: fix the timeout detection

2013-05-15 Thread Tom Rini
On Wed, May 08, 2013 at 09:42:44PM -, Masahiro Yamada wrote: If timeout is occurred at the while loop above, the value of 'timeout' is -1, not 0. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

Re: [U-Boot] drivers/mmc: move spl_mmc.c to common/spl

2013-05-15 Thread Tom Rini
On Thu, May 09, 2013 at 11:00:36PM -, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com The mpc85xx repuires a special layout on the memory device that is connected to the eSDHC controller interface. But the file spl_mmc.c didn't handle this specfic case, there needs

Re: [U-Boot] [PATCH] OMAP5: Add support for the SOM5_EVB board (OMAP5430-based)

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 04:10:46PM +0300, Lubomir Popov wrote: Hi Sricharan, Tom, [snip] Now on USB in general: u-boot-ti master lags behind mainline master in respect to drivers/usb/host/ehci-hcd.c (the other TI-specific files are OK). My old .../patch/232742 applies to u-boot-ti correctly.

Re: [U-Boot] [PATCH v3] common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 10:15:28AM +0800, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com There will need the environment in SPL for reasons other than network support (in particular, hwconfig contains info for how to set up DDR). Add a new symbol

Re: [U-Boot] [PATCH v1 1/2] OMAP3+: introduce generic ABB support

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 03:42:45PM +0300, Andrii Tseglytskyi wrote: Hi, Tom, Nishant, could you please review this series ? Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH] fdt_support: Use CONFIG_NR_DRAM_BANKS if defined

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 08:58:03AM -0700, Vadim Bendebury wrote: On Tue, Apr 30, 2013 at 2:14 PM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/30/2013 04:49 PM, Doug Anderson wrote: Tom, On Tue, Apr 30, 2013 at 1:35 PM, Tom Rini tr...@ti.com

Re: [U-Boot] ARM v7: Flush icache when executing a program with go

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 06:44:10PM +0200, Albert ARIBAUD wrote: Hi Henrik, On Wed, 15 May 2013 18:34:07 +0200, Henrik Nordstr??m hen...@henriknordstrom.net wrote: ons 2013-05-15 klockan 17:11 +0200 skrev Albert ARIBAUD: What is the rationale behind putting it in arch/ rather than in

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 06:55:24PM +0300, Lubomir Popov wrote: Prerequisites: appropriate patches to the USB EHCI and Eth drivers, and to the OMAP5 clock register definitions. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- Assumption is that this code shall run on TI 750-2628-21X

Re: [U-Boot] [PATCH] mmc and fat bug fixes

2013-05-15 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/15/2013 11:37 AM, Benoît Thébaudeau wrote: Hi Ruud, On Wednesday, May 15, 2013 4:23:51 PM, Ruud Commandeur wrote: This patch fixes a number of mmc and fat-related bugs: [snip] @@ -901,7 +902,8 @@ } curclust = get_fatent_value(mydata,

Re: [U-Boot] [PATCH v2] mmc: fix env in mmc with redundant compile error

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 05:31:30PM -0500, Andy Fleming wrote: On Tue, May 14, 2013 at 8:38 PM, Bo Shen voice.s...@atmel.com wrote: The commit d196bd8 (env_mmc: add support for redundant environment) introduce the following compile error when enable redundant environment support with MMC

Re: [U-Boot] [PATCH] Add the symbol for the minimal SPL used to eliminate unused code

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 03:02:19PM +0800, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com Add the symbol CONFIG_SPL_BUILD_MINIMAL for the minimal SPL. It used to eliminate code unused in the minimal SPL but used in the SPL. [snip] diff --git a/common/env_common.c

<    1   2   3   4   5   6   7   8   9   10   >