summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2017-07-11 10:34:14 +0800
committerGuodong Xu <guodong.xu@linaro.org>2017-07-11 10:34:14 +0800
commitf1c97cbb8f99d61f374969813c9a7a4470cf1a72 (patch)
tree8bf7575f087d36d2a597537f8de844e4f0de8c4f
parent14fc8793687878c840f48f6c6c7a4d00aa628c16 (diff)
downloadhikey-f1c97cbb8f99d61f374969813c9a7a4470cf1a72.tar.gz
installer: hikey960: update sec_xloader and fastboot.img
Update sec_xloader.img and fastboot.img for two issues: 1. UART4 use clk_320m_ini as clock source. With this, UART4 can work at 3Mbps, so the bluetooth. It fixes issue - https://bugs.96boards.org/show_bug.cgi?id=507 2. Move iomcu initialization from fastboot to xloader This patch delete iomcu initializtion in fastboot, and move iomcu subsys initializtion to xloader. Modules impacted by this including uart3, spi2, i2c0, i2c2. With iomcu initialization in xloader, there is no need to do this in UEFI. Thus save some effort. This patch also fix the bug of SPI2 not initialized correctly. See: - https://bugs.96boards.org/show_bug.cgi?id=512 Signed-off-by: Zhong Kaihua <zhongkaihua@huawei.com> Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
-rw-r--r--installer/hikey960/fastboot.imgbin3426304 -> 3426304 bytes
-rw-r--r--installer/hikey960/sec_xloader.imgbin154752 -> 154752 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/installer/hikey960/fastboot.img b/installer/hikey960/fastboot.img
index 3dcbc2a4..72cbf90f 100644
--- a/installer/hikey960/fastboot.img
+++ b/installer/hikey960/fastboot.img
Binary files differ
diff --git a/installer/hikey960/sec_xloader.img b/installer/hikey960/sec_xloader.img
index 84fa6246..451f8f68 100644
--- a/installer/hikey960/sec_xloader.img
+++ b/installer/hikey960/sec_xloader.img
Binary files differ