51 Commits

Author SHA1 Message Date
TXuian
3a99cc550c Support multithread server 2024-05-31 01:17:57 +08:00
TXuian
d05754a98e Fix a semaphore.c bug 2024-05-29 16:22:23 +08:00
TXuian
5a2c07e1a9 Support kernel semaphore. 2024-05-29 11:06:03 +08:00
TXuian
bd7966c5a3 Support armv8 smp 2024-05-28 15:11:38 +08:00
TXuian
6114b4618f Support armv8.(TODO: fix clock) 2024-05-28 10:54:21 +08:00
TXuian
71cf0c667c Support virt armv8.(Todo: fix clock intr) 2024-05-27 14:57:58 +08:00
TXuian
c1e99c449a Merge branch 'armv8' of https://gitlink.org.cn/tuyuyang/xiuos into armv8 2024-05-24 13:47:59 +08:00
TXuian
ba54936940 Fix session bug. 2024-05-24 13:45:27 +08:00
liuqh
0efbe375eb TODO: Support armv8 2024-05-24 13:43:31 +08:00
TXuian
dd0c6c66ed Fix ipc to support null pointer. 2024-05-22 15:46:36 +08:00
TXuian
2c4fe30bd3 Fix style. 2024-05-22 13:55:30 +08:00
TXuian
f7a232ed4f Fix minor cases. 2024-05-20 16:55:43 +08:00
TXuian
f4e193a738 Support Userland semaphore server 2024-05-20 14:29:22 +08:00
TXuian
4803239498 Support thread. 2024-05-19 11:48:43 +08:00
TXuian
0b858de120 Fix userland exit() type 2024-05-16 14:44:41 +08:00
TXuian
56ec6edbe5 Add README.md 2024-05-16 14:12:32 +08:00
TXuian
5a12635b85 Support Ipc server cycle handler. 2024-05-16 11:25:32 +08:00
TXuian
c6de550e45 Fix UserFS, support more blocks. 2024-05-16 10:34:39 +08:00
TXuian
52387d47a7 Change some compile flags. 2024-05-15 17:59:38 +08:00
TXuian
48abec8a00 Support imx6q-sabrelite userland timer driver. 2024-05-11 17:12:23 +08:00
TXuian
b6dd58c629 Optimize XiZi_AIoT FS fd allocation. 2024-05-09 16:01:43 +08:00
TXuian
3b011500f1 Change Service dir structure, erase uncessary hardkernel functions. 2024-05-08 15:22:08 +08:00
TXuian
50ecc1e520 Finish micorkernel functions. 2024-05-01 12:12:13 +08:00
TXuian
7a296b2744 Support blockiing server. 2024-04-30 22:52:28 +08:00
TXuian
3a985252d9 Support blocking server. 2024-04-30 18:17:31 +08:00
TXuian
3c6e8ce109 Enhance optimization and warning level. 2024-04-30 11:22:38 +08:00
TXuian
077dcd66ac Support O2 optimization 2024-04-29 18:27:28 +08:00
TXuian
8d2d7e3e09 Make sure that kernel is interrupt disabled. 2024-04-29 10:46:07 +08:00
TXuian
695dd91201 Close interrupt during trapframe construction. 2024-04-28 18:34:45 +08:00
TXuian
a24d73f710 Fully support userland interrupt handler. Use fixed common abort handler. 2024-04-28 14:44:49 +08:00
TXuian
a7cbb0d041 delete task only when it's not in running. 2024-04-26 17:39:23 +08:00
TXuian
03039cbdab fix sys_kill. 2024-04-26 11:05:10 +08:00
TXuian
52b549c14c support irq 2024-04-25 09:32:10 +08:00
TXuian
0f5527d73a Support smp for imx6q-sabrelite. 2024-03-21 14:54:52 +08:00
TXuian
50dab7b553 test cache 2024-03-18 11:17:55 +08:00
TXuian
d987bf0357 Support smp. TODO: delete all inner kernel locks. 2024-03-15 16:01:30 +08:00
TXuian
3dc6d58bdb Support whole kernel lock. TODO: fix spawn. 2024-03-14 14:28:11 +08:00
TXuian
01f4d45e0c Start multi cores in imx6q 2024-03-13 17:56:49 +08:00
TXuian
85b5d365df merge fs changes. 2024-03-12 16:37:08 +08:00
TXuian
e054bb4c59 Slightly fix directory structure. 2024-03-12 13:44:46 +08:00
TXuian
23d6224395 Add some ipc related comments; Fix one dabort and iabort bug. 2024-03-07 14:21:47 +08:00
TXuian
5f9478251b support zynq7000-zc702 2024-03-05 15:24:06 +08:00
Allenn
f68900bb14 update modification comment 2024-02-04 16:27:10 +08:00
Allenn
df6543d41a refactor: update filesystem 2024-02-04 16:10:53 +08:00
TXuian
7069f54ed9 Fix modification infomations. Reconstruct fs directory structure. 2024-02-02 18:21:04 +08:00
TXuian
6942ad6d1d XIZI_AIoT: Add modifications for all SDK files. Add libmalloc interfaces(not functional) 2024-02-02 11:10:55 +08:00
TXuian
494312183b Support XiZi_AIoT 2024-01-31 10:30:34 +08:00
Wang_Weigen
60e1c1bf8f add part of bsp for sabre lite board 2023-04-07 16:23:09 +08:00
Wang_Weigen
806492e271 1、modify the 'link.lds' file accroding to sdk;2、add irq enable and disable function 2023-01-11 14:32:41 +08:00
Wang_Weigen
6b091797ae 1、add 'menuconfig' function for XiZi_AIoT with imx6q-sabrelite board;2、add compilation function for AIoT system with imx6q-sabrelite board;3、add newlib base files;4、add startup files and irq function for imx6q-sabrelite 2023-01-03 10:14:05 +08:00