summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add more SPDX-License-Identifier tagsTom Rini2016-01-1925-204/+25
* vsprintf.c: Always enable CONFIG_SYS_VSNPRINTFTom Rini2016-01-191-12/+0
* MIPS: malta: do not pull in target header files in config.hDaniel Schwierzeck2016-01-161-6/+3
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-01-142-1/+3
|\
| * x86: adjust ramdisk load addressMiao Yan2016-01-131-1/+2
| * fdtdec: Add compatible string for Intel IvyBridge FSPBin Meng2016-01-131-0/+1
* | Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-01-145-69/+369
|\ \
| * | mvebu: Support Synology DS414Phil Sutter2016-01-141-0/+162
| * | mvebu: Introduce kconfig symbols for SoC variantsPhil Sutter2016-01-142-2/+0
| * | arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese2016-01-144-16/+0
| * | arm: mvebu: Make ECC support configurable on Armada XPStefan Roese2016-01-142-0/+2
| * | arm: mvebu: db-mv784mp-gp: Enable cache commandStefan Roese2016-01-141-0/+1
| * | arm: mvebu: db-mv784mp-gp: Enable common file-system supportStefan Roese2016-01-141-0/+7
| * | arm: mvebu: db-mv784mp-gp: Switch from IDE to SATA supportStefan Roese2016-01-141-27/+7
| * | arm: mvebu: Add SolidRun ClearFog Armada 38x initial supportStefan Roese2016-01-141-0/+183
| * | arm: mvebu: Move some defines to common include fileStefan Roese2016-01-143-11/+0
| * | net: mvneta: Convert to driver modelStefan Roese2016-01-143-10/+0
| * | arm: mvebu: Add SPI driver model supportStefan Roese2016-01-141-1/+1
| * | arm: mvebu: Add DM and OF_CONTROL support to SPLStefan Roese2016-01-143-9/+13
* | | cmd_boot: Add a poweroff commandMichael van Slingerland2016-01-131-0/+1
* | | sniper: Various boot-related env settings, devicetree supportPaul Kocialkowski2016-01-131-15/+11
* | | lpc32xx: devkit3250: update board configuration fileVladimir Zapolskiy2016-01-131-1/+18
* | | serial: lpc32xx hsuart: port driver to driver modelVladimir Zapolskiy2016-01-131-0/+18
* | | omap4_panda: Convert to config_distro_bootcmd.hTom Rini2016-01-131-24/+27
* | | ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITETom Rini2016-01-131-0/+1
* | | am335x_evm.h: unsed CONFIG_BOOTDELAYTom Rini2016-01-131-4/+0
* | | ums: support multiple LUNs at onceStephen Warren2016-01-131-4/+2
* | | mmc: store hwpart in the block deviceStephen Warren2016-01-132-1/+1
* | | block: pass block dev not num to read/write/erase()Stephen Warren2016-01-132-7/+11
* | | Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-20/+14
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-01-132-2/+0
|\ \ \
| * | | arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configsNathan Rossi2016-01-131-1/+0
| * | | spl: dm: Add SPL_DM_SEQ_ALIAS config optionNathan Rossi2016-01-131-1/+0
| | |/ | |/|
* | | Merge git://git.denx.de/u-boot-netTom Rini2016-01-131-5/+4
|\ \ \
| * | | include: net: Simplify the usage of __always_inlineFabio Estevam2015-12-211-5/+4
* | | | hash.c: Conditionally compile hash_command, static hash_showTom Rini2016-01-131-15/+0
| |_|/ |/| |
* | | part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier2016-01-131-4/+4
* | | dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-131-0/+11
* | | power: pmic.h: Drop include <spi.h>Jagan Teki2016-01-131-1/+0
* | | am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N2016-01-131-0/+2
* | | dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N2016-01-131-0/+5
* | | spi: Add support for dual and quad modeMugunthan V N2016-01-131-0/+2
* | | spi: Add SPI_TX_DUAL modeJagan Teki2016-01-131-1/+2
* | | sf: Make IO modes at last in read modesJagan Teki2016-01-131-1/+1
* | | spi: Minor cleanupJagan Teki2016-01-131-16/+16
* | | spi: Use BIT macroJagan Teki2016-01-131-19/+19
* | | spi: Fix bit assignment with flagsJagan Teki2016-01-131-3/+3
* | | spi: Move flags macro's to spi_slave{} membersJagan Teki2016-01-131-8/+7
* | | spi: Rename op_mode_rx to mode_rxJagan Teki2016-01-131-3/+3
OpenPOWER on IntegriCloud