]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx: mx6: add initial support for i.MX6DL
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 22 Jul 2013 10:29:51 +0000 (12:29 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 22 Jul 2013 10:29:51 +0000 (12:29 +0200)
commit17b5f3ac985c640ce526a2a7f91f205035a07d35
tree2bc8bcd6435399942ab6e181c0ae8722e30ce1e3
parent473d48ffcfbb2885afc62e463c1fc4fbf523fdac
imx: mx6: add initial support for i.MX6DL
13 files changed:
arch/arm/dts/mx6dl.dtsi [new file with mode: 0644]
arch/arm/include/asm/arch-mx6/iomux-mx6dl.h [new file with mode: 0644]
arch/arm/include/asm/arch-mx6/iomux-mx6q.h [new file with mode: 0644]
arch/arm/include/asm/arch-mx6/iomux-mx6sl.h [new file with mode: 0644]
board/karo/dts/tx6dl.dts [new file with mode: 0644]
board/karo/tx6dl/Makefile [new file with mode: 0644]
board/karo/tx6dl/config.mk [new file with mode: 0644]
board/karo/tx6dl/flash.c [new file with mode: 0644]
board/karo/tx6dl/lowlevel_init.S [new file with mode: 0644]
board/karo/tx6dl/tx6dl.c [new file with mode: 0644]
board/karo/tx6dl/u-boot.lds [new file with mode: 0644]
boards.cfg
include/configs/tx6dl.h [new file with mode: 0644]