Wolfgang Denk 702e6014f1 doc: cleanup - move board READMEs into respective board directories 13 éve
..
Makefile 464c79207c punt unused clean/distclean targets 14 éve
README.ocotea 702e6014f1 doc: cleanup - move board READMEs into respective board directories 13 éve
README.ocotea-PIBS-to-U-Boot 702e6014f1 doc: cleanup - move board READMEs into respective board directories 13 éve
config.mk 2ae1824196 Makefile: move all Power Architecture boards into boards.cfg 15 éve
flash.c b36df56115 ppc4xx: Move ppc4xx headers to powerpc include directory 15 éve
init.S 550650ddd0 ppc4xx: Use common NS16550 driver for PPC4xx UART 15 éve
ocotea.c f0c0b3a9e6 Fix incorrect use of getenv() before relocation 14 éve
ocotea.h 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 17 éve

README.ocotea

AMCC Ocotea Board

Last Update: March 2, 2004
=======================================================================

This file contains some handy info regarding U-Boot and the AMCC
Ocotea 440gx evaluation board. See the README.ppc440 for additional
information.


SWITCH SETTINGS & JUMPERS
==========================

Here's what I've been using successfully. If you feel inclined to
change things ... please read the docs!

DIPSW U46 U80
------------------------
SW 1 off off
SW 2 on off
SW 3 off off
SW 4 off off
SW 5 off off
SW 6 on on
SW 7 on off
SW 8 on off

J41: strapped
J42: open

All others are factory default.


I2C Information
=====================

See README.ebony for information.

PCI
===========================

Untested at the time of writing.

PPC440GX Ethernet EMACs
===========================

All EMAC ports have been tested and are known to work
with EPS Group 4.

Special note about the Cicada CIS8201:
The CIS8201 Gigabit PHY comes up in GMII mode by default.
One must hit an extended register to allow use of RGMII mode.
This has been done in the 440gx_enet.c file with a #ifdef/endif
pair.

AMCC does not store the EMAC ethernet addresses within their PIBS bootloader.
The addresses contained in the config header file are from my particular
board and you _*should*_ change them to reflect your board either in the
config file and/or in your environment variables. I found the addresses on
labels on the bottom side of the board.


BDI2k or JTAG Debugging
===========================

For ease of debugging you can swap the small boot flash and external SRAM
by changing U46:3 to on. You can then use the sram as your boot flash by
loading the sram via the jtag debugger.


Regards,
--Travis