summaryrefslogtreecommitdiffstats
path: root/common/startup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* move barebox_default_env.h to include/generated/Jean-Christophe PLAGNIOL-VILLARD2010-09-171-1/+1
* introduce a arch_shutdown call and call it from shutdown_bareboxSascha Hauer2010-03-301-0/+3
* make panic and hang __noreturn functionsSascha Hauer2010-03-301-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-11/+11
* Improve or fix various parameter documentationJuergen Beisert2009-07-311-0/+4
* move some init work into initcallsSascha Hauer2009-07-211-10/+12
* introduce cdevSascha Hauer2009-07-211-2/+6
* Shutdown U-Boot before starting an OSSascha Hauer2009-03-191-0/+10
* arm: dump stack space on startupSascha Hauer2008-08-131-5/+8
* Make the early console device/baudrate configurable instead of usingSascha Hauer2008-02-211-1/+3
* enabling envrionment's autoload at startupJuergen Beisert2007-11-161-1/+1
* Move display_banner() to console.c. This helps us to showsascha2007-10-191-20/+4
* add missing whitespace in printf outputSascha Hauer2007-10-011-2/+2
* indentionSascha Hauer2007-09-271-4/+8
* display malloc space on startupSascha Hauer2007-09-261-5/+14
* execute /env/bin/init instead of /env/initSascha Hauer2007-09-251-5/+4
* - teach hush to honour PATH variableSascha Hauer2007-09-241-3/+4
* whitespace cleanupSascha Hauer2007-09-131-7/+7
* add default environmentSascha Hauer2007-09-131-3/+31
* further reloc fixesSascha Hauer2007-07-251-7/+5
* add whitespace in banner stringSascha Hauer2007-07-161-1/+1
* print u-boot bss info only for debug caseSascha Hauer2007-07-121-1/+1