Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: sulzeforli/uboot-imx

Tags

rel_imx_4.1.15_2.0.0_ga

Toggle rel_imx_4.1.15_2.0.0_ga's commit message
MLK-13131: mx6qarm2: add fastboot and recovery support

Add fastboot and recovery mode support for mx6qarm

Signed-off-by: Adrian Alonso <[email protected]>
(Cherry picked from commit 505e899ce582118da28ca1f4487ce7f179225bd7)

l5.0.0_1.0.1-ga

Toggle l5.0.0_1.0.1-ga's commit message
final tag for l5.0.0_1.0.1

m6.0.1_2.1.0-ga

Toggle m6.0.1_2.1.0-ga's commit message
final tag for m6.0.1_2.1.0_ga

rel_imx_4.1.15_1.2.0_ga

Toggle rel_imx_4.1.15_1.2.0_ga's commit message
MLK-12883 usb: limit USB_MAX_XFER_BLK to 256

For Some USB mass storage devices, such as:
"
 - Kingston DataTraveler 2.0 001D7D06CF09B04199C7B3EA
 - Class: (from Interface) Mass Storage
 - PacketSize: 64  Configurations: 1
 - Vendor: 0x0930  Product 0x6545 Version 1.16
"
When `usb read 0x80000000 0 0x2000`, we met
"EHCI timed out on TD - token=0x80008d80".

The devices does not support scsi VPD page, we are not able
to get the maximum transfer length for READ(10)/WRITE(10).

So we limit this to 256 blocks as READ(6).

Signed-off-by: Peng Fan <[email protected]>
(cherry picked from commit df00525)

m6.0.1_2.0.0-ga

Toggle m6.0.1_2.0.0-ga's commit message
MA-8202 [Android_MX6DL_ARD] Fastboot: Failed to boot system if update…

… android_root.img based on NAND boot. 100%

For sparse system.img, USB can trasfer system.img through spliting image into two sparse images.
For android_root.img, the second part will overwrite the first one.
It is a workaround to enlarge CONFIG_USB_FASTBOOT_BUF_SIZE to hold system image whose size is more than 400M.

Signed-off-by: zhang sanshan <[email protected]>

rel_imx_4.1.15_1.1.1_patch

Toggle rel_imx_4.1.15_1.1.1_patch's commit message
MLK-12576 imx: imx6ul: disable POR_B internal pull up

From TO1.1, SNVS adds internal pull up control for POR_B,
the register filed is GPBIT[1:0], after system boot up,
it can be set to 2b'01 to disable internal pull up.
It can save about 30uA power in SNVS mode.

Signed-off-by: Anson Huang <[email protected]>

rel_imx_4.1.15_1.1.0_ga

Toggle rel_imx_4.1.15_1.1.0_ga's commit message
MLK-12576 imx: imx6ul: disable POR_B internal pull up

From TO1.1, SNVS adds internal pull up control for POR_B,
the register filed is GPBIT[1:0], after system boot up,
it can be set to 2b'01 to disable internal pull up.
It can save about 30uA power in SNVS mode.

Signed-off-by: Anson Huang <[email protected]>

rel_imx_4.1.15_1.0.0_ga

Toggle rel_imx_4.1.15_1.0.0_ga's commit message
MLK-12492-2 ecspi: Add ecspi fuse module check only for MX6

Need the CONFIG_MX6 for using the mx6_ecspi_fused funtion, otherwise will
break build for other platforms like MX7.

Signed-off-by: Ye Li <[email protected]>
(cherry picked from commit 9433975)

m6.0.1_1.0.0-ga

Toggle m6.0.1_1.0.0-ga's commit message
MLK-12492-2 ecspi: Add ecspi fuse module check only for MX6

Need the CONFIG_MX6 for using the mx6_ecspi_fused funtion, otherwise will
break build for other platforms like MX7.

Signed-off-by: Ye Li <[email protected]>

rel_imx_3.14.52_1.1.1_ga

Toggle rel_imx_3.14.52_1.1.1_ga's commit message
MLK-11825 imx: mx6dqp: update ddr script to 1.13

http://sw-stash.freescale.net/projects/IMX/repos/ddr-scripts-rel/commits/8111e4d0cd81226899be637013048281e3c097b4
http://compass.freescale.net/livelink/livelink?func=ll&objId=234753630&objAction=browse&viewType=1
arik_r2_sabre_ddr3_528_1.13.inc is for sabre-AI
arik_r2_sdb_ddr3_528_1.13.inc is for sabresd

1.13<-1.12:
Change log:
1. Remove 20c4080

1.12<-1.10
Change log:
1. NoC register DDRCONF change to 0 which is compatible
   for only CS0 is used on board
2. Change 2 values to compatible with our DDR aid script,
   these two registers doesn’t have any effect on current system
   tRPA = 0;
   //this bit only used in DDR2 mode
   tAOFPD/tAONPD=0x4;
   //These register only works when MDPDC. SLOW_PD = 1 which is 0 in script

Test results:
One mx6qp-sdb and one mx6qp-ard board and one mx6qp-ard board passed
60 hours memtester stress teset.

Signed-off-by: Peng Fan <[email protected]>
(cherry picked from commit 5fb08a4)