README.sh 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. U-Boot for Renesas SuperH
  2. Last update 08/10/2007 by Nobuhiro Iwamatsu
  3. ================================================================================
  4. 0. What's this?
  5. This file contains status information for the port of U-Boot to the
  6. Renesas SuperH series of CPUs.
  7. ================================================================================
  8. 1. Overview
  9. SuperH has an original boot loader. However, source code is dirty, and
  10. maintenance is not done.
  11. To improve sharing and the maintenance of the code, Nobuhiro Iwamatsu
  12. started the porting to u-boot in 2007.
  13. ================================================================================
  14. 2. Supported CPUs
  15. 2.1. Renesas SH7750/SH7750R
  16. 2.2. Renesas SH7722
  17. ================================================================================
  18. 3. Supported Boards
  19. 3.1. Hitachi UL MS7750SE01/MS7750RSE01
  20. Board specific code is in board/ms7750se
  21. To use this board, type "make ms7750se_config".
  22. 3.2. Hitachi UL MS7722SE01
  23. Board specific code is in board/ms7722se
  24. To use this board, type "make ms7722se_config".
  25. ** README **
  26. In SuperH, S-record and binary of made u-boot work on the memory.
  27. When u-boot is written in the flash, it is necessary to change the
  28. address by using 'objcopy'.
  29. ex) shX-linux-objcopy -Ibinary -Osrec u-boot.bin u-boot.flash.srec
  30. ================================================================================
  31. 4. Compiler
  32. You can use the following of u-boot to compile.
  33. - SuperH Linux Open site
  34. http://www.superh-linux.org/
  35. - KPIT GNU tools
  36. http://www.kpitgnutools.com/
  37. ================================================================================
  38. 5. Future
  39. I plan to support the following CPUs and boards.
  40. 5.1. CPUs
  41. - SH7710/SH7712 (SH3)
  42. - SH7780(SH4)
  43. - SH7785(SH4)
  44. 5.2. Boards
  45. - Many boards ;-)
  46. ================================================================================
  47. Copyright (c) 2007
  48. Nobuhiro Iwamatsu <iwamatsu@nigaur.org>