summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-15power: twl6030: Some more explicit registers and values definitionsPaul Kocialkowski1-4/+10
2016-03-15Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini3-2/+26
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini23-162/+487
2016-03-15Merge git://git.denx.de/u-boot-marvellTom Rini1-3/+3
2016-03-15ARM: DRA7: configs: Prepare for detecting memory > 2GBLokesh Vutla1-0/+5
2016-03-15ARM: DRA7: Enable EEPROM supportLokesh Vutla1-0/+4
2016-03-15ARM: keystone2: use SPD info to configure K2HK and K2E DDR3Vitaly Andrianov2-0/+4
2016-03-15include/crc.h: Remove unreferenced cyg_xxx() prototypesStefan Roese1-26/+0
2016-03-15lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese1-2/+2
2016-03-15arm: Add support for LEGO MINDSTORMS EV3David Lechner1-0/+255
2016-03-15configs: k2g_evm: Add TI power processor supportNishanth Menon2-0/+21
2016-03-15board: ti: AM57xx: Add detection logic for AM57xx-evmKipisz, Steven2-0/+6
2016-03-15spl: Add an option to load a FIT containing U-BootSimon Glass2-1/+19
2016-03-15spl: Add a way for boards to select which device tree to loadSimon Glass1-0/+13
2016-03-15image: Add functions to obtain short namesSimon Glass1-0/+27
2016-03-15sunxi: Display the board model on start-upSimon Glass1-0/+1
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass2-16/+6
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass160-630/+12
2016-03-15ARM: sheevaplug: drop unneded 'usb start' from boot commandPeter Korsgaard1-1/+1
2016-03-15ARM: sheevaplug: unbreak kernel bootargs / mtdparts command by dropping doubl...Peter Korsgaard1-1/+1
2016-03-15ARM: sheevaplug: unbreak default environmentPeter Korsgaard1-1/+1
2016-03-15imx: mx6: correct IPU clockPeng Fan1-1/+5
2016-03-15Drop CONFIG_CRAMFS_CMDLINESimon Glass3-3/+0
2016-03-15dm: sandbox: Add driver-model block-device support for sandboxSimon Glass1-0/+2
2016-03-15dm: blk: Add a block-device uclassSimon Glass2-0/+146
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-0/+29
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-1/+1
2016-03-15dm: sandbox: Enable cbfs and cramfsSimon Glass1-0/+3
2016-03-15dm: part: Rename some partition functionsSimon Glass1-11/+10
2016-03-15dm: part: Convert partition API use to linker listsSimon Glass1-31/+48
2016-03-15dm: sandbox: Enable all partition typesSimon Glass1-1/+4
2016-03-15dm: blk: Rename get_device_and_partition()Simon Glass1-4/+38
2016-03-15dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass1-4/+30
2016-03-15dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-3/+3
2016-03-15dm: blk: Add comments to a few functionsSimon Glass1-0/+30
2016-03-15dm: blk: Convert interface type to an enumSimon Glass1-12/+15
2016-03-15dm: Add a new header for block devicesSimon Glass3-58/+74
2016-03-15dm: part: Drop the common.h headerSimon Glass1-1/+0
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass16-86/+94
2016-03-15debug_uart: output CR along with LFMasahiro Yamada1-1/+3
2016-03-15dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass1-2/+13
2016-03-15rockchip: Add a binding file for rk3288 videoJacob Chen1-0/+11
2016-03-15dm: video: Add a operation to display uclassJacob Chen1-1/+10
2016-03-14Move CONFIG_OF_LIBFDT to KconfigSimon Glass192-257/+1
2016-03-14libfdt: Add a function to write a property placeholderSimon Glass1-0/+16
2016-03-11exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet supportAnand Moon1-0/+1
2016-03-08malloc: use hidden visibilityStephen Warren1-0/+2
2016-03-08OMAP3: am3517_evm: Add NAND MTD partitions with UBI/UBIFS supportDerald D. Woods1-158/+151
2016-03-08OMAP3: am3517_evm: Use BCH8 ECC for NANDDerald D. Woods1-7/+16
2016-03-02mx53ard: Move to booting zImageFabio Estevam1-8/+10