summaryrefslogtreecommitdiffstats
path: root/petitboot.h
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for multiple UIsJeremy Kerr2008-12-151-18/+0
| | | | | | | | | | | Move the device discovery code from separate udev helpers to a single process to listen on two sockets: one SOCK_DGRAM for incoming udev events, and one SOCK_STREAM for UIs to connect. Initial support for client/server infrastructure, still need to wire-up the udev messages. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Print ststus message when bootingJeremy Kerr2008-01-081-1/+2
| | | | | | | | | | Add a couple of calls to pboot_message() to give some feedback when an option (or gameos) is selected. Also, convert pboot_message to varargs, to allow more flexible message formats. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Merge branch 'master' of ssh://ozlabs.org/home/jk/git/petitbootBenjamin Herrenschmidt2007-04-041-1/+1
|\
| * Allow petitboot to run udevtrigger on startJeremy Kerr2007-04-041-1/+1
| | | | | | | | | | | | | | Add an option (-u) to run udevtrigger when petitboot is ready for device discovery. Also add -h to explain what -u does. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* | Add a status message barBenjamin Herrenschmidt2007-04-041-0/+1
|/ | | Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Hookup kexecDavid Woodhouse2007-04-031-1/+2
| | | | Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.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