README.imx5 786 B

1234567891011121314151617
  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.