- Jun 11, 2018
-
-
Rob Herring authored
Stop labling mmc devices as sdcards
-
- Jun 10, 2018
-
-
opendata26 authored
this can go VERY badly on devices using mmc as main storage
-
- Mar 28, 2018
-
-
Rob Herring authored
Leave it to the build system to set this appropriately. User builds now require it to be set. Signed-off-by: Rob Herring <robh@kernel.org>
-
- Feb 12, 2018
-
-
Amit Pundir authored
Verified with standard bluetooth mouse. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
The DB410c does not work well having only 1GB of RAM and a 32-bit only build saves 100s of MB of RAM, so switch to that. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
The 32-bit ABI has been deprecated for some time and enabling this in 32-bit userspace builds is needed to work with 64-bit kernels. Signed-off-by: Rob Herring <robh@kernel.org>
-
- Jan 16, 2018
-
-
Amit Pundir authored
inherit-product() from vendor/*/*/device-partial.mk isn't working when called from firmware/device.mk. Move the call to device.mk instead to make it work. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org>
-
Amit Pundir authored
Set BOARD_WLAN_DEVICE=qcwcn to use libwifi-hal-qcom instead of generic libwifi-hal-fallback library implementation. Set WiFi tethering/hotspot specific overlay configurations. Add wifi.supplicant hwbinder interface. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org>
-
Amit Pundir authored
Pick a vendor provided WiFi HAL implementation library by setting BOARD_WLAN_DEVICE build variable. It defaults to the fallback "vendor" hal library (libwifi-hal-fallback) implementation. Other options inclue: bcmdhd: Broadcom FullMAC wireless cards (libwifi-hal-bcm) support qcwcn: Qualcomm generic WCN wifi hal (libwifi-hal-qcom) support MediaTek: MTK wifi hal (libwifi-hal-mt66xx) support Also remove deprecated CONFIG_QCOM_WIFI config. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org>
-
Amit Pundir authored
Flo (Nexus 7) support is no longer maintained in generic device project. Plus this is a very old wifi implementation and highly unlikely to work on newer hwbinder interfaces as is. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org>
-
- Dec 13, 2017
-
-
Amit Pundir authored
Switch to qcomlt's 4.14 prebuilt kernel binaries. Image.gz and apq8016-sbc.dtb prebuilt binaries downloaded from ==> https://builds.96boards.org/snapshots/dragonboard410c/linaro/aosp/kernel/4/ Image.gz-dtb ==> $ cat Image.gz apq8016-sbc.dtb > db410c-qcomlt-4.14.gz-dtb Kernel Source ==> https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/log/?h=release/android/qcomlt-4.14 Build log ==> https://builds.96boards.org/snapshots/dragonboard410c/linaro/aosp/kernel/4/build-log-lt-qcom-linux-aosp_ARCH_arm64_label_docker-stretch-amd64-4.txt Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
Signed-off-by: Rob Herring <robh@kernel.org>
-
- Nov 08, 2017
-
-
Rob Herring authored
Make TARGET_USES_HWC2 a hidden option and always enabled for DRM HWComposer since it now only supports HWC2. Signed-off-by: Rob Herring <robh@kernel.org>
-
- Nov 07, 2017
-
-
Rob Herring authored
Signed-off-by: Rob Herring <robh@kernel.org>
-
- Nov 03, 2017
-
-
Rob Herring authored
Signed-off-by: Rob Herring <robh@kernel.org>
-
- Nov 02, 2017
-
-
Rob Herring authored
Enable firmware files and use default system image size because it needs to be bigger. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
Should be enough for a while. :) Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
Add config options to copy either all or some linux-firmware files to the vendor image. Move the existing firmware mechanism into firmware/device.mk. Signed-off-by: Rob Herring <robh@kernel.org>
-
- Sep 19, 2017
-
-
Rob Herring authored
Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
If we have a vendor partition, mount it. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. This is done by setting LOCAL_PROPRIETARY_MODULE (the name is misleading). This change will not break existing platforms without a vendor partition as it will just move files to /system/vendor. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. This is done by setting LOCAL_PROPRIETARY_MODULE (the name is misleading). This change will not break existing platforms without a vendor partition as it will just move files to /system/vendor. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. This is done by setting LOCAL_PROPRIETARY_MODULE (the name is misleading). This change will not break existing platforms without a vendor partition as it will just move files to /system/vendor. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. This is done by setting LOCAL_PROPRIETARY_MODULE (the name is misleading). This change will not break existing platforms without a vendor partition as it will just move files to /system/vendor. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. Use TARGET_COPY_OUT_VENDOR which will be set correctly based on split vendor partition or not. Phony packages don't work for /vendor so just copy the file instead. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. Use TARGET_COPY_OUT_VENDOR which will be set correctly based on split vendor partition or not. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. Use TARGET_COPY_OUT_VENDOR which will be set correctly based on split vendor partition or not. Phony packages don't work for /vendor so just copy the file instead. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. Use TARGET_COPY_OUT_VENDOR which will be set correctly based on split vendor partition or not. Phony packages don't work for /vendor so just copy the file instead. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. Use TARGET_COPY_OUT_VENDOR which will be set correctly based on split vendor partition or not. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
The ethernet.rc file is gone now, but we forgot to remove its makefile. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
The drm, keymaster and soundtrigger HAL services are required for Android O. Signed-off-by: Rob Herring <robh@kernel.org>
-
- Sep 12, 2017
-
-
Rob Herring authored
domain_deprecated was moved to private in AOSP master, so remove the dependency on it. Untested as I don't have a flo device, but this change was fine for init.sh. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
Android O and later require HIDL base HALs. Add necessary HAL services and manifests. Signed-off-by: Rob Herring <robh@kernel.org>
-
- Sep 11, 2017
-
-
Rob Herring authored
This reverts commit 31472abb.
-
Rob Herring authored
Every defconfig needs a corresponding entry in .gitignore because everything is generated. Signed-off-by: Rob Herring <robh@kernel.org>
-
- Aug 11, 2017
-
-
Rob Herring authored
This doesn't seem to matter functionally ATM, but quiets down hwservicemanager errors. Signed-off-by: Rob Herring <robh@kernel.org>
-
Rob Herring authored
BOARD_HAVE_BLUETOOTH_LINUX is gone now and replaced with a HIDL based BT HAL. Enable support for it, moving bluetooth configuration to its own directory. Signed-off-by: Rob Herring <robh@kernel.org>
-