added license
[rpikern] / README.md
index 4aaf984..0f777b6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,12 @@
+Raspberry Pi kernel hacking experiments
+=======================================
+Just having some fun and rage with the raspberry pi. The rest of this readme
+file is basically a bunch of notes.
+
+Copyright (C) 2018-2020 John Tsiombikas <nuclear@member.fsf.org>  
+Free software, use/modify/redistribute under the terms of the GNU General Public
+License v3, or later. See COPYING for details.
+
 RPi Configuration
 -----------------
 In `config.txt`:
@@ -5,6 +14,9 @@ In `config.txt`:
     enable_uart=1
     core_freq=250
 
+TODO: should be possible to set these up through mailbox commands instead of
+  relying on config.txt.
+
 netboot with uboot
 ------------------
 Put `rpikern.bin` in `/srv/tftp/`  (`make install`)