summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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/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
| * | 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