Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1368)

Unified Diff: src/third_party/bootstub/README.chromium

Issue 2071024: Add new bootstub source. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Respond to feedback with more comments. Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/third_party/bootstub/README.chromium
diff --git a/src/third_party/bootstub/README.chromium b/src/third_party/bootstub/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..c844d931caa8b5d4d7cb8cfe921338d019451ac7
--- /dev/null
+++ b/src/third_party/bootstub/README.chromium
@@ -0,0 +1,16 @@
+This is the Chrome OS bootstub that handles the handoff from our custom BIOS
+to the kernel.
+
+The Makefile was adapted from sample code in the gnu-efi library (GPLv2 or
+later).
+
+The trampoline.S code was adapted from grub v1.97 (GPLv3 or later).
+
+The bootstub.c code was written from scratch, although code from both grub
+and elilo v3.7 (GPLv2 or later) was referred to for examples.
+
+Accordingly, the bootstub code as a whole is subject to the license terms of
+the GPLv3 (or later).
+
+The authors are grateful to the above mentioned projects for their
+contributions to the free software community.

Powered by Google App Engine
This is Rietveld 408576698