summaryrefslogtreecommitdiffstats
path: root/common/startup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * startup: Print error message when initcall failsSascha Hauer2012-10-091-1/+3
* | defaultenv: dependencies fixesSascha Hauer2012-10-121-1/+1
|/
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | common: split out meminfo output and make it optionalJan Luebbe2012-09-061-21/+0
|/
* startup: use regular debug statements in initcall debuggingSascha Hauer2012-01-261-4/+3
* initcalls: do not hang if an initcall failsSascha Hauer2012-01-261-4/+1
* defaultenv: use a compressed version when embedded in bareboxJean-Christophe PLAGNIOL-VILLARD2012-01-021-2/+27
* remove EARLY_INIT and EARLY_CONSOLE supportSascha Hauer2011-09-271-28/+0
* rename include/mem_malloc.h to include/memory.hSascha Hauer2011-09-231-1/+1
* add a add_mem_device functionSascha Hauer2011-07-181-13/+3
* startup.c: make DEBUG_LL output more usefulAntony Pavlov2011-07-181-1/+5
* environment: make default env path configurableSascha Hauer2011-04-121-3/+4
* make command support optionalSascha Hauer2011-04-111-1/+4
* startup: we can only mount root and devfs when compiled inSascha Hauer2011-04-111-0/+2
* startup: make debug printing of linker variables work againSascha Hauer2011-01-171-2/+3
* Silence few warnings.Krzysztof Halasa2010-12-211-1/+1
* driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+1