Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 12, 2023
1 parent 867ff65 commit 5a6ee0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/SyterKit
Submodule SyterKit updated 64 files
+4 −1 CMakeLists.txt
+3 −1 app/CMakeLists.txt
+0 −2 app/cli_test/CMakeLists.txt
+29 −0 app/common/README.md
+0 −0 app/common/eabi_compat.c
+10 −10 app/common/start.S
+0 −2 app/fdt_cli/CMakeLists.txt
+0 −14 app/fdt_cli/eabi_compat.c
+0 −226 app/fdt_cli/start.S
+0 −2 app/fdt_parser/CMakeLists.txt
+0 −17 app/fdt_parser/eabi_compat.c
+0 −226 app/fdt_parser/start.S
+0 −2 app/hello_world/CMakeLists.txt
+0 −14 app/hello_world/eabi_compat.c
+0 −226 app/hello_world/start.S
+0 −2 app/init_dram/CMakeLists.txt
+0 −14 app/init_dram/eabi_compat.c
+0 −226 app/init_dram/start.S
+0 −2 app/load_e907/CMakeLists.txt
+0 −17 app/load_e907/eabi_compat.c
+0 −226 app/load_e907/start.S
+0 −2 app/read_chip_efuse/CMakeLists.txt
+0 −14 app/read_chip_efuse/eabi_compat.c
+0 −226 app/read_chip_efuse/start.S
+0 −2 app/read_chipsid/CMakeLists.txt
+0 −14 app/read_chipsid/eabi_compat.c
+0 −226 app/read_chipsid/start.S
+0 −2 app/syter_amp/CMakeLists.txt
+0 −14 app/syter_amp/eabi_compat.c
+0 −226 app/syter_amp/start.S
+0 −2 app/syter_boot/CMakeLists.txt
+0 −14 app/syter_boot/eabi_compat.c
+272 −110 app/syter_boot/main.c
+0 −226 app/syter_boot/start.S
+5 −0 app/syter_boot_spi/CMakeLists.txt
+361 −0 app/syter_boot_spi/main.c
+0 −2 app/syter_bootargs/CMakeLists.txt
+0 −14 app/syter_bootargs/eabi_compat.c
+0 −226 app/syter_bootargs/start.S
+17 −4 cmake/add_syterkit_app.cmake
+1 −1 drivers/sys-clk.c
+19 −19 drivers/sys-dram.c
+91 −5 include/arch/arm32.h
+4 −0 include/common.h
+25 −26 include/drivers/sys-dram.h
+6 −4 include/drivers/sys-sid.h
+2 −0 include/fdt_wrapper.h
+1 −1 include/io.h
+0 −300 include/lib/cJSON/cJSON.h
+0 −88 include/lib/cJSON/cJSON_Utils.h
+1 −1 include/log.h
+97 −0 include/reg/reg-ncat.h
+26 −0 include/smalloc.h
+4 −0 include/string.h
+0 −3 include/types.h
+1 −2 lib/CMakeLists.txt
+0 −6 lib/cJSON/CMakeLists.txt
+0 −3,119 lib/cJSON/cJSON.c
+0 −1,481 lib/cJSON/cJSON_Utils.c
+52 −0 src/cache.S
+65 −2 src/common.c
+7 −0 src/fdt_wrapper.c
+126 −0 src/smalloc.c
+43 −0 src/string/string.c

0 comments on commit 5a6ee0b

Please sign in to comment.