Home
last modified time | relevance | path

Searched refs:CONFIG_CPU_V7 (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/
H A DMakefile6 CONFIG_CPU_V7= macro
19 arch-$(CONFIG_CPU_V7) =$(call cc-option, -march=armv7-a, \
43 tune-$(CONFIG_CPU_V7) =
/rk3399_rockchip-uboot/arch/arm/mach-exynos/
H A Dsoc.c24 #ifdef CONFIG_CPU_V7 in reset_cpu()
H A DMakefile9 obj-$(CONFIG_CPU_V7) += clock.o pinmux.o power.o system.o
/rk3399_rockchip-uboot/arch/arm/mach-at91/
H A Dconfig.mk5 ifeq ($(CONFIG_CPU_V7),y)
H A DMakefile21 obj-$(CONFIG_CPU_V7) += armv7/
/rk3399_rockchip-uboot/configs/
H A Drk3528-aarch32.config7 CONFIG_CPU_V7=y
H A Drk3562-aarch32.config7 CONFIG_CPU_V7=y
H A Drv1126b-aarch32.config6 CONFIG_CPU_V7=y
H A Drk3568-aarch32.config7 CONFIG_CPU_V7=y
H A Drk3588-aarch32.config7 CONFIG_CPU_V7=y
/rk3399_rockchip-uboot/cmd/
H A Dboot.c24 #ifdef CONFIG_CPU_V7 in do_go_exec()
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A DMakefile36 obj-$(CONFIG_CPU_V7) += arm32/
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dsystem.h495 #elif defined(CONFIG_CPU_V7)
537 #ifdef CONFIG_CPU_V7
/rk3399_rockchip-uboot/drivers/serial/
H A Darm_dcc.c23 #if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7)
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcache-cp15.c182 #elif defined(CONFIG_CPU_V7) in mmu_setup()
/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.c34 #if (CONFIG_ARM && CONFIG_CPU_V7 && !defined(CONFIG_MMC_SIMPLE))