On Tue, 2014-07-08 at 23:30 +0200, Jeroen Hofstee wrote:
> On 08-07-14 21:20, Ian Campbell wrote:
> > Hi Tom
> >
> > Sending to you for #next in Albert's absence.
> >
> > The following changes since commit 23f23f23d509e8e873797884456070c8a47d72b2:
> >
> >socfpga: Relocate arch common functions
Hi Simon,
On Mon, 7 Jul 2014 20:51:00 +1000
Simon Glass wrote:
> >
> > Is there any plan to fix them? When? By whom?
> >
> > (They include some old platform macros such as CONFIG_8xx.
> > Is it worth refactoring? If so, who will do it? )
> >
> >
> >
> > Besides, there are many 'TODO' marks.
> >
This driver add support for STMicroelectronics ST33ZP24 I2C TPM.
---
README |6 +
drivers/tpm/Makefile |1 +
drivers/tpm/tpm_i2c_stm_st33.c | 633
3 files changed, 640 insertions(+)
create mode 100644 drivers/tpm/
Hi.
On Tue, 8 Jul 2014 21:38:17 +1000
Simon Glass wrote:
> Hi,
>
> According to my calculations, as of commit 80a7cac we now have more
> than 238 boards converted to generic board, out of 1171. That is a
> little over 20%, which is a big improvement from last release. I am
> unable to include M
On Tue, 2014-07-08 at 09:47 +0200, Hans de Goede wrote:
> Have you looked at extending the SPL buildsys bits, which in essence do
> 2 builds, to do 3 builds for sunxi, so that we simply always build
> both SPL flavors?
I hadn't thought of it. Is it only the SPL binary which differs between
FEL and
Hi,
finally I have the SPL running again, with this fix:
diff --git a/arch/arm/cpu/arm1136/start.S b/arch/arm/cpu/arm1136/start.S
index 1cfcca9..53bde12 100644
--- a/arch/arm/cpu/arm1136/start.S
+++ b/arch/arm/cpu/arm1136/start.S
@@ -91,4 +91,9 @@ cpu_init_crit:
bl lowlevel_init
Hi,
On 07/09/2014 10:00 AM, Ian Campbell wrote:
> On Tue, 2014-07-08 at 09:47 +0200, Hans de Goede wrote:
>> Have you looked at extending the SPL buildsys bits, which in essence do
>> 2 builds, to do 3 builds for sunxi, so that we simply always build
>> both SPL flavors?
>
> I hadn't thought of i
Hi, Scott:
I have a question about nand_scan_bbt() function in
drivers/mtd/nand/nand_bbt.c .
..
len = (1 << this->bbt_erase_shift); // bbt_erase_shift = 18
(256KB)
len += (len >> this->page_shift) * mtd->oobsize;
buf = vmalloc(len);
..
Updating omap4_sdp/panda and omap5_uevm maintainer.
Signed-off-by: Lokesh Vutla
---
boards.cfg |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index f16a0e6..1c426e6 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -363,13 +363,13 @@ Active arm
On Wednesday 09 July 2014 05:32 PM, Lokesh Vutla wrote:
> Updating omap4_sdp/panda and omap5_uevm maintainer.
>
> Signed-off-by: Lokesh Vutla
> ---
> boards.cfg |6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/boards.cfg b/boards.cfg
> index f16a0e6..1c426e6 100
On Thursday, June 26, 2014 at 11:01:27 AM, Marek Vasut wrote:
> - "env ask", "env grep" and "setexpr" are needed for commissioning
> - add support for ext4 file systems
> - adjust default environment to use ext4 commands
> - add write support for (V)FAT and EXT4
> - add bitmap and splashscreen supp
On Mon, Jul 07, 2014 at 08:08:29PM +0200, Marek Vasut wrote:
> On Monday, July 07, 2014 at 06:14:23 PM, Felipe Balbi wrote:
> > hi,
> >
> > On Mon, Jun 23, 2014 at 05:18:24PM -0500, Felipe Balbi wrote:
> > > Newer AM437x silicon requires us to explicitly power up
> > > the USB2 PHY. By implementin
On Wed, Jul 09, 2014 at 02:09:05PM +0200, Marek Vasut wrote:
> On Thursday, June 26, 2014 at 11:01:27 AM, Marek Vasut wrote:
> > - "env ask", "env grep" and "setexpr" are needed for commissioning
> > - add support for ext4 file systems
> > - adjust default environment to use ext4 commands
> > - ad
Hi Tom
On Wed, Jul 9, 2014 at 2:41 PM, Tom Rini wrote:
> On Mon, Jul 07, 2014 at 08:08:29PM +0200, Marek Vasut wrote:
>> On Monday, July 07, 2014 at 06:14:23 PM, Felipe Balbi wrote:
>> > hi,
>> >
>> > On Mon, Jun 23, 2014 at 05:18:24PM -0500, Felipe Balbi wrote:
>> > > Newer AM437x silicon requir
On 09/07/2014 14:42, Tom Rini wrote:
> On Wed, Jul 09, 2014 at 02:09:05PM +0200, Marek Vasut wrote:
>
>> On Thursday, June 26, 2014 at 11:01:27 AM, Marek Vasut wrote:
>>> - "env ask", "env grep" and "setexpr" are needed for
>>> commissioning - add support for ext4 file systems - adjust
>>> default
On 09/06/2014 22:47, Andre Renaud wrote:
> DIV_SELECT is used as Fout = Fin * div_select / 2.0, so we should do
> the shift after the multiply to avoid rounding errors
>
> Signed-off-by: Andre Renaud
> ---
> arch/arm/cpu/armv7/mx6/clock.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-
Hi Fabio,
On 13/06/2014 06:42, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Commit 3d622b78 (mx6: soc: Introduce set_ldo_voltage()) introduces
> set_ldo_voltage() function that can be used to set the voltages
> of any of the three LDO regulators controlled by the PMU_REG_CORE register.
>
> P
On Wed, Jul 09, 2014 at 05:34:28PM +0900, Masahiro Yamada wrote:
> The boards.cfg file has allowed to use "-" for the board (= 6th) field
> if the board name is the same as the 7th field.
>
> But I notice one problem.
> Because tools/reformat.py sorts the lines in the simple alphabetical
> order (
ons 2014-07-09 klockan 09:00 +0100 skrev Ian Campbell:
> I hadn't thought of it. Is it only the SPL binary which differs between
> FEL and non-FEL then?
There is also a small difference in the default environment to enable
boot-from-RAM in the FEL version of main u-boot. This is not enabled in
th
Hi Tom,
please pull from u-boot-imx - hopefully last fixes for the release. Thanks !
The following changes since commit 3f4c01d9f9d38e383f004dcd06c0d5661f2a57e0:
mx25pdk: Remove CONFIG_SYS_GENERIC_BOARD (2014-06-26 10:17:19 +0200)
are available in the git repository at:
git://www.denx.de/g
On Wed, Jul 09, 2014 at 05:32:26PM +0530, Lokesh Vutla wrote:
> Updating omap4_sdp/panda and omap5_uevm maintainer.
>
> Signed-off-by: Lokesh Vutla
> Acked-by: R Sricharan
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Wed, Jul 09, 2014 at 03:19:19PM +0200, Stefano Babic wrote:
> Hi Tom,
>
> please pull from u-boot-imx - hopefully last fixes for the release. Thanks !
>
> The following changes since commit 3f4c01d9f9d38e383f004dcd06c0d5661f2a57e0:
>
> mx25pdk: Remove CONFIG_SYS_GENERIC_BOARD (2014-06-26 1
HI Simon,
On Tue, Jul 8, 2014 at 10:38 PM, Simon Glass wrote:
> In U-Boot it is pretty common to number devices from 0 and access them
> on the command line using this numbering. While it may come to pass that
> we will move away from this numbering, the possibility seems remote at
> present.
>
>
Hi,
On 07/09/2014 03:03 PM, Henrik Nordström wrote:
> ons 2014-07-09 klockan 09:00 +0100 skrev Ian Campbell:
>
>> I hadn't thought of it. Is it only the SPL binary which differs between
>> FEL and non-FEL then?
>
> There is also a small difference in the default environment to enable
> boot-from
Signed-off-by: Michal Simek
---
doc/git-mailrc | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/git-mailrc b/doc/git-mailrc
index 3d97d306144d..ae7e7bfb5bba 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -62,6 +62,7 @@ alias sunxi uboot, ijc, jwrdegoede
alias tegra
On Wed, Jul 09, 2014 at 04:10:49PM +0200, Michal Simek wrote:
> Signed-off-by: Michal Simek
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mail
On Tue, 2014-07-08 at 22:21 +0200, Roman Byshko wrote:
> diff --git a/drivers/usb/host/ehci-sunxi.c b/drivers/usb/host/ehci-sunxi.c
> new file mode 100644
> index 000..5817fc7
> --- /dev/null
> +++ b/drivers/usb/host/ehci-sunxi.c
> @@ -0,0 +1,236 @@
> +/*
> + * Copyright (C) 2014 arokux
> + *
>
Signed-off-by: Andreas Bießmann
Cc: Thomas Weber
---
include/configs/tricorder.h |2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
index 80985a2..847e099 100644
--- a/include/configs/tricorder.h
+++ b/include/configs/tricorder.h
@
These functions have been merged into the common GPMC init code
with this commit a0a37183 (ARM: omap: merge GPMC initialization code
for all platform). The file is not compiled any more. So remove it
as well.
Signed-off-by: Stefan Roese
Cc: Pekon Gupta
Cc: Tom Rini
---
arch/arm/cpu/armv7/omap3
Use generic board setup functions by defining
CONFIG_SYS_GENERIC_BOARD.
Signed-off-by: Stefan Roese
Cc: Tom Rini
---
include/configs/tao3530.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h
index 1b0fee9..62613e1 100644
--- a/include/co
Commit a0a37183 (ARM: omap: merge GPMC initialization code for all
platform) broke NAND on OMAP3 based platforms. I noticed this while
testing the latest 2014.07-rc version on the TAO3530 board. NAND
detection did not work with this error message:
NAND: nand: error: Unable to find NAND settings i
On 07/09/2014 07:02 AM, Lokesh Vutla wrote:
Updating omap4_sdp/panda and omap5_uevm maintainer.
Signed-off-by: Lokesh Vutla
---
boards.cfg |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index f16a0e6..1c426e6 100644
--- a/boards.cfg
+++ b
Use common keystone2 Power Sleep controller base address instead of
directly deciding which keystone2 SoC is used in psc module.
Acked-by: Murali Karicheri
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/psc.c | 42 ++
arch/arm/include/asm/arc
It's convinient to hold ddr3 function definitions in separate file
such as ddr3.h. So move this from hardware.h to ddr3.h.
Acked-by: Murali Karicheri
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/ddr3.c| 6 +--
arch/arm/include/asm/arch-keystone/ddr3.h | 55 +++
From: Hao Zhang
Add DDR3 PHY configs updated for PG 2.0
Also add DDR3A PHY reset before init for PG2.0 SoCs.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/ddr3.c| 19 +++
arch/arm/include/asm/arch-keystone/d
Optimize Keystone2 code. The Keystone2 code is going to be updated
to support several SoC types. Before adding new SoC type it's good
to add some general optimizations in order to avoid re patching
after. So this series holds the optimizations.
Based on "[U-boot] [Patch v2 0/3] Add support for NAN
This driver is needed in case if keystone driver is used.
Currently only keystone_net driver uses it. So to avoid
redundant code compilation make the keystone_nav dependent
on keystone net driver. It also leads to compilation errors
for boards that does't use it.
Acked-by: Murali Karicheri
Signed
From: Hao Zhang
By default all DSPs are turned off, for another case option
to turn off them is added in this commit.
Also add command to turn off itself.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/keystone.c
From: Hao Zhang
The SoC related common functions in board.c should be placed to
a common keystone.c arch file.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/Makefile | 1 +
arch/arm/cpu/armv7/keystone/keystone.c | 28 +++
Optimize Keystone2 code. The Keystone2 code is going to be updated
to support several SoC types. Before adding new SoC type it's good
to add some general optimizations in order to avoid re patching
after. So this series holds the optimizations.
Based on "[U-boot] [Patch v2 0/3] Add support for NAN
From: Hao Zhang
Add DDR3 PHY configs updated for PG 2.0
Also add DDR3A PHY reset before init for PG2.0 SoCs.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/ddr3.c| 19 +++
arch/arm/include/asm/arch-keystone/d
Use common keystone2 Power Sleep controller base address instead of
directly deciding which keystone2 SoC is used in psc module.
Acked-by: Murali Karicheri
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/psc.c | 42 ++
arch/arm/include/asm/arc
From: Hao Zhang
By default all DSPs are turned off, for another case option
to turn off them is added in this commit.
Also add command to turn off itself.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/keystone.c
From: Hao Zhang
The SoC related common functions in board.c should be placed to
a common keystone.c arch file.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/Makefile | 1 +
arch/arm/cpu/armv7/keystone/keystone.c | 28 +++
This driver is needed in case if keystone driver is used.
Currently only keystone_net driver uses it. So to avoid
redundant code compilation make the keystone_nav dependent
on keystone net driver. It also leads to compilation errors
for boards that does't use it.
Acked-by: Murali Karicheri
Signed
It's convinient to hold ddr3 function definitions in separate file
such as ddr3.h. So move this from hardware.h to ddr3.h.
Acked-by: Murali Karicheri
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/ddr3.c| 6 +--
arch/arm/include/asm/arch-keystone/ddr3.h | 55 +++
>From: Stefan Roese [mailto:s...@denx.de]
>These functions have been merged into the common GPMC init code
>with this commit a0a37183 (ARM: omap: merge GPMC initialization code
>for all platform). The file is not compiled any more. So remove it
>as well.
>
>Signed-off-by: Stefan Roese
>Cc: Pekon G
>From: ashchar...@gmail.com
>>On Mon, Jul 7, 2014 at 11:19 PM, Gupta, Pekon wrote:
>> Sorry seeing this bit late. Were you able to root cause the issue ?
>Did you see http://patchwork.ozlabs.org/patch/356984/ ?
>This resolves the issue for me but I'd welcome any feedback you have
>on this fix.
T
Hi Stefan,
>From: Stefan Roese [mailto:s...@denx.de]
>
>Commit a0a37183 (ARM: omap: merge GPMC initialization code for all
>platform) broke NAND on OMAP3 based platforms. I noticed this while
>testing the latest 2014.07-rc version on the TAO3530 board. NAND
>detection did not work with this error
From: Fabio Estevam
Signed-off-by: Fabio Estevam
---
board/freescale/mx6sxsabresd/mx6sxsabresd.c | 84 +
include/configs/mx6sxsabresd.h | 13 +
2 files changed, 97 insertions(+)
diff --git a/board/freescale/mx6sxsabresd/mx6sxsabresd.c
b/board/frees
From: Fabio Estevam
The PFD issue is not present on mx6solox, so skip it in this case.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/armv7/mx6/soc.c | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c
index e394e3f..5d96332 100644
On Wednesday, July 09, 2014 at 02:48:55 PM, Michael Trimarchi wrote:
> Hi Tom
>
> On Wed, Jul 9, 2014 at 2:41 PM, Tom Rini wrote:
> > On Mon, Jul 07, 2014 at 08:08:29PM +0200, Marek Vasut wrote:
> >> On Monday, July 07, 2014 at 06:14:23 PM, Felipe Balbi wrote:
> >> > hi,
> >> >
> >> > On Mon, Ju
The pad settings for DISP0_DATA02 and DISP0_DAT10 were not
set in the same way as DISP0_DAT00-23, causing much flicker
in parallel RGB displays on Dual-Lite and Solo processors.
These settings now match the i.MX6 Dual and Quad core versions.
Note that this fixes a regression in commit b47abc3 and
On Wed, Jul 9, 2014 at 4:27 PM, Eric Nelson
wrote:
> The pad settings for DISP0_DATA02 and DISP0_DAT10 were not
> set in the same way as DISP0_DAT00-23, causing much flicker
> in parallel RGB displays on Dual-Lite and Solo processors.
>
> These settings now match the i.MX6 Dual and Quad core versi
Please apply for 2014.07:
The following changes since commit bc9a78acd40cf9bc7017639e8d4aec889b66e7ee:
doc: Add zynq fragment to git-mailrc file (2014-07-09 10:45:15 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git HEAD
for you to fetch changes up to 5ba95541
Fix help text of ext2load and fatload to match code in fs/fs.c
Signed-off-by: Pavel Machek
diff --git a/common/cmd_ext2.c b/common/cmd_ext2.c
index 5a4bcc1..2675ae8 100644
--- a/common/cmd_ext2.c
+++ b/common/cmd_ext2.c
@@ -45,7 +45,7 @@ U_BOOT_CMD(
U_BOOT_CMD(
ext2load, 6,
If filename is passed instead of address to ext2load or fatload,
u-boot silently accepts that, and uses 0 for load address and default
filename from environment. That is confusing, display help instead.
Signed-off-by: Pavel Machek
diff --git a/fs/fs.c b/fs/fs.c
index 79d432d..ea15c5f 100644
In order to be able to correctly add another Keysotne2 SoC type we
need to make some preparation changes to the sources. So generalize
Keystone2 code for other SoC types, in particular for Keystone 2
Edison (k2e) SoC. It's needed to add support for Keystone2 k2e_evm
evaluation board, so add some pr
From: Murali Karicheri
With latest v3.13 kernel, unitrd dt fixup is not needed. However for
older kernel versions such as v3.8/v3.10, it is needed. So to work
with both, add a u-boot env variable that can be set to do dt fixup
for older kernels.
Signed-off-by: Murali Karicheri
Signed-off-by: Iv
From: Hao Zhang
This patch adds a common config header file for all the Keystone II
EVM platforms. It combines a lot of general definitions in one file.
The common header included in the EVM should be specific configuration
header.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off
Use KS2_ prefix in all definitions, for that replace K2HK_ prefix and
add KS2_ prefix where it's needed. It requires to change names also
in places where they're used. Align lines and remove redundant
definitions in kardware-k2hk.h at the same time.
Using common KS2_ prefix helps resolve redundant
From: Hao Zhang
This patch moves K2HK board directory to a common Keystone II board
directory. The Board related common functions are moved to a common
keystone board file.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
board/ti/{k2hk_evm => ks2_evm}/M
From: Hao Zhang
It's convenient to hold configurations for DDR3 PHY and EMIF in
separate common place. This patch moves K2HK DDR3 PHY and EMIF
configuration data with different rates and memory size to a common
ddr3_cfg.c file.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off-by:
Hi!
> If filename is passed instead of address to ext2load or fatload,
> u-boot silently accepts that, and uses 0 for load address and default
> filename from environment. That is confusing, display help instead.
>
> Signed-off-by: Pavel Machek
Oops and actually I should warn... this patch
This patch in general spit SoC type clock dependent code and general
clock code. Before adding keystone II Edison k2e SoC which has
slightly different dpll set, move k2hk dependent clock code to
separate clock-k2hk.c file.
Acked-by: Murali Karicheri
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/c
From: Fabio Estevam
On mx6solox there is an additional 0x4000 offset for the GPR registers.
Signed-off-by: Fabio Estevam
---
This applies against 'next' branch.
arch/arm/include/asm/arch-mx6/imx-regs.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/include/asm/arch-mx6/imx-re
From: Fabio Estevam
There is no need to keep iomuxc_base_regs structure as it serves the exact same
purpose of the iomuxc structure, which is to provide access to the GPR
registers.
The additional fields of iomuxc_base_regs are not used. Other advantage of
'iomuxc' is that it has a shorter name
On Wednesday, July 09, 2014 at 10:40:07 PM, Pavel Machek wrote:
> Fix help text of ext2load and fatload to match code in fs/fs.c
Which code in fs/fs.c do you mean? Are you referring to do_load() ?
Reviewed-by: Marek Vasut
Best regards,
Marek Vasut
___
On Wednesday, July 09, 2014 at 10:42:57 PM, Pavel Machek wrote:
> If filename is passed instead of address to ext2load or fatload,
> u-boot silently accepts that, and uses 0 for load address and default
> filename from environment. That is confusing, display help instead.
>
> Signed-off-by: Pavel
On Tuesday, June 24, 2014 at 12:18:24 AM, Felipe Balbi wrote:
> Newer AM437x silicon requires us to explicitly power up
> the USB2 PHY. By implementing usb_phy_power() we can
> achieve that.
>
> Signed-off-by: Felipe Balbi
Applied 1/2 and 2/2 v2 , thanks.
Best regards,
Marek Vasut
_
On Wed 2014-07-09 23:07:56, Marek Vasut wrote:
> On Wednesday, July 09, 2014 at 10:42:57 PM, Pavel Machek wrote:
> > If filename is passed instead of address to ext2load or fatload,
> > u-boot silently accepts that, and uses 0 for load address and default
> > filename from environment. That is conf
On Wed 2014-07-09 23:05:25, Marek Vasut wrote:
> On Wednesday, July 09, 2014 at 10:40:07 PM, Pavel Machek wrote:
> > Fix help text of ext2load and fatload to match code in fs/fs.c
>
> Which code in fs/fs.c do you mean? Are you referring to do_load() ?
Yes, do_load.
> Reviewed-by: Marek Vasut
T
Dear Pavel Machek,
In message <20140709204257.ga28...@amd.pavel.ucw.cz> you wrote:
>
> If filename is passed instead of address to ext2load or fatload,
> u-boot silently accepts that, and uses 0 for load address and default
> filename from environment. That is confusing, display help instead.
>
On Thu 2014-07-10 01:08:28, Wolfgang Denk wrote:
> Dear Pavel Machek,
>
> In message <20140709204257.ga28...@amd.pavel.ucw.cz> you wrote:
> >
> > If filename is passed instead of address to ext2load or fatload,
> > u-boot silently accepts that, and uses 0 for load address and default
> > filename
Hi Tom,
On Wed, 9 Jul 2014 09:12:48 -0400
Tom Rini wrote:
> On Wed, Jul 09, 2014 at 05:34:28PM +0900, Masahiro Yamada wrote:
> > The boards.cfg file has allowed to use "-" for the board (= 6th) field
> > if the board name is the same as the 7th field.
> >
> > But I notice one problem.
> > Bec
Newer AM437x silicon requires us to explicitly power up
the USB2 PHY. By implementing usb_phy_power() we can
achieve that.
Signed-off-by: Felipe Balbi
---
arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 5 +
drivers/usb/phy/omap_usb_phy.c | 11 ++-
2 files c
some boards won't work if the PHY isn't explicitly
powered up.
Signed-off-by: Felipe Balbi
---
drivers/usb/host/xhci-omap.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/xhci-omap.c b/drivers/usb/host/xhci-omap.c
index e667810..912b2bd 100644
--- a/drivers/usb/host/xhci-om
On Wed, Jul 09, 2014 at 11:02:43PM -0500, Felipe Balbi wrote:
> Newer AM437x silicon requires us to explicitly power up
> the USB2 PHY. By implementing usb_phy_power() we can
> achieve that.
>
> Signed-off-by: Felipe Balbi
> ---
the only change here is the use of {set,clr}bits_le32()
> arch/ar
Hi Pekon,
On 09.07.2014 20:22, Gupta, Pekon wrote:
Commit a0a37183 (ARM: omap: merge GPMC initialization code for all
platform) broke NAND on OMAP3 based platforms. I noticed this while
testing the latest 2014.07-rc version on the TAO3530 board. NAND
detection did not work with this error messag
Hi Simon,
This tool is basically using u-boot technology to communicating to remote
board. This tool is developed such a way that it can load u-boot elf on
remote processor (available on remote board). This tool communicates with
processor using u-boot commands. It can send the u-boot command, and
80 matches
Mail list logo