rt-thread-official/libcpu/arm/am335x
liruncong af1044955a 修正am335x中mmu问题
1) mmu_disable_dcache/mmu_enable_dcache等, 应使用rt_cpu_xxx相关函数,否则会跑飞. armcc并没有提供rt_cpu_xxx对应汇编代码,先删除
2) mmu_setmtt抽取为函数mmu_setmtts,并增加RT_WEAK.mmu_setmtts此处作为示例函数.实际用户板子可在bsp中重新实现该函数.可在rt_components_board_init函数前调用rt_hw_mmu_init
2018-09-15 11:37:14 +08:00
..
am33xx.h add CM_PER_UARTx_CLKCTRL 2014-01-11 15:14:36 +08:00
context_gcc.S Import beaglebone porting 2013-09-20 21:20:51 +08:00
context_iar.S Add libcpu/arm/am335x/context_iar.S file 2017-02-06 21:57:15 +08:00
cp15_gcc.S Import beaglebone porting 2013-09-20 21:20:51 +08:00
cp15_iar.s Add iar compiler support for am335x. 2015-11-11 23:44:05 +08:00
cpu.c Add iar compiler support for am335x. 2015-11-11 23:44:05 +08:00
interrupt.c Add iar compiler support for am335x. 2015-11-11 23:44:05 +08:00
interrupt.h Import beaglebone porting 2013-09-20 21:20:51 +08:00
mmu.c 修正am335x中mmu问题 2018-09-15 11:37:14 +08:00
mmu.h 修正am335x中mmu问题 2018-09-15 11:37:14 +08:00
stack.c [libcpu]: add 8-byte alignment for arm architecture && optimize code format 2017-12-21 16:37:38 +08:00
start_gcc.S [libcpu]am335x edit vector 2014-08-12 18:26:22 +08:00
start_iar.s Add iar compiler support for am335x. 2015-11-11 23:44:05 +08:00
trap.c [libcpu]am335x edit vector 2014-08-12 18:26:22 +08:00
vector_gcc.S Import beaglebone porting 2013-09-20 21:20:51 +08:00