summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* spl: use ARCH_MX23/28 to specify SPL_LDSCRIPTStefan Agner2018-02-081-1/+1
* arm: imx: mx28: Move MX28 selection to KconfigStefan Agner2018-02-0818-63/+67
* arm: imx: mx23: Move MX23 selection to KconfigStefan Agner2018-02-0811-42/+50
* Convert CONFIG_MXC_GPIO to KconfigAdam Ford2018-02-0841-55/+20
* configs: imx6q_logic: Move CONFIG_PHY_SMSC to defconfigAdam Ford2018-02-082-1/+1
* configs: imx6q_logic: Move CONFIG_MXC_UART to KconfigAdam Ford2018-02-082-2/+1
* doc: watchdog: Remove Blackfin related documentation entryLukasz Majewski2018-02-071-3/+0
* ARM: omap3: evm: Remove CONFIG_SYS_NS16550_REG_SIZE undefineDerald D. Woods2018-02-071-3/+0
* ARM: omap3: ti_omap3_common: Fix CONFIG_SYS_NS16550_REG_SIZE compiler warningDerald D. Woods2018-02-071-4/+6
* spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski2018-02-0716-163/+11
* ARM: dts: keystone-k2g-ice: Add support for QSPIVignesh R2018-02-071-0/+48
* ARM: k2g: Add pinmux data for QSPI on K2G ICEVignesh R2018-02-071-0/+9
* atcspi200: avoid possible NULL dereferenceHeinrich Schuchardt2018-02-071-2/+2
* part: Allocate only one legacy_mbr bufferAlexey Brodkin2018-02-071-1/+1
* move booti_setup to arch/arm/lig/image.cBin Chen2018-02-074-80/+100
* parse the second area of android imageBin Chen2018-02-072-0/+21
* Merge git://git.denx.de/u-boot-ubiTom Rini2018-02-061-5/+0
|\
| * ubi: Ensure no fastmap flush after uif_closeMartin Townsend2018-02-061-5/+0
* | Merge git://git.denx.de/u-boot-i2cTom Rini2018-02-064-104/+311
|\ \ | |/ |/|
| * i2c: mvtwsi.c: Avoid NULL dereferenceHeinrich Schuchardt2018-02-061-1/+2
| * i2c: ihs_i2c: Factor out send_buffer methodMario Six2018-02-061-24/+26
| * i2c: ihs_i2c: Make DM compatibleMario Six2018-02-062-3/+199
| * i2c: ihs_i2c: Prepare DM conversionMario Six2018-02-061-29/+40
| * i2c: fsl_i2c: Make live-tree compatibleMario Six2018-02-061-10/+6
| * i2c: fsl_i2c: Remove inline declarationsMario Six2018-02-061-7/+7
| * i2c: fsl_i2c: Fix style violationsMario Six2018-02-061-55/+56
|/
* usb: ulpi: kconfig: Remove meaningless choice defaultUlf Magnusson2018-02-051-1/+0
* am335x, shc: kconfig: Fix misspelled choice defaultUlf Magnusson2018-02-051-1/+1
* Fix FreeBSD endian checksJustin Hibbits2018-02-051-0/+3
* cmd: Make CONFIG_CMD_FPGA depend on CONFIG_FPGATuomas Tynkkynen2018-02-05357-357/+1
* fpga: Resync various CONFIG_FPGA_* symbolsTuomas Tynkkynen2018-02-059-11/+5
* usb: dwc2: make casts of ep->dma_buf consistentTom Rini2018-02-051-1/+1
* MAINTAINERS: board: qcom: db410c, db820c: update email.Jorge Ramirez-Ortiz2018-02-042-2/+2
* travis.yml: run buildman with option -EDaniel Schwierzeck2018-02-041-1/+1
* travis.yml: fix 'set +e' in build scriptDaniel Schwierzeck2018-02-041-3/+2
* buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck2018-02-044-2/+10
* README: add doc for how to supply user specific compiler flags to KbuildDaniel Schwierzeck2018-02-041-0/+5
* MAINTAINERS: Update email address for Maxime RipardMaxime Ripard2018-02-042-4/+4
* Merge git://git.denx.de/u-boot-dmTom Rini2018-02-0412-6/+351
|\
| * log: add category LOGC_EFIHeinrich Schuchardt2018-02-033-0/+3
| * log: Add a way to log error-return valuesSimon Glass2018-02-034-0/+33
| * log: Add documentation for commands and formattingSimon Glass2018-02-031-0/+27
| * log: Add tests for the new log featuresSimon Glass2018-02-031-1/+27
| * log: Add a command to output a log recordSimon Glass2018-02-031-1/+40
| * log: Add a command to control the log output formatSimon Glass2018-02-031-0/+43
| * log: Update log_console to honour the log formatSimon Glass2018-02-032-3/+28
| * log: Add control over log formattingSimon Glass2018-02-033-0/+16
| * log: Add functions to convert IDs to/from namesSimon Glass2018-02-032-2/+104
| * dm: core: Add a function to look up a uclass by nameSimon Glass2018-02-033-0/+31
* | Merge git://git.denx.de/u-boot-imxTom Rini2018-02-0486-969/+8262
|\ \ | |/ |/|