On Sunday 05 February 2012 01:44:19 Simon Glass wrote:
> This permits disabling the code relation in U-Boot which is useful when
> debugging with an ICE.
>
> To use it define CONFIG_SYS_SKIP_ARM_RELOCATION in your board.
any reason for "ARM" in there ?
-mike
signature.asc
Description: This is a
This permits disabling the code relation in U-Boot which is useful when
debugging with an ICE.
To use it define CONFIG_SYS_SKIP_ARM_RELOCATION in your board.
Signed-off-by: Simon Glass
---
arch/arm/config.mk |2 ++
arch/arm/cpu/armv7/start.S |3 +--
arch/arm/incl
On 03.02.2012 01:22, Troy Kisky wrote:
Define CONFIG_FEC_QUIRK_ENET_MAC and add to
board files mx6qarm2 and mx6qsabrelite.
Signed-off-by: Troy Kisky
Acked-by: Dirk Behme
---
...
In case someone wants to test this on a mx6qarm2 or any other
mx51/53/28 board: I pushed this whole v4 patch serie
Hi,
On Sat, Feb 4, 2012 at 1:15 AM, Aneesh V wrote:
> Hi Dirk,
>
>
> On Friday 03 February 2012 12:55 PM, Dirk Behme wrote:
>>
>> Hi,
>>
>> on i.MX6 devices, e.g. ARM2 or SabreLite, the ROM boot loader copies the
>> U-Boot image from the boot device, e.g. the SD card, to the main memory.
>> This
On 05.02.2012 04:38, Mike Frysinger wrote:
On Saturday 04 February 2012 22:02:46 Troy Kisky wrote:
--- a/drivers/net/phy/broadcom.c
+++ b/drivers/net/phy/broadcom.c
-static struct phy_driver BCM5461S_driver = {
+struct phy_driver BCM5461S_driver __phy_entry = {
why do you have to remove the s
Hi Albert,
On Fri, Feb 3, 2012 at 12:00 PM, Albert ARIBAUD
wrote:
> Hi Simon,
>
> Le 03/02/2012 20:30, Simon Glass a écrit :
>
>> Hi Albert,
>>
>> On Fri, Feb 3, 2012 at 11:00 AM, Albert ARIBAUD
>> wrote:
>>>
>>> Hi Simon,
>>>
>>> Le 15/01/2012 02:20, Simon Glass a écrit :
>>>
Hi,
>>>
On Saturday 04 February 2012 22:02:46 Troy Kisky wrote:
> --- a/drivers/net/phy/broadcom.c
> +++ b/drivers/net/phy/broadcom.c
>
> -static struct phy_driver BCM5461S_driver = {
> +struct phy_driver BCM5461S_driver __phy_entry = {
why do you have to remove the static ? that shouldn't affect the se
On Saturday 04 February 2012 14:38:15 Marek Vasut wrote:
> > On Saturday 04 February 2012 09:56:33 Marek Vasut wrote:
> > > > The bf527-ezkit boards are getting too big to fit into their reserved
> > > > flash space, so we need to use a lzma compressed logo.
> > > >
> > > > Since the video driver
On Saturday 14 January 2012 01:45:55 Simon Glass wrote:
> There is a nasty interleave of #ifdefs in hush.c where the two code
> paths have different indents. Remove this ickiness.
i think we've moved beyond hopes of keeping hush.c unified with its "upstream",
so this is fine
Acked-by: Mike Frysi
On Saturday 14 January 2012 01:45:52 Simon Glass wrote:
> This function is only one of the parser options, so use run_command()
> instead. It knows how to use hush if selected.
i can't grok this either :/
-mike
signature.asc
Description: This is a digitally signed message part.
_
On Saturday 14 January 2012 01:45:54 Simon Glass wrote:
> --- a/common/command.c
> +++ b/common/command.c
>
> +int cmd_call(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
> +{
> + int result;
> +
> + result = (cmdtp->cmd)(cmdtp, flag, argc, argv);
> + if (result)
> +
On Saturday 14 January 2012 01:45:53 Simon Glass wrote:
> This saves about 1KB of code space on ARM with CONFIG_SYS_HUSH_PARSER
> defined.
are you not using --gc-sections ?
-mike
signature.asc
Description: This is a digitally signed message part.
___
U
On Saturday 14 January 2012 01:45:50 Simon Glass wrote:
> The current run_command() is only one of the options, with
> hush providing the other.
i can't grok this sentence
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-
Signed-off-by: Troy Kisky
---
drivers/net/phy/atheros.c|9 +
drivers/net/phy/broadcom.c | 15 +++
drivers/net/phy/davicom.c|9 +
drivers/net/phy/lxt.c|9 +
drivers/net/phy/marvell.c| 24 ++--
drivers/net
> On Saturday 04 February 2012 09:56:33 Marek Vasut wrote:
> > > The bf527-ezkit boards are getting too big to fit into their reserved
> > > flash space, so we need to use a lzma compressed logo.
> > >
> > > Since the video driver code is very similar, add lzma compressed
> > > support to all of t
On Saturday 04 February 2012 09:56:33 Marek Vasut wrote:
> > The bf527-ezkit boards are getting too big to fit into their reserved
> > flash space, so we need to use a lzma compressed logo.
> >
> > Since the video driver code is very similar, add lzma compressed support
> > to all of the Blackfin
Hi Stefano,
Le 22/01/2012 14:06, Stefano Babic a écrit :
Hi Albert,
please pull from u-boot-imx, thanks.
The following changes since commit 5d250e52ffd5554834a45ac8d53762fbbf36933c:
tegra2: Enable data cache (2012-01-18 15:54:07 -0700)
are available in the git repository at:
git://www.
> On Tuesday 24 January 2012 15:27:57 you wrote:
> > This patch series add support for new board Nokia RX-51 (aka N900).
> > Last two patches adding on screen bootmenu support.
> >
> > This series supersedes the last sent version.
> >
> > Pali Rohár (14):
> > arm,omap3: Define save_boot_params
> The bf527-ezkit boards are getting too big to fit into their reserved
> flash space, so we need to use a lzma compressed logo.
>
> Since the video driver code is very similar, add lzma compressed support
> to all of the Blackfin video drivers.
>
> Signed-off-by: Mike Frysinger
So what exactly
Hi Dirk,
On Saturday 04 February 2012 02:08 PM, Dirk Behme wrote:
Let's discuss how to enable the i.MX5/6 caches in U-Boot:
On 03.02.2012 12:00, Stefano Babic wrote:
On 03/02/2012 11:18, Dirk Behme wrote:
...
As your concerns are surely related to speed up the boot process, IMHO
we can focu
> > On 03.02.2012 14:22, Marek Vasut wrote:
> > >> This patch fixes booting i.MX28 CPUs via USB download.
> > >> In this mode the CPU's bootrom implements a USB HID device that
> > >> accepts a bootstream.
> > >>
> > >> When downloading the bootstream via USB, first the SPL code is
> > >> received
On Tuesday 24 January 2012 15:27:57 you wrote:
> This patch series add support for new board Nokia RX-51 (aka N900).
> Last two patches adding on screen bootmenu support.
>
> This series supersedes the last sent version.
>
> Pali Rohár (14):
> arm,omap3: Define save_boot_params in lowlevel_init.S
Le 04/02/2012 12:14, Aneesh V a écrit :
On Saturday 04 February 2012 04:30 PM, Albert ARIBAUD wrote:
Le 04/02/2012 10:15, Aneesh V a écrit :
Hi Dirk,
On Friday 03 February 2012 12:55 PM, Dirk Behme wrote:
Hi,
on i.MX6 devices, e.g. ARM2 or SabreLite, the ROM boot loader copies
the
U-Boot ima
On Saturday 04 February 2012 04:30 PM, Albert ARIBAUD wrote:
Le 04/02/2012 10:15, Aneesh V a écrit :
Hi Dirk,
On Friday 03 February 2012 12:55 PM, Dirk Behme wrote:
Hi,
on i.MX6 devices, e.g. ARM2 or SabreLite, the ROM boot loader copies the
U-Boot image from the boot device, e.g. the SD card
Le 04/02/2012 10:15, Aneesh V a écrit :
Hi Dirk,
On Friday 03 February 2012 12:55 PM, Dirk Behme wrote:
Hi,
on i.MX6 devices, e.g. ARM2 or SabreLite, the ROM boot loader copies the
U-Boot image from the boot device, e.g. the SD card, to the main memory.
This does mean that U-Boot is started in
From: Simon Schwarz
Adds prep subcommand to bootm implementation of ARM. When bootm is called
with the subcommand prep the function stops right after ATAGS creation and
before announce_and_cleanup.
This is used in command "cmd_spl export"
Signed-off-by: Simon Schwarz
Acked-by: Stefano Babic
T
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
board/technexion/twister/twister.c | 23 +++
include/configs/twister.h | 12
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/board/technexion/twister/
Call i2c initialization in spl_board_init only if I2C
is configured for the board.
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
arch/arm/cpu/armv7/omap3/board.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7/om
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
arch/arm/cpu/armv7/omap-common/spl.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap-common/spl.c
b/arch/arm/cpu/armv7/omap-common/spl.c
index 5f7ba2c..d9dd864 1
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
arch/arm/cpu/armv7/Makefile |2 --
arch/arm/cpu/armv7/cpu.c|2 ++
arch/arm/lib/Makefile |5 +++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/arch/arm/cpu/armv7/Makefile b
From: Simon Schwarz
- Implements spl_start_uboot() for devkit8000
- Add configs to activate direct OS boot from SPL
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
board/timll/devkit8000/devkit8000.c | 18 ++
include/configs/devkit8000.h
From: Simon Schwarz
This only outputs "Assuming u-boot.bin..." if debug is active.
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
arch/arm/cpu/armv7/omap-common/spl.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/ar
From: Simon Schwarz
This implements booting of Linux from NAND in SPL
Related config parameters:
CONFIG_SYS_NAND_SPL_KERNEL_OFFS
Offset in NAND of direct boot kernel image to use in SPL
CONFIG_SYS_SPL_ARGS_ADDR
Address where the kernel boot arguments are expected - this is
From: Simon Schwarz
This adds Linux booting to the SPL
This depends on CONFIG_MACH_TYPE patch by Igor Grinberg
(http://article.gmane.org/gmane.comp.boot-loaders.u-boot/105809)
Related CONFIGs:
CONFIG_SPL_OS_BOOT
Activates/Deactivates the OS booting feature
CONFIG_SPL_OS_BOOT_KEY
From: Simon Schwarz
Linux crashes if the GPMC isn't configured for the dm9000.
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
arch/arm/include/asm/omap_common.h |2 ++
board/timll/devkit8000/devkit8000.c | 19 +++
2 files changed, 21
From: Simon Schwarz
This adds some configs for devkit8000 to use the new spl command
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
include/configs/devkit8000.h |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/include/configs
From: Simon Schwarz
This adds a spl command to the u-boot.
Related config:
CONFIG_CMD_CPL
activate/deactivate the command
CONFIG_CMD_SPL_NAND_OFS
Offset in NAND to use
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
common/Makefile
Rebased patchset to add Linux booting from SPL. As discussed
in the ML, this patchset does not make SPL common to all SOCs
to avoid breaking some architecture - this job will be done later
with a different patchset.
For this reason, a couple of patches moving files in the common/
directory are dr
> Let's discuss how to enable the i.MX5/6 caches in U-Boot:
>
> On 03.02.2012 12:00, Stefano Babic wrote:
> > On 03/02/2012 11:18, Dirk Behme wrote:
> ...
>
> >>> As your concerns are surely related to speed up the boot process, IMHO
> >>> we can focus efforts to add cache support for MX5 / MX6.
Hi Dirk,
On Friday 03 February 2012 12:55 PM, Dirk Behme wrote:
Hi,
on i.MX6 devices, e.g. ARM2 or SabreLite, the ROM boot loader copies the
U-Boot image from the boot device, e.g. the SD card, to the main memory.
This does mean that U-Boot is started in RAM.
With this, one might wonder why an
Let's discuss how to enable the i.MX5/6 caches in U-Boot:
On 03.02.2012 12:00, Stefano Babic wrote:
On 03/02/2012 11:18, Dirk Behme wrote:
...
As your concerns are surely related to speed up the boot process, IMHO
we can focus efforts to add cache support for MX5 / MX6.
Ok, sounds good. Any
The mt_ventoux board is a custom board using
the Technexion TAM3517 module.
The patch fixes also the mtdparts variable in the
TAM3517 common configuration file.
Signed-off-by: Stefano Babic
CC: Ilya Yanok
CC: Igor Grinberg
CC: Tom Rini
Cc: Detlev Zundel
---
Changes since V3:
- rebased on cur
Changed the EHCI interface using the ulpi framework.
Signed-off-by: Stefano Babic
CC: Tom Rini
---
This patch is based and tested on top of Govindraj's patches for EHCI omap:
http://patchwork.ozlabs.org/patch/139377/
board/technexion/twister/twister.c | 32 +
43 matches
Mail list logo