diff --git a/index.html b/index.html
index 190437b..6933f5b 100644
--- a/index.html
+++ b/index.html
@@ -154,7 +154,70 @@
-
+
+
+ What makes hardware "Weird"?
+
+ - Unusual CPU architecture
+ - Different model of chip than commonly found
+ - Additional hardware
+ - More CPUs per board
+
+
+
+ Unusual CPU architecture
+ Sorry, can't help
+
+
+ Different model CPU
+
+ - Maybe it's just a variant
+ - Perhaps memory regions were shuffled
+ - Does it use the same hardware block as someone else?
+
+
+
+ New hardware version
+
+ - Do you use the new, specialized features?
+ - Lots of UARTs support Infrared. Do you need that?
+
+
+
+ Completely new hardware
+
+
+
+
+
+
+ How does this interact with $VENDOR_TOOL?
+
+
+ What about boot ROMs?
+
+
+ What about missing registers?
+
+ - Very few projects use built-in blocks
+
+
+
+
+
+
+ Logging Memory Accesses
+
+
+
@@ -246,4 +309,4 @@