README 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Freescale Amadeus Plus M5253EVBE board
  2. ======================================
  3. Hayden Fraser(Hayden.Fraser@freescale.com)
  4. Created 06/05/2007
  5. ===========================================
  6. 1. SWITCH SETTINGS
  7. ==================
  8. 1.1 N/A
  9. 2. MEMORY MAP UNDER U-BOOT AND LINUX KERNEL
  10. ===========================================
  11. 2.1. For the initial bringup, we adopted a consistent memory scheme between U-Boot and
  12. linux kernel, you can customize it based on your system requirements:
  13. SDR: 0x00000000-0x00ffffff
  14. SRAM0: 0x20010000-0x20017fff
  15. SRAM1: 0x20000000-0x2000ffff
  16. MBAR1: 0x10000000-0x4fffffff
  17. MBAR2: 0x80000000-0xCfffffff
  18. Flash: 0xffe00000-0xffffffff
  19. 3. DEFINITIONS AND COMPILATION
  20. ==============================
  21. 3.1 Explanation on NEW definitions in include/configs/M5253EVBE.h
  22. CONFIG_MCF52x2 Processor family
  23. CONFIG_MCF5253 MCF5253 specific
  24. CONFIG_SYS_CLK Define Amadeus Plus CPU Clock
  25. CONFIG_SYS_MBAR MBAR base address
  26. CONFIG_SYS_MBAR2 MBAR2 base address
  27. 3.2 Compilation
  28. export CROSS_COMPILE=/usr/local/freescale-coldfire-4.1-elf/bin/m68k-elf-
  29. cd u-boot-1-2-x
  30. make distclean
  31. make M5253EVBE_config
  32. make
  33. 4. SCREEN DUMP
  34. ==============
  35. 4.1 U-Boot 1.2.0 (Jun 18 2007 - 18:20:00)
  36. CPU: Freescale Coldfire MCF5253 at 62 MHz
  37. Board: Freescale MCF5253 EVBE
  38. DRAM: 16 MB
  39. FLASH: 2 MB
  40. In: serial
  41. Out: serial
  42. Err: serial
  43. => flinfo
  44. Bank # 1: CFI conformant FLASH (16 x 16) Size: 2 MB in 35 Sectors
  45. AMD Standard command set, Manufacturer ID: 0x01, Device ID: 0x49
  46. Erase timeout: 16384 ms, write timeout: 1 ms
  47. Sector Start Addresses:
  48. FFE00000 RO FFE04000 RO FFE06000 RO FFE08000 RO FFE10000 RO
  49. FFE20000 FFE30000 FFE40000 FFE50000 FFE60000
  50. FFE70000 FFE80000 FFE90000 FFEA0000 FFEB0000
  51. FFEC0000 FFED0000 FFEE0000 FFEF0000 FFF00000
  52. FFF10000 FFF20000 FFF30000 FFF40000 FFF50000
  53. FFF60000 FFF70000 FFF80000 FFF90000 FFFA0000
  54. FFFB0000 FFFC0000 FFFD0000 FFFE0000 FFFF0000
  55. => bdinfo
  56. boot_params = 0x00F62F90
  57. memstart = 0x00000000
  58. memsize = 0x01000000
  59. flashstart = 0xFFE00000
  60. flashsize = 0x00200000
  61. flashoffset = 0x00000000
  62. baudrate = 19200 bps
  63. => printenv
  64. bootdelay=5
  65. baudrate=19200
  66. stdin=serial
  67. stdout=serial
  68. stderr=serial
  69. Environment size: 134/8188 bytes
  70. => saveenv
  71. Saving Environment to Flash...
  72. Un-Protected 1 sectors
  73. Erasing Flash...
  74. . done
  75. Erased 1 sectors
  76. Writing to Flash... done
  77. Protected 1 sectors
  78. =>
  79. 5. COMPILER
  80. -----------
  81. To create U-Boot the CodeSourcery's version of the GNU Toolchain for the ColdFire architecture
  82. compiler set (freescale-coldfire-4.1-elf) from www.codesourcery.com was used.
  83. You can download it from:http://www.codesourcery.com/gnu_toolchains/coldfire/download.html
  84. compiler that you used - for example, codesourcery_elf requires -MQ in rules.mk, old M68K 2.95.3 just -M
  85. codesourcery_elf requires -MQ in rules.mk, old M68K 2.95.3 just -M