summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Separate parsing infrastructure and add test wrapperJeremy Kerr2007-04-051-1/+7
| | | | | | | | Add a parsers.h header, providing the interface that parsers should be written to (instead of the olf udev-helper.h). This allows us to build the parsers into a separate test executable. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Use a tux icon as the default for boot optionsJeremy Kerr2007-04-051-1/+1
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Use compressed cursorJeremy Kerr2007-04-051-1/+1
| | | | | | Twin can support compressed cursors, so save a little space here. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Add kboot.conf parserJeremy Kerr2007-04-051-1/+1
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* jpeg background support and scalingBenjamin Herrenschmidt2007-04-031-1/+1
| | | | | | Turn the background image into a jpeg and scale it to screen dimensions Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Allow twin cflags and libs to be explicitly definedJeremy Kerr2007-04-031-2/+2
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Use DESTDIR for make installJeremy Kerr2007-04-031-4/+4
| | | | | | | Add a DESTDIR environment variable to allow petitboot to be installed to a temporary root. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Add some basic yaboot.conf parsing supportDavid Woodhouse2007-04-031-2/+2
| | | | Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Add 'make dist' targetJeremy Kerr2007-04-021-0/+14
| | | | | | Add a make dist target to create a petitboot tarball. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Make petitboot installableJeremy Kerr2007-04-021-1/+13
| | | | | | | Add an install target and PREFIX= option the makefile, and change the artwork loading code to use the prefixed-path. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Integrate devices/MakefileJeremy Kerr2007-04-021-5/+15
| | | | | | Roll the Makefile for the udev-helper into the top-level Makefile. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Initial gitification of petitbootJeremy Kerr2007-04-021-0/+15
Start a git repo for petitboot, sources from Ben Herrenschmidt and Jeremy Kerr. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
OpenPOWER on IntegriCloud