On Thu, Jan 21, 2016 at 10:47 AM, Ricardo Salveti ricardo.salveti@linaro.org wrote:
On Mon, Jan 18, 2016 at 6:10 AM, Jerome Forissier jerome.forissier@linaro.org wrote:
On Mon, Jan 18, 2016 at 7:01 AM, Amit Kucheria amit.kucheria@linaro.org wrote:
On Sat, Jan 16, 2016 at 12:25 PM, Guodong Xu guodong.xu@linaro.org wrote:
Hi, Geoff
You can find the patches you need here: https://github.com/96boards/linux/commits/hikey-mainline-rebase
If you can check it in 'git log', you can easily track down to these basic topic branches. Each of them is on pure v4.4. And for a minimum system, you need: working-hikey-tracking-dts-v4.4 working-hikey-tracking-config-v4.4 (, from it, pick those relate to you). working-hikey-tracking-pmic-v4.4 (could be optional too. since by default bootloader already enables regulators for you)
Hi Guodong,
Have the necessary DTS entries been merged for 4.5?
We should really get Hikey working with ARM64 defconfig in "mainline"
- that is, no additional patches should be required.
I don't know what specific issue the OP is experiencing, but FWIW I _can_ boot vanilla 4.4 on my board with the default config:
root@HiKey:/ uname -a Linux HiKey 4.4.0 #142 SMP PREEMPT Mon Jan 18 09:07:06 CET 2016 aarch64 GNU/Linux root@HiKey:/ gunzip -c /proc/config.gz | md5sum dc59a664c9e9f4fb9078cf9ccf127271 -
$ make -C linux ARCH=arm64 defconfig $ md5sum linux/.config dc59a664c9e9f4fb9078cf9ccf127271 linux/.config
From kernelci.org it seems that it was booting fine with 4.4: http://kernelci.org/boot/hi6220-hikey/job/mainline/kernel/v4.4-10019-g963868...
Sorry, this is actually the current development tree.
For the 4.4 release: http://kernelci.org/boot/hi6220-hikey/job/mainline/kernel/v4.4/defconfig/def...
And for all the mainline kernel builds for hikey: http://kernelci.org/boot/hi6220-hikey/job/mainline/
Cheers,