Hello Hannes,
Am 07.03.2014 11:28, schrieb Hannes Petermaier:
Hi Heiko,
Heiko Schocher wrote:
Hello Hannes,
Am 06.03.2014 15:24, schrieb Hannes Petermaier:
On 2014-03-06 14:58, Heiko Schocher wrote:
Hello Hannes,
Am 06.03.2014 14:39, schrieb Hannes Petermaier:
- Adds support for a minimal
Hello Simon,
Am 09.03.2014 06:33, schrieb Simon Glass:
Hi Heiko,
On 3 March 2014 04:19, Heiko Schocher wrote:
based on patch from andr...@oetken.name:
http://patchwork.ozlabs.org/patch/294318/
commit message:
I currently need support for rsa-sha256 signatures in u-boot and found out that
the
-Original Message-
From: Sun York-R58495
Sent: Saturday, March 08, 2014 3:10 AM
To: Leekha Shaveta-B20052; u-boot@lists.denx.de
Cc: Aggrwal Poonam-B10812; Aggrwal Poonam-B10812
Subject: Re: [PATCH] fsl_i2c: Add write-then-read transaction interface for I2C
slave
On 03/03/2014 12:58 AM,
Hello Gerhard
Thank you for that feedback.
On Sunday 09 March 2014 05:51:23 Gerhard Sittig wrote:
> On Thu, Mar 06, 2014 at 15:40 +1300, Charles Manning wrote:
> > [ ... ]
> > Unfortunately the CRC used in this boot ROM is not the same as the
> > Adler CRC in lib/crc32.c. Indeed the Adler code is
> -Original Message-
> From: Gerhard Sittig [mailto:g...@denx.de]
> Sent: Sunday, March 09, 2014 2:46 AM
> To: u-boot@lists.denx.de
> Cc: Joe Hershberger; Simon Glass; Marek Vasut; Tom Warren; Tom Rini;
> Marek Vasut; Liu Hui-R64343; Eric Nelson; Markus Hubig; Gerhard Sittig;
> Stephen Warr
Hello Chin,
> > I've posted my feedback.
> > I hope it is helpful for you.
> > http://patchwork.ozlabs.org/patch/327943/
> >
>
> Great, I will patch them.
> From the patch, I saw your DMA sequence code and the discrepancy.
> For the data portion, I spotted you set the bit 31:16.
> But inside m
The u-qe of T1040 has addresses different from qe,
modify those addresses value for both u-qe and qe.
Add function qe_board_setup to mux the bus to tdm or uart
according to hwconfig.
Signed-off-by: Zhao Qiang
---
Changes for v2:
- modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_A
CONFIG_SYS_QE_FMAN_FW_ADDR is used to both Fman and QE for microcode address.
Now using CONFIG_SYS_FMAN_FW_ADDR for Fman microcode address,
and CONFIG_SYS_QE_FW_ADDR for QE microcode address.
Signed-off-by: Zhao Qiang
---
Changes for v2:
- no
Changes for v3:
- no
Changes for v4:
Hello Andreas,
> Dear Masahiro Yamada,
>
> I noticed a wrongly generated version_autogenerated.h with my default
> workflow:
Uh-oh, it is my mistake when I ported Kbuild.
I've posted a patch to fix it. Thanks for reporting!
Tom, I think we should fix this bug soon.
Could pick this?
http://pa
Signed-off-by: Masahiro Yamada
---
.gitignore | 4
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index ffe0cc7..cba5eac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,6 +51,10 @@
/spl/*
/tpl/
+#
+# Generated include files
+#
+/include/config/
/include/generated/
include/generated/version_autogenerated.h was not correctly
generated on the parallel build (with -j option).
Signed-off-by: Masahiro Yamada
Reported-by: Andreas Bießmann
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index ee16d8c..f3f3a2a
On Sunday, March 09, 2014 at 05:18:21 PM, Albert ARIBAUD wrote:
> PXA start.S has a PXA (variant) specific check in
> start.S. Move it to cpuinfo.c.
>
> Signed-off-by: Albert ARIBAUD
This works fine.
Acked-by: Marek Vasut
Best regards,
Marek Vasut
_
Hi,
Am 09.03.2014 21:34, schrieb Albert ARIBAUD:
> On Sun, 09 Mar 2014 21:22:34 +0100, Andreas Färber
> wrote:
>> Am 09.03.2014 21:05, schrieb Albert ARIBAUD:
>>> On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD
>>> wrote:
On Sun, 02 Mar 2014 23:00:19 +0100, Andreas Färber
wrote:
>>>
Hi Andreas,
On Sun, 09 Mar 2014 21:22:34 +0100, Andreas Färber
wrote:
> Am 09.03.2014 21:05, schrieb Albert ARIBAUD:
> > On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD
> > wrote:
> >
> >> Hi Andreas,
> >>
> >> (seems an answer from me yesterday didn't make it out of the NSA
> >> interceptor
Am 09.03.2014 21:05, schrieb Albert ARIBAUD:
> On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD
> wrote:
>
>> Hi Andreas,
>>
>> (seems an answer from me yesterday didn't make it out of the NSA
>> interceptors...)
>>
>> On Sun, 02 Mar 2014 23:00:19 +0100, Andreas Färber
>> wrote:
>>
>>> Am 02.03
On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD
wrote:
> Hi Andreas,
>
> (seems an answer from me yesterday didn't make it out of the NSA
> interceptors...)
>
> On Sun, 02 Mar 2014 23:00:19 +0100, Andreas Färber
> wrote:
>
> > Am 02.03.2014 21:57, schrieb Andreas Färber:
> > > Hi Albert,
>
Hi Andreas,
On Sun, 09 Mar 2014 19:21:24 +0100, Andreas Bießmann
wrote:
> Dear Albert Aribaud,
>
> On 09.03.2014 17:18, Albert ARIBAUD wrote:
>
>
>
> > diff --git a/arch/arm/lib/vectors.S b/arch/arm/lib/vectors.S
> > new file mode 100644
> > index 000..1655d49
> > --- /dev/null
> > +++ b
Dear Albert Aribaud,
please pull the following changes from u-boot-atmel/master into
u-boot-arm/master.
The following changes since commit de4fdfc1f22d70c23be5443dafacb8163023f9b1:
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' (2014-03-07
14:32:42 +0100)
are available in the gi
Dear Bo Shen,
Bo Shen writes:
>Add NAND SPL boot support with hardware PMECC.
>
>Signed-off-by: Bo Shen
>
>---
>Changes in v2:
> - NONE
>
> arch/arm/cpu/at91-common/spl.c | 2 ++
> arch/arm/include/asm/arch-at91/spl.h | 2 ++
> board/atmel/sama5d3xek/sama5d3xek.c | 2 ++
> include/config
Dear Bo Shen,
Bo Shen writes:
>Prepare for nand spl boot support. It supports nand software ECC and
>hardware PMECC.
>This patch is take as reference.
>
>Signed-off-by: Bo Shen
>
>---
>Changes in v2:
> - Address the comments from Scott Wood
>
> drivers/mtd/nand/atmel_nand.c | 208 +
Dear Bo Shen,
Bo Shen writes:
>Add sama5d3 Xplained board support which use Atmel SAMA5D36 SoC.
>Now it supports boot from NAND flash and SD/MMC card.
>Features support:
> - NAND flash
> - SD/MMC card
> - Two USB hosts
> - Ethernet (one GMAC, one EMAC)
>
>Signed-off-by: Bo Shen
>
>---
>board
Dear Andreas Henriksson,
Andreas Henriksson writes:
>It's called _pio_ in the version that was added to git.
>Apparently it got renamed without updating the macros before it was
>applied, c.f.
>http://u-boot.10912.n7.nabble.com/U-Boot-PATCH-3-9-V3-add-a-new-AT91-GPIO-driver-td75922.html
>
>Signed
Dear Bo Shen,
Bo Shen writes:
>Add SPI SPL boot support for sama5d3xek board.
>
>Signed-off-by: Bo Shen
>
>---
>Changes in v2:
> - NONE
>
> arch/arm/cpu/at91-common/spl.c | 2 ++
> arch/arm/include/asm/arch-at91/spl.h | 2 ++
> board/atmel/sama5d3xek/sama5d3xek.c | 2 ++
> include/config
Dear Andreas Henriksson,
Andreas Henriksson writes:
>Add support for using the Atmel MCI driver on at91sam9263ek.
>This change is modeled after the existing at91sam9260ek support.
>
>Please note that this hooks up slot1 (MCI1) for SD. Not both.
>
>Tested with at91bootstrap and u-boot on dataflash
Dear Albert Aribaud,
On 09.03.2014 17:18, Albert ARIBAUD wrote:
diff --git a/arch/arm/lib/vectors.S b/arch/arm/lib/vectors.S
new file mode 100644
index 000..1655d49
--- /dev/null
+++ b/arch/arm/lib/vectors.S
@@ -0,0 +1,304 @@
+/*
+ * vectors - Generic ARM exception table code
+ *
+ * Co
Signed-off-by: Albert ARIBAUD
---
Changes in v2: None
arch/arm/cpu/arm1136/start.S | 2 --
arch/arm/cpu/arm1176/start.S | 2 --
arch/arm/cpu/arm946es/start.S | 2 --
arch/arm/cpu/armv7/start.S| 3 ---
arch/arm/cpu/pxa/start.S | 2 --
5 files changed, 11 deletions(-)
diff --git a/arc
PXA start.S has a PXA (variant) specific check in
start.S. Move it to cpuinfo.c.
Signed-off-by: Albert ARIBAUD
---
Changes in v2: None
arch/arm/cpu/pxa/cpuinfo.c | 6 ++
arch/arm/cpu/pxa/start.S | 6 --
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/cpu/pxa/c
CPUs arm946es and sa1100 both define the reset_cpu()
function in their start.S file. Move this cpu-specific code
into cpu.c so that start.S only contains ARM generic code.
Signed-off-by: Albert ARIBAUD
---
Changes in v2:
- fixed checkpatch issues in arch/arm/cpu/arm946es/cpu.c
- fixed checkpatch
arch/arm/cpu/arm1136/start.S contain a cache flushing function.
Remove the function and move its code into arch/arm/lib/cache.c.
Signed-off-by: Albert ARIBAUD
---
Changes in v2: None
arch/arm/cpu/arm1136/start.S | 10 --
arch/arm/lib/cache.c | 13 ++---
2 files changed,
This series aims at refactoring start.S files. Some of these
files contain cache-related or cpu-reset-related core, which
is moved where it belongs. Useless symbols are removed, and
finally, exception vector code, common across all ARM CPUs,
is moved in its own file.
At this point, the start.S fil
The logic determining SPI "write" transfer completion was faulty. At
certain conditions (e.g. slow SPI clock freq) the transfers were
interrupted before completion. Both EOT and TXS flags of channel
status registeer shall be checked to ensure that all data was
transferred. Tested on AM3359 chip.
S
Dear Gerhard Sittig,
On 08.03.2014 19:46, Gerhard Sittig wrote:
enabling CONFIG_MACB makes other locations in the stamp config file
enable network related commands (actually prevents disabling them)
enable USB ethernet support by activating generic support as well as
Asix and Moschip ethernet a
32 matches
Mail list logo