index: fill out more sections and add more images

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2020-01-03 10:00:18 +08:00
parent b1a2d25642
commit 279be5a82a
6 changed files with 19 additions and 8 deletions

BIN
img/fomu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

BIN
img/me.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
img/renode-debug.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

BIN
img/renode-ui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
img/timer0-event.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -104,6 +104,12 @@
<section>
<h2>About Me</h2>
<table>
<tr>
<td><img data-src="img/me.jpg"></td>
<td><img data-src="img/fomu.png"></td>
</tr>
</table>
<aside class="notes">
My name is Sean Cross, also known as "xobs". I will be speaking later this week
on the Betrusted project, but many know me as the main developer behind the Fomu
@ -333,14 +339,6 @@ dq.o.eq(
</aside>
</section>
<section>
<h2>Undocumented Fields</h2>
<aside class="notes">
It turns out that there is enough information that we can extract that
even undocumented fields are somewhat useful.
</aside>
</section>
<section>
<h2>Interrupts</h2>
<img data-src="img/interrupts.png">
@ -351,6 +349,17 @@ dq.o.eq(
</aside>
</section>
<section>
<h2>Undocumented Fields</h2>
<img data-src="img/timer0-event.png">
<aside class="notes">
It turns out that there is enough information that we can extract that
even undocumented fields are somewhat useful. This is an undocumented
interrupt register, but lxsocdoc has pulled out the field names and
is giving useful documentation anyway.
</aside>
</section>
<section>
<h2>More Documentation: ModuleDoc</h2>
<img data-src="img/timer0-doc.png">
@ -411,6 +420,8 @@ dq.o.eq(
<section>
<h2>Renode: Fancy Register Logging</h2>
<img data-src="img/renode-debug.png">
<img data-src="img/renode-ui.png">
<aside class="notes">
We can also import this SVD file into an emulator such as Renode, which will
print out fields and flags that get accessed, giving us greater visibility into