Searched full:hikey (Results 1 – 25 of 30) sorted by relevance
12
/openbmc/u-boot/board/hisilicon/hikey/ |
H A D | README | 4 HiKey is the first certified 96Boards Consumer Edition board. The board/SoC has: - 12 The HiKey schematic can be found here: - 13 https://github.com/96boards/documentation/blob/master/consumer/hikey/hikey620/hardware-docs/HiKey_s… 16 https://github.com/96boards/documentation/blob/master/consumer/hikey/hikey620/hardware-docs/Hi6220V… 24 The HiKey U-Boot port has been tested with l-loader, booting ATF, which then boots 32 > mkdir -p ~/hikey/src ~/hikey/bin 33 > cd ~/hikey/src 34 > git clone https://github.com/96boards-hikey/edk2 -b testing/hikey960_v2.5 36 > git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2 37 > git clone https://github.com/96boards-hikey/OpenPlatformPkg -b testing/hikey960_v1.3.4 [all …]
|
H A D | build-tf.mak | 9 BL33_HIKEY := $(output_dir)/u-boot-hikey.bin 30 @echo "Build TF for Hikey..." 37 PLAT=hikey 39 cp build/hikey/debug/bl1.bin $(output_dir)/bl1-hikey.bin 40 cp build/hikey/debug/fip.bin $(output_dir)/fip-hikey.bin
|
H A D | MAINTAINERS | 1 HIKEY BOARD 4 F: board/hisilicon/hikey 5 F: include/configs/hikey.h
|
H A D | Kconfig | 4 default "hikey" 13 default "hikey"
|
H A D | Makefile | 6 obj-y := hikey.o
|
H A D | hikey.c | 452 * the kernel. This will then match the kernel hikey dts memory node. in dram_init_banksize()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | hi6220-hikey.dts | 2 * dts file for Hisilicon HiKey Development Board 16 model = "HiKey Development Board"; 17 compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220";
|
H A D | Makefile | 17 dtb-$(CONFIG_TARGET_HIKEY) += hi6220-hikey.dtb
|
/openbmc/u-boot/configs/ |
H A D | hikey_defconfig | 4 CONFIG_IDENT_STRING="hikey" 18 CONFIG_DEFAULT_DEVICE_TREE="hi6220-hikey"
|
/openbmc/u-boot/include/configs/ |
H A D | hikey.h | 7 * Configuration for HiKey 96boards CE. Parts were derived from other ARM 78 "fdtfile=hi6220-hikey.dtb\0" \
|
/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | Makefile | 5 dtb-$(CONFIG_ARCH_HISI) += hi6220-hikey.dtb
|
H A D | hi6220-hikey.dts | 3 * dts file for Hisilicon HiKey Development Board 11 #include "hikey-pinctrl.dtsi" 15 model = "HiKey Development Board"; 16 compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220";
|
H A D | hi3660-hikey960.dts | 212 * Line names are taken from "HiKey 960 Board ver A" schematics
|
H A D | hikey-pinctrl.dtsi | 3 * pinctrl dts fils for Hislicon HiKey development board
|
/openbmc/linux/drivers/misc/ |
H A D | hisi_hikey_usb.c | 3 * Support for usb functionality of Hikey series boards 276 MODULE_DESCRIPTION("Driver Support for USB functionality of Hikey");
|
H A D | Kconfig | 254 some Kirin chipsets, like the one at Hikey 970. 487 tristate "USB GPIO Hub on HiSilicon Hikey 960/970 Platform" 492 found on HiKey 960/970 boards, which is necessary to support
|
/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/ |
H A D | hisilicon.yaml | 39 - const: hisilicon,hi6220-hikey
|
/openbmc/linux/Documentation/devicetree/bindings/display/hisilicon/ |
H A D | dw-dsi.txt | 17 A example of HiKey board hi6220 SoC and board specific DT entry:
|
H A D | hisi-ade.txt | 35 A example of HiKey board hi6220 SoC specific DT entry:
|
/openbmc/u-boot/arch/arm/ |
H A D | Kconfig | 1132 bool "Support HiKey 96boards Consumer Edition Platform" 1142 Support for HiKey 96boards platform. It features a HI6220 1618 source "board/hisilicon/hikey/Kconfig"
|
/openbmc/linux/samples/bpf/ |
H A D | cpustat_kern.c | 10 * on 96boards Hikey with octa CA53 CPUs.
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | snps,dwc3.yaml | 253 avoid -EPROTO errors with usbhid on some devices (Hikey 970).
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-kirin.c | 58 * This is used on HiKey 970, which has a PEX 8606 bridge with 4 connected
|
/openbmc/linux/drivers/regulator/ |
H A D | Kconfig | 441 This is used on Kirin 3670 boards, like HiKey 970.
|
/openbmc/linux/ |
H A D | MAINTAINERS | 9528 HISILICON SPMI CONTROLLER DRIVER FOR HIKEY 970 9535 HISILICON SPMI PMIC DRIVER FOR HIKEY 6421v600
|
12