summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/net'Sascha Hauer2018-01-051-2/+4
|\
| * nvvar: when setting a nvvar to NULL just free the contentSascha Hauer2017-12-011-2/+4
* | Merge branch 'for-next/misc'Sascha Hauer2018-01-051-3/+42
|\ \
| * | nvvar: Initialze from underlying device parameterSascha Hauer2017-11-241-1/+8
| * | nv: add device parameter overwrites to completion listSascha Hauer2017-11-231-2/+31
| * | globalvar: When a globalvar is created with a NULL value, use empty stringSascha Hauer2017-11-231-0/+3
* | | Bootm: remove uimage_close done later in bootm_bootClément Leger2017-12-151-1/+0
* | | common: globalvar: fix removing multiple nvvars with wildcardsSascha Hauer2017-11-301-2/+3
* | | imx-bbu-nand-fcb: fix build on MX28 onlyLucas Stach2017-11-211-3/+15
|/ /
* | Merge branch 'for-next/omap'Sascha Hauer2017-11-134-9/+158
|\ \
| * | common: oftree: Add autoenable functionalityDaniel Schultz2017-11-071-0/+89
| * | common: state: Add function to read state MACDaniel Schultz2017-11-071-0/+21
| * | common: state: Add variable type as enumDaniel Schultz2017-11-072-0/+27
| * | common: state: Add variable_type to state_variableDaniel Schultz2017-11-073-9/+21
* | | Merge branch 'for-next/nv'Sascha Hauer2017-11-131-1/+3
|\ \ \
| * | | common: globvar: let nvvar_remove() report non-existing variableEnrico Jorns2017-11-031-1/+3
| |/ /
* | | Merge branch 'for-next/efi'Sascha Hauer2017-11-132-0/+11
|\ \ \ | |_|/ |/| |
| * | efi-gui: add USB IO Protocol GUID definitionJean-Christophe PLAGNIOL-VILLARD2017-10-271-0/+1
| * | EFI: add poweroff supportJean-Christophe PLAGNIOL-VILLARD2017-10-271-0/+10
| |/
* / uimage: fix: add can_lseek_backward and use in uimage_openMichael Grzeschik2017-11-101-2/+2
|/
* Merge branch 'for-next/usbgadget'Sascha Hauer2017-10-192-14/+73
|\
| * bbu: Add function to iterate over registered handlersSascha Hauer2017-09-271-0/+15
| * file_list: Add error messagesSascha Hauer2017-09-271-4/+9
| * file_list: Add GPL header to fileSascha Hauer2017-09-271-0/+11
| * file_list: Fix memory leak in failure pathSascha Hauer2017-09-271-1/+1
| * file_list: Allow only unique names on listSascha Hauer2017-09-271-1/+7
| * file_list: Add function to get entry by its nameSascha Hauer2017-09-271-0/+12
| * file_list: Add function to add an entry to the listSascha Hauer2017-09-271-9/+19
* | remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-263-8/+0
* | imx-bbu-nand-fcb: read_firmware_all(): Spell "Secondary firmware" with a capi...Marc Kleine-Budde2017-09-261-1/+1
* | console_countdown: ignore errors in getchar()Aleksander Morgado2017-09-261-6/+8
|/
* memtest: fix list iteration in region setupSteffen Trumtrar2017-09-201-1/+1
* bootm: bootm_open_initrd_uimage(): propagate error if initrd verification failsMarc Kleine-Budde2017-09-201-0/+1
* state: don't use uninitialized variableJuergen Borleis2017-09-061-1/+1
* state: use the given backend storage type nameJuergen Borleis2017-09-061-4/+5
* state: provide an error message when an error occursJuergen Borleis2017-09-061-0/+1
* state: add debugging helpJuergen Borleis2017-09-062-1/+8
* bootchooser: allow an empty namespaceJuergen Borleis2017-09-061-6/+4
* bootchooser: avoid a use after freeJuergen Borleis2017-09-061-1/+1
* state: keep backward compatibilityJuergen Borleis2017-09-062-9/+27
* Merge branch 'for-next/state'Lucas Stach2017-07-312-3/+1
|\
| * state: backend_storage: remove unreachable error messagePhilipp Zabel2017-07-201-2/+0
| * state: backend_bucket_circular: promote old state debug message to infoPhilipp Zabel2017-07-201-1/+1
* | Merge branch 'for-next/efi'Lucas Stach2017-07-315-13/+75
|\ \
| * | efi: efi: register barebox-update handlerSteffen Trumtrar2017-07-111-0/+4
| * | blspec: skip all devicetree tests if entry doesn't specify oneSteffen Trumtrar2017-07-111-8/+8
| * | efi: efi: load state from devicetreeSteffen Trumtrar2017-07-111-0/+59
| * | common: efi: do not use undefined kconfig optionSteffen Trumtrar2017-07-101-2/+1
| * | state: fix compile warnings for dev_err expansionSteffen Trumtrar2017-07-103-3/+3
| |/
* / state: backend_bucket_circular: fix old state readsPhilipp Zabel2017-07-201-1/+4
|/