summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: kconfig: Remove meaningless 'select n'Ulf Magnusson2018-01-301-1/+0
* x86: quark: Fix unused warningsTom Rini2018-01-301-9/+4
* cmd/bdinfo: print relocation info on X86Heinrich Schuchardt2018-01-301-0/+2
* x86: qemu: qfw: Implement acpi_get_rsdp_addr()Bin Meng2018-01-301-0/+8
* x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng2018-01-304-14/+17
* x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko2018-01-304-0/+22
* x86: zImage: Move subarch assignment out of cmd_line checkAndy Shevchenko2018-01-301-4/+5
* x86: Fix reference to QEMU variant of write_acpi_tables()Andy Shevchenko2018-01-301-2/+1
* x86: tangier: Make _CRS for BTH0 Serialized to avoid warningAndy Shevchenko2018-01-301-1/+1
* configs: x86: allow to override CONFIG_BOOTCOMMANDHeinrich Schuchardt2018-01-301-0/+2
* 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
|\