This patch adds GPCS, SGMII and M88E1112 PHY support
for the AMCC PPC460GT/EX processors.
Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]>
---
v2:
- Added comments to GPCS PHY setup
- Minor coding style cleanup
v3:
- Generalized the PHY-less configuration even more
v4:
- Change "
This patch adds GPCS, SGMII and M88E1112 PHY support
for the AMCC PPC460GT/EX processors.
Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]>
---
v2:
- Added comments to GPCS PHY setup
- Minor coding style cleanup
v3:
- Generalized the PHY-less configuration even more
v4:
- Change "
Hi Richard,
richardretanubun wrote:
> Hi Ben,
>
> Thanks for the feedback. I've made the changes you suggested.
> Here is the patch re-pasted (please let me know if this is not the
> proper way to submit patch v2).
>
>
I starte to fix this up so tha
Stefan,
I took a quick look at this problem and tracked the problem down to the
serial console initialization area for the AMCC Glacier and Canyonlands
boards.
description PPC4xx U-Boot Custodian Tree
owner Stefan Roese
last change Wed, 3 Sep 2008 15:21:38 +
URL git://git.denx.de/u
I agree, here are the two device tree entries:
Original silicon rev 1 and 1.5:
compatible = "fsl,mpc5121-nfc";
rev 2:
compatible = "fsl,mpc5121rev2-nfc";
On Thu, Sep 4, 2008 at 9:05 AM, Scott Wood <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 04, 2008 at 10:13:49AM +020
Greetings,
i am using ELDK 2.6.26 distribution on MPC8349emds,
arch = powerpc, cross_compile = ppc_6xx-
i've tried with uImage + FDT blob .dtb + uRamdisk
and i've added flash mapping in .dts as follow:
[EMAIL PROTECTED] {
compatible = "amd,am29lv128ml", "cfi-flash";
Hello Stefan,
I just pulled the latest u-boot (git://git.denx.de/u-boot-ppc4xx.git)
and glacier is broken. It builds, but if load the u-boot it hangs. This
is far as it gets.
U-Boot 1.3.4-03965-g7deb3b3 (Sep 4 2008 - 16:26:55)
CPU: AMCC PowerPC 460GT Rev. A at 800 MHz (PLB=200, OPB=100, EBC=1
If you buy a new MMORPG that crashes every time your character jumps
while running, chances are you will not like the game and tell all of
your friends not to buy it. This is a serious setback for the game
company. The customers that bought their product will not buy it again
and neither will thei
On 16:04 Wed 03 Sep , Kim Phillips wrote:
> From: Nick Spence <[EMAIL PROTECTED]>
>
> and add mpc8313 NAND build to MAKEALL
>
> Signed-off-by: Nick Spence <[EMAIL PROTECTED]>
> Signed-off-by: Kim Phillips <[EMAIL PROTECTED]>
> ---
> MAKEALL |2 +-
> Makefile |3 +++
> 2 files change
Hello people,
here is a quick fix for the output of the command usb storage. It was printing
"Device 0: not available" because the IF_TYPE_USB was not included into the
switch statement.
--- u-boot-1.3.4.original/disk/part.c 2008-08-12 11:08:38.0 -0300
+++ u-boot-1.3.4/disk/part.c
Hi Victor,
Victor Gallardo wrote:
> Hi Stefan and Ben,
>
> I saw what Andy Fleming's did. This is a bit to much work for what I
> have time for.
>
>
I understand completely.
> I aggree, we need to take baby steps..
>
> For now I'll change PHY-less to Fixed PHY and update some style issues.
>
>
Hi Stefan and Ben,
I saw what Andy Fleming's did. This is a bit to much work for what I
have time for.
I aggree, we need to take baby steps..
For now I'll change PHY-less to Fixed PHY and update some style issues.
-Victor Gallardo
-Original Message-
From: Stefan Roese [mailto:[EMAIL PR
On Thu, Sep 04, 2008 at 05:21:57PM +0200, Pedro Luis D. L. wrote:
> I've already tried with:
> - bootm ${kernel_addr} - ${fdt_addr}
This is the correct one.
> And always with the same result...
Are you sure it's exactly the same? How could u-boot fail when loading
the initrd if there is none s
On Thursday 04 September 2008, Ben Warren wrote:
> I like the idea very much, but am not sure about the implementation.
> This problem has been around for a while (just search the archives for
> people wondering how to deal with a switch chip connected via rvMII or
> whatever). The trickiest part
> On Thu, 4 Sep 2008 10:09:57 -0500 Scott wrote:
>
> On Thu, Sep 04, 2008 at 02:04:42PM +0200, Pedro Luis D. L. wrote:
>> It seems to me that U-boot is trying to boot from RAMDisk instead of booting
>> the kernel, but I'm not sure.
>> The same kernel is working properly on a phytec board and 1.
On Thu, Sep 04, 2008 at 02:04:42PM +0200, Pedro Luis D. L. wrote:
> It seems to me that U-boot is trying to boot from RAMDisk instead of booting
> the kernel, but I'm not sure.
> The same kernel is working properly on a phytec board and 1.2.0 U-boot,
> so it's not a problem with jffs2 support wit
On Thu, Sep 04, 2008 at 10:13:49AM +0200, Kenneth Johansson wrote:
> On Wed, 2008-09-03 at 22:41 +0200, Wolfgang Denk wrote:
> > Dear "John Rigby",
> >
> > In message <[EMAIL PROTECTED]> you wrote:
> > > I'm not sure this right way to deal with this. Even with the modified
> > > offset the 1.5 si
Hi Pedro,
> Hi,
> I don't know the normal procedure, if I should send the patch to
> Wolfgang or someone else, but I found a problem with Makefile and
> TQM5200 HIGHBOOT config in Makefile. I think this problem is also in
> previous versions since tqm boards where moved under tqc folder.
The norm
Hi all,
after testing the recent U-Boot code on a couple of 405EP boards I noticed,
that the memsize in the output of the "bdinfo" command is always 0x.
This is caused by using 64 types and format directives in printf that only
work when CFG_64BIT_VSPRINTF is defined.
So what's the best
Hi,
I don't know the normal procedure, if I should send the patch to Wolfgang or
someone else, but I found a problem with Makefile and TQM5200 HIGHBOOT config
in Makefile. I think this problem is also in previous versions since tqm boards
where moved under tqc folder.
The patch is:
--- a/Make
[Previously posted in the wrong mail list, sorry]
Hello everybody,
I'm finding some problems trying to boot a TQM5200 board using a jffs2 image as
filesystem.
The u-boot version I'm using is 1.3.1 (self compiled) and Linux Kernel 2.6.23.1.
It is possible to boot it with a stored kernel uImage
Dear Roman Mashak,
In message <[EMAIL PROTECTED]> you wrote:
>
> I need to port U-Boot on the platform, consisting of master and
> daughter boards. Master boards runs WinCE; daughter board features
> SoC, based on ARM926EJ-S, on-chip SDRAM and ROM. Master launches
> daughter board by downloading
Hi Pedro,
the SourceForge mailing list is deprecated, please use the one at
lists.denx.de.
[This time, the new address is correct]
> The u-boot version I'm using is 1.3.1 (self compiled) and Linux Kernel
> 2.6.23.1.
>
> It is possible to boot it with a stored kernel uImage and the oftree in the
Hello,
I need to port U-Boot on the platform, consisting of master and
daughter boards. Master boards runs WinCE; daughter board features
SoC, based on ARM926EJ-S, on-chip SDRAM and ROM. Master launches
daughter board by downloading binary image of bootcode in to the
on-chip SDRAM, then does remap
Add support for environment in NAND with automatic NOR / NAND recognition,
including unaligned environment, bad-block skipping, redundant environment
copy.
Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]>
---
Changes since v1: multiple style updates, added Copyright, restored
flash_io(
Hi Wolfgang,
you are right. But currently I do not have any suitable IOP480 based
hardware on my desk to test bigger changes.
Matthias
On Wednesday 03 September 2008 22:58, Wolfgang Denk wrote:
> Dear Matthias Fuchs,
>
> In message <[EMAIL PROTECTED]> you wrote:
> > This patch adds initdram() t
On Thu, Sep 04, 2008 at 11:19:05AM +0200, Detlev Zundel wrote:
> From: Yuri Tikhonov <[EMAIL PROTECTED]>
>
> Some of multi-function USB controllers (e.g. ISP1562) allow root hub
> resetting only via EHCI registers. So, this patch adds the corresponding
> kind of reset to OHCI's hc_reset() if the n
From: Yuri Tikhonov <[EMAIL PROTECTED]>
Some of multi-function USB controllers (e.g. ISP1562) allow root hub
resetting only via EHCI registers. So, this patch adds the corresponding
kind of reset to OHCI's hc_reset() if the newly introduced CONFIG_PCI_EHCI_DEVNO
option is set (e.g. for Socrates bo
hi Wolfgang,
i used BMW configuration and now o/p is
U-Boot 1.1.6 (Sep 3 2008 - 21:48:59)
CPU: MPC8245 Revision 1.2 at 198 MHz: 16 kB I-Cache 16 kB D-Cache
Board: BMW MPC8245/KAHLUA2 - CHRP (MAP B)
Built: Sep 3 2008 at 21:48:59
Local Bus at 99 MHz
DRAM: 64 MB
FLASH: *** failed ***
### ERROR
Dear Yuri,
On Fri, Aug 15, 2008 at 03:45:02PM +0200, [EMAIL PROTECTED] wrote:
> Some of multi-function USB controllers (e.g. ISP1562) allow root hub
> resetting only via EHCI registers. So, this patch adds the corresponding
> kind of reset to OHCI's hc_reset() if the newly introduced
> CONFIG_P
On Wed, 2008-09-03 at 22:41 +0200, Wolfgang Denk wrote:
> Dear "John Rigby",
>
> In message <[EMAIL PROTECTED]> you wrote:
> > I'm not sure this right way to deal with this. Even with the modified
> > offset the 1.5 silicon linux nand driver will not work correctly with
> > the 2.0 silicon nand
Hi Stefan and Victor,
Stefan Roese wrote:
> On Wednesday 03 September 2008, Victor Gallardo wrote:
>
>> This patch adds GPCS, SGMII and M88E1112 PHY support
>> for the AMCC PPC460GT/EX processors.
>>
>> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]>
>> ---
>>
>
> A good idea is to keep
32 matches
Mail list logo