.. |
arm_assert.c
|
Replaces last three commits. Does the same thing, but does it in a way that does not change the usage model.
|
2016-06-21 05:26:08 -06:00 |
arm_blocktask.c
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
arm_coherent_dcache.c
|
|
|
arm_copyarmstate.c
|
|
|
arm_copyfullstate.c
|
|
|
arm_dataabort.c
|
Add underscore at beginning of alert() as well
|
2016-06-16 12:38:05 -06:00 |
arm_doirq.c
|
Fix STM32 RTC Alarm interrupts. They were being enabled BEFORE the interrupt system was being initialized.
|
2016-07-23 10:36:06 -06:00 |
arm_elf.c
|
armv7-r/armv7-m: Convert *err() to either *info() or add ERROR:, depending on if an error is reported
|
2016-06-17 15:57:52 -06:00 |
arm_fpuconfig.S
|
ARMv7-R: fix some issues to get a clean compilation; TMS570: Add enough logic to support a minimum build. Not much there on the initial commit
|
2015-12-16 09:03:14 -06:00 |
arm_fullcontextrestore.S
|
TMS570: Add a little more IRQ/FIQ logic
|
2015-12-21 10:57:01 -06:00 |
arm_head.S
|
TMS570: reset stack pointer before calling os_start
|
2015-12-29 07:56:22 -06:00 |
arm_initialstate.c
|
|
|
arm_l2cc_pl310.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
arm_memcpy.S
|
ARMv7-R: fix some issues to get a clean compilation; TMS570: Add enough logic to support a minimum build. Not much there on the initial commit
|
2015-12-16 09:03:14 -06:00 |
arm_mpu.c
|
ARMv7-M: Add MPU support
|
2015-12-14 15:38:58 -06:00 |
arm_prefetchabort.c
|
Add underscore at beginning of alert() as well
|
2016-06-16 12:38:05 -06:00 |
arm_releasepending.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
arm_reprioritizertr.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
arm_restorefpu.S
|
ARMv7-R: fix some issues to get a clean compilation; TMS570: Add enough logic to support a minimum build. Not much there on the initial commit
|
2015-12-16 09:03:14 -06:00 |
arm_savefpu.S
|
|
|
arm_saveusercontext.S
|
ARMv7-R: fix some issues to get a clean compilation; TMS570: Add enough logic to support a minimum build. Not much there on the initial commit
|
2015-12-16 09:03:14 -06:00 |
arm_schedulesigaction.c
|
armv7-r/armv7-m: Convert *err() to either *info() or add ERROR:, depending on if an error is reported
|
2016-06-17 15:57:52 -06:00 |
arm_sigdeliver.c
|
armv7-r/armv7-m: Convert *err() to either *info() or add ERROR:, depending on if an error is reported
|
2016-06-17 15:57:52 -06:00 |
arm_signal_dispatch.c
|
TMS570: Add a little more IRQ/FIQ logic
|
2015-12-21 10:57:01 -06:00 |
arm_signal_handler.S
|
ARMv7-R: fix some issues to get a clean compilation; TMS570: Add enough logic to support a minimum build. Not much there on the initial commit
|
2015-12-16 09:03:14 -06:00 |
arm_syscall.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
arm_testset.S
|
Correct some comments
|
2016-02-09 13:48:16 -06:00 |
arm_unblocktask.c
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
arm_undefinedinsn.c
|
Add underscore at beginning of alert() as well
|
2016-06-16 12:38:05 -06:00 |
arm_vectoraddrexcptn.S
|
|
|
arm_vectors.S
|
TMS570: Add a little more IRQ/FIQ logic
|
2015-12-21 10:57:01 -06:00 |
arm_vectortab.S
|
|
|
arm_vfork.S
|
|
|
arm.h
|
ARMv7-R and TMS570: Re-orider some initialization logic. __start used to called arm_boot() which would return. Then __start would call os_start(). That won't work for the TMS570 if is does a destructive memory tested because the return information will be lost in the stack. Also comment a nuisance assertion. The assertion is probably correct but certainly a nuisance during initial testing
|
2015-12-28 16:15:33 -06:00 |
cache.h
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
cp15_cacheops.h
|
ARMv7-R: Review/update cache operations
|
2015-12-14 12:32:32 -06:00 |
cp15_clean_dcache.S
|
Update CP15 access macros
|
2015-12-14 13:02:54 -06:00 |
cp15_coherent_dcache.S
|
Update CP15 access macros
|
2015-12-14 13:02:54 -06:00 |
cp15_flush_dcache.S
|
Update CP15 access macros
|
2015-12-14 13:02:54 -06:00 |
cp15_invalidate_dcache_all.S
|
|
|
cp15_invalidate_dcache.S
|
Update CP15 access macros
|
2015-12-14 13:02:54 -06:00 |
cp15.h
|
ARMv7-M: Add MPU support
|
2015-12-14 15:38:58 -06:00 |
fpu.h
|
|
|
Kconfig
|
TMS570: Add a little more IRQ/FIQ logic
|
2015-12-21 10:57:01 -06:00 |
l2cc_pl310.h
|
ARMv7-R: L2CC_VBASE->L2CC_BASE
|
2015-12-28 16:32:34 -06:00 |
l2cc.h
|
|
|
mpu.h
|
armv7-r/armv7-m: Convert *err() to either *info() or add ERROR:, depending on if an error is reported
|
2016-06-17 15:57:52 -06:00 |
sctlr.h
|
TMS570: More start-up logic
|
2015-12-18 08:57:29 -06:00 |
svcall.h
|
TMS570: Add a little more IRQ/FIQ logic
|
2015-12-21 10:57:01 -06:00 |
Toolchain.defs
|
WINTOOl should be selected only for Cygwin. MSYS and native should not have it.
|
2016-01-09 16:34:33 -06:00 |