Re: [U-Boot] [PATCH v9 0/31] Create generic board init for ARM, x86, PPC

2013-03-12 Thread Simon Glass
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

Re: [U-Boot] [PATCH v1 1/2] bfin: Remove spi dma function in bf5xx.

2013-03-12 Thread Scott Jiang
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

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

2013-03-12 Thread Przemyslaw Marczak
"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

[U-Boot] [PATCH v3] integrator: pass a Device Tree by default

2013-03-12 Thread Linus Walleij
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

Re: [U-Boot] [PATCH 0/3] Make tzpc initialization common for exynos4 and exynos5

2013-03-12 Thread Chander Kashyap
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

Re: [U-Boot] [PATCH] power: twl6035: cleanup register access API

2013-03-12 Thread Sricharan R
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

Re: [U-Boot] Hang issue when applied patch "spi: Add SPI flash test"

2013-03-12 Thread Simon Glass
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

Re: [U-Boot] [PATCH v1] DOS_PBR block type is also valid dos block type.

2013-03-12 Thread Sonic Zhang
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

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-12 Thread Simon Glass
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

Re: [U-Boot] [PATCH 01/13] video: exynos_fb: Remove callbacks from the driver

2013-03-12 Thread Simon Glass
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

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-12 Thread Kim Phillips
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

Re: [U-Boot] C99 and dynamic arrays

2013-03-12 Thread Tom Rini
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

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-12 Thread Simon Glass
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

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

2013-03-12 Thread Simon Glass
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

Re: [U-Boot] [PATCH v5] Introduced btrfs file-system with btrload command

2013-03-12 Thread Simon Glass
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

Re: [U-Boot] [U-Boot, v2] env: don't generate callback list entries for SPL

2013-03-12 Thread Albert ARIBAUD
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:

[U-Boot] [PATCH] power: twl6035: cleanup register access API

2013-03-12 Thread Nishanth Menon
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

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-12 Thread Kim Phillips
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

Re: [U-Boot] [PATCH 2/2] SPL: Fix build of CONFIG_SPL_NET_SUPPORT

2013-03-12 Thread Joe Hershberger
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

[U-Boot] [PULL] : Please pull u-boot-i2c

2013-03-12 Thread Heiko Schocher
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

Re: [U-Boot] [PATCH 1/2] env_callback: Mark find_env_callback as static

2013-03-12 Thread Joe Hershberger
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 __

Re: [U-Boot] [PATCH 3/4] Tegra114: MMC: Add SD bus power-rail init routine

2013-03-12 Thread Stephen Warren
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

Re: [U-Boot] [PATCH 3/4] Tegra114: MMC: Add SD bus power-rail init routine

2013-03-12 Thread Tom Warren
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

Re: [U-Boot] [PATCH 2/4] Tegra114: Dalmore: Add SDIO3 pad config to pinctrl_config table

2013-03-12 Thread Tom Warren
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 > >

Re: [U-Boot] [PATCH 4/4] Tegra114: MMC: Enable DT MMC driver support for Tegra114 Dalmore boards

2013-03-12 Thread Stephen Warren
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/

Re: [U-Boot] [PATCH 3/4] Tegra114: MMC: Add SD bus power-rail init routine

2013-03-12 Thread Stephen Warren
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

Re: [U-Boot] [PATCH 2/4] Tegra114: Dalmore: Add SDIO3 pad config to pinctrl_config table

2013-03-12 Thread Stephen Warren
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) */ > +

Re: [U-Boot] [PATCH] Tegra114: Dalmore: Add pad config tables/code based on pinmux code

2013-03-12 Thread Tom Warren
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

Re: [U-Boot] [U-Boot, v2] env: don't generate callback list entries for SPL

2013-03-12 Thread Tom Rini
-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

Re: [U-Boot] [PATCH] Tegra114: Dalmore: Add pad config tables/code based on pinmux code

2013-03-12 Thread Stephen Warren
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

Re: [U-Boot] [PATCH] Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras

2013-03-12 Thread Stephen Warren
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

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

2013-03-12 Thread Albert ARIBAUD
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-

Re: [U-Boot] Patches pushed on 2013-03-12

2013-03-12 Thread Stephen Warren
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

Re: [U-Boot] [U-Boot, v2] env: don't generate callback list entries for SPL

2013-03-12 Thread Albert ARIBAUD
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: > > > >

Re: [U-Boot] [U-Boot, v2] env: don't generate callback list entries for SPL

2013-03-12 Thread Scott Wood
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

Re: [U-Boot] [U-Boot, v2] env: don't generate callback list entries for SPL

2013-03-12 Thread Tom Rini
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

Re: [U-Boot] [U-Boot, v2] env: don't generate callback list entries for SPL

2013-03-12 Thread Scott Wood
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

[U-Boot] Patches pushed on 2013-03-12

2013-03-12 Thread Tom Rini
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

Re: [U-Boot] [PATCH] cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set

2013-03-12 Thread Tom Rini
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

[U-Boot] [PATCH] cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set

2013-03-12 Thread Tom Rini
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

[U-Boot] [PATCH 3/4] Tegra114: MMC: Add SD bus power-rail init routine

2013-03-12 Thread Tom Warren
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

[U-Boot] [PATCH 4/4] Tegra114: MMC: Enable DT MMC driver support for Tegra114 Dalmore boards

2013-03-12 Thread Tom Warren
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

[U-Boot] [PATCH 0/4] Tegra114: MMC: Add MMC driver for T114/Dalmore

2013-03-12 Thread Tom Warren
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

[U-Boot] [PATCH 2/4] Tegra114: Dalmore: Add SDIO3 pad config to pinctrl_config table

2013-03-12 Thread Tom Warren
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

[U-Boot] [PATCH 1/4] Tegra114: fdt: Add SDMMC (sdhci) nodes for T114 boards (Dalmore for now)

2013-03-12 Thread Tom Warren
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/

[U-Boot] [PATCH 2/2] SPL: Fix build of CONFIG_SPL_NET_SUPPORT

2013-03-12 Thread Tom Rini
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

[U-Boot] [PATCH 1/2] env_callback: Mark find_env_callback as static

2013-03-12 Thread Tom Rini
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.

[U-Boot] [PATCH] Tegra114: Dalmore: Add pad config tables/code based on pinmux code

2013-03-12 Thread Tom Warren
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().

[U-Boot] [PATCH] Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras

2013-03-12 Thread Tom Warren
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/

Re: [U-Boot] [U-Boot, v2] env: don't generate callback list entries for SPL

2013-03-12 Thread Tom Rini
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

Re: [U-Boot] [PATCH v5] Introduced btrfs file-system with btrload command

2013-03-12 Thread Adnan Ali
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

Re: [U-Boot] USB patches

2013-03-12 Thread Marek Vasut
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 >

Re: [U-Boot] [PATCH] i2c: s3c24xx: add hsi2c controller support

2013-03-12 Thread Naveen Krishna Ch
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

Re: [U-Boot] [PATCH v5] Introduced btrfs file-system with btrload command

2013-03-12 Thread Simon Glass
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

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

2013-03-12 Thread Albert ARIBAUD
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

Re: [U-Boot] USB patches

2013-03-12 Thread 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 in a >> > bundle here: >> > >> > http://patchw

[U-Boot] [PATCH v5] usb: Add multiple controllers support for EHCI PCI

2013-03-12 Thread Simon Glass
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

Re: [U-Boot] [PATCH] i2c: s3c24xx: add hsi2c controller support

2013-03-12 Thread Simon Glass
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

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

2013-03-12 Thread Tom Rini
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

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

2013-03-12 Thread Tom Rini
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) > > >

[U-Boot] [Question][i.MX6q] Is it possible to configure and use the USB-OTG as EHCI host only?

2013-03-12 Thread Rafał Fabich
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

[U-Boot] [PATCH] i2c: s3c24xx: add hsi2c controller support

2013-03-12 Thread Naveen Krishna Chatradhi
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_

[U-Boot] [GIT PULL] please pull u-boot-atmel/master

2013-03-12 Thread Andreas Bießmann
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.

Re: [U-Boot] ARM: sam9x5: fix ethernet pins in MII mode

2013-03-12 Thread andreas . devel
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

Re: [U-Boot] ARM: at91sam9x5: Using CPU string directly

2013-03-12 Thread andreas . devel
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(

Re: [U-Boot] [U-Boot,3/3] ARM: at91: change nand flash table

2013-03-12 Thread andreas . devel
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/

Re: [U-Boot] [U-Boot, 2/3] arm: at91/configs: add bootz to configuration

2013-03-12 Thread andreas . devel
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/

Re: [U-Boot] [U-Boot, 1/3] arm: at91/configs: add libfdt to configuration

2013-03-12 Thread andreas . devel
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 |

Re: [U-Boot] [PATCH v1 1/2] bfin: Remove spi dma function in bf5xx.

2013-03-12 Thread Mike Frysinger
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

Re: [U-Boot] [PATCH] mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization

2013-03-12 Thread Minkyu Kang
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

Re: [U-Boot] [PATCH 0/2 V4] EXYNOS5: SNOW: Add initial dts and config file

2013-03-12 Thread Minkyu Kang
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

Re: [U-Boot] [PATCH 0/8 v11] Add TMU support for Exynos5250 based SMDK5250

2013-03-12 Thread Minkyu Kang
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. >

Re: [U-Boot] USB patches

2013-03-12 Thread Marek Vasut
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

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

2013-03-12 Thread Albert ARIBAUD
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 -

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

2013-03-12 Thread Nikita Kiryanov
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