Hi, thaoth.
thaoth wrote:
>
> 0x28: 00101000 -> 00 101 000 ->
> * 101: Using bus clock
> * 000: Dividing Ratio Selection is 1/1
>
> I know
> * Internal clock: 96Mhz
> * Peripheral Clock: 24Mhz
> * CPU Block: 144Mhz
>
> http://www.nabble.com/file/p19449833/a.JPG a.JPG
>
> Please let me know
Hi,
>
> Following your instruction, I did
> int usb_board_init(void)
> {
> printf("usb_board_init\n");
>
> outw(0x18, STBCR3);
> outw(0x18, SRSTR);
> udelay(10);
>
> outw(0x28, EXCPGCR);
> udelay(10);
>
> outw(0x00, STBCR3);
> outw(0x00, SRSTR);
> ret
The following changes since commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836:
Heiko Schocher (1):
muas3001: update BR4 settings
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Ricardo Ribalda Delgado (3):
ppc4xx: Fix in-tree build for ppc44
On Friday 12 September 2008, Ricardo Ribalda Delgado wrote:
> Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
Applied to u-boot-ppc4xx. Thanks.
Best regards,
Stefan
=
DENX Software Engineering GmbH, MD: Wolfgang D
On Friday 12 September 2008, Ricardo Ribalda Delgado wrote:
> Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
Applied to u-boot-ppc4xx. Thanks.
Best regards,
Stefan
=
DENX Software Engineering GmbH, MD: Wolfgang D
On Wednesday 10 September 2008, Ricardo Ribalda Delgado wrote:
> Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
Applied to u-boot-ppc4xx. Thanks.
Best regards,
Stefan
=
DENX Software Engineering GmbH, MD: Wolfgan
Hi Wolfgang,
Please pull
The following changes since commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836:
Heiko Schocher (1):
muas3001: update BR4 settings
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Adrian Filipi (1):
Set up SD/MMC OCR as commen
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
Due to ML limitation
this patch is available at
http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commit;h=3fb7cb808320dc6a3d73b74e6610836771a6679b
Best Regards,
J.
___
U-Boot mailing list
Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
---
board/avnet/v5fx30teval/.gitignore |1 +
board/xilinx/ml507/.gitignore |1 +
board/xilinx/ppc440-generic/.gitignore |1 +
3 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 board/avnet/v5fx30
Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
---
Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index e8bbd78..116d9e7 100644
--- a/Makefile
+++ b/Makefile
@@ -1488,9 +1488,9 @@ v5fx30teval_flash_config: unconfig
@mkd
On Tue, 9 Sep 2008 02:08:31 +0200
Wolfgang Denk <[EMAIL PROTECTED]> wrote:
> From: Sergei Poselenov <[EMAIL PROTECTED]>
>
> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]>
> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
> ---
>
> With some (more recent) compiler versions there are proble
Hi
This patch solves a bug introduced by
880f6a5d7596f42db5ff8803b797b78ec5b146e0 ppc4xx: ppc440-generic-ALL:
Fix out of tree build v2.
Just in case the subject was not clear enough. Without this patch
user cannot build: ml507, v5fx30tevel and ppc440-generic board
normally. They only
Wolfgang,
Nobuhiro Iwamatsu wrote:
> netdev.h was not include by r2dplus.
>
> Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
> ---
> board/r2dplus/r2dplus.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/board/r2dplus/r2dplus.c b/board/r2dplus/r2dplus.c
> inde
Hi Shinya
Il giovedì 11 settembre 2008 17:01:18 Shinya Kuribayashi ha scritto:
> Luigi 'Comio' Mantellini wrote:
> > or I have some problem on my u-boot tree?
>
> It seems you do.
>
> http://git.denx.de/?p=u-boot.git;a=blob;f=include/asm-mips/types.h;hb=HEAD#
>l89
> http://git.denx.de/?p=u-boot.gi
Dear Peter Tyser,
In message <[EMAIL PROTECTED]> you wrote:
>
> Does U-Boot accept new drivers/board support patches (ie new features
> which can't regress) outside of merge windows, or only bug fixes?
Like in Linux, only bug fixes are accepted.
There is no such thing as new code that "can't re
Dear Matthias Fuchs,
In message <[EMAIL PROTECTED]> you wrote:
>
> I noticed some strange CTRL-C behavior in a BSP command.
> When I run my bsp command interactively everything is fine.
...
> But when I call this bsp command as bootcmd CTRL-C does not stop the while
> loop. So CTRL-C
> is not
Dear "Mari Ivan-AIM018",
In message <[EMAIL PROTECTED]> you wrote:
>
> We are using ATCA equipment and those boards have redundant boot banks
> and they are managed by IPMI controllers.
> So while you are you are running Linux, you can change the boot banks
> for next restart through set boot opt
Ok, I made some progress.
I realized that my debugger was not correctly initialized and was preventing
accurate stepping. So if you use a Lauterbach with Trace32 and MPC8270,
it seems that you have to reset OR11 & BR11 to 0 in the init script (FYI).
Anyway, I have set my board configuration with
The spd_dram code shifts the base address, then masks 20 bits, but
forgets to shift the base address back. Fix this by just masking the
base address correctly.
Found this bug while trying to relocate a DDR memory at the base != 0.
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
cpu/mpc83x
On Wed, Sep 10, 2008 at 10:51:50AM +0200, Rodrigo Vilar wrote:
> I have enabled cache on a MPC8248 board using Block Address Translation. RAM
> is cache enabled, everything else cache inhibited.
> Apparently cache is enabled fine, however system hangs using tftp command
> (in the middle of the tran
Hello,
I'm assuming the merge window has been closed based on
http://www.denx.de/wiki/U-Boot/ReleaseCycle and the fact that
v2008.10-rc1 has been tagged.
Does U-Boot accept new drivers/board support patches (ie new features
which can't regress) outside of merge windows, or only bug fixes?
My unde
Hi
> We are using ATCA equipment and those boards have redundant boot banks
> and they are managed by IPMI controllers.
> So while you are you are running Linux, you can change the boot banks
> for next restart through set boot options IPMI command.
> The problem arises when we write the U-Boot e
Hi,
I noticed some strange CTRL-C behavior in a BSP command.
When I run my bsp command interactively everything is fine.
The command waits for a condition and displays a rotating cursor
(see board/esd/common/cmd_loadpci.c):
...
int do_loadpci(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
{
On Thursday 11 September 2008 17:12, Stefan Roese wrote:
> This patch fixes a problem introdiced with patch
> bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
> initdram()].
>
> The boards affected are:
> - PCI405
> - PPChameleonEVB
> - quad100hd
> - taihu
> - zeus
>
> Signe
Signed-off-by: Stefan Roese <[EMAIL PROTECTED]>
---
include/configs/zeus.h |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/configs/zeus.h b/include/configs/zeus.h
index b50cba5..b71f711 100644
--- a/include/configs/zeus.h
+++ b/include/configs/zeus.h
@@ -309,6
This patch fixes a problem introdiced with patch
bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
initdram()].
The boards affected are:
- PCI405
- PPChameleonEVB
- quad100hd
- taihu
- zeus
Signed-off-by: Stefan Roese <[EMAIL PROTECTED]>
---
board/amcc/taihu/taihu.c
Ping.
[ I should have let you know, Wolfgang. Sorry. ]
Shinya Kuribayashi wrote:
> __ARM__ is given by arm_config.mk automatically.
>
> Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]>
> ---
> config.mk |9 -
> 1 files changed, 0 insertions(+), 9 deletions(-)
>
> diff --git a
Luigi 'Comio' Mantellini wrote:
> or I have some problem on my u-boot tree?
It seems you do.
http://git.denx.de/?p=u-boot.git;a=blob;f=include/asm-mips/types.h;hb=HEAD#l89
http://git.denx.de/?p=u-boot.git;a=commit;h=e99ccb488181d012248c6be30b2093e950319fc5
BTW, is your Reply-To: field correct?
>> What eactly do you mean by "I switch the banks" ? How exactly do you
do that? Can you please provide the exact >> set of commands you are
using?
Hello Wolfgang,
We are using ATCA equipment and those boards have redundant boot banks
and they are managed by IPMI controllers.
So while you are you
Synopsis: [PATCH] 85xx: socrates: autoprobe Lime chip
Responsible-Changed-From-To: patch-coord->gu-mpc85xx
Responsible-Changed-By: dzu
Responsible-Changed-When: Thu, 11 Sep 2008 15:43:18 +0200
Responsible-Changed-Why:
Assign to custodian
___
U-Boot m
Synopsis: [PATCH] 85xx: socrates: Add support for new image format.
Responsible-Changed-From-To: patch-coord->gu-mpc85xx
Responsible-Changed-By: dzu
Responsible-Changed-When: Thu, 11 Sep 2008 15:42:46 +0200
Responsible-Changed-Why:
Assign to custodian
__
This patch is an attempt to implement autoprobing for the Lime
presence on the bus.
Configure GPCM for Lime CS2 and try to access chip ID registers.
Second read atempt delivers register values if the chip is present.
Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]>
---
Added to GNATS databas
Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]>
---
Added to GNATS database as unassigned-patches/30
>Responsible:patch-coord
>Message-Id: <[EMAIL PROTECTED]>
>In-Reply-To:<[EMAIL PROTECTED]>
>References: <[EMAIL PROTECTED]>
>Patch-Date: Thu Sep 11 15:34:58 +0200 2008
---
inc
Hi ML,
i'm working on a mips SoC using the u-boot trunk (updated to 9 Sept). I
noticed that the phys_szie_t is not defined for this cpu. is it a known problem
or I have some problem on my u-boot tree?
Thanks and best regards.
luigi
--
Luigi Mantellini
R&D - Software
Industrie Dial Face S.p.A
Hi, thaoth.
thaoth wrote:
>
>
> Yoshihiro Shimoda wrote:
>> Hi, thaoth.
>>
>> I think that your board cannot communicate with USB device at all.
>> SH7727 has EXCPGCR register. Do you set this register?
>> When I used this CPU before, I did the following setting.
< snip >
>>
> Thank you very muc
On 17:27 Thu 11 Sep , Nobuhiro Iwamatsu wrote:
> Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
> ---
> include/configs/ap325rxa.h |1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
I've send a patch about it also yesterday
Best Regards,
J.
_
netdev.h was not include by r2dplus.
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
---
board/r2dplus/r2dplus.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/board/r2dplus/r2dplus.c b/board/r2dplus/r2dplus.c
index b962dd1..4e0c66a 100644
--- a/board/r2dplus/r2dplu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
---
include/configs/ap325rxa.h |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h
index 3db609b..c961908 100644
--- a/include/configs/ap325rxa.h
+++ b/include/configs/
Yoshihiro Shimoda wrote:
>
> Hi, thaoth.
>
> I think that your board cannot communicate with USB device at all.
> SH7727 has EXCPGCR register. Do you set this register?
> When I used this CPU before, I did the following setting.
>
> STCBR3 = 0x18;
> SRSTR = 0x18;
> wait_10ms
39 matches
Mail list logo