Wolfgang Denk 702e6014f1 doc: cleanup - move board READMEs into respective board directories há 13 anos atrás
..
64260.h ae41d6aa60 Initial revision há 23 anos atrás
Makefile 6d8962e814 Switch from archive libraries to partial linking há 14 anos atrás
README 702e6014f1 doc: cleanup - move board READMEs into respective board directories há 13 anos atrás
README.EVB-64260-750CX 702e6014f1 doc: cleanup - move board READMEs into respective board directories há 13 anos atrás
bootseq.txt 1626308797 cleanup: Fix typos and misspellings in various files. há 14 anos atrás
ecctest.c bf9e3b38f7 * Some code cleanup há 21 anos atrás
eth.c 10cbe3b6a4 net: Fix remaining API interface breakage há 13 anos atrás
eth.h 10cbe3b6a4 net: Fix remaining API interface breakage há 13 anos atrás
eth_addrtbl.c f013dacf0a Code cleanup, especially MIPS for GCC 4.x há 19 anos atrás
eth_addrtbl.h 8bde7f776c * Code cleanup: há 22 anos atrás
evb64260.c 54a087464d board/evb64260/evb64260.c: Fix GC 4.6 build warning há 13 anos atrás
flash.c b8845abdc0 Fix build errors after making flash_get_info() non-static há 16 anos atrás
i2c.c 7d5ff54fde i2c: Codingstyle cleanup for i2c evb64260 board driver há 13 anos atrás
i2c.h ae41d6aa60 Initial revision há 23 anos atrás
intel_flash.c 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS há 17 anos atrás
intel_flash.h 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS há 17 anos atrás
local.h 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS há 17 anos atrás
memory.c 8bde7f776c * Code cleanup: há 22 anos atrás
misc.S 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS há 17 anos atrás
mpsc.c 0a9463e935 Merge branch 'master' into next há 15 anos atrás
mpsc.h 53677ef18e Big white-space cleanup. há 17 anos atrás
pci.c 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS há 17 anos atrás
sdram_init.c b191c70162 board/evb64260/sdram_init.c: Fix GCC 4.6 build warnings há 13 anos atrás
serial.c 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS há 17 anos atrás
serial.h 012771d88a Initial revision há 23 anos atrás
u-boot.lds 9d8fbd1b20 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts há 14 anos atrás
zuma_pbb.c 54841ab50c Make sure that argv[] argument pointers are not modified. há 15 anos atrás
zuma_pbb.h 8bde7f776c * Code cleanup: há 22 anos atrás
zuma_pbb_mbox.c 504f7080c3 board/evb64260/zuma_pbb_mbox.c: Fix GCC 4.6 build warnings há 13 anos atrás
zuma_pbb_mbox.h bf9e3b38f7 * Some code cleanup há 21 anos atrás

README

This file contains status information for the port of U-Boot to the
Galileo Evaluation Board.

Author: Josh Huber
Mission Critical Linux, Inc.

The support for the Galileo Evaluation board is fairly minimal now.
It's sufficient to boot Linux, but doesn't provide too much more than
what's required to do this.

Both DUART channels are supported (to use the second one, you have to
modify the board -- see the schematics for where to solder on the
devices module). The ethernet ports are supported, and the MPSC is
supported as a console driver. (keep in mind that the kernel has no
support for this yet)

There are still occaisonal lockups with the MPSC console driver due to
(we think!) overrun problems. If you're looking for something stable
to use for Linux development, consider sticking with the DUART console
for now.

Automatic memory sizing mostly works. We've had problems with some
combinations of memory. Please send us email if you're having trouble
with respect to the memory detection.

Right now, only the 512k boot flash is supported. Support for the
16MB flash on the devices module is forthcoming. Right now the flash
is stored at the 256k boundry in flash, wasting a whole sector (64k!)
for environment data. This isn't really a big deal since we're not
using the 512k for anything else. (Just U-Boot and the environment)

Finally, here is a sample output session:

U-Boot 1.0.0-pre1 (Jun 6 2001 - 12:45:11)

Initializing...
CPU: MPC7400 (altivec enabled) v2.9
Board: EVB64260
DRAM: 256 MB
FLASH: 512 kB
In: serial
Out: serial
Err: serial

=>

The default configuration should be correct for the evaluation board,
as it's shipped from Galileo. Keep in mind that the default baudrate
is set to 38400, 8N1.

Good luck, and make sure to send any bugreports to us (or the
u-boot-users list).

Josh