summaryrefslogtreecommitdiffstats
path: root/discover/boot.c
Commit message (Expand)AuthorAgeFilesLines
* discover: Update to reflect generic signed boot APIBrett Grandbois2018-05-301-6/+6
* discover/boot: abort kexec on any error from validationBrett Grandbois2018-05-231-2/+2
* discover/boot: Fix stale boot cancellation codev1.7.1Samuel Mendoza-Jonas2018-03-071-9/+5
* discover: Allow load_async_url() to call callback for local pathsSamuel Mendoza-Jonas2018-02-271-90/+66
* discover/pxe-parser: Fine grained proxy controlCyril Bur2017-11-211-0/+5
* discover: Maintain a backlog of status updatesSamuel Mendoza-Jonas2016-12-201-0/+1
* discover/paths: Add stdout callback parameter for load_url_async()Samuel Mendoza-Jonas2016-12-201-1/+2
* discover/boot: Improve kexec error reportingSamuel Mendoza-Jonas2016-12-201-29/+48
* discover/status: Add status messages for payload download resultsJeremy Kerr2016-12-201-2/+9
* discover/status: make boot status calls more consistentJeremy Kerr2016-12-201-14/+15
* types: Remove detail and progress from struct statusJeremy Kerr2016-12-201-2/+0
* types: shorten boot_status definitionsJeremy Kerr2016-12-201-18/+15
* Consolidate petitboot,tty and petitboot,consoleSamuel Mendoza-Jonas2016-09-081-5/+3
* Use 'consoles' instead of 'tty' to refer to interfacesSamuel Mendoza-Jonas2016-09-081-6/+6
* Add encrypted file supporttpearson@raptorengineering.com2016-08-261-5/+37
* Add support for GPG signature enforcement on bootedtpearson@raptorengineering.com2016-08-261-22/+122
* discover/boot: Always pass --append to kexecSamuel Mendoza-Jonas2016-08-191-6/+4
* discover/boot: Set boot_tty variable before kexecSamuel Mendoza-Jonas2016-06-291-0/+13
* discover/boot: Safely cleanup after failed loadSam Mendoza-Jonas2016-03-231-2/+3
* discover: Initialise strtok_r saveptr to NULLSamuel Mendoza-Jonas2015-04-141-1/+1
* discover: Use translated strings for boot status messagesJeremy Kerr2014-07-281-11/+12
* discover: don't free cancelled load tasksJeremy Kerr2014-05-221-0/+5
* configure: Use AC_GNU_SOURCEJeremy Kerr2013-12-181-1/+3
* discover/boot: Copy local paths before running boot hooksJeremy Kerr2013-12-051-13/+22
* discover/boot: Fix condition for updating boot paramsJeremy Kerr2013-12-051-5/+3
* lib: consolidate util macros in util/util.hJeremy Kerr2013-11-131-1/+1
* discover: Allow an in-progress boot to be cancelledJeremy Kerr2013-10-151-10/+63
* discover/boot: Log boot status updatesJeremy Kerr2013-09-261-0/+2
* discover/boot: Download resources in parallelJeremy Kerr2013-09-261-104/+64
* discover: Add struct load_url_result and load_taskJeremy Kerr2013-09-261-59/+62
* discover/boot: Store clean_* in the boot taskJeremy Kerr2013-09-261-9/+9
* discover/boot: Check for failed loads in boot()Jeremy Kerr2013-09-251-14/+33
* discover: load_url_async callback should take an int statusJeremy Kerr2013-09-251-10/+3
* discover/boot: Implement asynchronous boot() processNeelesh Gupta2013-09-251-82/+137
* discover/boot: Add booting status messageJeremy Kerr2013-09-231-0/+13
* discover/boot: Allow printf formatting in update_statusJeremy Kerr2013-09-231-3/+9
* discover/boot: Fix log message with no newlineJeremy Kerr2013-09-231-1/+1
* discover/boot: Fix use-after-free in boot()Jeremy Kerr2013-09-191-2/+2
* lib/process: replace pb_run_cmdJeremy Kerr2013-08-191-28/+10
* lib/process: replace pb_run_cmd_pipeJeremy Kerr2013-08-191-14/+30
* discover/boot: talloc struct boot_taskJeremy Kerr2013-08-191-38/+34
* discover: fix segfault on failed boot image loadJeremy Kerr2013-08-011-2/+3
* discover/boot: Allow boot hooks to alter boot dataJeremy Kerr2013-06-241-11/+86
* discover/boot: Add boot hooksJeremy Kerr2013-06-241-0/+63
* discover/boot: Put all boot params into a struct boot_taskJeremy Kerr2013-06-241-38/+43
* Add initial dtb supportGeoff Levand2013-06-241-8/+41
* discover/boot: Allow null boot commandJeremy Kerr2013-06-241-3/+3
* discover: kexec harderJeremy Kerr2013-05-061-0/+15
* discover: Send boot status messages during boot()Jeremy Kerr2013-05-061-4/+44
* discover: Change parsers to emit resources rather than filenamesJeremy Kerr2013-04-291-12/+16
OpenPOWER on IntegriCloud