upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
786 B
18 lines
786 B
13 years ago
|
U-Boot for Freescale i.MX5x
|
||
|
|
||
|
This file contains information for the port of U-Boot to the Freescale
|
||
|
i.MX5x SoCs.
|
||
|
|
||
|
1. CONFIGURATION OPTIONS/SETTINGS
|
||
|
---------------------------------
|
||
|
|
||
|
1.1 CONFIG_MX51_PLL_ERRATA: Workaround for i.MX51 PLL errata.
|
||
|
This option should be enabled by all boards using the i.MX51 silicon
|
||
|
version up until (including) 3.0 running at 800MHz.
|
||
|
The PLL's in the i.MX51 processor can go out of lock due to a metastable
|
||
|
condition in an analog flip-flop when used at high frequencies.
|
||
|
This workaround implements an undocumented feature in the PLL (dither
|
||
|
mode), which causes the effect of this failure to be much lower (in terms
|
||
|
of frequency deviation), avoiding system failure, or at least decreasing
|
||
|
the likelihood of system failure.
|