summaryrefslogtreecommitdiffstats
path: root/commands/boot.c
Commit message (Expand)AuthorAgeFilesLines
* commands: boot: Remove useless codeAndrey Smirnov2018-12-101-4/+0
* boot: add '-w' parameter to usage help textYegor Yefremov2016-10-121-1/+1
* commands: exit on invalid optionEnrico Jorns2016-09-161-0/+2
* boot: Print a message when a boot target string does not lead to a boot targetSascha Hauer2016-07-261-4/+10
* boot command: Explicitly complain when boot target list is emptySascha Hauer2016-07-261-0/+5
* boot: Move code to common/Sascha Hauer2016-07-261-327/+7
* boot: Use struct bootentries to pass around dataSascha Hauer2016-07-261-109/+22
* bootentries: Move menu display string allocation to bootentries_alloc()Sascha Hauer2016-07-261-4/+3
* blspec: separate bootentries from blspec entriesSascha Hauer2016-07-261-23/+77
* bootentries: Add title/descriptionSascha Hauer2016-07-261-13/+10
* blspec: factor out a struct bootentrySascha Hauer2016-07-261-14/+17
* blpec: rename struct lspec -> bootentriesSascha Hauer2016-07-261-37/+37
* include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-261-1/+1
* boot: Call blspec_scan_directory() only on strings containing an absolute pathSascha Hauer2016-07-221-3/+6
* blspec: Remove once/default handlingSascha Hauer2016-07-221-28/+5
* boot command: Make verbose/dryrun options work againSascha Hauer2016-06-291-2/+5
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-3/+3
* bootm: Initialize bootm_data defaults in single placeSascha Hauer2016-01-261-12/+2
* boot command: Allow to enable watchdogSascha Hauer2015-08-281-1/+25
* boot: fix typoRolf Evers-Fischer2014-07-011-1/+1
* boot: Fix boot -mSascha Hauer2014-06-191-1/+1
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-20/+24
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* boot: iterate over directories in alphabetical orderSascha Hauer2014-05-131-13/+13
* boot: fix multiple boot sourcesSascha Hauer2014-05-131-1/+0
* blspec: honor default/once entries againSascha Hauer2014-03-241-5/+32
* boot command: only create boot entries from scriptsSascha Hauer2014-03-191-0/+5
* boot command: honour global.boot.default also for -l and -mSascha Hauer2014-03-191-31/+48
* Merge branch 'for-next/nfs'Sascha Hauer2014-03-071-1/+1
|\
| * run_command: remove unused flag parameterSascha Hauer2014-03-071-1/+1
* | boot command: Remove redundant assignmentAlexander Shiyan2014-02-171-1/+1
|/
* blspec: Fix another crash with menu disabledUwe Kleine-König2013-11-111-1/+3
* boot command: Add timeout support for menuSascha Hauer2013-11-051-1/+11
* boot command: make more flexibleSascha Hauer2013-11-051-127/+194
* boot: Print boot entries in the order they areSascha Hauer2013-11-051-14/+4
* blspec: rename _hwdevice functions to _devicenameSascha Hauer2013-11-051-1/+1
* boot: remove incomplete 'title' handling in menuSascha Hauer2013-10-161-13/+2
* Implement bootloader spec support for bareboxSascha Hauer2013-10-141-23/+145
* bootm: Replace getenv_loadaddr with getenv_ulSascha Hauer2013-10-071-2/+2
* defenv-2: replace boot script with commandSascha Hauer2013-09-301-0/+258