.. |
addrenv.h
|
|
|
arm_addrenv_kstack.c
|
|
|
arm_addrenv_shm.c
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
arm_addrenv_ustack.c
|
|
|
arm_addrenv_utils.c
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
arm_addrenv.c
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
arm_allocpage.c
|
arch/arm/src/armv7-a: Remove inclusion pg_macros.h for armv7-a since this header file does not exist.
|
2019-03-19 11:13:27 -06:00 |
arm_assert.c
|
arch/xxx/src/xxx/up_assert.c: Dump CPU0 IDLE stack only when PID equals 0. IDLE threads of other CPUs do not need this special check
|
2019-01-26 10:59:23 -06:00 |
arm_blocktask.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
arm_cache.c
|
ARMv7-A/R: Add barriers.h header file for consistency with ARMv7-M.
|
2019-03-19 13:20:23 -06:00 |
arm_checkmapping.c
|
|
|
arm_copyarmstate.c
|
|
|
arm_copyfullstate.c
|
|
|
arm_cpuhead.S
|
arch/arm/src/armv7-a: Guard some assembly files if configuration not selected.
|
2019-03-19 11:15:21 -06:00 |
arm_cpuidlestack.c
|
|
|
arm_cpuindex.c
|
|
|
arm_cpupause.c
|
|
|
arm_cpustart.c
|
|
|
arm_dataabort.c
|
|
|
arm_doirq.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
arm_fetchadd.S
|
|
|
arm_fpuconfig.S
|
arch/arm/src/armv7-a: Guard some assembly files if configuration not selected.
|
2019-03-19 11:15:21 -06:00 |
arm_fullcontextrestore.S
|
arch/arm/armv7-a: Support thumb mode and fix interworking issue.
|
2019-03-19 11:10:41 -06:00 |
arm_gicv2_dump.c
|
|
|
arm_gicv2.c
|
arch/arm/src/armv7-a/arm_gicv2.c: Don't use GIC_ICDDCR_ENABLEGRP1 for NONSECURE since this bit doesn't exist in this mode.
|
2019-03-19 11:20:45 -06:00 |
arm_head.S
|
arch/arm/src/armv7-a/arm_head.S: add weak attribute to arm_data_initialize so platform could provide the new implemenation as needed.
|
2019-03-19 11:16:52 -06:00 |
arm_initialstate.c
|
arch/arm/armv7-a: Support thumb mode and fix interworking issue.
|
2019-03-19 11:10:41 -06:00 |
arm_l2cc_pl310.c
|
|
|
arm_mmu.c
|
arm/armv7-a: Add mmu_l1_map_regions() to remove the code duplication.
|
2019-03-19 11:30:37 -06:00 |
arm_pgalloc.c
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
arm_pghead.S
|
arch/arm/src/armv7-a/arm_head.S: add weak attribute to arm_data_initialize so platform could provide the new implemenation as needed.
|
2019-03-19 11:16:52 -06:00 |
arm_pginitialize.c
|
|
|
arm_physpgaddr.c
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
arm_prefetchabort.c
|
|
|
arm_releasepending.c
|
|
|
arm_reprioritizertr.c
|
Replace non critical PANIC with DEBUGPANIC to save the code space
|
2018-08-24 06:21:15 -06:00 |
arm_restorefpu.S
|
|
|
arm_savefpu.S
|
|
|
arm_saveusercontext.S
|
arch/arm/src/armv7-a: Remove inclusion pg_macros.h for armv7-a since this header file does not exist.
|
2019-03-19 11:13:27 -06:00 |
arm_schedulesigaction.c
|
arch/arm/armv7-a: Support thumb mode and fix interworking issue.
|
2019-03-19 11:10:41 -06:00 |
arm_scu.c
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
arm_sigdeliver.c
|
arch/: Fix an interlock that was broken by commit 641a98a434 in all implementations of up_sigdeliver.
|
2019-02-03 17:14:32 -06:00 |
arm_signal_dispatch.c
|
|
|
arm_syscall.c
|
arm syscalls: svcall/sycall logic needs to get the ucontext argument from R4 instead of stack since all syscall parameters pass from registers in syscall.h
|
2018-08-24 07:11:18 -06:00 |
arm_testset.S
|
|
|
arm_unblocktask.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
arm_undefinedinsn.c
|
|
|
arm_va2pte.c
|
arch/arm/src/armv7-a: Remove inclusion pg_macros.h for armv7-a since this header file does not exist.
|
2019-03-19 11:13:27 -06:00 |
arm_vectoraddrexcptn.S
|
|
|
arm_vectors.S
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:39:38 -06:00 |
arm_vectortab.S
|
|
|
arm_vfork.S
|
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
|
2019-02-04 13:42:51 -06:00 |
arm_virtpgaddr.c
|
|
|
arm.h
|
|
|
barriers.h
|
ARMv7-A/R: Add barriers.h header file for consistency with ARMv7-M.
|
2019-03-19 13:20:23 -06:00 |
cp15_cacheops.h
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
cp15_clean_dcache.S
|
|
|
cp15_coherent_dcache.S
|
|
|
cp15_flush_dcache.S
|
arch/arm/src/armv7-a: Replicate the same fix was previously commited for the armv7-r.
|
2018-09-20 21:40:29 -06:00 |
cp15_invalidate_dcache_all.S
|
|
|
cp15_invalidate_dcache.S
|
|
|
cp15.h
|
|
|
crt0.c
|
|
|
fpu.h
|
|
|
gic.h
|
arch/arm/src/armv7-a: Fix assemble error when including gic.h
|
2019-03-19 11:19:09 -06:00 |
gtm.h
|
|
|
Kconfig
|
|
|
l2cc_pl310.h
|
|
|
l2cc.h
|
|
|
mmu.h
|
arch/arm: Add the initial cortex-a7 archtiecture support
|
2019-03-19 11:51:29 -06:00 |
mpcore.h
|
arch/arm: Add the initial cortex-a7 archtiecture support
|
2019-03-19 11:51:29 -06:00 |
pgalloc.h
|
|
|
sctlr.h
|
arch/arm/src/armv7-a/sctlr.h: Add SCR bit definitions.
|
2019-03-19 11:22:44 -06:00 |
scu.h
|
|
|
smp.h
|
|
|
svcall.h
|
|
|
Toolchain.defs
|
arch/arm: Add the initial cortex-a7 archtiecture support
|
2019-03-19 11:51:29 -06:00 |