summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare v2018.03-rc1v2018.03-rc1Tom Rini2018-01-291-2/+2
* spl: include timezone in bannerKlaus Goger2018-01-291-1/+1
* aes: Allow non-zero initialization vectorАндрей Мозжухин2018-01-294-29/+43
* kconfig: revert change that was not needed for -Wformat-securityMasahiro Yamada2018-01-291-1/+1
* fs: btrfs: Fix printf format character warningTom Rini2018-01-291-2/+2
* mvpp2: Fix warning over 32bit vs 64bit targetsTom Rini2018-01-291-1/+1
* clk: clk_stm32: Add .set_rate callbackPatrice Chotard2018-01-291-0/+6
* board: stm32: Fix stm32f746-disco bootPatrice Chotard2018-01-292-1/+1
* serial: Make full device search optionalAlexander Graf2018-01-293-0/+26
* Merge git://git.denx.de/u-boot-marvellTom Rini2018-01-291-4/+4
|\
| * tools/mrvl_uart.sh: Tidy script outputAndreas Färber2018-01-291-3/+3
| * tools/mrvl_uart.sh: Fix minicom baudrateAndreas Färber2018-01-291-1/+1
* | Merge git://git.denx.de/u-boot-cfi-flashTom Rini2018-01-295-488/+492
|\ \ | |/ |/|
| * cfi_flash: Always define cfi_flash_num_flash_banksMario Six2018-01-291-0/+2
| * cfi_flash: Fix indentionMario Six2018-01-291-120/+118
| * cfi_flash: Fix long linesMario Six2018-01-291-12/+19
| * cfi_flash: Bound-check index before array accessMario Six2018-01-291-2/+2
| * flash: Fix spelling of "ERR_TIMOUT"Mario Six2018-01-295-9/+9
| * cfi_flash: Rename camel-case variablesMario Six2018-01-291-8/+8
| * cfi_flash: Fix strings split across linesMario Six2018-01-291-9/+8
| * cfi_flash: Use u8 pointers instead of void pointersMario Six2018-01-291-4/+4
| * cfi_flash: Remove assignments from if conditionsMario Six2018-01-291-7/+11
| * cfi_flash: Remove return from void functionMario Six2018-01-291-1/+0
| * cfi_flash: Fix placement of braceMario Six2018-01-291-2/+1
| * cfi_flash: Fix else after breakMario Six2018-01-291-3/+3
| * cfi_flash: Fix spelling of "Unknown"Mario Six2018-01-291-1/+1
| * cfi_flash: Add missing braces in blocksMario Six2018-01-291-1/+3
| * cfi_flash: Remove unnecessary bracesMario Six2018-01-291-24/+24
| * cfi_flash: Fix comment styleMario Six2018-01-291-2/+4
| * cfi_flash: Use __func__ macro instead of function nameMario Six2018-01-291-1/+1
| * cfi_flash: Fix logical continuationsMario Six2018-01-291-13/+13
| * cfi_flash: Remove braces for single-statement blocksMario Six2018-01-291-10/+5
| * cfi_flash: Fix missing/superfluous linesMario Six2018-01-291-7/+4
| * cfi_flash: Fix spacing around casts/operatorsMario Six2018-01-291-9/+9
| * cfi_flash: Fix indent of case statementsMario Six2018-01-291-100/+100
| * cfi_flash: Fix whitespace with castingMario Six2018-01-291-2/+2
| * cfi_flash: Fix Parenthesis spacingMario Six2018-01-291-11/+11
| * cfi_flash: Fix style of pointer declarationsMario Six2018-01-291-24/+24
| * cfi_flash: Fix space between function name and parenthesisMario Six2018-01-291-214/+214
|/
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-01-289-27/+208
|\
| * efi_loader: add a README.iscsi describing booting via iSCSIHeinrich Schuchardt2018-01-282-0/+160
| * efi_loader: consistently use %pD to print device pathsHeinrich Schuchardt2018-01-281-4/+2
| * efi_loader: do not install NULL as device pathHeinrich Schuchardt2018-01-281-9/+11
| * vsprintf.c: correct printing of a NULL device pathHeinrich Schuchardt2018-01-282-1/+6
| * efi_loader: Call Exit() on return from payload in StartImage()Alexander Graf2018-01-281-2/+7
| * efi_loader: fix comments in indent_string()Heinrich Schuchardt2018-01-281-3/+6
| * efi_loader: catch misspelled bootefi subcommandHeinrich Schuchardt2018-01-281-0/+3
| * efi_loader: Always use EFIAPI instead of asmlinkageAlexander Graf2018-01-282-7/+8
| * efi: Conflict efi_loader with different stub bitnessAlexander Graf2018-01-282-1/+5
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2018-01-2832-1010/+2554
|\ \ | |/ |/|