]> Git Repo - J-u-boot.git/commit - arch/arm/imx-common/cpu.c
arm: imx: stop sata on boot
authorNikita Kiryanov <[email protected]>
Fri, 21 Nov 2014 10:47:26 +0000 (12:47 +0200)
committerStefano Babic <[email protected]>
Mon, 24 Nov 2014 11:10:08 +0000 (12:10 +0100)
commit44b9841d7898a03e73b5054f56303514a5b35db8
tree2e5a002a66c3e1b513054f5f6c21a20d81aacb52
parent9cad35442559634324109576dfdaf2f43b546efd
arm: imx: stop sata on boot

Ideally, the Linux kernel should get the hardware in its most
untouched state. For the most part, U-Boot does not reset the various
subsystems it touches before boot, and usually Linux deals with it, but
on some boards (cm_fx6) the Linux kernel fails to detect the ssd
correctly if sata is used by U-Boot.

Power off sata on OS boot so that Linux will have a clean state to work
with.

Signed-off-by: Nikita Kiryanov <[email protected]>
Cc: Stefano Babic <[email protected]>
arch/arm/imx-common/cpu.c
This page took 0.033309 seconds and 4 git commands to generate.