]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - doc/README.mpc5xx
lcd: fix integer overflow in calculation of number of colors
[karo-tx-uboot.git] / doc / README.mpc5xx
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,
8 the mpc5xx has no CPM, MMU and cache facilities.
9
10 The implemented features have been tested on the cmi board, a
11 customer specific board (see README.cmi).
12
13 Hence this port is only tested on the cmi board further possible
14 tests on other boards will be very valuable.
15
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
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
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