Hi Wolfgang,
On Tue, May 17, 2011 at 2:57 PM, Wolfgang Denk wrote:
> Dear Aneesh V,
>
> In message <4dd23561.70...@ti.com> you wrote:
>>
>> In fact I had searched for a macro for similar needs as my
>> set_bit_field() is addressing in Linux Kernel too but didn't find any.
> ...
>> I couldn't find
We have a board that feature NOR flash and hardware write protection
is handled by controlling the write enable pin. When write protection
is enabled, the nWE pin is forced high by external logic. The memory
controller and/or CFI logic is unaware of this, and since CFI uses
write enable as part of
Signed-off-by: Phil Edworthy
---
board/renesas/rsk7203/lowlevel_init.S |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/board/renesas/rsk7203/lowlevel_init.S
b/board/renesas/rsk7203/lowlevel_init.S
index 30ef5ab..ef4e341 100644
--- a/board/renesas/rsk7203/lowlevel_init.S
Le 30/05/2011 22:15, Albert ARIBAUD a écrit :
> Le 30/05/2011 21:57, Albert ARIBAUD a écrit :
>> Le 30/05/2011 21:49, Albert ARIBAUD a écrit :
>>> Le 30/05/2011 21:24, Wolfgang Denk a écrit :
Dear Holger Brunck,
In message<4de3bf02.3060...@keymile.com> you wrote:
>
> coul
The mgcoge2un target was only an intermediate step to mgcoge3un.
For this reason the mgcoge2un support was moved to mgcoge3un,
because it isn't needed to support both targets.
We add the BootROM init file for the mgcoge3un memphis RAM.
We also move the suen3 and suen8 boards into the correct cate
This allows this configuration to be defined differently for some
boards that request it.
Signed-off-by: Valentin Longchamp
cc: Holger Brunck
cc: Heiko Schocher
cc: Wolfgang Denk
cc: Detlev Zundel
cc: Prafulla Wadaskar
---
drivers/net/mvgbe.h |2 ++
1 files changed, 2 insertions(+), 0 d
This series is the second effort of merging the Keymile boards support
back into mainline.
This series is a subset of the first patch series:
http://lists.denx.de/pipermail/u-boot/2011-April/090013.html
The first large series was split up to three independent series, which
are easier to review and
This is not supported on our km-arm boards since we have defined
CONFIG_SYS_NO_FLASH for our NAND Flash chip.
With CONFIG_CMD_JFFS2, the ls command is present and works very badly
on our km-arm boards.
Signed-off-by: Valentin Longchamp
Signed-off-by: Holger Brunck
Acked-by: Heiko Schocher
Acke
From: Holger Brunck
We change default settings for egiga on mgcoge3un.
The reason we need this is that we have the gig port on mgcoge3un
connected using a back-to-back pair of PHYs. There are no magnetics and
because of that the port has to be run with a fixd configuration and
auto-negotiation mu
Since all the boards define the same env settings, this simplifies
the board files.
Signed-off-by: Valentin Longchamp
cc: Holger Brunck
cc: Heiko Schocher
cc: Wolfgang Denk
cc: Detlev Zundel
cc: Prafulla Wadaskar
---
include/configs/km/km_arm.h | 15 +++
include/configs/mgcoge
This define is marvell specific, so it should be present in km_arm.
It is however not needed there either, since we set it to the default
value that is already set in include/asm/arch-kirkwood/config.h
Signed-off-by: Valentin Longchamp
cc: Holger Brunck
cc: Prafulla Wadaskar
cc: Heiko Schocher
This environment variable is used to set the bootcount address
for the kernel.
last_stage_init is not available for arm platforms. So the
calls to set_km_var and set_bootcount_addr are done in
misc_init_r.
Additionally some unneeded printouts were removed.
Signed-off-by: Valentin Longchamp
Sign
From: Holger Brunck
Signed-off-by: Holger Brunck
Signed-off-by: Valentin Longchamp
Acked-by: Heiko Schocher
cc: Wolfgang Denk
cc: Detlev Zundel
cc: Prafulla Wadaskar
---
include/configs/km/km_arm.h |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/config
On Tuesday, May 31, 2011 04:35:17 Frank Svendsbøe wrote:
> Now, in board code our redefined flash_init will be called. But if
> write protection is off, we call the original function,
> eg. __flash_init.
if your code is simply setting the pin high at init time and then never
bringing it back down
Completed command definitions copied from linux driver source.
Implemented support for AX88178 by copying and rewriting bits and pieces
from the linux asix driver.
Signed-off-by: David Jander
---
drivers/usb/eth/asix.c | 236 +---
include/usb_ether.h
Hi Frank,
On Tuesday 31 May 2011 10:35:17 Frank Svendsbøe wrote:
> We have a board that feature NOR flash and hardware write protection
> is handled by controlling the write enable pin. When write protection
> is enabled, the nWE pin is forced high by external logic. The memory
> controller and/or
u-boot@lists.denx.de 您获得了在线英语教学名额
Dear u-boot@lists.denx.de,
看上去似乎您的e-mail软件不支持HTML。
请访问下面的网页使您能够在网页浏览其中阅读这条信息:
http://emarketing-china.dmdelivery.com/x/?S7Y1NPqfa2thaPa.CMg0MDYwMrL8n2NraW4CAAc69___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
Signed-off-by: Phil Edworthy
Cc: Ben Warren
---
drivers/net/smc911x.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h
index 05e007c..467ec25 100644
--- a/drivers/net/smc911x.h
+++ b/drivers/net/smc911x.h
@@ -395,6 +395,7 @@
Hi Mike,
On Tue, May 31, 2011 at 2:49 PM, Mike Frysinger wrote:
> On Tuesday, May 31, 2011 04:35:17 Frank Svendsbøe wrote:
>> Now, in board code our redefined flash_init will be called. But if
>> write protection is off, we call the original function,
>> eg. __flash_init.
>
> if your code is simp
Dear Phil Edworthy,
In message <1306848213-8190-1-git-send-email-phil.edwor...@renesas.com> you
wrote:
>
> Signed-off-by: Phil Edworthy
> Cc: Ben Warren
> ---
> drivers/net/smc911x.h |2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/smc911x.h b/driver
Signed-off-by: Phil Edworthy
Cc: Ben Warren
---
Changes for v2:
- Changed to keep list sorted
drivers/net/smc911x.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h
index 05e007c..8ce08a9 100644
--- a/drivers/net/smc911x.
Fix the incorrect macro check for MIU linear mapping conditional compilation.
Signed-off-by: Thomas Abraham
---
board/samsung/smdkv310/mem_setup.S |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/samsung/smdkv310/mem_setup.S
b/board/samsung/smdkv310/mem_setup.S
Hi Stefan,
On Tue, May 31, 2011 at 3:10 PM, Stefan Roese wrote:
> Hi Frank,
>
> On Tuesday 31 May 2011 10:35:17 Frank Svendsbøe wrote:
>> We have a board that feature NOR flash and hardware write protection
>> is handled by controlling the write enable pin. When write protection
>> is enabled, th
On Tuesday, May 31, 2011 09:25:54 Frank Svendsbøe wrote:
> Having the possibility to control this pin in software wouldn't make it
> "hardware write protection" would it?
yes, it would. "software write protection" is what u-boot offers today -- the
software checks the addresses before allowing w
Hi Frank,
On Tuesday 31 May 2011 15:55:56 Frank Svendsbøe wrote:
> > Understood. But why don't you disable write-protection when you first
> > call flash_init()? And enable the write-protection after the chip is
> > correctly detected?
>
> Simply because disabling write-protection is not impossib
The rsk7264 (also know as rsk2+sh7264) is an SH2A based board
with 64MB NAND flash and 64MB SDRAM. It is very similar to the
rsk7203 board.
Signed-off-by: Phil Edworthy
Cc: Nobuhiro Iwamatsu
---
arch/sh/cpu/sh2/cpu.c |7 +
arch/sh/include/asm/cpu_sh2.h |2 +
arch
Hi Valentin,
Le 31/05/2011 14:12, Valentin Longchamp a écrit :
> This series is the second effort of merging the Keymile boards support
> back into mainline.
>
> This series is a subset of the first patch series:
> http://lists.denx.de/pipermail/u-boot/2011-April/090013.html
> The first large seri
Hi all,
Le 22/05/2011 23:59, Michael Schwingen a écrit :
> Hi,
>
> this is V5 of the IXP42x patch series - it is now based on Marek's
> u-boot-pxa.git, with one additional fix:
> - fix one missing I/O accessor in get_ticks() in Patch #0004
>
> cu
> Michael
>
> Michael Schwingen (17):
>add XS
Le 23/05/2011 19:40, Dirk Behme a écrit :
> From: Dirk Behme
>
> Add a header file with the missing function prototype to fix
>
> ca9x4_ct_vxp.c: In function 'cpu_mmc_init':
> ca9x4_ct_vxp.c:93: warning: implicit declaration of function
> 'arm_pl180_mmci_init'
>
> introduced by commit "ARMV7: Vexp
On 31.05.2011 20:18, Albert ARIBAUD wrote:
> Le 23/05/2011 19:40, Dirk Behme a écrit :
>> From: Dirk Behme
>>
>> Add a header file with the missing function prototype to fix
>>
>> ca9x4_ct_vxp.c: In function 'cpu_mmc_init':
>> ca9x4_ct_vxp.c:93: warning: implicit declaration of function
>> 'arm_pl1
On Tuesday, May 31, 2011 08:02:47 PM Albert ARIBAUD wrote:
> Hi all,
>
> Le 22/05/2011 23:59, Michael Schwingen a écrit :
> > Hi,
> >
> > this is V5 of the IXP42x patch series - it is now based on Marek's
> >
> > u-boot-pxa.git, with one additional fix:
> > - fix one missing I/O accessor in ge
Hi Marek,
Le 31/05/2011 20:51, Marek Vasut a écrit :
> On Tuesday, May 31, 2011 08:02:47 PM Albert ARIBAUD wrote:
>> Hi all,
>>
>> Le 22/05/2011 23:59, Michael Schwingen a écrit :
>>> Hi,
>>>
>>> this is V5 of the IXP42x patch series - it is now based on Marek's
>>>
>>> u-boot-pxa.git, with one ad
Hi Dirk,
Le 31/05/2011 20:41, Dirk Behme a écrit :
> On 31.05.2011 20:18, Albert ARIBAUD wrote:
>> Le 23/05/2011 19:40, Dirk Behme a écrit :
>>> From: Dirk Behme
>>>
>>> Add a header file with the missing function prototype to fix
>>>
>>> ca9x4_ct_vxp.c: In function 'cpu_mmc_init':
>>> ca9x4_ct_vx
Hi Wolfgang,
The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3:
.gitignore: update list of u-boot.* files and add *.bin (2011-05-22
23:46:26 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Chander Kashyap (4):
S5P: G
Signed-off-by: Tom Warren
---
arch/arm/include/asm/arch-tegra2/clk_rst.h |5 +
arch/arm/include/asm/arch-tegra2/pinmux.h |6 +
board/nvidia/common/board.c| 147
board/nvidia/common/board.h|1 +
drivers/mmc/Makefile |
Signed-off-by: Tom Warren
---
include/configs/harmony.h | 11 +++
include/configs/seaboard.h | 11 +++
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/include/configs/harmony.h b/include/configs/harmony.h
index 34bd899..89e4911 100644
--- a/include/configs/har
Signed-off-by: Albert ARIBAUD
---
Resent on behalf of the Marvell custodian
V2: reworked to apply on top of current u-boot-arm/master
V1: initial submission
include/configs/aspenite.h |1 -
include/configs/dkb.h |1 -
include/configs/openrd.h |1 -
include/configs/rd6281a.h
On Tue, May 31, 2011 at 2:31 PM, Albert ARIBAUD
wrote:
> Hi Wolfgang,
>
> The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3:
>
> .gitignore: update list of u-boot.* files and add *.bin (2011-05-22
> 23:46:26 +0200)
>
> are available in the git repository at:
> git://g
Hi Helmut,
On Mon, May 30, 2011 at 5:00 AM, Helmut Raiger wrote:
> ... only to generate the same result. We even tested on different
> machines, again the same result. What toolchain are you guys using?
I have just built top-of-tree U-boot for MX31PDK and it booted fine here:
U-Boot 2011.06
On Tue, May 31, 2011 at 12:54 AM, V, Aneesh wrote:
> Hi Wolfgang,
>
> On Tue, May 17, 2011 at 2:57 PM, Wolfgang Denk wrote:
>> Dear Aneesh V,
>>
>> In message <4dd23561.70...@ti.com> you wrote:
>>>
>>> In fact I had searched for a macro for similar needs as my
>>> set_bit_field() is addressing in
On 26 May 2011 20:10, Chander Kashyap wrote:
> Modifies CPU Frequency to 1GHz and removes hard coding of mmc_pre_ratio for
> MMC Channel2 in FSYS2 register.
>
> Signed-off-by: Chander Kashyap
> ---
> board/samsung/smdkv310/lowlevel_init.S | 4 ++--
> 1 files changed, 2 insertions(+), 2 deleti
On 31 May 2011 22:52, Thomas Abraham wrote:
> Fix the incorrect macro check for MIU linear mapping conditional compilation.
>
> Signed-off-by: Thomas Abraham
> ---
> board/samsung/smdkv310/mem_setup.S | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
Acked-by: Minkyu Kang
Dea
On Tue, May 31, 2011 at 04:22:49PM +0100, Phil Edworthy wrote:
> The rsk7264 (also know as rsk2+sh7264) is an SH2A based board
> with 64MB NAND flash and 64MB SDRAM. It is very similar to the
> rsk7203 board.
>
> Signed-off-by: Phil Edworthy
> Cc: Nobuhiro Iwamatsu
> ---
> arch/sh/cpu/sh2/cpu.c
Dear Wolfgang Denk.
Please pull u-boot-sh/master.
The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3:
.gitignore: update list of u-boot.* files and add *.bin (2011-05-22
23:46:26 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git master
Hi Joey,
2011/5/31 Joey Oravec :
> Hi -
>
> I don't know about the dataflash question, but search back on the mailing
> lists for a few of my threads about mmc/sd. We ship a few sam9261 based
> products and the controller has issues. If mmc/sd is critical to your
> product you should try to replic
Hi Simon,
On Wednesday 01 June 2011 07:43 AM, Simon Glass wrote:
> On Tue, May 31, 2011 at 12:54 AM, V, Aneesh wrote:
>> Hi Wolfgang,
>>
>> On Tue, May 17, 2011 at 2:57 PM, Wolfgang Denk wrote:
>>> Dear Aneesh V,
>>>
>>> In message<4dd23561.70...@ti.com> you wrote:
In fact I had searc
This include is needed, if this memory test is used "outside"
from post code, for example booting with nand_spl, and using
this memory test before copying u-boot code to RAM and jumping
to it.
Signed-off-by: Heiko Schocher
---
include/post.h |1 +
1 files changed, 1 insertions(+), 0 deletion
Signed-off-by: Heiko Schocher
---
post/drivers/memory.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/post/drivers/memory.c b/post/drivers/memory.c
index 3f47449..b7943ef 100644
--- a/post/drivers/memory.c
+++ b/post/drivers/memory.c
@@ -500,9 +500,10 @@ int memory_
Signed-off-by: Heiko Schocher
---
post/drivers/memory.c | 20
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/post/drivers/memory.c b/post/drivers/memory.c
index b7943ef..47b312d 100644
--- a/post/drivers/memory.c
+++ b/post/drivers/memory.c
@@ -455,10 +455,
The rsk7264 (also know as rsk2+sh7264) is an SH2A based board
with 64MB NAND flash and 64MB SDRAM. It is very similar to the
rsk7203 board.
Signed-off-by: Phil Edworthy
Cc: Nobuhiro Iwamatsu
---
Changes for v2:
- Fixed condition check for scif3 code
- Added entry to MAINTAINERS
MAINTAINE
Dear Heiko Schocher,
In message <1306909447-19603-2-git-send-email...@denx.de> you wrote:
> Signed-off-by: Heiko Schocher
> ---
> post/drivers/memory.c | 20
> 1 files changed, 20 insertions(+), 0 deletions(-)
>
> diff --git a/post/drivers/memory.c b/post/drivers/memory.c
51 matches
Mail list logo