rt-thread-official/libcpu/aarch64/common
xqyjlj d23dd56692 🐞 fix(ktime): fix wrong boottime
因为tick从中断到设置中间的时延特别大,因此暂不采用tick做基准时间,直接取gtime的cnt做基准时间
2023-07-27 11:35:29 +08:00
..
SConscript [libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568 (#5722) 2022-03-29 11:08:25 +08:00
armv8.h AArch64: fixup fpu storage's size in stack and append Q16 ~ Q31 (#7815) 2023-07-15 15:21:23 +08:00
asm-fpu.h AArch64: fixup fpu storage's size in stack and append Q16 ~ Q31 (#7815) 2023-07-15 15:21:23 +08:00
asm-generic.h [libcpu][component][debug] add debug info for gdb (#7033) 2023-05-14 23:48:16 +08:00
atomic_aarch64.c AArch64: fixup HW atomic_t ops type from dword to qword (#7861) 2023-07-25 15:34:57 +08:00
backtrace.c [libcpu.aarch64] add rt_backtrace function. (#6982) 2023-02-27 10:04:10 +08:00
backtrace.h [libcpu.aarch64] add rt_backtrace function. (#6982) 2023-02-27 10:04:10 +08:00
cache.S [fixup] add cache maintenance ops; 2023-02-21 08:48:49 +08:00
cache.h [libcpu/aarch64] fix cache invalidate operation (#7363) 2023-04-26 17:17:42 +08:00
cache_ops.c [rt-smart] move sys_cacheflush to lwp_syscall.c (#7048) 2023-03-17 15:11:38 +08:00
context_gcc.S [libcpu/arm] fix race condition with ldrex,strex (#7842) 2023-07-25 14:07:44 +08:00
cp15.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
cpu.c AMP-step3: 添加conifg ARCH_ARM_CORTEX_A55, rt_hw_cpu_id_set 适配A55架构, 添加aarch64 rt_… (#7628) 2023-06-11 07:06:16 +08:00
cpu.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
cpu_gcc.S [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
cpu_ops_common.h [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
cpu_psci.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
cpu_spin_table.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
cpuport.h [libcpu][component][debug] add debug info for gdb (#7033) 2023-05-14 23:48:16 +08:00
entry_point.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
exception.c [fixup] add cache maintenance ops; 2023-02-21 08:48:49 +08:00
gic.c [fix]:修复GICv2、GICv3中断触发模式设置无效的问题 (#7358) 2023-04-24 17:06:31 +08:00
gic.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
gicv3.c 更新gicv3中断亲和性设置,重构api: arm_gic_send_affinity_sgi, 增加AMP宏判断, rt_ioremap和宏RT_USING_SMART解耦 2023-06-19 11:35:46 +08:00
gicv3.h 更新gicv3中断亲和性设置,重构api: arm_gic_send_affinity_sgi, 增加AMP宏判断, rt_ioremap和宏RT_USING_SMART解耦 2023-06-19 11:35:46 +08:00
gtimer.c 🐞 fix(ktime): fix wrong boottime 2023-07-27 11:35:29 +08:00
gtimer.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
hypercall.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
hypercall.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
interrupt.c 修复gicv2默认邦核失败 (#7723) 2023-06-26 21:30:27 +08:00
interrupt.h 更新gicv3中断亲和性设置,重构api: arm_gic_send_affinity_sgi, 增加AMP宏判断, rt_ioremap和宏RT_USING_SMART解耦 2023-06-19 11:35:46 +08:00
mmu.c AArch64: support public linker scripts (#7831) 2023-07-25 21:31:44 +08:00
mmu.h [components/mm] support for scalable memory management (#7277) 2023-04-22 23:59:11 +08:00
psci.c 添加无设备树模式PSCI 2023-06-11 07:07:52 +08:00
psci.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
psci_api.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
smccc.S [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
smccc.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
stack.c AArch64: fixup fpu storage's size in stack and append Q16 ~ Q31 (#7815) 2023-07-15 15:21:23 +08:00
startup_gcc.S [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
tlb.h [fix] pipeline 2023-02-21 08:48:49 +08:00
trap.c [kernel] 将rt_thread结构体改为显式继承rt_object (#7131) 2023-04-04 09:06:27 -04:00
vector_gcc.S [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00