summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/poller'Sascha Hauer2014-01-071-0/+58
|\
| * poller: Allow to call functions asynchronouslySascha Hauer2013-12-181-0/+58
* | Merge branch 'for-next/omap-devicetree-prepare'Sascha Hauer2013-12-061-0/+34
|\ \
| * | ARM: OMAP: Make debug_ll UART Kconfig selectableSascha Hauer2013-11-221-0/+34
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2013-12-068-12/+106
|\ \
| * | scripts: bareboxcrc32 as host and target userspacetoolMichael Grzeschik2013-12-041-0/+7
| * | common Kconfig: disable unused options for SHELL_NONESascha Hauer2013-11-261-0/+2
| * | common Kconfig: Add missing depends onSascha Hauer2013-11-261-5/+6
| * | treewide: Add missing includesSascha Hauer2013-11-086-0/+6
| * | partitions: dos: parse extended partitionUwe Kleine-König2013-11-081-1/+75
| * | partitions: dos: don't open code get_unaligned_le32Uwe Kleine-König2013-11-081-1/+1
| * | partitions: dos: improve guess of disk sizeUwe Kleine-König2013-11-081-5/+9
* | | Merge branch 'for-next/hush'Sascha Hauer2013-12-061-81/+107
|\ \ \ | |_|/ |/| |
| * | hush: refactor reserved_word()Sascha Hauer2013-11-121-32/+32
| * | hush: use standard ARRAY_SIZESascha Hauer2013-11-121-2/+4
| * | hush: Be more informative on syntax errorSascha Hauer2013-11-121-3/+22
| * | consolidate syntax() and syntax_err()Sascha Hauer2013-11-121-4/+3
| * | hush: rename __promptme to interruptSascha Hauer2013-11-121-10/+8
| * | hush: refactor file_get()Sascha Hauer2013-11-121-13/+15
| * | hush: refactor get_user_input()Sascha Hauer2013-11-121-15/+17
| * | hush: refactor readline callSascha Hauer2013-11-121-5/+6
| * | hush: fix exit on syntax error behaviourSascha Hauer2013-11-121-2/+5
* | | common: add dependency !SANDBOX on target toolsAlexander Aring2013-11-201-0/+2
|/ /
* / blspec: fix documention of blspec_scan_directory's return codeUwe Kleine-König2013-11-081-2/+1
|/
* Merge branch 'for-next/rpi'Sascha Hauer2013-11-072-7/+9
|\
| * of: Add a context pointer to fixup functionsSascha Hauer2013-11-062-7/+9
* | Merge branch 'for-next/bootspec'Sascha Hauer2013-11-071-37/+69
|\ \
| * | blspec: Make error message more clearSascha Hauer2013-11-051-1/+1
| * | blspec: make cdev optionalSascha Hauer2013-11-051-11/+13
| * | blspec: Let scan functions return the number of entries foundSascha Hauer2013-11-051-20/+33
| * | blspec: Allow to boot partitionsSascha Hauer2013-11-051-0/+17
| * | blspec: rename _hwdevice functions to _devicenameSascha Hauer2013-11-051-5/+5
| * | blspec: Push device_detect into blspec_scan_deviceSascha Hauer2013-11-051-2/+2
* | | 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