OP-TEE: TAs

OP-TEE TAs 的 codes trace 筆記。

OP-TEE: SBI MPXY

OP-TEE SBI MPXY 的 codes trace 筆記。

OP-TEE: Threads

OP-TEE 執行緒的 codes trace 筆記。

OP-TEE: Interrupts / Exceptions

OP-TEE 中斷和例外的 codes trace 筆記。

OP-TEE: Memory Management

OP-TEE 記憶體管理的 codes trace 筆記。

OP-TEE: Initialization

OP-TEE 初始化流程的 codes trace 筆記。

QEMU: 使用 Decodetree 新增 RISC-V 指令

介紹如何在 QEMU 中新增一個新的 RISC-V 指令。

Build QEMU environments

介紹如何 build RISC-V QEMU 和相對應的 images。

Linux Kernel: ARRAY_SIZE()

介紹 Linux Kernel 中,ARRAY_SIZE() 的實做技巧。

Linux Kernel: BUILD_BUG_ON_ZERO() / BUILD_BUG_ON_NULL()

介紹 Linux Kernel 中,BUILD_BUG_ON_ZERO() 和 BUILD_BUG_ON_NULL() 的實做技巧。