Re: [U-Boot] [PATCH 8/8] Add TI816X evm board support

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 06:14:41PM +0100, TENART Antoine wrote: > --- > MAINTAINERS|4 + > arch/arm/include/asm/arch-am33xx/spl.h |9 + > board/ti/ti816x/Makefile | 48 ++ > board/ti/ti816x/evm.c | 753 > ++

Re: [U-Boot] [PATCH 1/8] Prepare for TI816X : reuse existing code from TI814X

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 06:14:34PM +0100, TENART Antoine wrote: > Rename some CONFIG_TI814X to a more generic CONFIG_81XX This is fine except it breaks bisectability, you need to also add CONFIG_TI81XX to ti814x_evm.h at this point. -- Tom signature.asc Description: Digital signature

Re: [U-Boot] dm9000 patch tftp, nfs fixes.

2013-03-28 Thread Tom Rini
On Mon, Mar 25, 2013 at 06:43:34AM -, Chris Ruehl wrote: > Hi, > > I start a project on a freescale imx27 using the dm9000a for network. > > I learned that the tftp , nfs and other network related working more > less very unstable. I start compare the dm9000.c code with the > upstream kernel

Re: [U-Boot] Fwd: Your message to U-Boot awaits moderator approval

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 11:22:52PM +0400, wrote: > How long does usually moderation take? Your message was posted to the list some time ago. -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH 2/8] Add TI816X mux definitions.

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 10:04:40PM +0100, Peter Korsgaard wrote: > > "TENART" == TENART Antoine writes: > > Acked-by: Peter Korsgaard > > I just now noticed that you forgot to sign off on your patches (-s > option). Yes, please fix with a v2 of the series which also addreses the other feed

Re: [U-Boot] [PATCH 3/8] Add TI816X clocks definitions

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 06:14:36PM +0100, TENART Antoine wrote: > --- > arch/arm/include/asm/arch-am33xx/clock.h |4 + > arch/arm/include/asm/arch-am33xx/clocks_ti816x.h | 173 > ++ > 2 files changed, 177 insertions(+) > create mode 100644 arch/arm/include/asm/a

Re: [U-Boot] [PATCH 4/8] Add TI816X ddr definitions

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 06:14:37PM +0100, TENART Antoine wrote: [snip] > +#define CONFIG_TI816X_DDR3_796 /* Values supported > 400,531,675,796 */ > +#define CONFIG_TI816X_DDR3_SW_LEVELING /* Enable software leveling as > part of DDR3 init*/ Lines too long. Please ru

Re: [U-Boot] [PATCH 6/8] Add TI816X specific register definitions

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 10:37:28PM +0100, Peter Korsgaard wrote: > > "TENART" == TENART Antoine writes: > > TENART> Also move some non common defintions from hardware.h > TENART> --- > TENART> arch/arm/include/asm/arch-am33xx/hardware.h|7 +-- > TENART> arch/arm/include/asm/a

Re: [U-Boot] [PATCH 1/8] Prepare for TI816X : reuse existing code from TI814X

2013-03-28 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Tom> On Thu, Mar 28, 2013 at 06:14:34PM +0100, TENART Antoine wrote: >> Rename some CONFIG_TI814X to a more generic CONFIG_81XX Tom> This is fine except it breaks bisectability, you need to also add Tom> CONFIG_TI81XX to ti814x_evm.h at this point. It afaik a

[U-Boot] Help with ppc460sx i2c_transfer

2013-03-28 Thread tx co
I'm having a difficult time figuring out why I'm failing to get an ACK response generated when running the /drivers/i2c/ppc4xx_i2c.c -> i2c_transfer function. I'm using the same values as a reference boot loader from a while back (2007). Here is my I2C configurations: 231 /* SPD i2c spd addresses

Re: [U-Boot] [PATCH] Add separate environment variable for tftp server

2013-03-28 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/28/2013 05:58 PM, Rory Toma wrote: > This patch uses the environment variable "tftpserverip" as the > tftp server IP instead of serverip. If it is unset, it defaults to > serverip. What's the use case for this exactly? I believe serverip is set

[U-Boot] [PATCH] Add separate environment variable for tftp server

2013-03-28 Thread Rory Toma
This patch uses the environment variable "tftpserverip" as the tftp server IP instead of serverip. If it is unset, it defaults to serverip. >From 049d0795c5fcffb0ddc8a43ea2f1b373afb5c2b1 Mon Sep 17 00:00:00 2001 From: Rory Toma Date: Thu, 28 Mar 2013 14:52:16 -0700 Subject: [PATCH] tftp server pa

Re: [U-Boot] [PATCH] disk: add -mno-unaligned-access to CFLAGS

2013-03-28 Thread Marc Dietrich
Hi Albert, On Thursday 28 March 2013 21:42:13 Albert ARIBAUD wrote: > On Thu, 28 Mar 2013 19:57:31 +0100, Marc Dietrich > wrote: > > Many on-disk structures used in the directory are accessed in a > > non aligned manner. gcc => 4.7 (and gcc-4.6 from Linaro) switched > > to -munaligned-access on d

[U-Boot] TI Davinci and KSZ8873MLL

2013-03-28 Thread Andy Ng
Hi, Does anyone know what TI Davinci board is using the KSZ8873 switch? Thank you Andy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 2/4] New command bootmenu: ANSI terminal boot menu support

2013-03-28 Thread Anatolij Gustschin
Hi, On Thu, 28 Mar 2013 20:18:48 +0100 Pali Rohár wrote: ... > > Hi, can you include also two next patches from this series? > > http://patchwork.ozlabs.org/patch/217492/ > http://patchwork.ozlabs.org/patch/225868/ These patches are in my queue, I didn't forgot about them :-) Regarding the "c

Re: [U-Boot] [PATCH v3 4/4] RX-51: Add support for bootmenu

2013-03-28 Thread Anatolij Gustschin
Hi, On Thu, 7 Mar 2013 16:15:19 +0100 Pali Rohár wrote: ... >attached kernel, internal eMMC memory, external SD card, u-boot boot order > > * in CONFIG_PREBOOT try load bootmenu.scr from first partition of internal >eMMC memory (also known as MyDocs) which (should) overwrite default >

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

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 09:06:28PM +0100, Albert ARIBAUD wrote: > Hello Tom, > > Here is a pull request for u-boot-arm/master -- note it should appear > trivial and result in a fast-forward as ARM ToT is actually a merge of > mainline ToT so as to resolve minor manual merge issues. > > The follo

Re: [U-Boot] Support of Beagleboard-xm

2013-03-28 Thread Javier Martinez Canillas
On Thu, Mar 28, 2013 at 9:04 PM, Tom Rini wrote: > > On Thu, Mar 28, 2013 at 12:52:04PM +0800, Dashi Cao wrote: > > > Hi all, > > I have got a Beagleboard-xm, and I'm feeling that saving environment > > variable is an issue because this board has no NAND. > > > > U-Boot supports environment variab

Re: [U-Boot] [PATCH 00/11 v3] Fix and Re-organise PWM Timer

2013-03-28 Thread Minkyu Kang
Dear Akshay, On 28/03/13 23:32, Akshay Saraswat wrote: > This patch set tries to fix few bugs in timer and re-organises PWM > clock code. > > Changes since v2: > - Patch-1: New patch. > - Patch-2: None. > - Patch-3: None. > - Patch-4: None. > - Patch-5: Fixed typo pa

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

2013-03-28 Thread Minkyu Kang
Dear Amarendra Reddy, On 28/03/13 18:10, Amarendra Reddy wrote: > Dear Minkyu, > > I have plans to send a new patch to 'make this code conditional'. > But it will be a new patch. I always said to you. Please DO NOT top posting... please. > > I am planning to take up this activity after the V7

Re: [U-Boot] [PATCH 1/2] SMDK5250: Fix compiler warning for non-dt systems

2013-03-28 Thread Minkyu Kang
On 05/03/13 22:49, Vivek Gautam wrote: > Compiling for non-dt systems gives folowing warning: > smdk5250.c: In function 'board_eth_init': > smdk5250.c:152:6: warning: unused variable 'node' [-Wunused-variable] > > Declare variable 'node' only for dt enabled systems to remove this > warning. > > S

Re: [U-Boot] [PATCH 2/2] spi: exynos: Fix compiler warnings for non-dt systems

2013-03-28 Thread Minkyu Kang
On 05/03/13 22:49, Vivek Gautam wrote: > Enclosing process_nodes() and spi_get_config() inside > CONFIG_OF_CONTROL, since they are compiled only for DT systems. > > This fixes following warning: > exynos_spi.c:391:12: warning: 'process_nodes' defined but not used > [-Wunused-function] > > Signed

Re: [U-Boot] [PATCH] spl:falcon:trats: Fix SPL image size computing.

2013-03-28 Thread Minkyu Kang
On 12/03/13 22:41, Przemyslaw Marczak wrote: > "spl_imgsize" was set as decimal variable by "setexpr" > and this causes wrong image size written by "ext4write". > Preset this val with "0x" prefix allow to fix this issue. > > Signed-off-by: Przemyslaw Marczak > Signed-off-by: Kyungmin Park > Cc:

Re: [U-Boot] Support of Beagleboard-xm

2013-03-28 Thread Dashi Cao
I'm not so familiar with u-boot. Your way seems more elegant. I've being using this version with loading/saving env within the FAT on the microSD for a while. There is a feature in my solution that needs to be mentioned. The default environment is read out from the variable "default_environment" wi

Re: [U-Boot] [PATCH v2 1/3] exynos: move tzpc_init to armv7/exynos

2013-03-28 Thread Minkyu Kang
Dear Inderpal Singh, On 15/03/13 15:23, Inderpal Singh wrote: > tzpc_init is common for all exynos5 boards, hence move it to > armv7/exynos so that all other boards can use it. > > Also update the smdk5250 Makefile and config file. > > Signed-off-by: Inderpal Singh > Acked-by: Chander Kashyap

Re: [U-Boot] dm9000 patch tftp, nfs fixes.

2013-03-28 Thread Chris Ruehl
On Friday, March 29, 2013 05:50 AM, Tom Rini wrote: On Mon, Mar 25, 2013 at 06:43:34AM -, Chris Ruehl wrote: Hi, I start a project on a freescale imx27 using the dm9000a for network. I learned that the tftp , nfs and other network related working more less very unstable. I start compare t

Re: [U-Boot] [PATCH 1/4 V3] EXYNOS5: FDT: Add compatible strings for Serial

2013-03-28 Thread Minkyu Kang
Dear Rajeshwari Shinde, On 15/03/13 19:38, Rajeshwari Shinde wrote: > Add required compatible information for s5p serial driver > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Rajeshwari Shinde > Acked-by: Simon Glass > --- > Changes in V2: > - Changed the compatible string to "sa

Re: [U-Boot] [PATCH] Exynos: clock: Fix a bug in PLL lock check condition

2013-03-28 Thread Minkyu Kang
On 16/03/13 10:10, Simon Glass wrote: > On Fri, Mar 15, 2013 at 5:29 AM, Akshay Saraswat wrote: >> The condition for testing of PLL getting locked was incorrect. Rectify >> this error in this patch. >> >> Reported-by: Alexei Fedorov >> Signed-off-by: Hatim Ali >> Signed-off-by: Akshay Saraswat

[U-Boot] [PATCH 0/2] arm: at91: enable mmc support for at91sam9g20ek

2013-03-28 Thread Josh Wu
This patch series enable mmc command support for at91sam9g20ek board. It also support save environment in mmc card. Josh Wu (2): arm: at91: enable mci support for at91sam9g20ek. arm: at91: add at91sam9g20ek_mmc_config, which can save environment in mmc card arch/arm/cpu/arm926ejs/at91/at

[U-Boot] [PATCH 1/2] arm: at91: enable mci support for at91sam9g20ek.

2013-03-28 Thread Josh Wu
Signed-off-by: Josh Wu --- arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c |4 board/atmel/at91sam9260ek/at91sam9260ek.c | 10 ++ include/configs/at91sam9260ek.h | 16 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a

[U-Boot] [PATCH 2/2] arm: at91: add at91sam9g20ek_mmc_config, which can save environment in mmc card

2013-03-28 Thread Josh Wu
Signed-off-by: Josh Wu --- boards.cfg |1 + include/configs/at91sam9260ek.h | 18 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/boards.cfg b/boards.cfg index 272a5fc..871f4b6 100644 --- a/boards.cfg +++ b/boards.cfg @@ -94,6 +94,7 @@

Re: [U-Boot] [PATCH v4 2/4] New command bootmenu: ANSI terminal boot menu support

2013-03-28 Thread Pali Rohár
On Friday 29 March 2013 00:13:30 Anatolij Gustschin wrote: > Hi, > > On Thu, 28 Mar 2013 20:18:48 +0100 > Pali Rohár wrote: > ... > > > Hi, can you include also two next patches from this series? > > > > http://patchwork.ozlabs.org/patch/217492/ > > http://patchwork.ozlabs.org/patch/225868/ >

<    1   2