summaryrefslogtreecommitdiff
path: root/hikey
AgeCommit message (Collapse)Author
2017-05-24hikey: Enable kernel 3.18 instead of 4.1android-vts-8.0_r2android-vts-8.0_r1oreo-devDmitry Shmidt
Test: Manual Bug: 37983487 Change-Id: Ie12e52a708fb46e22dedeac27968e4d20388f69a Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2017-05-24hikey: turn on printk.devkmsg for 4.9 kernelYongqin Liu
With 4.9 kernel, ratelimit is default for kernel messages, so we would not see message printed from userspace like following: init: starting service 'surfaceflinger'... The information like this is necessary for us to know the status of android boot during development, so turn on printk.devkmsg from the boot parameters. kernel documentation is here: https://android.googlesource.com/kernel/hikey-linaro/+/android-hikey-linaro-4.9/Documentation/kernel-parameters.txt#3273 Test: manually with hikey Change-Id: Ib0ec7a311129108a14478c707564309ae10b390d Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2017-02-21hikey: Fix README for kernel 4.9Dmitry Shmidt
Test: Manual Change-Id: Ib0a8c1d707727b127110d18afec193d35acb12bb Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2017-02-13hikey: Change TARGET_KERNEL_USE to access kernel versionDmitry Shmidt
Test: Manual Change-Id: I52445dd512e7bcc5f30e8bf83cd6ae00da828f11 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2016-12-02hikey: restructure hikey device configurationAmit Pundir
No functional changes. Just moved around the configuration files and restructured them to support future hikey family devices. Similar to how Marlin and Sailfish devices are configured. Split the board configuration into BoardConfigCommon.mk (for common configuration) and hikey/BoardConfig.mk (for hikey specific configuration e.g. Image sizes and kernel commandline). Similarly split device.mk into device-common.mk and hikey/device-hikey.mk. Updated hikey.mk to include both device-common.mk and hikey/device-hikey.mk. Renamed init.hikey.rc to init.common.rc and modified it to import init.${ro.hardware}.usb.rc and mount fstab.${ro.hardware} instead. Changes to be committed: renamed: BoardConfig.mk => BoardConfigCommon.mk (68%) renamed: hikey.kl => common.kl (100%) renamed: device.mk => device-common.mk (74%) modified: hikey.mk new file: hikey/BoardConfig.mk renamed: board-info.txt => hikey/board-info.txt (100%) new file: hikey/device-hikey.mk renamed: fstab.hikey => hikey/fstab.hikey (100%) renamed: fstab.hikey-4.1 => hikey/fstab.hikey-4.1 (100%) renamed: init.hikey.rc => init.common.rc (97%) renamed: init.hikey.usb.rc => init.common.usb.rc (100%) renamed: ueventd.hikey.rc => ueventd.common.rc (100%) Test: Manual Change-Id: I032323aa8846a3bc144e40b4b5e5348c8f8d11c5 Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>