commit | 5cc400bcfab0c6f3f3442142d962de2ef69f38c7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 17 16:11:35 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jan 24 12:09:39 2016 +0800 |
tree | ab7132c53631792adbf8481bd3613f82a3331bb7 | |
parent | cfe85a8cd16f9dc0abfeee761aad880f36881dae [diff] |
x86: ivybridge: Do the SATA init before relocation The SATA device needs to set itself up so that it appears correctly on the PCI bus. The easiest way to do this is to set it up to probe before relocation. This can do the early setup. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>