website: Add tentative bootcamp schedule

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Change-Id: I8ce65e27e977006d3de950f00094ada78e87bb6a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-website/+/59029
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
Tested-by: Bobby Bruce <bbruce@ucdavis.edu>
diff --git a/_pages/events/boot-camp-2022.md b/_pages/events/boot-camp-2022.md
index aed28d2..73d8afb 100644
--- a/_pages/events/boot-camp-2022.md
+++ b/_pages/events/boot-camp-2022.md
@@ -58,3 +58,43 @@
 Accommodation on the UC Davis campus, meals, and social events will be provided as part of the event.
 
 We will be offering travel grants which can be applied for to cover transport expenses after the event.
+
+## Tentative schedule
+
+* Monday
+  * Morning
+    * Welcome and introduction
+    * Building gem5
+    * Python basics
+    * Using gem5 basics
+  * Afternoon
+    * The gem5 standard library
+  * **Welcome dinner!**
+* Tuesday
+  * Morning
+    * Using gem5's models: CPUs, caches, and memory
+    * Running things in gem5: SE mode, traffic generators, cross compiling, magic instructions
+  * Afternoon
+    * Full system simulation: Disk images, RISC-V, ARM, x86
+    * Accelerating simulation: Fastforwarding, checkpointing, KVM
+* Wednesday
+  * Morning
+    * Event-driven simulation programming
+    * Creating your own SimObjects
+    * Interacting with memory from your SimObject
+  * Afternoon
+    * gem5's CPU-ISA interface
+    * The CPU execution model
+    * Adding a new instruction
+* Thursday
+  * Morning
+    * Advanced topics in memory/caches: Garnet, SLICC
+  * Afternoon
+    * gem5's GPU model
+    * Full system GPU simulation
+* Friday
+  * Morning
+    * Writing tests and contributing to gem5
+  * Afternoon
+    * Integrating other simulators with gem5: SST, DRAMSim, SystemC
+    * Wrap up + open ended time