README.imx5 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. U-Boot for Freescale i.MX5x
  2. This file contains information for the port of U-Boot to the Freescale
  3. i.MX5x SoCs.
  4. 1. CONFIGURATION OPTIONS/SETTINGS
  5. ---------------------------------
  6. 1.1 CONFIG_MX51_PLL_ERRATA: Workaround for i.MX51 PLL errata.
  7. This option should be enabled by all boards using the i.MX51 silicon
  8. version up until (including) 3.0 running at 800MHz.
  9. The PLL's in the i.MX51 processor can go out of lock due to a metastable
  10. condition in an analog flip-flop when used at high frequencies.
  11. This workaround implements an undocumented feature in the PLL (dither
  12. mode), which causes the effect of this failure to be much lower (in terms
  13. of frequency deviation), avoiding system failure, or at least decreasing
  14. the likelihood of system failure.
  15. 1.2 CONFIG_SYS_MAIN_PWR_ON: Trigger MAIN_PWR_ON upon startup.
  16. This option should be enabled for boards having a SYS_ON_OFF_CTL signal
  17. connected to GPIO1[23] and triggering the MAIN_PWR_ON signal like in the
  18. reference designs.
  19. 2. CONVENTIONS FOR FUSE ASSIGNMENTS
  20. -----------------------------------
  21. 2.1 MAC Address: It is stored in the words 9 to 14 of fuse bank 1, using the
  22. natural MAC byte order (i.e. MSB first).
  23. This is an example how to program an example MAC address 01:23:45:67:89:ab
  24. into the eFuses. Assure that the programming voltage is available and then
  25. execute:
  26. => fuse prog -y 1 9 01 23 45 67 89 ab
  27. After programming a MAC address, consider locking the MAC fuses. This is
  28. done by programming the MAC_ADDR_LOCK fuse, which is bit 4 of word 0 in
  29. bank 1:
  30. => fuse prog -y 1 0 10