/device/linaro/hikey/power/ |
D | power_hikey.c | 114 static void interactive_power_init(struct hikey_power_module __unused *hikey) in interactive_power_init() argument 162 static int interactive_boostpulse(struct hikey_power_module *hikey) in interactive_boostpulse() argument 167 if (hikey->boostpulse_fd < 0) in interactive_boostpulse() 168 hikey->boostpulse_fd = open(INTERACTIVE_BOOSTPULSE_PATH, O_WRONLY); in interactive_boostpulse() 170 if (hikey->boostpulse_fd < 0) { in interactive_boostpulse() 171 if (!hikey->boostpulse_warned) { in interactive_boostpulse() 175 hikey->boostpulse_warned = 1; in interactive_boostpulse() 177 return hikey->boostpulse_fd; in interactive_boostpulse() 180 len = write(hikey->boostpulse_fd, "1", 1); in interactive_boostpulse() 192 int schedtune_sysfs_boost(struct hikey_power_module *hikey, char* booststr) in schedtune_sysfs_boost() argument [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/ |
D | platform.mk | 53 PLAT_INCLUDES := -Iplat/hikey/include/ 63 plat/hikey/aarch64/hikey_common.c \ 64 plat/hikey/aarch64/plat_helpers.S \ 65 plat/hikey/plat_io_storage.c 71 plat/hikey/aarch64/bl1_plat_helpers.S \ 72 plat/hikey/bl1_plat_setup.c \ 73 plat/hikey/drivers/dw_mmc.c \ 74 plat/hikey/drivers/hi6553.c \ 75 plat/hikey/drivers/sp804_timer.c \ 76 plat/hikey/partitions.c \ [all …]
|
/device/linaro/hikey/hikey/ |
D | device-hikey.mk | 18 $(TARGET_PREBUILT_DTB):hi6220-hikey.dtb \ 19 $(LOCAL_PATH)/$(TARGET_FSTAB):root/fstab.hikey \ 20 device/linaro/hikey/init.common.rc:root/init.hikey.rc \ 21 device/linaro/hikey/init.common.usb.rc:root/init.hikey.usb.rc \ 22 device/linaro/hikey/ueventd.common.rc:root/ueventd.hikey.rc \ 23 device/linaro/hikey/common.kl:system/usr/keylayout/hikey.kl 26 PRODUCT_PACKAGES += audio.primary.hikey 35 PRODUCT_PACKAGES += gralloc.hikey 38 PRODUCT_PACKAGES += power.hikey 41 $(call inherit-product-if-exists, vendor/linaro/hikey/device-vendor.mk)
|
D | README | 1 Running Android on hikey board: 8 $ wget https://dl.google.com/dl/android/aosp/linaro-hikey-20160226-67c37b1a.tgz 9 $ tar xzf linaro-hikey-20160226-67c37b1a.tgz 10 $ ./extract-linaro-hikey.sh 17 $ lunch hikey-userdebug 27 $ cd device/linaro/hikey/installer/hikey 33 $ fastboot flash boot out/target/product/hikey/boot.img 34 $ fastboot flash system out/target/product/hikey/system.img 35 $ fastboot flash cache out/target/product/hikey/cache.img 36 $ fastboot flash userdata out/target/product/hikey/userdata.img [all …]
|
D | BoardConfig.mk | 1 include device/linaro/hikey/BoardConfigCommon.mk 3 TARGET_BOARD_PLATFORM := hikey 5 …= console=ttyAMA3,115200 androidboot.console=ttyAMA3 androidboot.hardware=hikey firmware_class.pat… 7 BOARD_KERNEL_CMDLINE := console=ttyFIQ0 androidboot.console=ttyFIQ0 androidboot.hardware=hikey firm…
|
D | board-info.txt | 1 require board=hikey
|
/device/linaro/hikey/ |
D | hikey.mk | 4 TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image-dtb-$(TARGET_KERNEL_USE) 5 TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb-$(TARGET_KERNEL_USE) 7 TARGET_FSTAB := fstab.hikey-$(TARGET_KERNEL_USE) 9 TARGET_FSTAB := fstab.hikey 14 $(call inherit-product, device/linaro/hikey/hikey/device-hikey.mk) 15 $(call inherit-product, device/linaro/hikey/device-common.mk) 20 PRODUCT_NAME := hikey 21 PRODUCT_DEVICE := hikey
|
D | device-common.mk | 21 DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay 43 android.hardware.bluetooth@1.0-service.hikey \ 78 …device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.har… 86 $(call inherit-product-if-exists, device/linaro/hikey/wpan/ti-wpan-products.mk) 92 device/linaro/hikey/manifest.xml:system/vendor/manifest.xml \ 93 device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \ 94 device/linaro/hikey/audio/audio_policy.conf:system/etc/audio_policy.conf 98 device/linaro/hikey/etc/media_codecs.xml:system/etc/media_codecs.xml \
|
D | vendorsetup.sh | 23 add_lunch_combo hikey-userdebug
|
D | AndroidProducts.mk | 13 $(LOCAL_DIR)/hikey.mk
|
D | Android.mk | 23 ifneq ($(filter hikey%, $(TARGET_DEVICE)),)
|
/device/linaro/hikey/bootloader/EFI/BOOT/ |
D | grub.cfg | 6 …linux /kernel console=ttyFIQ0 androidboot.console=ttyFIQ0 androidboot.hardware=hikey firmware_clas… 8 devicetree /hi6220-hikey.dtb 13 …IQ0 androidboot.console=ttyFIQ0 sysrq_always_enabled androidboot.hardware=hikey firmware_class.pat… 15 devicetree /hi6220-hikey.dtb 20 …0 androidboot.console=ttyAMA3 fiq_debugger.disable=Y androidboot.hardware=hikey firmware_class.pat… 22 devicetree /hi6220-hikey.dtb 27 …linux /kernel console=ttyFIQ0 androidboot.console=ttyFIQ0 androidboot.hardware=hikey firmware_clas… 29 devicetree /hi6220-hikey.dtb 34 …linux /kernel console=ttyFIQ0 androidboot.console=ttyFIQ0 androidboot.hardware=hikey firmware_clas… 36 devicetree /hi6220-hikey.dtb
|
/device/linaro/hikey/factory-images/ |
D | generate-factory-images-hikey.sh | 16 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/
|
D | generate-factory-images-package.sh | 19 source $ANDROID_BUILD_TOP/device/linaro/hikey/factory-images/generate-factory-images-hikey.sh
|
D | README | 7 $ . ../../device/linaro/hikey/factory-images/generate-factory-images-package.sh 12 $ device/linaro/hikey/factory-images/generate-factory-images-package.sh
|
/device/linaro/hikey/build/tasks/ |
D | boot_fat.mk | 1 ifneq ($(filter hikey%, $(TARGET_DEVICE)),) 4 …at.uefi.img: $(INSTALLED_KERNEL_TARGET) $(INSTALLED_RAMDISK_TARGET) $(PRODUCT_OUT)/hi6220-hikey.dtb 9 $(FAT16COPY) $@ $(PRODUCT_OUT)/hi6220-hikey.dtb 10 $(FAT16COPY) $@ device/linaro/hikey/bootloader/*
|
/device/linaro/hikey/bootloader/ |
D | Makefile | 3 UEFI_TOOLS_DIR=$(ANDROID_BUILD_TOP)/device/linaro/hikey/uefi-tools 5 PRODUCT_OUT?=out/target/product/hikey 28 … -b $(TARGET) -D EDK2_OUT_DIR=$(ANDROID_BUILD_TOP)/$(PRODUCT_OUT)/obj/uefi -a $(ATF_DIR) hikey && \ 32 cd $(ANDROID_BUILD_TOP)/device/linaro/hikey/l-loader && \
|
D | README.md | 4 $ cd device/linaro/hikey/bootloader 9 $ cd device/linaro/hikey/l-loader/
|
/device/linaro/hikey/self-extractors/linaro/staging/ |
D | device-partial.mk | 17 …vendor/linaro/hikey/proprietary/lib64/libGLES_mali.so:system/vendor/lib64/egl/libGLES_mali.so:lina… 18 vendor/linaro/hikey/proprietary/libGLES_mali.so:system/vendor/lib/egl/libGLES_mali.so:linaro \
|
/device/linaro/hikey/bluetooth/ |
D | Android.bp | 17 name: "android.hardware.bluetooth@1.0-service.hikey", 39 init_rc: ["android.hardware.bluetooth@1.0-service.hikey.rc"],
|
D | android.hardware.bluetooth@1.0-service.hikey.rc | 1 service bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service.hikey
|
D | service.cc | 28 using ::android::hardware::bluetooth::V1_0::hikey::BluetoothHci;
|
/device/linaro/hikey/self-extractors/root/ |
D | BoardConfigVendor.mk | 15 LOCAL_STEM := hikey/BoardConfigPartial.mk
|
D | device-vendor.mk | 17 LOCAL_STEM := hikey/device-partial.mk
|
/device/linaro/hikey/sepolicy/ |
D | init.te | 1 # init.hikey.usb.rc writes to /config/* to set up USB
|