diff options
author | Joe Hamman <joe.hamman@embeddedspecialties.com> | 2007-08-09 15:11:03 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-08-10 14:50:05 -0500 |
commit | c646bba6465a45c60746d4cc1602cd06c1960f2d (patch) | |
tree | abc7702ead2df2e75ff7a624a6e40d205eb90beb /doc | |
parent | 8ac273271d57321f90505c7a51cdb1ef2113b628 (diff) | |
download | u-boot-c646bba6465a45c60746d4cc1602cd06c1960f2d.zip u-boot-c646bba6465a45c60746d4cc1602cd06c1960f2d.tar.gz u-boot-c646bba6465a45c60746d4cc1602cd06c1960f2d.tar.bz2 |
Add support for SBC8641D. Config files.
Add support for Wind River's SBC8641D reference board.
Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
Acked-by: Wolfgang Denk <wd@denx.de>
Acked-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.sbc8641d | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/README.sbc8641d b/doc/README.sbc8641d new file mode 100644 index 0000000..a051466 --- /dev/null +++ b/doc/README.sbc8641d @@ -0,0 +1,28 @@ +Wind River SBC8641D reference board +=========================== + +Created 06/14/2007 Joe Hamman +Copyright 2007, Embedded Specialties, Inc. +Copyright 2007 Wind River Systemes, Inc. +----------------------------- + +1. Building U-Boot +------------------ +The SBC8641D code is known to build using ELDK 4.1. + + $ make sbc8641d_config + Configuring for sbc8641d board... + + $ make + + +2. Switch and Jumper Settings +----------------------------- +All Jumpers & Switches are in their default positions. Please refer to +the board documentation for details. Some settings control CPU voltages +and settings may change with board revisions. + +3. Known limitations +-------------------- +PCI: + The PCI command may hang if no boards are present in either slot. |