summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* state: Fix lseek error check in state_mtd_peb_read()Andrey Smirnov2019-03-111-4/+3
* state: Fix lseek error check in state_backend_bucket_direct_write()Andrey Smirnov2019-03-111-4/+3
* state: Fix lseek error check in state_backend_bucket_direct_read()Andrey Smirnov2019-03-111-8/+8
* uimage: Fix lseek error check in uimage_load_to_buf()Andrey Smirnov2019-03-111-10/+7
* uimage: Fix lseek error check in uimage_load()Andrey Smirnov2019-03-111-4/+4
* uimage: Fix lseek error check in uimage_verify()Andrey Smirnov2019-03-111-3/+4
* common: Always return enum filetype in file_name_detect_type_offset()Andrey Smirnov2019-03-111-2/+2
* Merge branch 'for-next/spd'Sascha Hauer2019-03-074-27/+183
|\
| * ddr_spd: Enable in PBLSascha Hauer2019-03-041-1/+1
| * ddr_spd: Add function to read eepromSascha Hauer2019-03-041-0/+82
| * ddr_spd: Update from U-BootSascha Hauer2019-03-041-24/+98
| * crc: import crc_itu_t() from kernelSascha Hauer2019-03-043-3/+3
* | Merge branch 'for-next/rpi'Sascha Hauer2019-03-071-0/+19
|\ \
| * | ARM: rpi: Clarify debug uart namesSascha Hauer2019-03-071-2/+2
| * | fixup! ARM: rpi: Add mini UART debug_ll supportSascha Hauer2019-03-071-1/+1
| * | fixup! ARM: rpi: move debug UART Kconfig settingsSascha Hauer2019-03-071-1/+1
| * | ARM: rpi: Add mini UART debug_ll supportSascha Hauer2019-03-061-0/+6
| * | ARM: rpi: move debug UART Kconfig settingsSascha Hauer2019-03-061-0/+13
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2019-03-072-31/+38
|\ \
| * | common: Kconfig: improve help text for DEBUG_LLTomaz Solc2019-03-071-4/+14
| * | images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceededAhmad Fatoum2019-03-071-10/+0
| * | common: console_common: do not store color additions to the log bufferOleksij Rempel2019-02-271-17/+18
| * | commands: dmesg: add -l option to restrict output levelOleksij Rempel2019-02-271-1/+4
| * | commands: dmesg: add print raw parameterOleksij Rempel2019-02-271-0/+3
| |/
* | watchdog: add (U)EFI driverOleksij Rempel2019-02-181-1/+8
* | efi: cleanupsOleksij Rempel2019-02-182-222/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2019-02-1311-104/+163
|\
| * memory: of_fixup: adapt to new memory layoutMarco Felsch2019-02-121-18/+57
| * common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-0/+3
| * common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-1/+1
| * common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-0/+4
| * common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-2/+8
| * common: state: fix formatting of "uint32_t" variablesUlrich Ölmann2019-02-111-3/+3
| * common: state: fix formatting of "off_t" variablesUlrich Ölmann2019-02-112-26/+26
| * common: state: fix compiler warnings about wrong type conversion in messagesUlrich Ölmann2019-02-111-7/+7
| * common: state: fix typoUlrich Ölmann2019-02-073-4/+4
| * usb: fastboot: ubiformat: Fix bad block handlingSascha Hauer2019-01-281-12/+28
| * block: Move shared code in get_chunk() out of if statementAndrey Smirnov2019-01-221-3/+2
| * block: Do not write past block device boundary during a flushAndrey Smirnov2019-01-221-9/+13
| * boot: make it a little bit less verboseVivien Didelot2019-01-211-14/+6
| * treewide: Remove trailing whitespaces and tabsAlexander Shiyan2019-01-211-1/+1
| * block: Replace debug() with dev_dbg()Andrey Smirnov2019-01-181-5/+6
| * block: Alias block_op_close() to block_op_flush()Andrey Smirnov2019-01-181-7/+2
* | Merge branch 'for-next/lseek'Sascha Hauer2019-02-133-6/+6
|\ \
| * | devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
| * | common: firmware: Don't use FILE_SIZE_STREAM directlyAndrey Smirnov2019-01-291-1/+1
| * | commands: Get rid of mem_rw_bufAndrey Smirnov2019-01-291-4/+5
| |/
* / treewide: Introduce MAP_FAILED and replace ad-hoc constants with itAndrey Smirnov2019-01-161-1/+1
|/
* Merge branch 'for-next/net'Sascha Hauer2019-01-151-0/+2
|\
| * defaultenv: resolve global.net.server before using itSascha Hauer2019-01-071-0/+1