summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-01-20add READMEHEADmasterJesse Barnes1-0/+56
2020-01-14push_kernel: add getopts and error handlingJesse Barnes1-49/+141
General improvements: - getopts for parsing cmdline - default boot command line - more error handling - split into functions for readability
2020-01-10push_kernel: use getopts for paramsJesse Barnes1-13/+66
And mktemp for temp files.
2020-01-07add 5.4 config file for hatchJesse Barnes1-0/+9332
2020-01-07push_kernel.sh: script for pushing an upstream kernel to a ChromebookJesse Barnes3-0/+6761
The Chromebook needs to be in developer mode, and you'll need vbutil plus the EFI bootstrap file, but otherwise this should allow you to run a stock upstream kernel on your device if the necessary device support is available.