summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford20-37/+31
2018-02-09block: Migrate SystemACE chip to KconfigTom Rini4-16/+21
2018-02-09Convert LIB_UUID to KconfigAdam Ford5-10/+8
2018-02-08Convert CONFIG LIB_HW_RAND to KconfigAdam Ford13-20/+19
2018-02-08Convert CONFIG_APBH_DMA et al to KconfigAdam Ford18-44/+22
2018-02-08Kconfig: Select networking commands only when NET is enabledMichal Simek1-4/+4
2018-02-08Kconfig: net: phylib: Phylib should depends on NETMichal Simek1-0/+1
2018-02-08omap4: sdp4430: Enable CONFIG_NET for this platformMichal Simek1-0/+5
2018-02-08configs: stm32: Enable CONFIG_ENV_VARS_UBOOT_CONFIGPatrice Chotard6-0/+8
2018-02-08Convert CONFIG_NAND_MXS to KconfigStefan Agner32-40/+42
2018-02-08spl: use ARCH_MX23/28 to specify SPL_LDSCRIPTStefan Agner1-1/+1
2018-02-08arm: imx: mx28: Move MX28 selection to KconfigStefan Agner18-63/+67
2018-02-08arm: imx: mx23: Move MX23 selection to KconfigStefan Agner11-42/+50
2018-02-08Convert CONFIG_MXC_GPIO to KconfigAdam Ford41-55/+20
2018-02-08configs: imx6q_logic: Move CONFIG_PHY_SMSC to defconfigAdam Ford2-1/+1
2018-02-08configs: imx6q_logic: Move CONFIG_MXC_UART to KconfigAdam Ford2-2/+1
2018-02-08doc: watchdog: Remove Blackfin related documentation entryLukasz Majewski1-3/+0
2018-02-08ARM: omap3: evm: Remove CONFIG_SYS_NS16550_REG_SIZE undefineDerald D. Woods1-3/+0
2018-02-08ARM: omap3: ti_omap3_common: Fix CONFIG_SYS_NS16550_REG_SIZE compiler warningDerald D. Woods1-4/+6
2018-02-08spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski16-163/+11
2018-02-08ARM: dts: keystone-k2g-ice: Add support for QSPIVignesh R1-0/+48
2018-02-08ARM: k2g: Add pinmux data for QSPI on K2G ICEVignesh R1-0/+9
2018-02-08atcspi200: avoid possible NULL dereferenceHeinrich Schuchardt1-2/+2
2018-02-08part: Allocate only one legacy_mbr bufferAlexey Brodkin1-1/+1
2018-02-08move booti_setup to arch/arm/lig/image.cBin Chen4-80/+100
2018-02-08parse the second area of android imageBin Chen2-0/+21
2018-02-06Merge git://git.denx.de/u-boot-ubiTom Rini1-5/+0
2018-02-06Merge git://git.denx.de/u-boot-i2cTom Rini4-104/+311
2018-02-06ubi: Ensure no fastmap flush after uif_closeMartin Townsend1-5/+0
2018-02-06i2c: mvtwsi.c: Avoid NULL dereferenceHeinrich Schuchardt1-1/+2
2018-02-06i2c: ihs_i2c: Factor out send_buffer methodMario Six1-24/+26
2018-02-06i2c: ihs_i2c: Make DM compatibleMario Six2-3/+199
2018-02-06i2c: ihs_i2c: Prepare DM conversionMario Six1-29/+40
2018-02-06i2c: fsl_i2c: Make live-tree compatibleMario Six1-10/+6
2018-02-06i2c: fsl_i2c: Remove inline declarationsMario Six1-7/+7
2018-02-06i2c: fsl_i2c: Fix style violationsMario Six1-55/+56
2018-02-06usb: ulpi: kconfig: Remove meaningless choice defaultUlf Magnusson1-1/+0
2018-02-06am335x, shc: kconfig: Fix misspelled choice defaultUlf Magnusson1-1/+1
2018-02-06Fix FreeBSD endian checksJustin Hibbits1-0/+3
2018-02-06cmd: Make CONFIG_CMD_FPGA depend on CONFIG_FPGATuomas Tynkkynen357-357/+1
2018-02-06fpga: Resync various CONFIG_FPGA_* symbolsTuomas Tynkkynen9-11/+5
2018-02-05usb: dwc2: make casts of ep->dma_buf consistentTom Rini1-1/+1
2018-02-05MAINTAINERS: board: qcom: db410c, db820c: update email.Jorge Ramirez-Ortiz2-2/+2
2018-02-05travis.yml: run buildman with option -EDaniel Schwierzeck1-1/+1
2018-02-05travis.yml: fix 'set +e' in build scriptDaniel Schwierzeck1-3/+2
2018-02-05buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck4-2/+10
2018-02-05README: add doc for how to supply user specific compiler flags to KbuildDaniel Schwierzeck1-0/+5
2018-02-05MAINTAINERS: Update email address for Maxime RipardMaxime Ripard2-4/+4
2018-02-04Merge git://git.denx.de/u-boot-dmTom Rini12-6/+351
2018-02-04Merge git://git.denx.de/u-boot-imxTom Rini86-969/+8262