blob: df51b5cf5cce24b921f92468dd235e5ba27ae2ce [file] [log] [blame]
wdenk0db5bca2003-03-31 17:27:09 +00001
2Summary:
3========
4
5This file contains information about the port of U-Boot to the
6Motorola mpc5xx series of CPUs. Most of this code is taken from
7existing code mainly from the mpc8xx port. In contrast to mpc8xx,
wdenk8bde7f72003-06-27 21:31:46 +00008the mpc5xx has no CPM, MMU and cache facilities.
wdenk0db5bca2003-03-31 17:27:09 +00009
wdenk8bde7f72003-06-27 21:31:46 +000010The implemented features have been tested on the cmi board, a
11customer specific board (see README.cmi).
wdenk0db5bca2003-03-31 17:27:09 +000012
wdenk8bde7f72003-06-27 21:31:46 +000013Hence this port is only tested on the cmi board further possible
wdenk0db5bca2003-03-31 17:27:09 +000014tests on other boards will be very valuable.
wdenk8bde7f72003-06-27 21:31:46 +000015
wdenk0db5bca2003-03-31 17:27:09 +000016Not Tested Features:
17====================
18
19* System calls
20* Interrupts
21
22Added or Changed Files:
23=======================
24
25u-boot-0.2.0/common/cmd_boot.c
26u-boot-0.2.0/common/cmd_reginfo.c
27u-boot-0.2.0/common/environment.c
Stefan Roesea47a12b2010-04-15 16:07:28 +020028u-boot-0.2.0/arch/powerpc/cpu/mpc5xx/*
wdenk0db5bca2003-03-31 17:27:09 +000029u-boot-0.2.0/include/cmd_reginfo.h
30u-boot-0.2.0/include/common.h
31u-boot-0.2.0/include/ppc_asm.tmpl
32u-boot-0.2.0/include/watchdog.h
33u-boot-0.2.0/include/mpc5xx.h
34u-boot-0.2.0/include/status_led.h
35u-boot-0.2.0/include/asm-ppc/u-boot.h
36u-boot-0.2.0/include/asm-ppc/5xx_immap.h
Stefan Roesea47a12b2010-04-15 16:07:28 +020037u-boot-0.2.0/arch/powerpc/lib/board.c
38u-boot-0.2.0/arch/powerpc/lib/cache.c
39u-boot-0.2.0/arch/powerpc/lib/time.c
wdenk0db5bca2003-03-31 17:27:09 +000040u-boot-0.2.0/Makefile
41u-boot-0.2.0/CREDITS
42u-boot-0.2.0/doc/README.mpc5xx
43u-boot-0.2.0/doc/README.cmi
44u-boot-0.2.0/README
45u-boot-0.2.0/MAKEALL
46
47Regards,
48Martin