u-boot/arch/mips/mach-ath79
Daniel Schwierzeck af3971f81a MIPS: make inclusion of ROM exception vectors configurable
This adds a compile time option to include code for static
exception vectors. Static exception vectors are only needed,
when the U-Boot entry point is equal to the CPU reset exception
vector address. For instance this is the case when U-Boot is
used as ROM in Qemu or booted from parallel NOR flash. When
U-Boot is booted from RAM (e.g. loaded there by SPL), the
exception vectors need to be setup dynamically, which is done
in follow-up commits.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2016-11-30 16:07:17 +01:00
..
ar933x mips: ath79: Rename get_bootstrap into ath79_get_bootstrap 2016-05-31 10:17:54 +02:00
ar934x mips: ath79: Rename get_bootstrap into ath79_get_bootstrap 2016-05-31 10:17:54 +02:00
include/mach mips: ath79: Use AR933X_PLL_SWITCH_CLOCK_CONTROL_REG macro define 2016-05-31 10:17:54 +02:00
qca953x mips: ath79: Rename get_bootstrap into ath79_get_bootstrap 2016-05-31 10:17:54 +02:00
Kconfig MIPS: make inclusion of ROM exception vectors configurable 2016-11-30 16:07:17 +01:00
Makefile mips: ath79: Add AR934x support 2016-05-21 01:36:39 +02:00
cpu.c MIPS: ath79: Use mach_cpu_init instead of arch_cpu_init 2016-09-21 15:04:04 +02:00
dram.c mips: add base support for QCA/Atheros ath79 SOCs 2016-05-21 01:25:50 +02:00
reset.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00