]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm64: add support for Ka-Ro TXSD-410E karo-txsd KARO-TXSD-2017-03-15
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 15 Mar 2017 08:10:30 +0000 (09:10 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 15 Mar 2017 08:10:30 +0000 (09:10 +0100)
commit30f98c375bbaec314c2ff41dd83e67bff0a4ec4e
tree52ffd2b7d39c140cf4fec4d2fe8334ef23d81401
parente1a81838cb47fffcc41a95c9175f3f3eab432070
arm64: add support for Ka-Ro TXSD-410E

The TXSD-410E is a SoM compatible to the Qualcomm Dragonboard410c but
in a form factor compatible with the TX module family manufactured by
Ka-Ro electronics GmbH.
21 files changed:
arch/arm/dts/Makefile
arch/arm/dts/txsd-410e.dts [new file with mode: 0644]
arch/arm/mach-snapdragon/Kconfig
board/karo/common/Makefile [new file with mode: 0644]
board/karo/common/env.c [new file with mode: 0644]
board/karo/common/fdt.c [new file with mode: 0644]
board/karo/common/karo.h [new file with mode: 0644]
board/karo/common/lcd.c [new file with mode: 0644]
board/karo/common/mmc.c [new file with mode: 0644]
board/karo/common/splashimage.c [new file with mode: 0644]
board/karo/txsd/Kconfig [new file with mode: 0644]
board/karo/txsd/MAINTAINERS [new file with mode: 0644]
board/karo/txsd/Makefile [new file with mode: 0644]
board/karo/txsd/README [new file with mode: 0644]
board/karo/txsd/config.mk [new file with mode: 0644]
board/karo/txsd/head.S [new file with mode: 0644]
board/karo/txsd/txsd.c [new file with mode: 0644]
board/karo/txsd/u-boot.lds [new file with mode: 0644]
configs/txsd-410e_defconfig [new file with mode: 0644]
include/configs/txsd.h [new file with mode: 0644]
scripts/config_whitelist.txt