Blame view

doc/README.mpc5xx 1.25 KB
0db5bca80   wdenk   * Patch by Martin...
1
2
3
4
5
6
7
  
  Summary:
  ========
  
  This file contains information about the port of U-Boot to the
  Motorola mpc5xx series of CPUs. Most of this code is taken from
  existing code mainly from the mpc8xx port. In contrast to mpc8xx,
8bde7f776   wdenk   * Code cleanup:
8
  the mpc5xx has no CPM, MMU and cache facilities.
0db5bca80   wdenk   * Patch by Martin...
9

8bde7f776   wdenk   * Code cleanup:
10
11
  The implemented features have been tested on the cmi board, a
  customer specific board (see README.cmi).
0db5bca80   wdenk   * Patch by Martin...
12

8bde7f776   wdenk   * Code cleanup:
13
  Hence this port is only tested on the cmi board further possible
0db5bca80   wdenk   * Patch by Martin...
14
  tests on other boards will be very valuable.
8bde7f776   wdenk   * Code cleanup:
15

0db5bca80   wdenk   * Patch by Martin...
16
17
18
19
20
21
22
23
24
25
26
27
  Not Tested Features:
  ====================
  
  * System calls
  * Interrupts
  
  Added or Changed Files:
  =======================
  
  u-boot-0.2.0/common/cmd_boot.c
  u-boot-0.2.0/common/cmd_reginfo.c
  u-boot-0.2.0/common/environment.c
a47a12bec   Stefan Roese   Move arch/ppc to ...
28
  u-boot-0.2.0/arch/powerpc/cpu/mpc5xx/*
0db5bca80   wdenk   * Patch by Martin...
29
30
31
32
33
34
35
36
  u-boot-0.2.0/include/cmd_reginfo.h
  u-boot-0.2.0/include/common.h
  u-boot-0.2.0/include/ppc_asm.tmpl
  u-boot-0.2.0/include/watchdog.h
  u-boot-0.2.0/include/mpc5xx.h
  u-boot-0.2.0/include/status_led.h
  u-boot-0.2.0/include/asm-ppc/u-boot.h
  u-boot-0.2.0/include/asm-ppc/5xx_immap.h
a47a12bec   Stefan Roese   Move arch/ppc to ...
37
38
39
  u-boot-0.2.0/arch/powerpc/lib/board.c
  u-boot-0.2.0/arch/powerpc/lib/cache.c
  u-boot-0.2.0/arch/powerpc/lib/time.c
0db5bca80   wdenk   * Patch by Martin...
40
41
42
43
44
45
46
47
48
  u-boot-0.2.0/Makefile
  u-boot-0.2.0/CREDITS
  u-boot-0.2.0/doc/README.mpc5xx
  u-boot-0.2.0/doc/README.cmi
  u-boot-0.2.0/README
  u-boot-0.2.0/MAKEALL
  
  Regards,
  Martin