summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-03-12 10:41:04 +0000
committerwdenk <wdenk>2003-03-12 10:41:04 +0000
commit3bac351370ef7cbf9d2af27ba52bee1703ad677e (patch)
tree689fbd22fcde4e63a0f4909acb3ea65475099e9c /doc
parent1cb8e980c41e86760fa93de63f4e4cf643bef9d9 (diff)
downloadtalos-obmc-uboot-3bac351370ef7cbf9d2af27ba52bee1703ad677e.tar.gz
talos-obmc-uboot-3bac351370ef7cbf9d2af27ba52bee1703ad677e.zip
* Patch by Josef Wagner, 12 Mar 2003:
- 16/32 MB and 50/80 MHz support with auto-detection for IP860 - ETH05 and BEDBUG support for CU824 - added support for MicroSys CPC45 - new BOOTROM/FLASH0 and DOC base for PM826 * Patch by Robert Schwebel, 12 Mar 2003: Fix the chpart command on innokom board * Name cleanup: mv include/asm-i386/ppcboot-i386.h include/asm-i386/u-boot-i386.h s/PPCBoot/U-Boot/ in some files s/pImage/uImage/ in some files * Patch by Detlev Zundel, 15 Jan 2003: Fix '' command line quoting * Patch by The LEOX team, 19 Jan 2003: - add support for the ELPT860 board - add support for Dallas ds164x RTC
Diffstat (limited to 'doc')
-rw-r--r--doc/README-i3868
-rw-r--r--doc/README.IPHASE45396
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/README-i386 b/doc/README-i386
index 99b3e198c4..862f3f7a3a 100644
--- a/doc/README-i386
+++ b/doc/README-i386
@@ -1,4 +1,4 @@
-This is my attempt to port PPCBoot to the i386 platform. This
+This is my attempt to port U-Boot to the i386 platform. This
work was sponsored by my emplyer, Omicron Ceti AB. http://www.omicron.se
It is currently capable of booting a linux bzImage from flash on
@@ -28,13 +28,13 @@ To use this code on the CDP:
2) Program it in to the CDP flashbank with remon
- ppcboot.bin should be programmed att offset 0x7e000 and the kernel at
+ u-boot.bin should be programmed att offset 0x7e000 and the kernel at
offset 0. If you want to use a jffs2 root file system (not included here),
it should be programmed to offset 0x100000.
remon> z
remon> yi
- remon> ns ppcboot.bin 7e0000
+ remon> ns u-boot.bin 7e0000
remon> ns bzImage 0
remon> ns image.jffs2 100000
@@ -43,7 +43,7 @@ To use this code on the CDP:
remon> z
remon> g
-4) PPCboot should output some message and a prompt on the terminal, to
+4) U-Boot should output some message and a prompt on the terminal, to
start the kernel issue the following command:
BOOT> bootm
diff --git a/doc/README.IPHASE4539 b/doc/README.IPHASE4539
index d3db38ef54..9302ff5ce4 100644
--- a/doc/README.IPHASE4539
+++ b/doc/README.IPHASE4539
@@ -332,10 +332,10 @@ Linux:
$ make IPHASE4539_config
$ make oldconfig
$ make dep
- $ make pImage
- $ cp -p arch/ppc/mbxboot/pImage /tftpboot
+ $ make uImage
+ $ cp -p arch/ppc/mbxboot/uImage /tftpboot
- Load pImage via tftp and boot it.
+ Load uImage via tftp and boot it.
Flash organisation:
OpenPOWER on IntegriCloud