README.mpc5xx 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Summary:
  2. ========
  3. This file contains information about the port of U-Boot to the
  4. Motorola mpc5xx series of CPUs. Most of this code is taken from
  5. existing code mainly from the mpc8xx port. In contrast to mpc8xx,
  6. the mpc5xx has no CPM, MMU and cache facilities.
  7. The implemented features have been tested on the cmi board, a
  8. customer specific board (see README.cmi).
  9. Hence this port is only tested on the cmi board further possible
  10. tests on other boards will be very valuable.
  11. Not Tested Features:
  12. ====================
  13. * System calls
  14. * Interrupts
  15. Added or Changed Files:
  16. =======================
  17. u-boot-0.2.0/common/cmd_boot.c
  18. u-boot-0.2.0/common/cmd_reginfo.c
  19. u-boot-0.2.0/common/environment.c
  20. u-boot-0.2.0/arch/powerpc/cpu/mpc5xx/*
  21. u-boot-0.2.0/include/cmd_reginfo.h
  22. u-boot-0.2.0/include/common.h
  23. u-boot-0.2.0/include/ppc_asm.tmpl
  24. u-boot-0.2.0/include/watchdog.h
  25. u-boot-0.2.0/include/mpc5xx.h
  26. u-boot-0.2.0/include/status_led.h
  27. u-boot-0.2.0/include/asm-ppc/u-boot.h
  28. u-boot-0.2.0/include/asm-ppc/5xx_immap.h
  29. u-boot-0.2.0/arch/powerpc/lib/board.c
  30. u-boot-0.2.0/arch/powerpc/lib/cache.c
  31. u-boot-0.2.0/arch/powerpc/lib/time.c
  32. u-boot-0.2.0/Makefile
  33. u-boot-0.2.0/CREDITS
  34. u-boot-0.2.0/doc/README.mpc5xx
  35. u-boot-0.2.0/doc/README.cmi
  36. u-boot-0.2.0/README
  37. u-boot-0.2.0/MAKEALL
  38. Regards,
  39. Martin