wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 1 | |
| 2 | Summary: |
| 3 | ======== |
| 4 | |
| 5 | This file contains information about the port of U-Boot to the |
| 6 | Motorola mpc5xx series of CPUs. Most of this code is taken from |
| 7 | existing code mainly from the mpc8xx port. In contrast to mpc8xx, |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 8 | the mpc5xx has no CPM, MMU and cache facilities. |
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 9 | |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 10 | The implemented features have been tested on the cmi board, a |
| 11 | customer specific board (see README.cmi). |
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 12 | |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 13 | Hence this port is only tested on the cmi board further possible |
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 14 | tests on other boards will be very valuable. |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 15 | |
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 16 | Not Tested Features: |
| 17 | ==================== |
| 18 | |
| 19 | * System calls |
| 20 | * Interrupts |
| 21 | |
| 22 | Added or Changed Files: |
| 23 | ======================= |
| 24 | |
| 25 | u-boot-0.2.0/common/cmd_boot.c |
| 26 | u-boot-0.2.0/common/cmd_reginfo.c |
| 27 | u-boot-0.2.0/common/environment.c |
Stefan Roese | a47a12b | 2010-04-15 16:07:28 +0200 | [diff] [blame] | 28 | u-boot-0.2.0/arch/powerpc/cpu/mpc5xx/* |
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 29 | u-boot-0.2.0/include/cmd_reginfo.h |
| 30 | u-boot-0.2.0/include/common.h |
| 31 | u-boot-0.2.0/include/ppc_asm.tmpl |
| 32 | u-boot-0.2.0/include/watchdog.h |
| 33 | u-boot-0.2.0/include/mpc5xx.h |
| 34 | u-boot-0.2.0/include/status_led.h |
| 35 | u-boot-0.2.0/include/asm-ppc/u-boot.h |
| 36 | u-boot-0.2.0/include/asm-ppc/5xx_immap.h |
Stefan Roese | a47a12b | 2010-04-15 16:07:28 +0200 | [diff] [blame] | 37 | u-boot-0.2.0/arch/powerpc/lib/board.c |
| 38 | u-boot-0.2.0/arch/powerpc/lib/cache.c |
| 39 | u-boot-0.2.0/arch/powerpc/lib/time.c |
wdenk | 0db5bca | 2003-03-31 17:27:09 +0000 | [diff] [blame] | 40 | u-boot-0.2.0/Makefile |
| 41 | u-boot-0.2.0/CREDITS |
| 42 | u-boot-0.2.0/doc/README.mpc5xx |
| 43 | u-boot-0.2.0/doc/README.cmi |
| 44 | u-boot-0.2.0/README |
| 45 | u-boot-0.2.0/MAKEALL |
| 46 | |
| 47 | Regards, |
| 48 | Martin |