aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-12-30 02:52:16 +0100
committerbnewbold <bnewbold@robocracy.org>2014-12-30 02:52:16 +0100
commitf567b9c01512162fa0d9c03719bcfb95068cbe76 (patch)
tree7ec7dc885845ec8872d31829329843346b599c22
parentb2510ea1820c0fb4a668e522fa4f4f246ac8b372 (diff)
downloadfpga-lube-f567b9c01512162fa0d9c03719bcfb95068cbe76.tar.gz
fpga-lube-f567b9c01512162fa0d9c03719bcfb95068cbe76.zip
commit old notes that had been floating around
-rw-r--r--notes/good_examples.txt14
-rw-r--r--notes/linux_interface.txt12
2 files changed, 26 insertions, 0 deletions
diff --git a/notes/good_examples.txt b/notes/good_examples.txt
new file mode 100644
index 0000000..e4b14ff
--- /dev/null
+++ b/notes/good_examples.txt
@@ -0,0 +1,14 @@
+
+### CERN Open Hardware Repository
+
+### More
+
+OpenRISC
+CSAIL's Beehive
+milkymist (?)
+MIT 6.111 Course Examples
+OpenSparc
+Elphel
+Bitcoin Miner (?)
+netv
+
diff --git a/notes/linux_interface.txt b/notes/linux_interface.txt
new file mode 100644
index 0000000..d0b3cbd
--- /dev/null
+++ b/notes/linux_interface.txt
@@ -0,0 +1,12 @@
+
+UIO
+
+virtio, multiple cores
+ https://lwn.net/Articles/448562/
+
+vfio
+ https://lwn.net/Articles/474088/
+
+Linux Device Drivers, Third Edition
+ open, but old: https://lwn.net/Kernel/LDD3/
+