From 2c4b02249ec4355a73b826909ab1889e45871faf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 31 Aug 2024 10:47:14 +0200 Subject: Saving progress on User scheduler implementation. + Working on RISC-V, ARM64, POWER64 HALs, to be able to distribute mulitple versions of the product. Signed-off-by: Amlal El Mahrouss --- doc/DDK Driver ToolKit Internal SPECS.pdf | Bin 24997 -> 0 bytes doc/DDK.pdf | Bin 0 -> 24997 bytes doc/EPM.pdf | Bin 0 -> 12517 bytes doc/Explicit Partition Map.pdf | Bin 12517 -> 0 bytes doc/MobilePlatform.pdf | Bin 1318630 -> 0 bytes doc/OS-Design.drawio | 19 ++++++++----------- doc/SCHEDULER_INFO.md | 7 +++---- 7 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 doc/DDK Driver ToolKit Internal SPECS.pdf create mode 100644 doc/DDK.pdf create mode 100644 doc/EPM.pdf delete mode 100644 doc/Explicit Partition Map.pdf delete mode 100644 doc/MobilePlatform.pdf (limited to 'doc') diff --git a/doc/DDK Driver ToolKit Internal SPECS.pdf b/doc/DDK Driver ToolKit Internal SPECS.pdf deleted file mode 100644 index 7029e0cc..00000000 Binary files a/doc/DDK Driver ToolKit Internal SPECS.pdf and /dev/null differ diff --git a/doc/DDK.pdf b/doc/DDK.pdf new file mode 100644 index 00000000..7029e0cc Binary files /dev/null and b/doc/DDK.pdf differ diff --git a/doc/EPM.pdf b/doc/EPM.pdf new file mode 100644 index 00000000..d9eeebc9 Binary files /dev/null and b/doc/EPM.pdf differ diff --git a/doc/Explicit Partition Map.pdf b/doc/Explicit Partition Map.pdf deleted file mode 100644 index d9eeebc9..00000000 Binary files a/doc/Explicit Partition Map.pdf and /dev/null differ diff --git a/doc/MobilePlatform.pdf b/doc/MobilePlatform.pdf deleted file mode 100644 index 4171a58a..00000000 Binary files a/doc/MobilePlatform.pdf and /dev/null differ diff --git a/doc/OS-Design.drawio b/doc/OS-Design.drawio index 30a6b9b7..47a51bf6 100644 --- a/doc/OS-Design.drawio +++ b/doc/OS-Design.drawio @@ -1,31 +1,28 @@ - + - + - - + + - + - + - - - - + - + \ No newline at end of file diff --git a/doc/SCHEDULER_INFO.md b/doc/SCHEDULER_INFO.md index c61a5b5e..8b4e4379 100644 --- a/doc/SCHEDULER_INFO.md +++ b/doc/SCHEDULER_INFO.md @@ -1,8 +1,7 @@ # List of ZKA schedulers. -- User Process Scheduler. -- User Thread Scheduler. -- MP Scheduler. +- User UserProcess Scheduler. +- Hardware Thread Scheduler. These schedulers are reserved only for the user code. -Drivers and kernel are running on the boot core. \ No newline at end of file +Drivers and Kernel are running on the boot core. -- cgit v1.2.3