Dear Thierry Reding,
In message <1321523302-4761-1-git-send-email-thierry.red...@avionic-design.de>
you wrote:
> Since Ventana is derived from Seaboard and requires seaboard.c to build,
> make sure board/nvidia/seaboard is created in the build tree.
>
> Signed-off-by: Thierry Reding
> ---
> bo
Dear Thierry Reding,
In message <1321523302-4761-1-git-send-email-thierry.red...@avionic-design.de>
you wrote:
> Since Ventana is derived from Seaboard and requires seaboard.c to build,
> make sure board/nvidia/seaboard is created in the build tree.
>
> Signed-off-by: Thierry Reding
> ---
> bo
Dear Tom Warren,
In message <1324414465-7999-1-git-send-email-twar...@nvidia.com> you wrote:
> Seaboard changes have removed the need for common/board.o in the
> Makefile. Propagate this change to the other Tegra2 builds.
>
> Signed-off-by: Tom Warren
> ---
> V2: Add more info to commit msg abou
Hi IIya Yanok,
Sorry for late comments.
On Tue, Dec 13, 2011 at 4:45 AM, Ilya Yanok wrote:
> Taken from Beagle code. Tested on mcx board (AM3517-based).
>
> Signed-off-by: Ilya Yanok
> ---
> Changes from V3:
> - None
> Changes from V2:
> - None
> Changes from V1:
> - CONFIG_OMAP_EHCI_PHYx_RE
Hi Graeme,
On Tue, Dec 20, 2011 at 4:06 AM, Graeme Russ wrote:
> With Simon's work on generic relocation support, I thought I would throw in
> what I am planning for arch/x86/lib/board.c
>
> Now this is not a patch, it is a work-in-progress complete version of the
> file (compiles, will test soon
Hi Albert,
On Sun, Dec 11, 2011 at 9:24 PM, Simon Glass wrote:
> Hi Albert,
>
> On Sun, Dec 11, 2011 at 6:16 AM, Albert ARIBAUD
> wrote:
>> Hi Simon,
>>
>> Le 10/12/2011 20:16, Simon Glass a écrit :
>>
>>> Add a library to hold ARM assembler code which is generic across all
>>> ARM CPUs. At firs
Hi Albert,
On Mon, Dec 19, 2011 at 2:09 AM, Albert ARIBAUD
wrote:
> Hi Simon,
>
> Le 10/10/2011 22:24, Simon Glass a écrit :
>
>> It seems that few people use CONFIG_PRAM on ARM. The getenv_r() function
>> has
>> been renamed to getenv_f().
>
>
> Please correct the commit message: it does not ren
Hi Wolfgang,
Any suggestion or feedback?
BR,
Eric
-Original Message-
From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
On Behalf Of Xu, Hong
Sent: Wednesday, December 14, 2011 2:24 PM
To: w...@denx.de; albert.u.b...@aribaud.net
Cc: u-boot@lists.denx.de; Lin, JM; Vi
> This allows systems to pause autoboot with USB keyboard. Tested on
> tegra2 seaboard.
>
> Signed-off-by: Allen Martin
Can't you just add "usb reset" to preboot env?
M
> ---
> README |5 +
> arch/arm/lib/board.c |9 +
> 2 files changed, 14 insertions(+), 0 d
> On 12/21/2011 03:20 PM, Fabio Estevam wrote:
> > On Wed, Dec 21, 2011 at 7:24 PM, Fabio Estevam wrote:
> >> Hi,
> >>
> >> When trying to build imx_v4_v5_defconfig, or mx3_defconfig, or
> >> mx5_defconfig on a 3.2-rc6 kernel I get:
> >> ...
> >> multiple load addresses: 0x80008000 0x80008000 0x1
This allows systems to pause autoboot with USB keyboard. Tested on
tegra2 seaboard.
Signed-off-by: Allen Martin
---
README |5 +
arch/arm/lib/board.c |9 +
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/README b/README
index 882483b..40e8481 10
On 12/21/2011 03:20 PM, Fabio Estevam wrote:
> On Wed, Dec 21, 2011 at 7:24 PM, Fabio Estevam wrote:
>> Hi,
>>
>> When trying to build imx_v4_v5_defconfig, or mx3_defconfig, or
>> mx5_defconfig on a 3.2-rc6 kernel I get:
>> ...
>> multiple load addresses: 0x80008000 0x80008000 0x10008000
>> This i
- use proper defines for the control register
- deactivate CS properly
- instead of polling the IRQ status bit use SPI status bit directly
- add comments
Signed-off-by: Michael Walle
Cc: Prafulla Wadaskar
---
drivers/spi/kirkwood_spi.c | 14 +++---
1 files changed, 7 insertions(+), 7
On Wed, Dec 21, 2011 at 7:24 PM, Fabio Estevam wrote:
> Hi,
>
> When trying to build imx_v4_v5_defconfig, or mx3_defconfig, or
> mx5_defconfig on a 3.2-rc6 kernel I get:
>
> Kernel: arch/arm/boot/Image is ready
> Kernel: arch/arm/boot/zImage is ready
> multiple load addresses: 0x80008000 0x80008
Le 21/12/2011 08:41, Thomas Petazzoni a écrit :
Seems like your forgot to resolve some conflicts. A compile test would
have detected those issues.
Regards,
Thomas
Ow. right...
However, I will first wait for Horst's patch 3/4 (print program basename
instead of whole path in usage()) to be ap
Signed-off-by: Horst Kronstorfer
---
Changes for v2:
- Use the GNU version of basename().
- Rebase against branch 'next.'
Changes for v3:
- Rebase against branch 'master.'
tools/mkenvimage.c | 12 +---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/tools/mkenvi
Hi,
When trying to build imx_v4_v5_defconfig, or mx3_defconfig, or
mx5_defconfig on a 3.2-rc6 kernel I get:
Kernel: arch/arm/boot/Image is ready
Kernel: arch/arm/boot/zImage is ready
multiple load addresses: 0x80008000 0x80008000 0x10008000
This is incompatible with uImages
Specify LOADADDR o
Simon Glass wrote at Wednesday, December 21, 2011 1:03 PM:
> When the data cache is enabled we must flush on write and invalidate
> on read. We also check that buffers are aligned to data cache lines
> boundaries. With recent work in U-Boot this should generally be the case
> but the warnings will
Hi Mike, Matthias,
On Thu, Dec 15, 2011 at 11:29 AM, Mike Frysinger wrote:
> On Thursday 15 December 2011 02:30:40 Simon Glass wrote:
>> I am wanting to add an AES encryption library to U-Boot. I suppose it
>> should be written in C, with small compiled code/data size (rather
>> than high perform
When the data cache is enabled we must flush on write and invalidate
on read. We also check that buffers are aligned to data cache lines
boundaries. With recent work in U-Boot this should generally be the case
but the warnings will catch problems.
Signed-off-by: Simon Glass
---
drivers/mmc/tegra
Make ext2 use cache line aligned buffers for reading from the filesystem.
This is needed when caches are enabled because unaligned cache invalidates
are not safe.
Signed-off-by: Simon Glass
---
fs/ext2/ext2fs.c | 18 --
1 files changed, 12 insertions(+), 6 deletions(-)
diff --
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hello everybody,
I have just pushed out -rc3, so we have two more days for testing
before the release of v2011.12
Please check that everythink looks as expected, and that all your
important bug fixes have been merged.
Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH,
Dear Tom Warren,
In message <1323212419-21023-1-git-send-email-twar...@nvidia.com> you wrote:
> commit 0d479b53 (Aneesh V) added code for OMAP4 that doesn't
> execute on Tegra, due to the AVP (ARM7TDI) not having a CP15.
> Result was an undefined instruction hang just after reset.
>
> Signed-off-
Dear Horst Kronstorfer,
In message <1324469157-18032-1-git-send-email-hkron...@frequentis.com> you
wrote:
> Signed-off-by: Horst Kronstorfer
> ---
> Changes for v2:
>- Use the GNU version of basename().
>- Rebased against branch 'next.'
>
> tools/mkenvimage.c | 14 ++
> 1
From: Michal Simek
Initialize ll_temac driver.
Signed-off-by: Michal Simek
Signed-off-by: Stephan Linz
---
.../xilinx/microblaze-generic/microblaze-generic.c | 16
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/board/xilinx/microblaze-generic/microblaze-gen
From: Michal Simek
Signed-off-by: Michal Simek
Signed-off-by: Stephan Linz
---
include/configs/microblaze-generic.h | 21 +
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/include/configs/microblaze-generic.h
b/include/configs/microblaze-generic.h
index 5
From: Michal Simek
NET_MULTI enables to use several ethernet drivers but
microblaze-generic platform config file select only
one driver.
Signed-off-by: Michal Simek
Signed-off-by: Stephan Linz
---
include/configs/microblaze-generic.h |9 +
1 files changed, 5 insertions(+), 4 delet
Dear Horst Kronstorfer,
In message <1324477883-26678-1-git-send-email-hkron...@frequentis.com> you
wrote:
> Signed-off-by: Horst Kronstorfer
> ---
> doc/mkimage.1 | 12 ++--
> 1 files changed, 6 insertions(+), 6 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX So
Am Dienstag, den 20.12.2011, 23:56 +0100 schrieb Wolfgang Denk:
> Dear Stephan Linz,
Hello Wolfgang,
>
> In message <1322771978-22008-2-git-send-email-l...@li-pro.net> you wrote:
> > Xilinx LocalLink Tri-Mode Ether MAC driver can be
> > used by Xilinx Microblaze or Xilinx ppc405/440 in
> > SDMA
Hi all,
I had a question regarding uboot build system.
One starts a build for platform1 and without cleaning tree builds for
platform2, what is the expected result?
make _config
make _config
Is the final product build of platform2 or goes to inconsistent state
or implementation dependent?
In linux
When performing large bulk reads from a CD or DVD using the U-Boot
usb_storage driver, it generates requests of up to 20 blocks at a time.
With a standard 512-byte block size, that is 10240 bytes and within the
limit of U-Boot's EHCI driver (maximum 5 pages at 4k per page).
Unfortunately CD-ROM m
The FAT filesystem fails silently in inexplicable ways when given a
filesystem with a block-size that does not match the device sector size.
In theory this is not an unsupportable combination but requires a major
rewrite of a lot of the filesystem. Until that occurs, the filesystem
should detect t
The FAT filesystem code currently ends up requiring that the partition
table be a DOS MBR, as it checks for the DOS 0x55 0xAA signature on the
partition table (which may be Mac, EFI, ISO9660, etc) before actually
computing the partition offset.
This fixes support for accessing a FAT filesystem in
This series fixes several bugs in the FAT code and the USB storage
stack to make it possible to read from a FAT filesystem image embedded
as an "El-Torito boot image" in an ISO9660 volume (IE: a CD or DVD).
This has been tested on the eXMeritus HWW-1U-1A
I've addressed the review commentary on th
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
Thanks, Aneesh.
On Wed, Dec 21, 2011 at 1:02 AM, Aneesh V wrote:
> Hi Tom,
>
>
> On Wednesday 07 December 2011 04:30 AM, Tom Warren wrote:
>>
>> commit 0d479b53 (Aneesh V) added code for OMAP4 that doesn't
>> execute on Tegra, due to the AVP (ARM7TDI) not having a CP15.
>> Result was an undefined
On Wed, Dec 21, 2011 at 8:55 AM, Aneesh V wrote:
> On Wednesday 21 December 2011 09:16 PM, Tom Rini wrote:
>>
>> On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath wrote:
>>>
>>> This patch is added to support SPL feature on AM335X
>>> platform. In this patch, MMC1 is configured as boot
>>> device for
On Wednesday 21 December 2011 09:16 PM, Tom Rini wrote:
On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath wrote:
This patch is added to support SPL feature on AM335X
platform. In this patch, MMC1 is configured as boot
device for SPL and support for other devices will be
added in the next patch seri
On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath wrote:
> This patch series is submitted to add support for MMC/SD along
> with SPL support. Also, fixed incorrect register offset of
> ddr and timer registers.
>
> The patches have been compile tested and run on AM335X EVM.
>
> The patches depends on p
On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath wrote:
> This patch is added to support SPL feature on AM335X
> platform. In this patch, MMC1 is configured as boot
> device for SPL and support for other devices will be
> added in the next patch series.
[snip]
> +#ifdef CONFIG_SPL_BUILD
> +u32 am33xx
On Wednesday 21 December 2011 05:14 PM, Stefano Babic wrote:
On 21/12/2011 12:36, siddharth baisane wrote:
Hi,
I have generated u-boot-spl.bin but when I am trying to load it using
code composer studio it is giving me error saying "could not determine
target type of file".
Please try loading u
On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath wrote:
> This patch is added to update incorrect ddr, pll and timer
> register offset along with some additional cleanup like
> removing unused code. Also, generic CONFIG_AM33XX symbol
> is added for AM33XX platform.
[snip]
> diff --git a/include/confi
On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath wrote:
> This patch add supports for mmc/sd driver on AM335X platform.
> PLL and pinmux configurations for mmc/sd are configured in this
> patch.
>
> Signed-off-by: Chandan Nath
> Signed-off-by: Tom Rini
> ---
> arch/arm/cpu/armv7/am33xx/board.c
Now the values in the defines agree with those in the manuals.
Signed-off-by: Christian Riesch
Cc: Tom Rini
Cc: Heiko Schocher
---
arch/arm/include/asm/arch-davinci/hardware.h |4 ++--
board/enbw/enbw_cmc/enbw_cmc.c |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-
Signed-off-by: Horst Kronstorfer
---
doc/mkimage.1 | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/mkimage.1 b/doc/mkimage.1
index f27da6b..800aed4 100644
--- a/doc/mkimage.1
+++ b/doc/mkimage.1
@@ -9,13 +9,13 @@ mkimage \- Generate image for U-Boot
The
.
Hello Heiko,
On Tue, Nov 29, 2011 at 1:33 PM, Heiko Schocher wrote:
> move struct davinci_rtc to arch/arm/include/asm/arch-davinci/hardware.h
> and add RTC_KICK0R_WE, RTC_KICK1R_WE defines,
> so they are global useable.
>
> Signed-off-by: Heiko Schocher
> Cc: Sandeep Paulraj
[...]
> diff --gi
This patch is added to support SPL feature on AM335X
platform. In this patch, MMC1 is configured as boot
device for SPL and support for other devices will be
added in the next patch series.
Signed-off-by: Chandan Nath
Signed-off-by: Tom Rini
---
arch/arm/cpu/armv7/am33xx/board.c |
This patch add supports for mmc/sd driver on AM335X platform.
PLL and pinmux configurations for mmc/sd are configured in this
patch.
Signed-off-by: Chandan Nath
Signed-off-by: Tom Rini
---
arch/arm/cpu/armv7/am33xx/board.c |7 +
arch/arm/cpu/armv7/am33xx/clock.c
This patch series is submitted to add support for MMC/SD along
with SPL support. Also, fixed incorrect register offset of
ddr and timer registers.
The patches have been compile tested and run on AM335X EVM.
The patches depends on previous patch series which was submitted
for supporting AM33xx pla
This patch is added to update incorrect ddr, pll and timer
register offset along with some additional cleanup like
removing unused code. Also, generic CONFIG_AM33XX symbol
is added for AM33XX platform.
Signed-off-by: Chandan Nath
Signed-off-by: Tom Rini
---
arch/arm/cpu/armv7/am33xx/board.c
Signed-off-by: Horst Kronstorfer
---
Changes for v2:
- Use the GNU version of basename().
- Rebased against branch 'next.'
tools/mkenvimage.c | 14 ++
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c
index 753d9e6..6a6a39
On 21/12/2011 12:36, siddharth baisane wrote:
> Hi,
> I have generated u-boot-spl.bin but when I am trying to load it using
> code composer studio it is giving me error saying "could not determine
> target type of file".
Please send your answer always to the ML.
Sorry, I cannot help - I do not kn
Dear Sridhar Addagada,
In message <1324466163.95750.yahoomail...@web120204.mail.ne1.yahoo.com> you
wrote:
>
> Freescale folks! no suggestions:(
Please try and contact your local Freescale FAE.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zund
Freescale folks! no suggestions:(
From: Sridhar Addagada
To: "u-boot@lists.denx.de"
Sent: Tuesday, December 20, 2011 8:59 AM
Subject: Boot Count Support for MPC8377E
It's been almost a month and have not heard any suggestions from anyone..
Can Freescale fo
Dear KRONSTORFER Horst,
In message <024fe3275ef7814d9b07390f28c0832c63a24...@vie196nt.frequentis.frq>
you wrote:
>
> > > + /* Parse program basename */
> > > + prg = strrchr(argv[0], '/');
> > > + prg = (prg) ? prg + 1 : argv[0];
> >
> > Any reason for not using basename() here?
>
> i'm just us
From: Wolfgang Grandegger
Following the corresponding Linux code, this patch relaxes reset timings
waiting at least 100ms after power to the ports. There are some reports
that it helps make enumeration work better on some high speed devices.
Furthermore, the wait is only done once after power has
This will avoid flash writes for fw_setenv command where the key is not present
the environment and no value has been provided.
Signed-off-by: Sridhar Addagada
---
tools/env/fw_env.c | 11 ++-
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/tools/env/fw_env.c b/tools/env/
On 21/12/2011 02:04, David Wagner wrote:
> Hi,
>
> I re-sent 2 patches that didn't apply anymore on top of next (v2 2/10
> and v2 3/10) ; the others should be fine.
>
> I also sent one more patch ([PATCH 09/10] Correctly handle input files
> beginning with several newlines)
>
> Could you please
Hi Tom,
On Wednesday 07 December 2011 04:30 AM, Tom Warren wrote:
commit 0d479b53 (Aneesh V) added code for OMAP4 that doesn't
execute on Tegra, due to the AVP (ARM7TDI) not having a CP15.
Result was an undefined instruction hang just after reset.
Signed-off-by: Tom Warren
Cc: Albert Aribaud
Cc
60 matches
Mail list logo