summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* reset-source: Use globalvar_add_simple_enumSascha Hauer2015-08-271-4/+2
* restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-273-1/+115
* completion: fix device parameter completionSascha Hauer2015-08-071-16/+19
* Merge branch 'for-next/spd'Sascha Hauer2015-08-062-0/+300
|\
| * ddr_spd: add routine for printing DDR2 SPD contents in human-readable formatAlexander Smirnov2015-07-141-0/+296
| * common: move DDR_SPD to common/KconfigAlexander Smirnov2015-07-061-0/+4
* | Merge branch 'for-next/misc'Sascha Hauer2015-08-062-1/+8
|\ \
| * | state: fix missing newline in error messageJan Luebbe2015-08-031-1/+1
| * | state: handle write-protection in the raw backendJan Luebbe2015-08-031-0/+4
| * | console: When deactivating a console, flush it firstSascha Hauer2015-07-231-0/+3
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2015-08-062-13/+12
|\ \
| * | PBL: console: Make independent of DEBUG_LLSascha Hauer2015-07-311-12/+11
| * | memsize: Compile for PBL aswellSascha Hauer2015-07-161-1/+1
| |/
* | Merge branch 'for-next/exitcall'Sascha Hauer2015-08-061-8/+10
|\ \
| * | exitcall: move board_shutdown to exitcall infrastructureHerve Codina2015-07-131-5/+0
| * | exitcall: move arch_shutdown to exitcall infrastructureHerve Codina2015-07-131-3/+0
| * | exitcall: move device_shutdown to exitcall infrastructureHerve Codina2015-07-131-1/+0
| * | exitcall: Add exitcall infrastructureHerve Codina2015-07-131-0/+11
| |/
* | efi: use an EFI variable to save the environmentMichael Olbrich2015-07-271-0/+1
* | efi: write volatile EFI variables used by systemdMichael Olbrich2015-07-271-0/+1
* | efi: add helper to get the GPT partition UUID for a deviceMichael Olbrich2015-07-271-0/+30
* | drop <stddef.h> includesSascha Hauer2015-07-231-1/+0
|/
* Merge branch 'for-next/blspec'Sascha Hauer2015-07-064-1/+34
|\
| * blspec: Automatically append rootargSascha Hauer2015-06-181-1/+28
| * cdev: Add partuuid string to struct cdevSascha Hauer2015-06-183-0/+6
* | Merge branch 'for-next/state'Sascha Hauer2015-07-031-14/+190
|\ \
| * | state: fixup: only export default value during fixup if setMarc Kleine-Budde2015-06-261-8/+19
| * | state: add support for fixed length stringsMarc Kleine-Budde2015-06-261-0/+152
| * | state: struct variable_type::import: remove const from node argumentMarc Kleine-Budde2015-06-181-4/+4
| * | state: uint8: add range check for uint8Marc Kleine-Budde2015-06-171-2/+15
| * | state: uint8: use %u as format stringMarc Kleine-Budde2015-06-171-1/+1
| |/
* | Merge branch 'for-next/mtd'Sascha Hauer2015-07-031-8/+1
|\ \
| * | blspec: Use device_detect_by_nameSascha Hauer2015-06-261-8/+1
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2015-07-034-3/+10
|\ \
| * | treewide: fix 'new blank line at EOF' formatting errorAntony Pavlov2015-07-023-3/+0
| * | images: Add file size check for PBLX filesWadim Egorov2015-06-261-0/+10
| |/
* | Merge branch 'for-next/imx-bbu-nand-fcb'Sascha Hauer2015-07-034-0/+649
|\ \
| * | imx-bbu-nand-fcb: Split space for firmware in two equal regionsSascha Hauer2015-06-121-15/+33
| * | imx-bbu-nand-fcb: Erase whole partitionSascha Hauer2015-06-121-3/+1
| * | imx-bbu-nand-fcb: Let DBBT start at page 1Sascha Hauer2015-06-121-10/+11
| * | imx-bbu-nand-fcb: make available for i.MX28 aswellSascha Hauer2015-06-122-23/+152
| * | imx-bbu-nand-fcb: Use barebox partition instead of whole deviceSascha Hauer2015-06-121-2/+2
| * | imx-bbu-nand-fcb: Fix debug messagesSascha Hauer2015-06-121-2/+2
| * | ARM: i.MX6: bbu nand: Move to common placeSascha Hauer2015-06-123-0/+500
| * | filetype: Add filetype for MXS bootstreamSascha Hauer2015-06-121-0/+3
* | | Merge branch 'for-next/blspec'Sascha Hauer2015-07-031-5/+45
|\ \ \
| * | | blspec: Automatically attach UBI devicesSascha Hauer2015-06-171-5/+45
| | |/ | |/|
* / | bbu: Add a standard file-to-device-copy handlerSascha Hauer2015-07-011-0/+113
|/ /
* | Merge branch 'for-next/state'Sascha Hauer2015-06-092-97/+324
|\ \
| * | state: add support for uint8 variablesJan Luebbe2015-06-031-0/+33