Hi,
I'm struggling to find USB support in U-Boot for MX23EVK board. I'm
building u-boot source using LTIB(L2.6.31_10.05.02_ER_source.tar downloaded
from internet). I'm able to find USB driver(i.e., ehci-hcd.c file) in U-Boot
source 2009.08. But usb_init function call is not made in board_in
Atleast could that driver be enabled by any means? Please let me know if any
such procedure is der to enable the driver. I'm very much confused as to start
with it.
Thanks and Regards,
Shilpa
From: u-boot-boun...@lists.denx.de [u-boot-boun...@lists.denx.d
I'm not the author of version v1 of this patch but I need it to add
support for a new board. You can see patch v1 discussion here:
http://lists.denx.de/pipermail/u-boot/2011-April/089606.html
Changes from v1:
* fix whitespaces
* remove udelay(1); calls because they have been merged in
a90b9575
Hi Stefano,
Le 12/02/2012 17:06, Stefano Babic a écrit :
Hi Albert,
please pull from u-boot-imx.
The following changes since commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706:
arm, davinci: Add support for the Calimain board from OMICRON
electronics (2012-02-12 10:11:33 +0100)
are available
Say good bye to some ancient, very broken and unused code.
Signed-off-by: Marek Vasut
---
doc/README.PXA_CF | 56 --
drivers/pcmcia/Makefile |1 -
drivers/pcmcia/pxa_pcmcia.c | 93 ---
include/pcmcia.h
I'm afraid I deleted the SRIO patch emails before I knew I needed to
keep them, so I'm just going to summarize my comments in this email.
1) I'm not convinced we need a "MASTER" build target. Isn't it
possible to just add support for serving as an SRIO master, and to
enable support from the comman
You moved the USB_EN setting:
+ /* Enable interface. */
+ setbits_be32(&ehci->control, USB_EN);
+
[...]
- /* Enable interface. */
- setbits_be32(&ehci->control, USB_EN);
-
Should we clear this bit if we don't find a valid clock? The patch
description didn't say why you moved this write.
Andy
Hello Christian, Scott,
current mainline code of U-Boot:
commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706
Author: Christian Riesch
Date: Thu Feb 2 00:44:42 2012 +
arm, davinci: Add support for the Calimain board from OMICRON electronics
This patch adds support for the Calimain boa
Hello,
the recent OMAP USB changes (43b62393da6dfdd7f503d1b37344463a05ea47b5,
29321c0518d99494ab2a250e5b4f75b3add83b11) fail on beagleboard-xm rev. C,
see below
regards, p.
U-Boot SPL 2011.12-00326-gdda8078 (Feb 13 2012 - 09:15:55)
Texas Instruments Revision detection unimplemented
OMAP SD/M
Dear Shilpa Budhihal,
In message
you wrote:
>
>
> I'm struggling to find USB support in U-Boot for MX23EVK board.
> I'm building u-boot source using LTIB(L2.6.31_10.05.02_ER_source.tar
> downloaded from internet). I'm able to find USB driver(i.e.,
Sorry, but LTIB is a Freescale provided
This patch adds USB host controller's UTMI PHY interface driver for
Armada100 SOCs.
Signed-off-by: Ajay Bhargav
---
Changes for v2:
- Fix: enable only required clock in MPMU
arch/arm/include/asm/arch-armada100/armada100.h |8 ++
drivers/usb/host/utmi-armada100.c | 87
This patch adds support for USB commands and USB storage device for
Marvell gplugD
Signed-off-by: Ajay Bhargav
---
Changes for v2:
- removed unwanted ifdef
- fat and ext2 command support moved to new patch
include/configs/gplugd.h | 12
1 files changed, 12 inserti
This patch adds FAT and ext2 command support for marvell gplugD
Signed-off-by: Ajay Bhargav
---
Changes for v2:
- added this new patch for command support
include/configs/gplugd.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/gplugd.h b/includ
This patch adds support for USB EHCI driver for Armada100 SOCs.
Signed-off-by: Ajay Bhargav
---
Changes for v2:
- Fix typo for SOC name
- change printf to debug
arch/arm/include/asm/arch-armada100/armada100.h |1 +
drivers/usb/host/Makefile |1 +
dr
Hi Peter,
On Mon, Feb 13, 2012 at 1:52 PM, Peter Meerwald wrote:
> Hello,
>
> the recent OMAP USB changes (43b62393da6dfdd7f503d1b37344463a05ea47b5,
> 29321c0518d99494ab2a250e5b4f75b3add83b11) fail on beagleboard-xm rev. C,
> see below
The errors have nothing to do with ehci patch merges,
(I had
The tricorder stops booting with the following message:
U-Boot 2011.12-00325-ga661206 (Feb 13 2012 - 09:29:50)
OMAP3503-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz
OMAP3 Tricorder + LPDDR/NAND
I2C: ready
DRAM: 128 MiB
NAND: CONFIG_MTD_ECC_SOFT not enabled
0 MiB
MMC: OMAP SD/MMC: 0
> -Original Message-
> From: Andy Fleming [mailto:aflem...@gmail.com]
> Sent: Monday, February 13, 2012 4:14 PM
> To: Liu Shengzhou-B36685; U-Boot list
> Subject: Re: powerpc/usb: fix bug of CPU halt when missing USB PHY
> clock
>
> You moved the USB_EN setting:
>
>
> + /* Enable interf
> This patch adds USB host controller's UTMI PHY interface driver for
> Armada100 SOCs.
>
> Signed-off-by: Ajay Bhargav
> ---
> Changes for v2:
> - Fix: enable only required clock in MPMU
>
> arch/arm/include/asm/arch-armada100/armada100.h |8 ++
> drivers/usb/host/utmi-armada100.c
> This patch adds support for USB EHCI driver for Armada100 SOCs.
Fix the subject, you have ECHI written there ;-)
>
> Signed-off-by: Ajay Bhargav
> ---
> Changes for v2:
> - Fix typo for SOC name
> - change printf to debug
>
> arch/arm/include/asm/arch-armada100/armada100.h |
> This patch adds support for USB commands and USB storage device for
> Marvell gplugD
>
> Signed-off-by: Ajay Bhargav
> ---
> Changes for v2:
> - removed unwanted ifdef
> - fat and ext2 command support moved to new patch
>
> include/configs/gplugd.h | 12
> 1 files c
> This patch adds FAT and ext2 command support for marvell gplugD
>
> Signed-off-by: Ajay Bhargav
> ---
> Changes for v2:
> - added this new patch for command support
>
> include/configs/gplugd.h |2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/include/confi
Hello to u-boot community,
My name is Zoran Stojsavljevic, and I work for Intel GmbH, IMU office here in
Munich.
Let me introduce the problem, some USA team are facing with Luna Pier platform
(Valleyview Atom D525 + ICH8 IOCH).
One of the Intel customers is running Wind River Linux (WR 4.3.0.0
> -Original Message-
> From: Marek Vasut [mailto:ma...@denx.de]
> Sent: 13 February 2012 14:35
> To: Ajay Bhargav
> Cc: li...@bohmer.net; Prafulla Wadaskar; u-boot@lists.denx.de
> Subject: Re: [v2 4/4] Armada100: gplugD: Add FAT & EXT2 command
> support
>
> > This patch adds FAT and ext2
This patch removes ONFIG_SYS_NAND_ECCSTEPS and
CONFIG_SYS_NAND_ECCTOTAL from tricorder config.
The ecc data are stored on stack after:
commit 25efd99dbb1352314c9eacdfae42064c2ca15499
nand_spl: store ecc data on the stack
Signed-off-by: Thomas Weber
---
include/configs/tricorder.h |5 -
On Monday 13 February 2012 02:32 PM, Marek Vasut wrote:
+ /* Calibrate pll */
+ while ((readl(&phy_regs->utmi_pll)& PLL_READY) == 0)
+ ;
No endless loops please.
missed it somehow... :) will fix
Regards,
Ajay Bhargav
___
U
On Monday 13 February 2012 02:33 PM, Marek Vasut wrote:
This patch adds support for USB EHCI driver for Armada100 SOCs.
Fix the subject, you have ECHI written there ;-)
what a blunder :)
[...snip...]
+#include
+#include
+#include
+#include "ehci.h"
+#include "ehci-core.h"
+#include
+#include
On Monday 13 February 2012 02:59 PM, Prafulla Wadaskar wrote:
-Original Message-
From: Marek Vasut [mailto:ma...@denx.de]
Sent: 13 February 2012 14:35
To: Ajay Bhargav
Cc: li...@bohmer.net; Prafulla Wadaskar; u-boot@lists.denx.de
Subject: Re: [v2 4/4] Armada100: gplugD: Add FAT& EXT2 c
Dear Luka Perkov,
In message <20120213013045.ga25...@w500.lan> you wrote:
> I'm not the author of version v1 of this patch but I need it to add
> support for a new board. You can see patch v1 discussion here:
>
> http://lists.denx.de/pipermail/u-boot/2011-April/089606.html
>
> Changes from v1:
>
Hello Govindraj,
> Looking into it closely the below two patches are causing this issue:
> commit 498cbdfe62a8330f6c89765bdd15e60328a26511
> commit 2faa76196af4b3e93bcb9e38ed9090cbd3b06db3
> Reverting these two patches I don't see these errors
> on my beagle rev c board logs as in here [1]
corre
Hi Govindraj,
On Mon, Feb 13, 2012 at 14:29:56, Govindraj wrote:
> Hi Peter,
>
> On Mon, Feb 13, 2012 at 1:52 PM, Peter Meerwald wrote:
> > Hello,
> >
> > the recent OMAP USB changes (43b62393da6dfdd7f503d1b37344463a05ea47b5,
> > 29321c0518d99494ab2a250e5b4f75b3add83b11) fail on beagleboard-xm r
Hi Wolfgang,
On 02/13/2012 06:31 PM, Wolfgang Denk wrote:
>> So basically you are suggesting to completely remove shell access in U-Boot
>> which is one thing that make U-Boot so attractive.
>
> Not remove it, but don't give the user an interactive shell when he is
> running in production mode.
Hello,
for the USB support on MX6Q, I'm trying to consolidate and extend the
register definitions for the ANADIG registers. Unfortunately, three
different names are used for the same registers: ANADIG, analog and
ANATOP. Any idea what the names do stand for and what would be the most
appropriate o
The generalised calculation of the serial bit rate reg also applies
to sh7264, it was just the clock speed that was set incorrectly.
Signed-off-by: Phil Edworthy
---
drivers/serial/serial_sh.h |2 --
include/configs/rsk7264.h |2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
diff
> Hello,
>
> for the USB support on MX6Q, I'm trying to consolidate and extend the
> register definitions for the ANADIG registers. Unfortunately, three
> different names are used for the same registers: ANADIG, analog and
> ANATOP. Any idea what the names do stand for and what would be the most
>
> Hi,
> I'm struggling to find USB support in U-Boot for MX23EVK board. I'm
> building u-boot source using LTIB(L2.6.31_10.05.02_ER_source.tar
> downloaded from internet).
Please use ELDK, 5.1 is preffered as that's the latest version. LTIB is ancient
crap.
> I'm able to find USB driver(i.e
Because the tricorder uses the CONFIG_OMAP_HSMMC the
initialization command is mmc rescan and not mmc init.
Signed-off-by: Thomas Weber
---
include/configs/tricorder.h |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/include/configs/tricorder.h b/include/configs/tri
This patch adds USB host controller's UTMI PHY interface driver for
Armada100 SOCs.
Signed-off-by: Ajay Bhargav
---
Changes for v2:
- Fix: enable only required clock in MPMU
Changes for v3:
- Added timeout on while loops
- moved utmi-armada100.h to arch include folder
ar
This patch adds support for USB EHCI driver for Armada100 SOCs.
Signed-off-by: Ajay Bhargav
---
Changes for v2:
- Fix typo for SOC name
- change printf to debug
Changes for v3:
- Fix type in patch subject
- header file include updated
arch/arm/include/asm/arch-ar
This patch adds support for USB commands and USB storage device for
Marvell gplugD
Signed-off-by: Ajay Bhargav
---
Changes for v2:
- removed unwanted ifdef
- fat and ext2 command support moved to new patch
Changes for v3:
- Not changed
include/configs/gplugd.h | 12 +++
This patch adds FAT and ext2 command support for marvell gplugD
Signed-off-by: Ajay Bhargav
---
include/configs/gplugd.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h
index 061ebe6..462cc7e 100644
--- a/include/confi
Dear Graeme,
In message <4f38f91d.6070...@gmail.com> you wrote:
>
> > Not remove it, but don't give the user an interactive shell when he is
> > running in production mode. You can then still use it in scripts, or
> > when you switch to test mode (which should be doen through a jumper or
> > har
Dear Marek Vasut,
In message <201202131335.42773.marek.va...@gmail.com> you wrote:
>
> > But usb_init function call is not made in
> > board_init function in the corresponding board specific file
> > (evk23_evk.c). Could you help me finding what could be done for enabling
> > USB support in u-boot
Hi Jason,
On 19.01.2011 20:40, Jason Liu wrote:
This patch add the MX53 boot image support.
This patch has been tested on Freescale MX53EVK board
and MX51EVK board.
Signed-off-by: Jason Liu
...
diff --git a/tools/imximage.c b/tools/imximage.c
index 39f89c2..8e81bdb 100644
--- a/tools/imxim
On Mon, Feb 13, 2012 at 4:46 AM, Patil, Rachna wrote:
> Hi Govindraj,
>
> On Mon, Feb 13, 2012 at 14:29:56, Govindraj wrote:
>> Hi Peter,
>>
>> On Mon, Feb 13, 2012 at 1:52 PM, Peter Meerwald wrote:
>> > Hello,
>> >
>> > the recent OMAP USB changes (43b62393da6dfdd7f503d1b37344463a05ea47b5,
>> >
From: Chase Maupin
* For cold silicon the DDR timings need to be relaxed in order for
the device to boot with DDR at 266MHz
* Fix proposed by James Doublesin
Signed-off-by: Chase Maupin
---
arch/arm/include/asm/arch-am33xx/ddr_defs.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-
Hey all,
Chandan has left TI (and didn't leave a new address) so I'm going to take
over as maintainer of the board. Thanks!
--
Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Signed-off-by: Tom Rini
---
MAINTAINERS |5 +
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0a3b39d..c5db24f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -757,10 +757,6 @@ Nagendra T S
am3517_craneARM ARMV7 (AM35x SoC)
-Chand
Cc: Dirk Behme
Signed-off-by: Tom Rini
---
MAINTAINERS |5 +
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c5db24f..d7875f5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -593,10 +593,6 @@ Enric Balletbo i Serra
igep0020ARM
On Mon, Feb 13, 2012 at 2:35 AM, Thomas Weber wrote:
> This patch removes ONFIG_SYS_NAND_ECCSTEPS and
> CONFIG_SYS_NAND_ECCTOTAL from tricorder config.
> The ecc data are stored on stack after:
>
> commit 25efd99dbb1352314c9eacdfae42064c2ca15499
> nand_spl: store ecc data on the stack
Can you go
On 13.02.2012 17:19, Tom Rini wrote:
Cc: Dirk Behme
Signed-off-by: Tom Rini
Acked-by: Dirk Behme
Thanks
Dirk
---
MAINTAINERS |5 +
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c5db24f..d7875f5 100644
--- a/MAINTAINERS
+++ b/MAINTA
On 02/13/2012 02:18 AM, Heiko Schocher wrote:
> Hello Christian, Scott,
>
> current mainline code of U-Boot:
>
> commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706
> Author: Christian Riesch
> Date: Thu Feb 2 00:44:42 2012 +
>
> arm, davinci: Add support for the Calimain board from OMICR
This properly configures the mux to enable all UARTs.
This also fixes things so that we don't configure balls XUCTSN_1 and
XURTSN_1 as UART1 configuration (RTS/CTS), since they aren't
connected.
Signed-off-by: Doug Anderson
---
Changes in v2:
- Removed #ifdefs and tested SERIAL_MULTI by setting
Signed-off-by: Thomas Weber
---
include/configs/mcx.h |5 -
include/configs/omap3_overo.h |4
include/configs/tricorder.h |5 -
3 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/include/configs/mcx.h b/include/configs/mcx.h
index 0940e86..f3d26ea 1
Signed-off-by: Thomas Weber
---
0 files changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 arch/arm/cpu/armv7/imx-common/timer.c
mode change 100755 => 100644 drivers/fpga/ivm_core.c
mode change 100755 => 100644 include/lattice.h
diff --git a/arch/arm/cpu/armv7/imx-common/ti
Hi Mike,
On Fri, Feb 3, 2012 at 6:42 AM, Mike Frysinger wrote:
> On Thursday 19 January 2012 19:53:29 Joe Hershberger wrote:
>> + NetOurGatewayIP = 0;
>> + ip_to_string(NetOurGatewayIP, tmp);
>> + setenv("gatewayip", tmp);
>> +
>> + ip_to_string(NetOurSubnetMask, tmp);
>> + se
> Dear Marek Vasut,
>
> In message <201202131335.42773.marek.va...@gmail.com> you wrote:
> > > But usb_init function call is not made in
> > > board_init function in the corresponding board specific file
> > > (evk23_evk.c). Could you help me finding what could be done for
> > > enabling USB suppo
Hello, Im new to all of this, but I 've been reading most of the post
related to the M29w256 numonyx and the u-boot documentation without
any success :(
Im booting from MMC card and I want to parallel nor to be probed by
cfi, but I have not succeeded since the uboot code freezes when at the
begin
> Hello, Im new to all of this, but I 've been reading most of the post
> related to the M29w256 numonyx and the u-boot documentation without
> any success :(
>
> Im booting from MMC card and I want to parallel nor to be probed by
> cfi, but I have not succeeded since the uboot code freezes when
> Marek,
>
> Could you please go slower on this. Please point me what do I have to
> read because Im not getting the meaning of MMAPED in uboot and how to
> related this to my NOR flash.
Can you please at least obey basic rules of using a mailing list ?
DO NOT TOP-POST
DO NOT DROP IT FROM CC
MM
On Mon, Feb 13, 2012 at 6:30 PM, Francisco Muñoz
wrote:
> Hello, Im new to all of this, but I 've been reading most of the post
> related to the M29w256 numonyx and the u-boot documentation without
> any success :(
Which SoC are you using and which board?
On Mon, Feb 13, 2012 at 3:33 PM, Fabio Estevam wrote:
> On Mon, Feb 13, 2012 at 6:30 PM, Francisco Muñoz
> wrote:
>> Hello, Im new to all of this, but I 've been reading most of the post
>> related to the M29w256 numonyx and the u-boot documentation without
>> any success :(
>
> Which SoC are yo
On 02/13/2012 02:56 AM, Thomas Weber wrote:
> The tricorder stops booting with the following message:
>
> U-Boot 2011.12-00325-ga661206 (Feb 13 2012 - 09:29:50)
>
> OMAP3503-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz
> OMAP3 Tricorder + LPDDR/NAND
> I2C: ready
> DRAM: 128 MiB
> NAND:
This reverts commit 4fee6c2f295f932b8febdc7ce8731ba045695fa5.
It breaks boards that currently rely on soft-ecc, as pointed out here:
http://patchwork.ozlabs.org/patch/140872/
The reverted patch should be resubmitted with documentation, and with the
CONFIG_MTD_ECC_SOFT selected from every board th
Dear Mike Frysinger,
In message <1329078374-32177-1-git-send-email-vap...@gentoo.org> you wrote:
> The following changes since commit 9cbfee6dc200cc746394c7efc10253a24f3ce108:
>
> fw_env.h: fix comment (2012-02-11 22:18:38 +0100)
>
> are available in the git repository at:
> git://www.denx.d
On Mon, Feb 13, 2012 at 2:44 PM, Scott Wood wrote:
> On 02/13/2012 02:56 AM, Thomas Weber wrote:
>> The tricorder stops booting with the following message:
>>
>> U-Boot 2011.12-00325-ga661206 (Feb 13 2012 - 09:29:50)
>>
>> OMAP3503-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz
>> OMAP3 Tric
Dear Mike Frysinger,
In message <1329078559-32668-1-git-send-email-vap...@gentoo.org> you wrote:
> The following changes since commit 9cbfee6dc200cc746394c7efc10253a24f3ce108:
>
> fw_env.h: fix comment (2012-02-11 22:18:38 +0100)
>
> are available in the git repository at:
> git://www.denx.d
Dear Tom Rini,
In message <1328741900-18174-3-git-send-email-tr...@ti.com> you wrote:
> Signed-off-by: Tom Rini
> ---
> arch/arm/config.mk |6 +-
> 1 files changed, 5 insertions(+), 1 deletions(-)
This should not be ARM specific.
Best regards,
Wolfgang Denk
--
DENX Software Engineer
On Mon, Feb 13, 2012 at 7:39 PM, Francisco Muñoz
wrote:
> Im with the im6X
Take a look for mx31ads.c as an example. You need to setup the chip
select like in mxc_setup_weimcs() function.
BTW, I don't see any current mx6 board with NOR in mainline U-boot.
The '-fstack-usage' option to gcc will generate .su files, ignore them.
Acked-by: Mike Frysinger
Signed-off-by: Tom Rini
---
.gitignore |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index e4e95e2..0f32fd8 100644
--- a/.gitignore
+++ b/.gitignor
Hey all,
The following series (v2) is an attempt to make it easier for developers
and users to use SPL. At the end of the series, we have filled in some
missing CONFIG options for SPL, explained how the sequence works on OMAP3
and similar platforms and added an explanation on how to check stack u
Testing for -fstack-usage requires the creation of an output file, which
isnt possible with /dev/null.
Signed-off-by: Tom Rini
---
config.mk | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config.mk b/config.mk
index ddaa477..519bc1b 100644
--- a/config.mk
+++ b
Signed-off-by: Tom Rini
---
arch/arm/cpu/armv7/omap-common/spl.c |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap-common/spl.c
b/arch/arm/cpu/armv7/omap-common/spl.c
index 9c1f7e3..3a2d957 100644
--- a/arch/arm/cpu/armv7/omap-common/spl.c
+++ b
Signed-off-by: Tom Rini
---
Changes for v2:
- Move check from arch/arm/config.mk to config.mk, reword summary
Signed-off-by: Tom Rini
---
config.mk |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/config.mk b/config.mk
index 519bc1b..91c9e42 100644
--- a/config.mk
Signed-off-by: Tom Rini
---
README | 22 --
1 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/README b/README
index b6c9d0b..2737966 100644
--- a/README
+++ b/README
@@ -2436,11 +2436,29 @@ FIT uImage format:
CONFIG_SPL
Enable bu
This document describes the SPL process for OMAP3 (and related) boards
as well as a partial memory map and how to verify certain aspects
outside of running on the target.
Signed-off-by: Tom Rini
---
Changes for v2:
- Wording changes from Peter Meerwald
---
doc/SPL/README.omap3 | 72 +++
On 02/13/2012 04:14 PM, Tom Rini wrote:
> On Mon, Feb 13, 2012 at 2:44 PM, Scott Wood wrote:
>> On 02/13/2012 02:56 AM, Thomas Weber wrote:
>>> The tricorder stops booting with the following message:
>>>
>>> U-Boot 2011.12-00325-ga661206 (Feb 13 2012 - 09:29:50)
>>>
>>> OMAP3503-GP ES3.1, CPU-OPP2
On Mon, Feb 13, 2012 at 4:59 PM, Fabio Estevam wrote:
> On Mon, Feb 13, 2012 at 7:39 PM, Francisco Muñoz
> wrote:
>
>> Im with the im6X
>
> Take a look for mx31ads.c as an example. You need to setup the chip
> select like in mxc_setup_weimcs() function.
>
> BTW, I don't see any current mx6 board
Hi Mike,
On Sat, Jan 14, 2012 at 5:27 PM, Simon Glass wrote:
> Hi Mike,
>
> On Sat, Jan 14, 2012 at 5:22 PM, Mike Frysinger wrote:
> > On Saturday 14 January 2012 20:16:35 Simon Glass wrote:
> >> On Sat, Jan 14, 2012 at 5:09 PM, Mike Frysinger wrote:
> >> > On Thursday 12 January 2012 00:41:24
On Mon, Feb 13, 2012 at 9:25 PM, Francisco Muñoz
wrote:
> I already did the reset with this lines in the
> board/freescale/mx6q_boardsabreauto.c board_init()
Hmm...this board is not in mainline U-boot, so this is not the correct
place to ask for assistance.
__
This defines the basics of a new boot time measurement feature. This allows
logging of very accurate time measurements as the boot proceeds, by using
an available microsecond counter.
To enable the feature, define CONFIG_BOOTSTAGE in your board config file.
Also available is CONFIG_BOOTSTAGE_REPOR
These calls should not be made directly any more, since bootstage
will call the show_boot_...() functions as needed.
Signed-off-by: Simon Glass
---
Changes in v4:
- Adjust bootstage.h header to fix build warnings (bisect problem)
arch/arm/lib/bootm.c |2 +-
arch/avr32/lib/
Add calls to bootstage before and after relocation, and just
before jumping to the OS.
The idea here is you can call bootstage_report() to get a report.
Additionally, if you define CONFIG_BOOTSTAGE_REPORT then a report is
printed automatically by U-Boot just before jumping to the kernel.
Signed-o
Hi Mike,
On Fri, Feb 3, 2012 at 6:07 AM, Mike Frysinger wrote:
> hmm, thinking a bit more, i wonder if it makes more sense to split all of icmp
> out of net.c
This would also be fine. Are you thinking that icmp would include all
of icmp or would we still have ping separate? Does this need to b
Wolfgang,
Sorry about not being clear in my earlier message. Let me attempt to point
out why I think the current code is incorrect.
>From a systems point of view watchdog is used to protect against a system
becoming hung by bad code or corrupted memory or files. By automatically
feeding them th
Hi Wolfgang,
thank you for your pointers. Like I have said I'm not the one that
submited v1 and in v2 I only changed what was pointed after v1.
On Mon, Feb 13, 2012 at 11:32:30AM +0100, Wolfgang Denk wrote:
> > - udelay(1);
>
> This is an unrelated change. It has no place in t
Hi, Wolfgang,
>-Original Message-
>From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
>On Behalf Of Wolfgang Grandegger
>Sent: Monday, February 13, 2012 8:08 PM
>To: U-Boot
>Subject: [U-Boot] mx6: consolidating and extending anadig/analog/anatop
>register defs
>
>Hell
Signed-off-by: Marek Vasut
Cc: Remy Bohmer
---
common/usb.c | 45 +++--
1 files changed, 23 insertions(+), 22 deletions(-)
diff --git a/common/usb.c b/common/usb.c
index 63a11c8..de31212 100644
--- a/common/usb.c
+++ b/common/usb.c
@@ -80,10 +80,10 @@ c
This series introduces various cleanups in order to better split the USB
subsystem components.
Marek Vasut (4):
USB: Staticize internal functions
USB: Separate out USB hub driver
USB: Make struct devrequest setup_packet local
USB: Staticize usb_storage.c
common/Makefile |2 +-
c
Signed-off-by: Marek Vasut
Cc: Remy Bohmer
---
common/usb.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/common/usb.c b/common/usb.c
index 81dcbe2..3c9ede4 100644
--- a/common/usb.c
+++ b/common/usb.c
@@ -73,7 +73,6 @@ static struct usb_device usb_dev[USB_MAX_DEVICE
Signed-off-by: Marek Vasut
Cc: Remy Bohmer
---
common/usb.c | 45 +++--
1 files changed, 23 insertions(+), 22 deletions(-)
diff --git a/common/usb.c b/common/usb.c
index 63a11c8..de31212 100644
--- a/common/usb.c
+++ b/common/usb.c
@@ -80,10 +80,10 @@ c
Also, make usb_stor_buf local.
Signed-off-by: Marek Vasut
Cc: Remy Bohmer
---
common/usb_storage.c | 39 +++
1 files changed, 19 insertions(+), 20 deletions(-)
diff --git a/common/usb_storage.c b/common/usb_storage.c
index de84c8d..1446fb0 100644
--- a/com
Signed-off-by: Marek Vasut
Cc: Remy Bohmer
---
common/Makefile |2 +-
common/usb.c | 432 +
common/usb_hub.c | 483 ++
include/usb.h|8 +
4 files changed, 494 insertions(+), 431
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
i don't really see the point, but looks simple enough
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Monday 13 February 2012 23:58:19 Marek Vasut wrote:
> Also, make usb_stor_buf local.
probably should get split out into its own patch
> --- a/common/usb_storage.c
> +++ b/common/usb_storage.c
>
> int usb_stor_scan(int mode)
> ...
> unsigned char i;
> struct usb_device *dev;
>
> -
On Monday 13 February 2012 18:02:03 Tom Rini wrote:
> --- a/config.mk
> +++ b/config.mk
>
> +# Report stack usage if supported
> +CFLAGS_STACK := $(call cc-option,-fstack-usage,)
not that it really matters, but you don't need the 2nd comma
Acked-by: Mike Frysinger
-mike
signature.asc
Descript
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
pedantically, might be better summary:
README: document more SPL config options
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Monday 13 February 2012 18:02:02 Tom Rini wrote:
> isnt possible with /dev/null.
isn't
> --- a/config.mk
> +++ b/config.mk
>
> -cc-option-sys = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc
> /dev/null \
> - > /dev/null 2>&1; then \
> +cc-option-sys = $(shell mkdir -p $(dir
1 - 100 of 113 matches
Mail list logo