summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* dlmalloc: fix compiler warningAlexander Aring2013-11-071-1/+2
* calloc: Fix possible memory leakAlexander Shiyan2013-10-221-2/+2
* blspec: Fix once/default bootingSascha Hauer2013-10-211-3/+5
* common: fix possible build problem without password supportJan Luebbe2013-10-151-0/+2
* add kernel-install tool for bootloader SpecSascha Hauer2013-10-141-0/+8
* Implement bootloader spec support for bareboxSascha Hauer2013-10-143-0/+531
* cdev: store dos partition type in struct cdevSascha Hauer2013-10-143-3/+9
* Merge branch 'for-next/rs485'Sascha Hauer2013-10-072-0/+17
|\
| * console: introduce console_get_by_devJean-Christophe PLAGNIOL-VILLARD2013-09-241-0/+13
| * shutdown: add board call backJean-Christophe PLAGNIOL-VILLARD2013-09-241-0/+4
* | Merge branch 'for-next/mount'Sascha Hauer2013-10-071-0/+5
|\ \
| * | block: Collect block devices on listSascha Hauer2013-09-301-0/+5
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2013-10-073-0/+18
|\ \
| * | globalvar: Do not modify already existing variablesSascha Hauer2013-09-271-0/+3
| * | process_escape_sequence: add support to \$?Jean-Christophe PLAGNIOL-VILLARD2013-09-182-0/+15
| |/
* | 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