]> git.ipfire.org Git - people/ms/u-boot.git/commit
mips: ath79: Add AR934x support
authorMarek Vasut <marex@denx.de>
Fri, 6 May 2016 18:10:40 +0000 (20:10 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 20 May 2016 23:36:39 +0000 (01:36 +0200)
commite08539b791336c45ca05ebdf55137a26baaba95e
tree3eb7cfe6092042791290753f1f0fdbbfd7b312b4
parent4771bbee5d7f7857de47794e9636783d55c438f6
mips: ath79: Add AR934x support

Add support for the Atheros AR934x WiSoCs. This patchs adds complete
system init, including PLL and DRAM init, both of which happen from
full C environment, since the AR934x has proper SRAM.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Wills Wang <wills.wang@live.com>
arch/mips/dts/ar934x.dtsi [new file with mode: 0644]
arch/mips/mach-ath79/Kconfig
arch/mips/mach-ath79/Makefile
arch/mips/mach-ath79/ar934x/Makefile [new file with mode: 0644]
arch/mips/mach-ath79/ar934x/clk.c [new file with mode: 0644]
arch/mips/mach-ath79/ar934x/cpu.c [new file with mode: 0644]
arch/mips/mach-ath79/ar934x/ddr.c [new file with mode: 0644]
arch/mips/mach-ath79/include/mach/ar71xx_regs.h
arch/mips/mach-ath79/include/mach/ath79.h