Home
last modified time | relevance | path

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

123

/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 …]
/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/init.common.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 device/linaro/hikey/common.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/hikey.kl
29 …device/linaro/hikey/bt-wifi-firmware-util/TIInit_11.8.32.bts:$(TARGET_COPY_OUT_VENDOR)/firmware/ti…
33 …device/linaro/hikey/bt-wifi-firmware-util/wl18xx-fw-4.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/ti-co…
[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…
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dplatform.mk50 -Iplat/hisilicon/hikey/include
54 plat/hisilicon/hikey/aarch64/hikey_common.c
67 plat/hisilicon/hikey/aarch64/hikey_helpers.S \
68 plat/hisilicon/hikey/hikey_bl1_setup.c \
69 plat/hisilicon/hikey/hikey_io_storage.c
78 plat/hisilicon/hikey/aarch64/hikey_helpers.S \
79 plat/hisilicon/hikey/hikey_bl2_setup.c \
80 plat/hisilicon/hikey/hikey_ddr.c \
81 plat/hisilicon/hikey/hikey_io_storage.c \
82 plat/hisilicon/hikey/hisi_dvfs.c \
[all …]
/device/linaro/hikey/
Dhikey-common.mk7 TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image.gz-dtb-$(TARGET_KERNEL_USE)
9 TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb-$(TARGET_KERNEL_USE)
19 TARGET_FSTAB := fstab.hikey
21 $(call inherit-product, device/linaro/hikey/hikey/device-hikey.mk)
22 $(call inherit-product, device/linaro/hikey/device-common.mk)
Dhikey_tv.mk3 $(call inherit-product, device/linaro/hikey/hikey.mk)
8 PRODUCT_DEVICE := hikey
10 PRODUCT_MODEL := AOSP TV on hikey
DBoardConfigCommon.mk43 BOARD_SEPOLICY_DIRS += device/linaro/hikey/sepolicy
46 DEVICE_MANIFEST_FILE := device/linaro/hikey/manifest.xml
47 DEVICE_MATRIX_FILE := device/linaro/hikey/compatibility_matrix.xml
50 DEVICE_MANIFEST_FILE += device/linaro/hikey/sensorhal/manifest.xml
51 DEVICE_MANIFEST_FILE += device/linaro/hikey/vr/manifest.xml
Dhikey.mk2 $(call inherit-product, device/linaro/hikey/hikey-common.mk)
13 PRODUCT_NAME := hikey
14 PRODUCT_DEVICE := hikey
Dhikey960.mk4 TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image.gz-dtb-hikey960-$(TARGET_KERNEL_USE)
5 TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi3660-hikey960.dtb-$(TARGET_KERNEL_USE)
22 $(call inherit-product, device/linaro/hikey/hikey960/device-hikey960.mk)
23 $(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-userdebug \
/device/linaro/hikey/l-loader/
DMakefile1 .PHONY: hikey
2 hikey: target
3 $(MAKE) -f hikey.mk
5 .PHONY: hikey-clean
6 hikey-clean:
7 $(MAKE) -f hikey.mk clean
/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/
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dmap_hikey.txt4 objs/hikey/xa-vorbis-decoder.o (xa_vorbis_dec)
6 objs/hikey/arch_hifi330.o (xthal_window_spill_nw)
8 objs/hikey/xf-shmem.o (xthal_dcache_region_invalidate)
10 objs/hikey/xf-shmem.o (xthal_dcache_region_writeback)
20 objs/hikey/cpu_c.o (xthal_get_intenable)
22 objs/hikey/cpu_c.o (xthal_set_intenable)
24 objs/hikey/arch_hifi330.o (xthal_restore_extra_nw)
26 objs/hikey/arch_hifi330.o (xthal_save_extra_nw)
28 objs/hikey/xf-main.o (_xtos_ints_on)
30 objs/hikey/mutex.o (_xtos_ints_off)
[all …]
/device/linaro/hikey/hikey960/
Ddevice-hikey960.mk21 device/linaro/hikey/fstab.ramdisk:$(TARGET_COPY_OUT_RAMDISK)/fstab.hikey960 \
22 …device/linaro/hikey/hikey960/init.hikey960.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960.rc \
23 …device/linaro/hikey/init.hikey960.power.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960.power.…
24 device/linaro/hikey/init.common.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960.usb.rc \
25 device/linaro/hikey/ueventd.common.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \
26 device/linaro/hikey/common.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/hikey960.kl \
32 …device/linaro/hikey/bt-wifi-firmware-util/TIInit_11.8.32-pcm-960.bts:$(TARGET_COPY_OUT_VENDOR)/fir…
36 …device/linaro/hikey/bt-wifi-firmware-util/wl18xx-fw-4.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/ti-co…
37 …device/linaro/hikey/bt-wifi-firmware-util/wl18xx-conf-wl1837mod.bin:$(TARGET_COPY_OUT_VENDOR)/firm…
41 …device/linaro/hikey/hifi/firmware/hifi-hikey960.img:$(TARGET_COPY_OUT_VENDOR)/firmware/hifi/hifi.i…
[all …]
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
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/
Dhikey.rst21 `link <https://github.com/96boards-hikey/edk2/tree/testing/hikey960_v2.5>`__
24 `link <https://github.com/96boards-hikey/OpenPlatformPkg/tree/testing/hikey960_v1.3.4>`__
27 `link <https://github.com/96boards-hikey/l-loader/tree/testing/hikey960_v1.2>`__
33 `link <https://github.com/96boards-hikey/atf-fastboot/tree/master>`__
45 git clone https://github.com/96boards-hikey/edk2 -b testing/hikey960_v2.5
46 git clone https://github.com/96boards-hikey/OpenPlatformPkg -b testing/hikey960_v1.3.4
47 git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2
49 git clone https://github.com/96boards-hikey/atf-fastboot
60 - If your hikey hardware is built by CircuitCo, update *uefi-tools/platform.config* first. *(optio…
62 console on hikey.**
[all …]
Dhikey960.rst21 `link <https://github.com/96boards-hikey/edk2/tree/testing/hikey960_v2.5>`__
24 `link <https://github.com/96boards-hikey/OpenPlatformPkg/tree/testing/hikey960_v1.3.4>`__
27 `link <https://github.com/96boards-hikey/l-loader/tree/testing/hikey960_v1.2>`__
42 git clone https://github.com/96boards-hikey/edk2 -b testing/hikey960_v2.5
43 git clone https://github.com/96boards-hikey/OpenPlatformPkg -b testing/hikey960_v1.3.4
44 git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2
131 `link <https://github.com/96boards-hikey/tools-images-hikey960>`__
151 - Remove the modemmanager package. This package may causes hikey\_idt tool failure.
188 - Reference `link <https://github.com/96boards-hikey/tools-images-hikey960/blob/master/build-from-…
/device/linaro/hikey/bootloader/
DMakefile3 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 && \
34 make CROSS_COMPILE=arm-linux-androideabi- hikey && \
/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)),)
4 MKDTIMG := device/linaro/hikey/installer/hikey960/mkdtimg

123