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
> ++
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
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
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
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
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
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
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
> "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
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
-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
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
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
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
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
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
>
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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 @@
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/
>
101 - 132 of 132 matches
Mail list logo