index: fill out more sections and add more images
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
b1a2d25642
commit
279be5a82a
BIN
img/fomu.png
Normal file
BIN
img/fomu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 347 KiB |
BIN
img/me.jpg
Normal file
BIN
img/me.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
BIN
img/renode-debug.png
Normal file
BIN
img/renode-debug.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
BIN
img/renode-ui.png
Normal file
BIN
img/renode-ui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
img/timer0-event.png
Normal file
BIN
img/timer0-event.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
27
index.html
27
index.html
@ -104,6 +104,12 @@
|
|||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>About Me</h2>
|
<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">
|
<aside class="notes">
|
||||||
My name is Sean Cross, also known as "xobs". I will be speaking later this week
|
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
|
on the Betrusted project, but many know me as the main developer behind the Fomu
|
||||||
@ -333,14 +339,6 @@ dq.o.eq(
|
|||||||
</aside>
|
</aside>
|
||||||
</section>
|
</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>
|
<section>
|
||||||
<h2>Interrupts</h2>
|
<h2>Interrupts</h2>
|
||||||
<img data-src="img/interrupts.png">
|
<img data-src="img/interrupts.png">
|
||||||
@ -351,6 +349,17 @@ dq.o.eq(
|
|||||||
</aside>
|
</aside>
|
||||||
</section>
|
</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>
|
<section>
|
||||||
<h2>More Documentation: ModuleDoc</h2>
|
<h2>More Documentation: ModuleDoc</h2>
|
||||||
<img data-src="img/timer0-doc.png">
|
<img data-src="img/timer0-doc.png">
|
||||||
@ -411,6 +420,8 @@ dq.o.eq(
|
|||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Renode: Fancy Register Logging</h2>
|
<h2>Renode: Fancy Register Logging</h2>
|
||||||
|
<img data-src="img/renode-debug.png">
|
||||||
|
<img data-src="img/renode-ui.png">
|
||||||
<aside class="notes">
|
<aside class="notes">
|
||||||
We can also import this SVD file into an emulator such as Renode, which will
|
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
|
print out fields and flags that get accessed, giving us greater visibility into
|
||||||
|
Loading…
Reference in New Issue
Block a user