Bill Richardson | 3a5a8d6 | 2010-05-21 11:35:01 -0700 | [diff] [blame] | 1 | This is the Chrome OS bootstub that handles the handoff from our custom BIOS |
| 2 | to the kernel. |
| 3 | |
| 4 | The Makefile was adapted from sample code in the gnu-efi library (GPLv2 or |
| 5 | later). |
| 6 | |
| 7 | The trampoline.S code was adapted from grub v1.97 (GPLv3 or later). |
| 8 | |
| 9 | The bootstub.c code was written from scratch, although code from both grub |
| 10 | and elilo v3.7 (GPLv2 or later) was referred to for examples. |
| 11 | |
| 12 | Accordingly, the bootstub code as a whole is subject to the license terms of |
| 13 | the GPLv3 (or later). |
| 14 | |
| 15 | The authors are grateful to the above mentioned projects for their |
| 16 | contributions to the free software community. |