Completed
Early boot in SiFive Boards
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Base Porting of Linux Kernel on RISC-V Architecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Basics of RISC VISA
- 3 Terminology in SiFive Boards
- 4 Booting SiFive Kernel
- 5 Early boot in SiFive Boards
- 6 setup_arch in SiFive
- 7 SMP init in SiFive Linux
- 8 Shut Down using SBI
- 9 Traps in SiFive Kernel
- 10 Timer Interrupt in SiFive Kernel
- 11 Paging & MMU in SiFive
- 12 SiFive Kernel on Qemu
- 13 Reference