透過您的圖書館登入
IP:3.149.240.185
  • 學位論文

uC/OS-II 上可攜的對稱式多處理器模組設計

A Portable SMP Module Design on uC/OS-II

指導教授 : 薛智文

摘要


隨著越來越複雜的多媒體應用程式的發展,嵌入式平台上的處理器能力也越來越受重視,最近的多處理器嵌入式平台已經從原本的數位訊號處理器(DSP),轉移到對稱式多處理器架構。然而,在嵌入式即時作業系統 uC/OS-II 上卻不支援多核心架構。在這篇論文裡,我們在 uC/OS-II 上加入了一個 SMP 模組。透過這個模組,可以讓作業系統提升整體工作處理量以增進效能。同時,我們也提出了兩種不同的 SMP 模組實作方式,並且根據不同的嵌入式系統開發條件下,例如產品開發時程、應用程式的即時性、系統中記憶體的多寡等,給予不同方式的使用建議。

關鍵字

嵌入式系統 uC/OS-II SMP 模組

並列摘要


As the applications becoming complex, the requirements for computing power have become more critical. The embedded platform development has shifted attention from a focus on Digital Signal Processor(DSP) support to SMP archi- tecture. Most researches focus on improving the performance of applications at algorithm or compiler level on multiprocessor. However, scheduling is also one of the most important roles in improving the performance on multiprocessor system. In this thesis, we propose an SMP module to allow easy integration with a real-time embedded operating system μC/OS-II. With this modulized SMP design, μC/OS-II could utilize resource efficiently on x86 multiprocessor machine easily. We adopt two different task queue implementations, shared task queue and independent task queues, to achieve flexible configuration for different situations. For shared task queue, all processors access the same task queue and it is suitable for more real-time demand, less memory space, and shorter development time. For independent task queues, each processor has their own task queue, this method is suitable when there are both real-time tasks and non-real-time tasks in the system, and it is more efficient in general. Our implementation shows that such flexibility of our SMP module in support- ing μC/OS-II on multiprocessor system is quite beneficial.

並列關鍵字

embedded system uC/OS-II SMP module

參考文獻


[3] μC/OS-II, Micrium.com, Embedded Software Components.
Principles, Seventh Edition. John Wiley, 2004.
scious data layout organization for conflict miss reduction in embedded
[8] M. Cesati and D. P. Bovet. Understanding the Linux Kernel, 2nd Edition.
O’Reilly, 2003.

延伸閱讀