]> git.ipfire.org Git - people/ms/u-boot.git/blame - doc/README.mpc5xx
net/ethoc: add CONFIG_DM_ETH support
[people/ms/u-boot.git] / doc / README.mpc5xx
CommitLineData
0db5bca8
WD
1
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,
8bde7f77 8the mpc5xx has no CPM, MMU and cache facilities.
0db5bca8 9
8bde7f77
WD
10The implemented features have been tested on the cmi board, a
11customer specific board (see README.cmi).
0db5bca8 12
8bde7f77 13Hence this port is only tested on the cmi board further possible
0db5bca8 14tests on other boards will be very valuable.
8bde7f77 15
0db5bca8
WD
16Not 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
a47a12be 28u-boot-0.2.0/arch/powerpc/cpu/mpc5xx/*
0db5bca8
WD
29u-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
a47a12be
SR
37u-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
0db5bca8
WD
40u-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