Hi,
On Mon, Mar 11, 2013 at 10:03 AM, Simon Glass wrote:
> This series creates a generic board init implementation which contains
> the essential functions of the major arch/xxx/lib/board.c files. It is
> split into two parts: board_f.c for pre-relocation and board_r.c for
> post-relocation.
I f
Mike,
test case is [#6887], if you save data and read out to compare it
sometimes fail.
I agree that we can keep this patch, but it introduces problems to
test engineer.
This is a random error, she is difficult to know which board and which case we
should enable this function.
2013/3/12 Mike Frys
"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: Minkyu Kang
---
include/configs/trats.h |1 +
1 file
This, enabled the FDT library for the Integrators, updates
the Integrator/CP default command to load and pass a Device
Tree when booting the kernel from the on-board ethernet,
define same environment for the Integrator/AP and move the
load address around to something even.
Signed-off-by: Linus Wal
Hi Inder,
On 6 March 2013 11:11, Inderpal Singh wrote:
> The first patch moves the tzpc_init file from smdk5250 to armv7/exynos.
> The second makes tzpc_init common for exynos4 and exynos5. And the third
> makes necessary changes to exynos4 based origen and smdkv310 boards.
>
> The patchset has b
On Wednesday 13 March 2013 02:09 AM, Nishanth Menon wrote:
> commit 21144298 (power: twl6035: add palmas PMIC support)
> introduced twl6035_i2c_[read|write]_u8
> Then, commit dd23e59d (omap5: pbias ldo9 turn on)
> introduced palmas_[read|write]_u8
> for precisely the same access function. TWL6035 b
Hi Mingkai,
On Wed, Mar 6, 2013 at 2:15 AM, Hu Mingkai-B21284 wrote:
>
>
>> -Original Message-
>> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass
>> Sent: Monday, March 04, 2013 9:59 PM
>> To: Hu Mingkai-B21284
>> Cc: U-Boot Mailing List
>> Subject: Re: Hang issue
Hi Stephen,
On Tue, Mar 12, 2013 at 11:09 AM, Stephen Warren wrote:
> On 03/11/2013 08:57 PM, Sonic Zhang wrote:
>> Hi Stephen,
>>
>>
>> On Tue, Mar 12, 2013 at 1:28 AM, Stephen Warren
>> wrote:
>>> On 03/11/2013 03:56 AM, sonic@gmail.com wrote:
From: Sonic Zhang
- Should re
Hi Kim,
On Tue, Mar 12, 2013 at 5:03 PM, Kim Phillips
wrote:
> On Tue, 12 Mar 2013 16:40:38 -0700
> Simon Glass wrote:
>
>> Hi Kim,
>>
>> On Tue, Mar 12, 2013 at 12:32 PM, Kim Phillips
>> wrote:
>> > On Mon, 11 Mar 2013 17:53:37 -0700
>> > Simon Glass wrote:
>> >
>> >> On Mon, Mar 11, 2013 at
Hi,
On Fri, Feb 22, 2013 at 1:52 AM, Ajay Kumar wrote:
> Replaced the functionality of callbacks by using a standard set of functions.
> Instead of implementing and hooking up a callback, put the same code in one of
> the standard set of functions by overriding it.
>
> This patch is tested only o
On Tue, 12 Mar 2013 16:40:38 -0700
Simon Glass wrote:
> Hi Kim,
>
> On Tue, Mar 12, 2013 at 12:32 PM, Kim Phillips
> wrote:
> > On Mon, 11 Mar 2013 17:53:37 -0700
> > Simon Glass wrote:
> >
> >> On Mon, Mar 11, 2013 at 5:44 PM, Kim Phillips
> >> wrote:
> >> > On Thu, 7 Mar 2013 19:11:16 -0800
On Tue, Mar 12, 2013 at 7:22 PM, Simon Glass wrote:
> Hi,
>
> Given that we seem to allow C99 features in U-Boot I wonder if it
> would be OK to use dynamic arrays in SPL?
>
> I am trying to replace:
>
> ptr = malloc(size);
>
> with:
>
> char ptr[size];
>
> to avoid use of malloc in SPL. Can I ass
Hi Kim,
On Tue, Mar 12, 2013 at 12:32 PM, Kim Phillips
wrote:
> On Mon, 11 Mar 2013 17:53:37 -0700
> Simon Glass wrote:
>
>> On Mon, Mar 11, 2013 at 5:44 PM, Kim Phillips
>> wrote:
>> > On Thu, 7 Mar 2013 19:11:16 -0800
>> > Simon Glass wrote:
>> > > OK so let's look at adding the hash_registe
On Sun, Mar 10, 2013 at 11:53 PM, Akshay Saraswat wrote:
> This patch adds fdt nodes for peripherals which require
> pin muxing and configuration. Device tree bindings for pinctrl
> are kept same as required for Linux. Existing pinmux code
> modified to retrieve gpio range and function related inf
Hi Adnan,
On Tue, Mar 12, 2013 at 7:53 AM, Adnan Ali wrote:
> Hi
>
>
> On 12/03/13 14:15, Simon Glass wrote:
>>
>> Hi Adnan,
>>
>> On Mon, Mar 11, 2013 at 6:18 AM, Adnan Ali
>> wrote:
>>>
>>> Introduces btrfs file-system to read file from
>>> volume/sub-volumes with btrload command. This
>>> imp
Hi Tom,
On Tue, 12 Mar 2013 13:47:33 -0400, Tom Rini wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 03/12/2013 01:19 PM, Albert ARIBAUD wrote:
> > Hi Scott,
> >
> > On Tue, 12 Mar 2013 12:06:53 -0500, Scott Wood
> > wrote:
> >
> >> On 03/12/2013 12:02:56 PM, Tom Rini wrote:
commit 21144298 (power: twl6035: add palmas PMIC support)
introduced twl6035_i2c_[read|write]_u8
Then, commit dd23e59d (omap5: pbias ldo9 turn on)
introduced palmas_[read|write]_u8
for precisely the same access function. TWL6035 belongs to
the palmas family, so instead of having an palmas API,
we c
On Mon, 11 Mar 2013 17:53:37 -0700
Simon Glass wrote:
> On Mon, Mar 11, 2013 at 5:44 PM, Kim Phillips
> wrote:
> > On Thu, 7 Mar 2013 19:11:16 -0800
> > Simon Glass wrote:
> > > OK so let's look at adding the hash_register() idea. But not in this
> > > series. That should come later in a revisi
Hi Tom,
On Tue, Mar 12, 2013 at 11:16 AM, Tom Rini wrote:
> With CONFIG_SPL_NET_SUPPORT set we bring in most of the environment
> related code. This in turn means that while we discard the callback
> saftey checks in the environment, we had still needed their
> __start/__end linker symbols. In
Hello Tom,
please pull from u-boot-i2c:
The following changes since commit 68149e94053d18b54a63c9a44c87f178f59a169e:
cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set (2013-03-12
12:43:31 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for y
Hi Tom,
On Tue, Mar 12, 2013 at 11:16 AM, Tom Rini wrote:
> This is not called outside of env_callback.c so mark static, remove from
>
>
> Cc: Joe Hershberger
> Signed-off-by: Tom Rini
> ---
> http://lists.denx.de/mailman/listinfo/u-boot
Acked-by: Joe Hershberger
__
On 03/12/2013 12:05 PM, Tom Warren wrote:
> Stephen,
>
> On Tue, Mar 12, 2013 at 10:54 AM, Stephen Warren
> wrote:
>> On 03/12/2013 10:17 AM, Tom Warren wrote:
>>> T114 requires SD bus power-rail bringup for the SDIO card on SDMMC3.
>>
>>> diff --git a/board/nvidia/dalmore/dalmore.c b/board/nvid
Stephen,
On Tue, Mar 12, 2013 at 10:54 AM, Stephen Warren wrote:
> On 03/12/2013 10:17 AM, Tom Warren wrote:
>> T114 requires SD bus power-rail bringup for the SDIO card on SDMMC3.
>
>> diff --git a/board/nvidia/dalmore/dalmore.c b/board/nvidia/dalmore/dalmore.c
>
>> +#if defined(CONFIG_TEGRA_MMC
Stephen,
On Tue, Mar 12, 2013 at 10:52 AM, Stephen Warren wrote:
> On 03/12/2013 10:17 AM, Tom Warren wrote:
>> SDIO1 (the SD-card slot on Dalmore) needs to have its pads setup
>> before the MMC driver is added.
>
>> diff --git a/board/nvidia/dalmore/dalmore.c b/board/nvidia/dalmore/dalmore.c
>
>
On 03/12/2013 10:17 AM, Tom Warren wrote:
> Tested on my Dalmore E1611 board, eMMC and SD-Card work fine, can load
> a kernel off of an SD card OK, card detect works, and the env is now
> stored in eMMC (end of the 2nd 'boot' sector, same as Tegra20/30).
> diff --git a/include/configs/dalmore.h b/
On 03/12/2013 10:17 AM, Tom Warren wrote:
> T114 requires SD bus power-rail bringup for the SDIO card on SDMMC3.
> diff --git a/board/nvidia/dalmore/dalmore.c b/board/nvidia/dalmore/dalmore.c
> +#if defined(CONFIG_TEGRA_MMC)
It always is for Dalmore, right?
> +void board_sdmmc_voltage_init(void
On 03/12/2013 10:17 AM, Tom Warren wrote:
> SDIO1 (the SD-card slot on Dalmore) needs to have its pads setup
> before the MMC driver is added.
> diff --git a/board/nvidia/dalmore/dalmore.c b/board/nvidia/dalmore/dalmore.c
> + /* Initialize any non-default pad configs (APB_MISC_GP regs) */
> +
Stephen,
> -Original Message-
> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
> Sent: Tuesday, March 12, 2013 10:41 AM
> To: Tom Warren
> Cc: u-boot@lists.denx.de; Stephen Warren; Tom Warren
> Subject: Re: [U-Boot] [PATCH] Tegra114: Dalmore: Add pad config
> tables/code based on pinm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/12/2013 01:19 PM, Albert ARIBAUD wrote:
> Hi Scott,
>
> On Tue, 12 Mar 2013 12:06:53 -0500, Scott Wood
> wrote:
>
>> On 03/12/2013 12:02:56 PM, Tom Rini wrote:
>>> On Tue, Mar 12, 2013 at 11:55:22AM -0500, Scott Wood wrote:
On 03/12/2013
On 03/12/2013 10:09 AM, Tom Warren wrote:
> Pad config registers exist in APB_MISC_GP space, and control slew
> rate, drive strengh, schmidt, high-speed, and low-power modes for
> all of the pingroups in Tegra30. This builds off of the pinmux
> way of constructing init tables to configure select pa
On 03/12/2013 10:08 AM, Tom Warren wrote:
> All other Tegra boards have their aliase nodes in the .dts file
Reviewed-by: Stephen Warren
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Andreas,
On Tue, 12 Mar 2013 13:09:38 +0100, Andreas Bießmann
wrote:
> Dear Albert Aribaud,
>
> please pull the following changes into u-boot-arm/master.
>
> The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b:
>
> Merge branch 'fixes' of git://git.denx.de/u-boot-
On 03/12/2013 10:48 AM, Tom Rini wrote:
> Hey all,
>
> I'm going to try this, rather than replying to N different short
> patches. The following have been applied to u-boot/master now,
> thanks all!
The downsides here are that:
a) The contributors aren't CC'd on this mail, so they might not se
Hi Scott,
On Tue, 12 Mar 2013 12:06:53 -0500, Scott Wood
wrote:
> On 03/12/2013 12:02:56 PM, Tom Rini wrote:
> > On Tue, Mar 12, 2013 at 11:55:22AM -0500, Scott Wood wrote:
> > > On 03/12/2013 10:30:40 AM, Tom Rini wrote:
> > > >On Fri, Mar 08, 2013 at 06:35:04PM -0600, Scott Wood wrote:
> > > >
On 03/12/2013 12:02:56 PM, Tom Rini wrote:
On Tue, Mar 12, 2013 at 11:55:22AM -0500, Scott Wood wrote:
> On 03/12/2013 10:30:40 AM, Tom Rini wrote:
> >On Fri, Mar 08, 2013 at 06:35:04PM -0600, Scott Wood wrote:
> >> Why would eliminating all individual callbacks cause start/end
to go
> >> away
On Tue, Mar 12, 2013 at 11:55:22AM -0500, Scott Wood wrote:
> On 03/12/2013 10:30:40 AM, Tom Rini wrote:
> >On Fri, Mar 08, 2013 at 06:35:04PM -0600, Scott Wood wrote:
> >> Why would eliminating all individual callbacks cause start/end to go
> >> away? If that's the way the list mechanism works, t
On 03/12/2013 10:30:40 AM, Tom Rini wrote:
On Fri, Mar 08, 2013 at 06:35:04PM -0600, Scott Wood wrote:
> Why would eliminating all individual callbacks cause start/end to go
> away? If that's the way the list mechanism works, the mechanism
> needs fixing.
Yes, that's how the mechanism works. R
Hey all,
I'm going to try this, rather than replying to N different short
patches. The following have been applied to u-boot/master now, thanks
all!
$ git log a268170..68149e9 --pretty=short
commit 68149e94053d18b54a63c9a44c87f178f59a169e
Author: Tom Rini
cmd_mem.c: Fix warning when CONFI
On Tue, Mar 12, 2013 at 12:43:39PM -0400, Tom Rini wrote:
> mem_test_quick and mem_test_alt functions are only called by
> do_mem_mtest, so move them under the #ifdef
>
> Signed-off-by: Tom Rini
As I've build-tested this on arm (where a few platforms didn't have
CONFIG_CMD_MTEST) and one of the
mem_test_quick and mem_test_alt functions are only called by
do_mem_mtest, so move them under the #ifdef
Signed-off-by: Tom Rini
---
common/cmd_mem.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/cmd_mem.c b/common/cmd_mem.c
index 53572f7..64dd76a 100644
--- a/com
T114 requires SD bus power-rail bringup for the SDIO card on SDMMC3.
Signed-off-by: Tom Warren
---
board/nvidia/dalmore/dalmore.c | 75
1 files changed, 75 insertions(+), 0 deletions(-)
diff --git a/board/nvidia/dalmore/dalmore.c b/board/nvidia/dalmore
Tested on my Dalmore E1611 board, eMMC and SD-Card work fine, can load
a kernel off of an SD card OK, card detect works, and the env is now
stored in eMMC (end of the 2nd 'boot' sector, same as Tegra20/30).
Signed-off-by: Tom Warren
---
include/configs/dalmore.h | 12 +++-
1 files chan
This patchset adds SDMMC device-tree support to the Tegra114 dts files,
and enables the Tegra MMC driver on Tegra114 Dalmore.
Tested on my Dalmore E1611 board, eMMC and SD-Card work fine, can load
a kernel off of a SD card OK, card detect works, and the env is now
stored in eMMC (end of the 2nd 'b
SDIO1 (the SD-card slot on Dalmore) needs to have its pads setup
before the MMC driver is added.
Signed-off-by: Tom Warren
---
arch/arm/include/asm/arch-tegra114/gp_padctrl.h |7 +++
board/nvidia/dalmore/dalmore.c |4
board/nvidia/dalmore/pinmux-config-dalmore.h
Took these values directly from the kernel dts files.
Signed-off-by: Tom Warren
---
arch/arm/dts/tegra114.dtsi| 32
board/nvidia/dts/tegra114-dalmore.dts | 13 +
2 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/arch/arm/
With CONFIG_SPL_NET_SUPPORT set we bring in most of the environment
related code. This in turn means that while we discard the callback
saftey checks in the environment, we had still needed their
__start/__end linker symbols. In most cases this had been working
because we generated u-boot.lst for
This is not called outside of env_callback.c so mark static, remove from
Cc: Joe Hershberger
Signed-off-by: Tom Rini
---
common/env_callback.c |2 +-
include/env_callback.h |1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/common/env_callback.c b/common/env_callback.
Pad config registers exist in APB_MISC_GP space, and control slew
rate, drive strengh, schmidt, high-speed, and low-power modes for
all of the pingroups in Tegra30. This builds off of the pinmux
way of constructing init tables to configure select pads (SDIOCFG,
for instance) during pinmux_init().
All other Tegra boards have their aliase nodes in the .dts file
Signed-off-by: Tom Warren
---
arch/arm/dts/tegra114.dtsi|8
board/nvidia/dts/tegra114-dalmore.dts |8
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/arm/dts/tegra114.dtsi b/
On Fri, Mar 08, 2013 at 06:35:04PM -0600, Scott Wood wrote:
> On 03/08/2013 02:59:47 PM, Tom Rini wrote:
> >-BEGIN PGP SIGNED MESSAGE-
> >Hash: SHA1
> >
> >On 03/08/2013 03:34 PM, Scott Wood wrote:
> >> On 03/08/2013 02:27:48 PM, Tom Rini wrote:
> >>> On Thu, Dec 20, 2012 at 11:51:05AM -000
Hi
On 12/03/13 14:15, Simon Glass wrote:
Hi Adnan,
On Mon, Mar 11, 2013 at 6:18 AM, Adnan Ali wrote:
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, co
Dear Simon Glass,
> Hi Marek,
>
> On Tue, Mar 12, 2013 at 12:58 AM, Marek Vasut wrote:
> > Dear Simon Glass,
> >
> >> Hi Marek,
> >>
> >> On Mon, Mar 11, 2013 at 9:16 AM, Simon Glass wrote:
> >> > Hi Marek,
> >> >
> >> > As requested here is an email about the USB patches. I have put them
>
On 12 March 2013 22:11, Simon Glass wrote:
> Hi Naveen,
>
> On Tue, Mar 12, 2013 at 3:58 AM, Naveen Krishna Chatradhi <
> ch.nav...@samsung.com> wrote:
>
>> Add support for hsi2c controller available on exynos5420.
>>
>> Note: driver currently supports only fast speed mode 100kbps
>>
>> Signed-off
Hi Adnan,
On Mon, Mar 11, 2013 at 6:18 AM, Adnan Ali wrote:
> 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 269ebc845ebc8b46ef4b0be7fa0005
Hi Tom,
On Mon, 11 Mar 2013 14:25:44 -0400, Tom Rini wrote:
> Hello,
>
> The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4:
>
> x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800)
>
> are available in the git repository at:
>
> git://git.denx.d
Hi Marek,
On Tue, Mar 12, 2013 at 12:58 AM, Marek Vasut wrote:
> Dear Simon Glass,
>
>> Hi Marek,
>>
>> On Mon, Mar 11, 2013 at 9:16 AM, Simon Glass wrote:
>> > Hi Marek,
>> >
>> > As requested here is an email about the USB patches. I have put them in a
>> > bundle here:
>> >
>> > http://patchw
From: Vincent Palatin
Use the ability to have several active EHCI controller on a system
in the PCI EHCI controller implementation.
Signed-off-by: Simon Glass
---
Changes in v5:
- Rebase to usb/master
Changes in v4:
- Add errno.h header file to ehci-pci
Changes in v2:
- Add blank line before
Hi Naveen,
On Tue, Mar 12, 2013 at 3:58 AM, Naveen Krishna Chatradhi <
ch.nav...@samsung.com> wrote:
> Add support for hsi2c controller available on exynos5420.
>
> Note: driver currently supports only fast speed mode 100kbps
>
> Signed-off-by: Naveen Krishna Chatradhi
> Signed-off-by: R. Chandr
On Tue, Mar 12, 2013 at 08:14:24AM +0100, Albert ARIBAUD wrote:
> Hi Nikita,
>
> On Tue, 12 Mar 2013 09:03:24 +0200, Nikita Kiryanov
> wrote:
>
> > Hi Tom,
> >
> > On 03/11/2013 08:25 PM, Tom Rini wrote:
> > > Hello,
> > >
> > > The following changes since commit
> > > fc959081d41aab2d6f4614c5
On Tue, Mar 12, 2013 at 09:03:24AM +0200, Nikita Kiryanov wrote:
> Hi Tom,
>
> On 03/11/2013 08:25 PM, Tom Rini wrote:
> >Hello,
> >
> >The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4:
> >
> > x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800)
> >
>
Hi All,
I am Rafal and this is my first post here, so I would like to say
hello to everyone :)
I have been using the Sabrelite board (i.MX6Q) from Boundary Devices
for some time and now I have been working on U-Boot. The code I use is
based on the mainline U-Boot.
The current implementation supp
Add support for hsi2c controller available on exynos5420.
Note: driver currently supports only fast speed mode 100kbps
Signed-off-by: Naveen Krishna Chatradhi
Signed-off-by: R. Chandrasekar
---
drivers/i2c/s3c24x0_i2c.c | 389 ++---
drivers/i2c/s3c24x0_
Dear Albert Aribaud,
please pull the following changes into u-boot-arm/master.
The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b:
Merge branch 'fixes' of git://git.denx.de/u-boot-mips (2013-02-15 12:23:42
-0500)
are available in the git repository at:
git://git.
Dear Bo Shen,
Bo Shen writes:
>From: Jesse Gilles
>
>Fix pin setting in MII mode
>
>Signed-off-by: Jesse Gilles
>
>---
>arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c | 16
> 1 file changed, 8 insertions(+), 8 deletions(-)
applied to u-boot-atmel/master, thanks!
Best regar
Dear Bo Shen,
Bo Shen writes:
>As the CPU name is not configurable, using CPU string directly
>
>Signed-off-by: Bo Shen
>
>---
>arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c | 14 +++---
> arch/arm/include/asm/arch-at91/at91sam9x5.h |6 --
> 2 files changed, 7 insertions(
Dear Bo Shen,
Bo Shen writes:
>Change nand flash partition tablke according to www.at91.com/linux4sam
>
>more information:
>http://www.at91.com/linux4sam/bin/view/Linux4SAM/GettingStarted#Linux4SAM_NandFlash_demo_Memory
>
>Signed-off-by: Bo Shen
>Signed-off-by: Bo Shen
>
>---
>include/configs/
Dear Bo Shen,
Bo Shen writes:
>From: Nicolas Ferre
>
>Support to boot zImage
>
>Signed-off-by: Nicolas Ferre
>[Add bootz for at91rm9200, at91sam9263, at91sam9rl]
>Signed-off-by: Bo Shen
>
>---
>include/configs/at91rm9200ek.h |1 +
> include/configs/at91sam9260ek.h|1 +
> include/
Dear Bo Shen,
Bo Shen writes:
>From: Nicolas Ferre
>
>support to boot device tree Linux kernel
>
>Signed-off-by: Nicolas Ferre
>[Add libftd for at91rm9200, at91sam9263, at91sam9rl]
>Signed-off-by: Bo Shen
>
>---
>include/configs/at91rm9200ek.h |2 ++
> include/configs/at91sam9260ek.h |
On Monday 04 March 2013 02:20:08 Sonic Zhang wrote:
> From: Scott Jiang
>
> BF5xx rx dma causes spi flash random read error.
> Accually spi controller has problems both on tx and rx dma.
> So remove spi dma support in u-boot.
this is wrong, and imo, unnecessary. it's wrong because using DMA gai
Dear Lukasz,
On 11/03/13 17:22, Lukasz Majewski wrote:
> Dear All,
>
>> Hi Tom,
>>
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA1
>>>
>>> On 02/21/2013 06:33 PM, Jaehoon Chung wrote:
Hi Tom,
On 02/22/2013 02:45 AM, Tom Rini wrote: On 02/21/2013 12:21 PM,
Lukasz Majewski
On 28/02/13 20:40, Rajeshwari Shinde wrote:
> This patch set adds initial dts and configuration file for snow.
>
> Changes in V2:
> - Added Maintainer.
> Changes in V3:
> - Added Maintainer in aphabetical order.
> Changes in V4:
> - Removed ethernet support
>
> Rajeshwari
On 25/02/13 20:12, Akshay Saraswat wrote:
> This patch series adds support for TMU driver using device tree for Exynos5250
> based SMDK5250 board.
>
> Changes since v10:
> - Patch-1: Renamed asm/arch/exynos-tmu.h to asm/arch/tmu.h.
> - Patch-2: None.
> - Patch-3: None.
>
Dear Simon Glass,
> Hi Marek,
>
> On Mon, Mar 11, 2013 at 9:16 AM, Simon Glass wrote:
> > Hi Marek,
> >
> > As requested here is an email about the USB patches. I have put them in a
> > bundle here:
> >
> > http://patchwork.ozlabs.org/bundle/sjg/for-marex/
>
> But unfortunately I found a prob
Hi Nikita,
On Tue, 12 Mar 2013 09:03:24 +0200, Nikita Kiryanov
wrote:
> Hi Tom,
>
> On 03/11/2013 08:25 PM, Tom Rini wrote:
> > Hello,
> >
> > The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4:
> >
> >x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -
Hi Tom,
On 03/11/2013 08:25 PM, Tom Rini wrote:
Hello,
The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4:
x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for
75 matches
Mail list logo