summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/login'Sascha Hauer2013-10-078-15/+199
|\
| * introduce runtime loglevelSascha Hauer2013-09-292-1/+44
| * login/passwd: add default password supportJean-Christophe PLAGNIOL-VILLARD2013-09-193-13/+106
| * login: disable input console if password wrongJean-Christophe PLAGNIOL-VILLARD2013-09-194-0/+48
| * globalvar: add globalvar_add_simple_int/bool/enum/ip supportJean-Christophe PLAGNIOL-VILLARD2013-09-181-1/+1
* | Merge branch 'for-next/console'Sascha Hauer2013-10-073-8/+39
|\ \
| * | console: factorise function to get the first enabled consoleJean-Christophe PLAGNIOL-VILLARD2013-10-061-0/+22
| * | console_simple: fix: set f_activeJean-Christophe PLAGNIOL-VILLARD2013-09-241-0/+2
| * | console_simple: set baudrate at registerJean-Christophe PLAGNIOL-VILLARD2013-09-221-0/+5
| * | console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-8/+10
| |/
* | Merge branch 'for-next/bpkfs'Sascha Hauer2013-10-071-0/+3
|\ \
| * | filetype: add Binary PacKage BPK typeJean-Christophe PLAGNIOL-VILLARD2013-10-061-0/+3
| |/
* | bootm: Replace getenv_loadaddr with getenv_ulSascha Hauer2013-10-071-13/+0
* | environment variables: introduce new helpersSascha Hauer2013-09-301-5/+66
* | defenv-2: replace boot script with commandSascha Hauer2013-09-301-0/+1
* | bootm needs uImage support. Select itSascha Hauer2013-09-301-0/+1
* | command: Let builtin command take precedenceSascha Hauer2013-09-241-1/+4
* | bootm: Add dryrun supportSascha Hauer2013-09-241-1/+5
* | bootm: separate bootm input data and internal dataSascha Hauer2013-09-241-2/+44
* | bootm: move globalvars from command to commonSascha Hauer2013-09-241-0/+16
* | bootm: move getenv_loadaddr from command to commonSascha Hauer2013-09-241-0/+13
* | bootm: check for os image fileSascha Hauer2013-09-241-0/+5
* | bootm: fix memory leakSascha Hauer2013-09-241-0/+2
* | bootm: fix possible memory leakSascha Hauer2013-09-241-0/+1
|/
* Merge branch 'for-next/omap'Sascha Hauer2013-09-052-5/+5
|\
| * rework debug_llSascha Hauer2013-09-052-5/+5
* | Merge branch 'for-next/boardinfo'Sascha Hauer2013-09-055-18/+76
|\ \
| * | export model as globalvarSascha Hauer2013-08-161-2/+9
| * | Set model and hostname at boardlevelSascha Hauer2013-08-161-4/+1
| * | Make hostname available to C CodeSascha Hauer2013-08-161-0/+34
| * | introduce barebox_set_modelSascha Hauer2013-08-161-8/+15
| * | remove remaining references of CONFIG_BOARDINFOSascha Hauer2013-08-163-12/+12
| * | globalvar: move globalvar init to pure_initcallSascha Hauer2013-08-161-1/+1
| * | Add a global.version variableSascha Hauer2013-08-161-0/+5
| * | globalvar: Allow to set initial valueSascha Hauer2013-08-162-4/+12
* | | Merge branch 'for-next/ubifs'Sascha Hauer2013-09-051-0/+2
|\ \ \
| * | | filetype: Add ubifs detectionSascha Hauer2013-08-071-0/+2
| | |/ | |/|
* | | console: fix console without CONFIG_PARAMETERJan Luebbe2013-08-261-2/+6
| |/ |/|
* | uimage: fix: fill size when no compression is usedJean-Christophe PLAGNIOL-VILLARD2013-08-121-0/+1
* | uimage: fix: always support multi image supportJean-Christophe PLAGNIOL-VILLARD2013-08-121-7/+0
|/
* Merge branch 'for-next/of'Sascha Hauer2013-08-052-6/+16
|\
| * devfs: let devfs_add_partition return the new partitionSascha Hauer2013-07-152-6/+16
* | Merge branch 'for-next/misc'Sascha Hauer2013-08-053-15/+34
|\ \
| * | resurrect CONFIG_PANIC_HANG optionAntony Pavlov2013-08-051-0/+11
| * | memory_display: Change address pointer to type const void *Sascha Hauer2013-07-221-1/+1
| * | Force set console baudrate at enable timeAlexey Galakhov2013-07-101-2/+11
| * | common: console: Fix possible null pointer dereferenceAlexander Shiyan2013-07-091-14/+13
| |/
* | Merge branch 'for-next/lz4'Sascha Hauer2013-08-051-0/+4
|\ \
| * | lib: Add support for LZ4-compressed kernelKyungsik Lee2013-07-161-0/+4
* | | Merge branch 'for-next/imagesize'Sascha Hauer2013-08-051-0/+3
|\ \ \