Home
last modified time | relevance | path

Searched refs:hikey (Results 1 – 25 of 44) sorted by relevance

12

/device/linaro/hikey/power/
Dpower_hikey.c165 static void interactive_power_init(struct hikey_power_module __unused *hikey) in interactive_power_init() argument
188 static int interactive_boostpulse(struct hikey_power_module *hikey) in interactive_boostpulse() argument
193 if (hikey->boostpulse_fd < 0) in interactive_boostpulse()
194 hikey->boostpulse_fd = open(INTERACTIVE_BOOSTPULSE_PATH, O_WRONLY); in interactive_boostpulse()
196 if (hikey->boostpulse_fd < 0) { in interactive_boostpulse()
197 if (!hikey->boostpulse_warned) { in interactive_boostpulse()
201 hikey->boostpulse_warned = 1; in interactive_boostpulse()
203 return hikey->boostpulse_fd; in interactive_boostpulse()
206 len = write(hikey->boostpulse_fd, "1", 1); in interactive_boostpulse()
217 hikey_devfreq_set_interactive(struct hikey_power_module __unused *hikey, int on) in hikey_devfreq_set_interactive() argument
[all …]
DAndroid.mk26 LOCAL_MODULE := android.hardware.power@1.1-service.hikey-common
29 LOCAL_INIT_RC := android.hardware.power@1.1-service.hikey-common.rc
/device/linaro/hikey/hikey/
Ddevice-hikey.mk18 $(TARGET_PREBUILT_DTB):hi6220-hikey.dtb \
19 $(LOCAL_PATH)/$(TARGET_FSTAB):$(TARGET_COPY_OUT_VENDOR)/etc/fstab.hikey \
20 device/linaro/hikey/fstab.ramdisk:$(TARGET_COPY_OUT_RAMDISK)/fstab.hikey \
21 device/linaro/hikey/hikey/init.hikey.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey.rc \
22 device/linaro/hikey/init.hikey.power.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey.power.rc \
23 … device/linaro/hikey/hikey/init.hikey.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey.usb.rc \
24 device/linaro/hikey/ueventd.common.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \
25 frameworks/base/data/keyboards/Generic.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/hikey.kl
28 PRODUCT_PACKAGES += audio.primary.hikey
37 PRODUCT_PACKAGES += gralloc.hikey
[all …]
DREADME1 Running Android on hikey board:
12 $ lunch hikey-userdebug
22 $ cd device/linaro/hikey/installer/hikey
28 $ fastboot flash boot out/target/product/hikey/boot.img
29 $ fastboot flash system out/target/product/hikey/system.img
30 $ fastboot flash vendor out/target/product/hikey/vendor.img
31 $ fastboot flash cache out/target/product/hikey/cache.img
32 $ fastboot flash userdata out/target/product/hikey/userdata.img
36 $ git clone https://android.googlesource.com/kernel/hikey-linaro
37 $ cd hikey-linaro
[all …]
DBoardConfig.mk1 include device/linaro/hikey/BoardConfigCommon.mk
3 TARGET_BOOTLOADER_BOARD_NAME := hikey
4 TARGET_BOARD_PLATFORM := hikey
9 BOARD_KERNEL_CMDLINE := androidboot.hardware=hikey firmware_class.path=/vendor/firmware efi=norunti…
44 TARGET_RECOVERY_FSTAB := device/linaro/hikey/hikey/$(TARGET_FSTAB)
/device/linaro/hikey/
DAndroid.mk23 ifneq ($(filter hikey%, $(TARGET_DEVICE)),)
40 $(eval $(call declare-1p-copy-files,device/linaro/hikey,.conf))
41 $(eval $(call declare-1p-copy-files,device/linaro/hikey,.img))
42 $(eval $(call declare-1p-copy-files,device/linaro/hikey,.kl))
43 $(eval $(call declare-1p-copy-files,device/linaro/hikey,.rc))
44 $(eval $(call declare-1p-copy-files,device/linaro/hikey,.xml))
45 $(eval $(call declare-1p-copy-files,device/linaro/hikey,fstab.hikey))
46 $(eval $(call declare-1p-copy-files,device/linaro/hikey,fstab.hikey960))
48 …les-license-metadata,device/linaro/hikey/bt-wifi-firmware-util,,SPDX-license-identifier-BSD,notice…
Dhikey-common.mk5 LOCAL_KERNEL_HOME ?= device/linaro/hikey-kernel/hikey/$(TARGET_KERNEL_USE)
7 TARGET_PREBUILT_DTB := $(LOCAL_KERNEL_HOME)/hi6220-hikey.dtb
11 TARGET_FSTAB := fstab.hikey
13 $(call inherit-product, device/linaro/hikey/hikey/device-hikey.mk)
14 $(call inherit-product, device/linaro/hikey/device-common.mk)
Ddevice-common.mk32 $(warning ./device/linaro/hikey/fetch-vendor-package.sh )
37 $(warning ./device/linaro/hikey/fetch-vendor-package.sh )
54 PRODUCT_VENDOR_KERNEL_HEADERS := device/linaro/hikey/kernel-headers
64 DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay
162 device/linaro/hikey/init.common.nanohub.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.nanohub.rc
221 …device/linaro/hikey/etc/permissions/android.hardware.screen.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perm…
222 …device/linaro/hikey/etc/permissions/android.software.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions…
237 … device/linaro/hikey/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
244 …device/linaro/hikey/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_polic…
245 …device/linaro/hikey/audio/audio_policy_configuration_bluetooth_legacy_hal.xml:$(TARGET_COPY_OUT_VE…
[all …]
DBoardConfigCommon.mk40 BOARD_SEPOLICY_DIRS += device/linaro/hikey/sepolicy
43 DEVICE_MANIFEST_FILE := device/linaro/hikey/manifest.xml
44 DEVICE_MATRIX_FILE := device/linaro/hikey/compatibility_matrix.xml
47 DEVICE_MANIFEST_FILE += device/linaro/hikey/sensorhal/manifest.xml
48 DEVICE_MANIFEST_FILE += device/linaro/hikey/vr/manifest.xml
Dhikey.mk3 $(call inherit-product, device/linaro/hikey/hikey-common.mk)
4 $(call inherit-product-if-exists, vendor/linaro/hikey960/$(EXPECTED_LINARO_VENDOR_VERSION)/hikey.mk)
10 PRODUCT_NAME := hikey
11 PRODUCT_DEVICE := hikey
Dhikey_tv.mk3 $(call inherit-product, device/linaro/hikey/hikey.mk)
8 PRODUCT_DEVICE := hikey
10 PRODUCT_MODEL := AOSP TV on hikey
Dhikey960.mk4 LOCAL_KERNEL_HOME ?= device/linaro/hikey-kernel/hikey960/$(TARGET_KERNEL_USE)
51 $(call inherit-product, device/linaro/hikey/hikey960/device-hikey960.mk)
52 $(call inherit-product, device/linaro/hikey/device-common.mk)
Dhikey32.mk1 $(call inherit-product, device/linaro/hikey/hikey-common.mk)
Dhikey64_only.mk2 $(call inherit-product, device/linaro/hikey/hikey-common.mk)
DAndroidProducts.mk13 $(LOCAL_DIR)/hikey.mk \
21 hikey-trunk_staging-userdebug \
/device/linaro/hikey/factory-images/
Dgenerate-factory-images-hikey.sh16 DEVICE_DIR=device/linaro/hikey/
17 DEVICE=hikey
18 PRODUCT=hikey
35 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/README tmp/$PRODUCT-$VERSION/
36 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/hisi-idt.py tmp/$PRODUCT-$VERSION/
37 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/l-loader.bin tmp/$PRODUCT-$VERSION/
38 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/ptable-aosp-8g.img tmp/$PRODUCT-$VERSION/
39 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/ptable-aosp-4g.img tmp/$PRODUCT-$VERSION/
40 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/fip.bin tmp/$PRODUCT-$VERSION/
41 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/nvme.img tmp/$PRODUCT-$VERSION/
DREADME7 $ . ../../device/linaro/hikey/factory-images/generate-factory-images-package.sh
12 $ device/linaro/hikey/factory-images/generate-factory-images-package.sh
/device/linaro/hikey/hikey960/
DREADME19 $ cd device/linaro/hikey/installer/hikey960
31 $ git clone https://android.googlesource.com/kernel/hikey-linaro
32 $ cd hikey-linaro
33 $ git checkout -b android-hikey-linaro-4.9 origin/android-hikey-linaro-4.9
39 to the hikey-kernel directory as file: hi3660-hikey960.dtb-4.9
40 Copy the Image file (arch/arm64/boot/Image.gz) to the hikey-kernel
Ddevice-hikey960.mk45 …device/linaro/hikey/hikey960/init.hikey960.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960.rc \
46 …device/linaro/hikey/init.hikey960.power.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960.power.…
47 …device/linaro/hikey/hikey960/init.hikey960.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960…
48 device/linaro/hikey/ueventd.common.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \
94 device/linaro/hikey/init.recovery.common.rc:recovery/root/init.recovery.hikey960.rc
DBoardConfig.mk1 include device/linaro/hikey/BoardConfigCommon.mk
61 TARGET_RECOVERY_FSTAB := device/linaro/hikey/hikey960/fstab.hikey960
/device/linaro/hikey/sepolicy/
Dfile_contexts21 /(vendor|system/vendor)/bin/hw/android\.hardware\.bluetooth@1\.0-service\.hikey u:object_r:hal…
26 /(vendor|system/vendor)/lib(64)?/hw/gralloc\.hikey\.so u:object_r:same_process_hal_file:s0
46 /vendor/bin/hw/android\.hardware\.power@1\.1-service\.hikey-common u:object_r:hal_power_de…
/device/linaro/hikey/hikey64/
DBoardConfig.mk1 include device/linaro/hikey/hikey/BoardConfig.mk
/device/linaro/hikey/hikey32/
DBoardConfig.mk1 include device/linaro/hikey/hikey/BoardConfig.mk
/device/linaro/hikey/recovery/
Drecovery_ui.cpp23 namespace hikey { namespace
48 return new Device(new ::android::device::linaro::hikey::HikeyUI()); in make_device()
/device/linaro/hikey/build/tasks/
Ddtimage.mk1 ifneq ($(filter hikey%, $(TARGET_DEVICE)),)
5 include device/linaro/hikey/vendor-package-ver.mk

12