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