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