summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* rename file_operations -> cdev_operationsSascha Hauer2018-04-062-2/+2
* Revert "startup: Load default environment earlier"Sascha Hauer2018-03-191-3/+3
* Merge branch 'for-next/ratp'Sascha Hauer2018-03-0511-98/+617
|\
| * ratp: new reset commandAleksander Morgado2018-03-012-0/+56
| * ratp: new md and mw commandsAleksander Morgado2018-03-013-0/+377
| * ratp: use xstrndup() instead of a custom xmemdup_add_zero()Aleksander Morgado2018-03-011-12/+1
| * ratp: implement getenv as a standard ratp commandAleksander Morgado2018-03-013-30/+52
| * ratp: implement ping as a standard ratp commandAleksander Morgado2018-03-013-24/+41
| * ratp: allow building without full console supportAleksander Morgado2018-03-012-3/+5
| * ratp: moved logic to its own subdirectoryAleksander Morgado2018-03-015-14/+18
| * ratp: implement generic command supportAleksander Morgado2018-03-012-16/+68
* | Merge branch 'for-next/misc'Sascha Hauer2018-03-053-20/+63
|\ \
| * | Use globalvar_add_simple_string for model and hostnameSascha Hauer2018-02-261-18/+8
| * | console: added colored print out of log levelsEugen Wiens2018-02-221-0/+25
| * | console: move global.allow_color handling to C codeSascha Hauer2018-02-222-2/+23
| * | bootm: fit: add option to add DT snipped that contains fit public keyMarc Kleine-Budde2018-02-201-0/+7
* | | Merge branch 'for-next/fastboot'Sascha Hauer2018-03-051-19/+36
|\ \ \ | |_|/ |/| |
| * | ubiformat: Allow to ubiformat with a buffer givenSascha Hauer2018-02-091-19/+36
| |/
* | state: find backend node with its reproducible nameSascha Hauer2018-02-222-1/+6
* | state: remove unused arguments from state_new_from_node()Sascha Hauer2018-02-222-29/+17
|/
* FIT: Use const dtb unflatten variantSascha Hauer2018-02-081-1/+1
* Merge branch 'for-next/tftp-workaround'Sascha Hauer2018-02-082-25/+25
|\
| * uimage: Use is_tftp_fs() and cache_file() to ease TFTP workaroundSascha Hauer2018-01-251-25/+22
| * uimage: fix memory leak in error pathSascha Hauer2018-01-251-0/+2
| * startup: create /tmpSascha Hauer2018-01-231-0/+1
* | Merge branch 'for-next/ratp'Sascha Hauer2018-02-081-16/+10
|\ \
| * | ratp: remove unused context fieldsAleksander Morgado2018-01-301-6/+0
| * | ratp: move barebox-specific command to ratp_bb.hAleksander Morgado2018-01-301-1/+1
| * | ratp: rename global context variableAleksander Morgado2018-01-301-9/+9
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2018-02-088-11/+32
|\ \
| * | env: Add more context to error messageSascha Hauer2018-02-081-1/+1
| * | bootchooser: Drop SHELL_NONE conflictSascha Hauer2018-02-061-1/+0
| * | boot: Make independent of command supportSascha Hauer2018-02-061-1/+1
| * | startup: Load default environment earlierSascha Hauer2018-02-061-3/+3
| * | state: Add 'init_from_defaults' parameterSascha Hauer2018-02-062-0/+9
| * | state: refuse to set dirty parameter via setenvSascha Hauer2018-02-061-1/+6
| * | filetype: Add type detection at an offsetPhilipp Zabel2018-02-051-2/+8
| * | bootargs: Fix memory leak in linux_bootargs_get()Sascha Hauer2018-01-261-2/+4
| |/
* | Merge branch 'for-next/constify'Sascha Hauer2018-02-082-15/+16
|\ \
| * | imd: Make all pointers into image constSascha Hauer2018-01-302-15/+16
| |/
* | FIT: Allow to open buffer as FIT imageSascha Hauer2018-02-081-32/+81
* | FIT: Implement opening images with no configurationSascha Hauer2018-02-081-7/+75
* | FIT: factor out some helper functionsSascha Hauer2018-02-081-47/+74
* | FIT: move handle->verify check to fit_verify_hash()Sascha Hauer2018-02-081-20/+25
* | FIT: store device_nodes in fit_handleSascha Hauer2018-02-081-8/+12
* | FIT: Let user specify the configuration to useSascha Hauer2018-02-082-24/+38
* | FIT: Do not pre-open imagesSascha Hauer2018-02-081-21/+0
* | bootm: FIT: do not depend on FIT pre-opened imagesSascha Hauer2018-02-081-14/+32
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-01-226-52/+138
|\
| * partitions: dos: Treat all extended partition types equallyAndrey Smirnov2018-01-221-7/+18