]> git.ipfire.org Git - people/ms/u-boot.git/commit
mips: add base support for QCA/Atheros ath79 SOCs
authorWills Wang <wills.wang@live.com>
Wed, 16 Mar 2016 08:59:52 +0000 (16:59 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 20 May 2016 23:25:50 +0000 (01:25 +0200)
commit1d3d0f1f1cd8bac8ea0135c92a2bcd5020abfb1d
treef860e8ae8b68fd43f8dd19412aed0e7f6da51585
parent4a48cfc4e57b4b247d94a614b2fbfcf03aa45ea1
mips: add base support for QCA/Atheros ath79 SOCs

This patch add some common code for QCA/Atheros ath79 SOCs such as
DDR tuning, chip reset and CPU detection.

Signed-off-by: Wills Wang <wills.wang@live.com>
12 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/include/asm/global_data.h
arch/mips/mach-ath79/Kconfig [new file with mode: 0644]
arch/mips/mach-ath79/Makefile [new file with mode: 0644]
arch/mips/mach-ath79/cpu.c [new file with mode: 0644]
arch/mips/mach-ath79/dram.c [new file with mode: 0644]
arch/mips/mach-ath79/include/mach/ar71xx_regs.h [new file with mode: 0644]
arch/mips/mach-ath79/include/mach/ath79.h [new file with mode: 0644]
arch/mips/mach-ath79/include/mach/ddr.h [new file with mode: 0644]
arch/mips/mach-ath79/include/mach/reset.h [new file with mode: 0644]
arch/mips/mach-ath79/reset.c [new file with mode: 0644]