summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * of: base: use root_node compatible as suggestion for a hostnameOleksij Rempel2018-01-171-0/+7
| * ubiformat: Lower message printing frequencySascha Hauer2018-01-111-4/+14
| * device parameters: Allow dots in device names for setenv aswellSascha Hauer2018-01-101-19/+35
* | Merge branch 'for-next/fastboot-sparse'Sascha Hauer2018-01-223-0/+69
|\ \
| * | file_list: Add ubi flagSascha Hauer2018-01-171-0/+3
| * | filetype: Add fastboot sparse format detectionSascha Hauer2018-01-171-0/+5
| * | ubiformat: Add ubiformat write functionSascha Hauer2018-01-111-0/+61
| |/
* | Merge branch 'for-next/build'Sascha Hauer2018-01-221-13/+15
|\ \
| * | build: fix that passwd.h is always builtSam Ravnborg2018-01-051-13/+15
| |/
* | blspec: fix crash when trying to boot from loop mountsPhilipp Zabel2018-01-221-2/+3
* | FIT: Fix error pathSascha Hauer2018-01-171-3/+5
|/
* 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