summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* state: select CRC32Lucas Stach2016-06-031-0/+1
* common: select dependencies for defaultenv-2Lucas Stach2016-05-301-0/+3
* console: Fix initial value of baudrate parameterSascha Hauer2016-05-261-1/+1
* imd: make it work on big-endian machinesAntony Pavlov2016-05-231-2/+2
* imx-bbu-nand-fcb: add missing newline characterStefan Christ2016-05-191-2/+2
* reset_source: export reset_source_set_priorityAlexander Stein2016-05-131-1/+1
* Merge branch 'for-next/ubiformat'Sascha Hauer2016-05-093-0/+689
|\
| * ubiformat: use default values for ubi_ver and image_seqSascha Hauer2016-04-261-0/+6
| * commands: ubiformat: move code to common/Sascha Hauer2016-04-263-0/+683
* | Merge branch 'for-next/misc'Sascha Hauer2016-05-095-21/+64
|\ \
| * | Kconfig: Create Kconfig symbol for NVVARSascha Hauer2016-04-282-2/+31
| * | Kconfig: Make ENV_HANDLING visibleSascha Hauer2016-04-281-5/+11
| * | Kconfig: Make GLOBALVAR visibleSascha Hauer2016-04-281-3/+9
| * | state: Fix Kconfig dependenciesSascha Hauer2016-04-281-1/+0
| * | whole tree: remove trailing whitespacesDu Huanpeng2016-04-212-4/+4
| * | menu: add vi like key supportDu Huanpeng2016-04-191-6/+9
* | | Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-0919-63/+67
|\ \ \
| * | | stdio: Replace FILE functions with filedescriptor functionsSascha Hauer2016-04-153-20/+10
| * | | stdio: replace fprintf(stderr,...) with eprintfSascha Hauer2016-04-151-2/+2
| * | | stdio: rename getc to getcharSascha Hauer2016-04-154-10/+10
| * | | string: Fix (v)asprintf prototypesSascha Hauer2016-04-1510-32/+37
| * | | include: move crc specific stuff to crc.hSascha Hauer2016-04-155-0/+5
| * | | include: move shell prototypes to shell.hSascha Hauer2016-04-152-0/+2
| * | | include: move run_command prototype to command.hSascha Hauer2016-04-152-0/+2
| |/ /
* | | Merge branch 'for-next/bootm'Sascha Hauer2016-05-094-37/+57
|\ \ \
| * | | blspec: push appendroot handling to bootmSascha Hauer2016-05-041-26/+13
| * | | bootm: Optionally add a root= option to Kernel command lineSascha Hauer2016-05-041-0/+17
| * | | getenv_bool: use strtoboolSascha Hauer2016-04-291-11/+17
| * | | globalvar: Allow to remove globalvarsSascha Hauer2016-04-291-0/+10
| | |/ | |/|
* | | Merge branch 'for-next/arm'Sascha Hauer2016-05-091-0/+12
|\ \ \ | |/ / |/| |
| * | move FLEXIBLE_BOOTARGS from commands/ to common/Sascha Hauer2016-04-251-0/+12
| |/
* | filetype: Fix booting ARM Linux Kernels with CONFIG_EFI enabledSascha Hauer2016-04-191-2/+3
* | fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-191-1/+2
|/
* Merge branch 'for-next/imx-bbu-nand-fcb'Sascha Hauer2016-04-082-153/+827
|\
| * imx-bbu-nand-fcb: Print error message when out of pebsSascha Hauer2016-04-081-1/+3
| * imx-bbu-nand-fcb: Make robust against power cutsSascha Hauer2016-04-081-31/+341
| * imx-bbu-nand-fcb: Print error when writing blocks failsSascha Hauer2016-04-081-1/+3
| * imx-bbu-nand-fcb: When writing firmware return new bad blocksSascha Hauer2016-04-081-2/+3
| * imx-bbu-nand-fcb: Only write FCBs/DBBTs when necessarySascha Hauer2016-04-081-0/+230
| * imx-bbu-nand-fcb: erase on demandSascha Hauer2016-04-081-33/+14
| * imx-bbu-nand-fcb: factor out a fcb write functionSascha Hauer2016-04-081-86/+172
| * imx-bbu-nand-fcb: Use mtd-peb API to write firmwareSascha Hauer2016-04-081-9/+35
| * imx-bbu-nand-fcb: factor out layout functionsSascha Hauer2016-04-081-20/+46
| * bbu: Allow to refresh/repair imagesSascha Hauer2016-04-081-1/+11
* | Merge branch 'for-next/imx'Sascha Hauer2016-04-081-0/+1
|\ \
| * | common: Add EPROBE_DEFER to strerrorAndrey Smirnov2016-03-171-0/+1
| |/
* | common: add dependency !SANDBOX on imd target toolAntony Pavlov2016-04-071-0/+1
* | bbu: print and evaluate image MetadataSascha Hauer2016-04-061-0/+78
* | imd: Add function to read parametersSascha Hauer2016-04-011-0/+31
* | imd: export functionsSascha Hauer2016-04-011-3/+27