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,
8 the mpc5xx has no CPM, MMU and cache facilities.
10 The implemented features have been tested on the cmi board, a
11 customer specific board (see README.cmi).
13 Hence this port is only tested on the cmi board further possible
14 tests on other boards will be very valuable.
22 Added or Changed Files:
23 =======================
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
28 u-boot-0.2.0/arch/powerpc/cpu/mpc5xx/*
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
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
42 u-boot-0.2.0/doc/README.mpc5xx
43 u-boot-0.2.0/doc/README.cmi