summaryrefslogtreecommitdiffstats
path: root/common/startup.c
Commit message (Expand)AuthorAgeFilesLines
* startup: allow ctrl+c abort during boot sequenceAhmad Fatoum2019-08-301-2/+2
* startup: Fix typo in commentLadislav Michl2019-08-231-1/+1
* startup: Register autoboot variables earlierLadislav Michl2019-08-231-7/+11
* startup: Factor out the autoboot counter to separate functionSascha Hauer2019-07-031-46/+88
* startup: Create boot related variables where they are usedSascha Hauer2019-07-031-10/+0
* startup: Create global.linux.bootargs.dyn.* variables where they are neededSascha Hauer2019-07-031-6/+0
* startup: remove unused editcmd variableSascha Hauer2019-07-031-3/+0
* startup: execute /env/bin/init as part of the initial shellIan Abbott2019-06-131-4/+5
* startup: Do not overwrite global.linux.bootargs.consoleSascha Hauer2019-06-131-3/+0
* defaultenv: Convert init script to CSascha Hauer2019-04-241-19/+169
* environment: bypass overlap check for mtd devicesSascha Hauer2018-10-121-0/+3
* environment: Fix overlapping partitions error messageLadislav Michl2018-10-121-2/+2
* environment: Do not use environment when overlapping with other partitionsSascha Hauer2018-09-261-1/+51
* Revert "startup: Load default environment earlier"Sascha Hauer2018-03-191-3/+3
* Merge branch 'for-next/tftp-workaround'Sascha Hauer2018-02-081-0/+1
|\
| * startup: create /tmpSascha Hauer2018-01-231-0/+1
* | startup: Load default environment earlierSascha Hauer2018-02-061-3/+3
|/
* include: move shell prototypes to shell.hSascha Hauer2016-04-151-0/+1
* fs: Add pstore filesystemMarkus Pargmann2015-12-101-0/+5
* login: rework login mechanismSascha Hauer2015-08-281-5/+2
* exitcall: move board_shutdown to exitcall infrastructureHerve Codina2015-07-131-5/+0
* exitcall: move arch_shutdown to exitcall infrastructureHerve Codina2015-07-131-3/+0
* exitcall: move device_shutdown to exitcall infrastructureHerve Codina2015-07-131-1/+0
* exitcall: Add exitcall infrastructureHerve Codina2015-07-131-0/+11
* startup: introduce postenvironment_initcallSascha Hauer2015-05-151-10/+18
* efi: mount efivarfs by default if enabledLucas Stach2014-12-091-0/+6
* Add support for non volatile variablesSascha Hauer2014-11-061-0/+2
* environment: Only save changes to the defaultenvSascha Hauer2014-11-061-8/+3
* Merge branch 'for-next/nfs'Sascha Hauer2014-03-071-4/+4
|\
| * run_command: remove unused flag parameterSascha Hauer2014-03-071-2/+2
| * mount: support filesystem options passed via -oUwe Kleine-König2014-02-101-2/+2
* | defaultenv: Allow multiple defaultenvironment overlaysSascha Hauer2014-02-281-34/+1
* | defaultenv: Align defaultenv arraySascha Hauer2014-02-201-10/+1
* | Kconfig: Select default compression typeSascha Hauer2014-02-191-1/+1
|/
* environment: Use accessor functions for default environment pathSascha Hauer2014-01-271-0/+1
* treewide: Add missing includesSascha Hauer2013-11-081-0/+1
* Merge branch 'for-next/rs485'Sascha Hauer2013-10-071-0/+4
|\
| * shutdown: add board call backJean-Christophe PLAGNIOL-VILLARD2013-09-241-0/+4
* | login: disable input console if password wrongJean-Christophe PLAGNIOL-VILLARD2013-09-191-0/+2
|/
* startup: Add initcall tracing debug optionSascha Hauer2013-06-251-0/+4
* startup: switch to pr_xxxJean-Christophe PLAGNIOL-VILLARD2013-03-091-4/+4
* startup: switch to pr_xxxJean-Christophe PLAGNIOL-VILLARD2013-03-091-2/+2
* defaultenv loading: rework to use less ifdefs/definesSascha Hauer2013-01-201-18/+22
* startup: add __noreturn to start_bareboxSascha Hauer2013-01-201-2/+1
* startup: Use IS_ENABLED for loading environmentSascha Hauer2013-01-201-9/+11
* startup: use IS_ENABLED instead of ifdefSascha Hauer2013-01-201-9/+8
* move prototypes for envfs_* to envfs.hSascha Hauer2013-01-201-1/+1
* startup: call a barebox_main function pointer at the end of the startupSascha Hauer2013-01-201-1/+12
* loadenv: allow more fine grained environment loadingSascha Hauer2012-11-291-2/+2
* Merge branch 'for-next/misc'Sascha Hauer2012-11-161-1/+3
|\