Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Implementing State-of-the-Art U-Boot Port - 2018 Edition
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About me
- 3 Outline
- 4 What is UBoot
- 5 Older UBoot
- 6 UBoot News
- 7 Getting UBoot Sources
- 8 Building UBoot Sources
- 9 Directory Structure
- 10 Config Options
- 11 Device 3 Data Structure
- 12 Device 3 Sources
- 13 Device 3 Capable
- 14 Device 3 Access
- 15 UBoot Driver Model
- 16 UBoot Driver Functions
- 17 How to Implement UBoot Port
- 18 Adding Architecture Support
- 19 UBoot Driver Macro
- 20 UBoot Probe
- 21 Serial Ops
- 22 Serial Console
- 23 Clock Framework
- 24 Pin Control Framework
- 25 Pin Control Select State
- 26 UBoot SPL
- 27 Reducing UBoot size
- 28 Wrap up
- 29 Questions