summaryrefslogtreecommitdiff
path: root/db845c.mk
AgeCommit message (Collapse)Author
2020-03-20db845c: Install BT driver modules to ramdiskAmit Pundir
With following android-5.4 kernel changes, we no longer need to install and load the bt driver modules from the vendor partition: https://android-review.googlesource.com/c/1261169 https://android-review.googlesource.com/c/1261170 Also BOARD_VENDOR_KERNEL_MODULES duplicate installed modules in ramdisk and vendor partition, so remove that part. And rename BOARD_VENDOR_RAMDISK_KERNEL_MODULES to BOARD_GENERIC_RAMDISK_KERNEL_MODULES to avoid confusion because we are not supporting vendor boot image at the moment. With this change all the kernel modules are now installed in ramdisk.img, and we don't need to update and flash vendor.img to test kernel changes. Change-Id: Ieccce38e4eb3f915e75a2c9b636b4a2d7bca586b Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2020-01-31db845c: Wire in bluetooth supportJohn Stultz
The qca bluetooth module has some yet to be determined issue which causes deferred firmware loading to stop it from working. But as long as the bluetooth module is loaded from the vendor partition where the bluetooth firmware is present, it can be made to load and function. This patch updates the bluetooth hal version and adds a trick to exclude the qca and hci_uart modules from being on the ramdisk. Note: Bluetooth audio isn't working yet. Devices pair but I don't hear audio yet. Change-Id: I37e927485414368b817958dfef2137fc263003a0 Signed-off-by: John Stultz <john.stultz@linaro.org>
2020-01-21db845c: Switch default TARGET_KERNEL_USE to 5.4John Stultz
It was requested that the default kernel be 5.4 based for db845c builds, so lets switch this. Change-Id: I4ba0ce9916e63457a114d51cbe28ec7f830a1e2c Signed-off-by: John Stultz <john.stultz@linaro.org>
2020-01-14db845c: Update userland build to use dragonboard-kernel project and build ↵John Stultz
boot.img This patch updates the userland build to built a boot.img from prebuilt kernel/modules in the dragonboard-kernel project. At the moment, there is nothing in the dragonboard-kernel project, but once we do add the prebuilt files, we'll want this change. Change-Id: I6b9ce745c378ea50e176e9c8ed67336953766fa2 Signed-off-by: John Stultz <john.stultz@linaro.org>
2019-10-09db845c: Enable kernel module loadingJohn Stultz
In preparation for GKI support, add some initial support for kernel module loading during bootup. For now, this is set to be conditional on DB845C_USE_GKI being set while building Thanks to YongQin and Sam for pointers on an improved way of doing this. Change-Id: I197dc83a63fc5aea2eb906beed95ff9bdff3d688 Signed-off-by: John Stultz <john.stultz@linaro.org>
2019-09-24db845c: Add support for AOSP on dragonboard db845cAmit Pundir
Boots dragonboard db845c to console. HDMI display broken due to missing firmware files. Change-Id: I820aeb7b7ab2536a362f9ae37cc44906be0a6190 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>