summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* state: fix documentation of state_new_from_node()Ulrich Ölmann2018-10-121-0/+1
* common: state: use of_property_write_string() where appropriateUlrich Ölmann2018-10-121-4/+2
* blspec: do not depend on BLOCKLadislav Michl2018-10-121-1/+0
* environment: Fix overlapping partitions error messageLadislav Michl2018-10-121-2/+2
* Merge branch 'for-next/ratp'Sascha Hauer2018-10-098-32/+483
|\
| * ratp: fix incorrect whitespaces in method callsAleksander Morgado2018-09-174-15/+15
| * ratp: use pr_ macros to print messagesAleksander Morgado2018-09-173-13/+19
| * ratp: use __packed instead of the full formAleksander Morgado2018-09-173-5/+5
| * ratp: implement support for GPIO commandsAleksander Morgado2018-09-173-1/+154
| * ratp: implement i2c read/write supportAleksander Morgado2018-09-173-0/+292
* | Merge branch 'for-next/misc'Sascha Hauer2018-10-093-20/+80
|\ \
| * | environment: Do not use environment when overlapping with other partitionsSascha Hauer2018-09-261-1/+51
| * | environment: Allow default env path to be NULLSascha Hauer2018-09-211-2/+7
| * | memtest: Make use of resource_size()Andrey Smirnov2018-09-191-2/+2
| * | memtest: Adjust code for 64-bit architecturesAndrey Smirnov2018-09-191-15/+20
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2018-10-091-8/+50
|\ \
| * | imx-bbu-nand-fcb: Workaround ROM checking fingerprint before correcting bitflipsSascha Hauer2018-09-251-0/+11
| * | imx-bbu-nand-fcb: Workaround ROM not being able to handle bad blocks properlySascha Hauer2018-09-251-7/+38
| * | imx-bbu-nand-fcb: Improve error messageSascha Hauer2018-09-251-1/+1
| |/
* | bbu: Simplify bbu_find_handler_by_device()Andrey Smirnov2018-10-081-9/+5
* | bbu: Add "handler" parameter to barebox_update()Andrey Smirnov2018-10-081-10/+1
* | bbu: Expose bbu_find_handler_by_*() functionsAndrey Smirnov2018-10-081-19/+5
* | state: backend_bucket_circular: fix for non power of 2 writesizeLadislav Michl2018-09-261-2/+2
* | ratp: select CMDLINE_EDITINGClément Leger2018-09-261-0/+1
|/
* bootsource: handle SPI-NOR in the same way as SPI-EEPROMLucas Stach2018-09-041-0/+1
* bbu: Report update failures explicitlyAndrey Smirnov2018-08-311-6/+6
* block: Do not ignore error in blk->ops->write()Andrey Smirnov2018-08-311-3/+14
* bbu: Remove logical negation in barebox_update_handler_exists()Andrey Smirnov2018-08-311-1/+1
* filetype: Add code to detect i.MX image v2Andrey Smirnov2018-08-311-0/+4
* filetype: Add code to detect i.MX image v1Andrey Smirnov2018-08-311-0/+7
* filetype: Add arch/ to include pathAndrey Smirnov2018-08-311-0/+1
* Merge branch 'for-next/misc'Sascha Hauer2018-08-131-2/+3
|\
| * FIT: be more verbose when RSA signature check failsRoland Hieber2018-08-101-2/+3
* | block: Adjust cache sizesSascha Hauer2018-07-131-2/+2
|/
* Merge branch 'for-next/imx8mq'Sascha Hauer2018-07-091-3/+1
|\
| * clock: Use udelay() to implement mdelay()Andrey Smirnov2018-06-151-3/+1
* | Merge branch 'for-next/imx'Sascha Hauer2018-07-091-1/+3
|\ \
| * | common: clock: Sample time before poller_call()Andrey Smirnov2018-07-021-1/+3
| |/
* | Merge branch 'for-next/dts-warnings'Sascha Hauer2018-07-091-1/+1
|\ \
| * | console: Update description for global.linux.bootargs.consoleSascha Hauer2018-06-191-1/+1
| |/
* | Merge branch 'for-next/console'Sascha Hauer2018-07-093-7/+10
|\ \
| * | console_simple: add newline conversion for putc_ll caseSascha Hauer2018-06-191-0/+2
| * | console_simple: Fix newline conversionSascha Hauer2018-06-191-1/+2
| * | console_simple: Remove duplicated newline conversionSascha Hauer2018-06-191-2/+0
| * | console: remove duplicate newline conversionSascha Hauer2018-06-191-3/+2
| * | console: add missing newline conversion for putc_llSascha Hauer2018-06-191-0/+2
| * | console: Fix console_get_first_active()Andrey Smirnov2018-06-191-1/+2
| |/
* | Merge branch 'for-next/bootm'Sascha Hauer2018-07-095-32/+198
|\ \ | |/ |/|
| * add basic ELF parserOleksij Rempel2018-06-183-0/+150
| * filetype: add ELF typeAntony Pavlov2018-06-151-0/+5