aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-05-05dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass1-1/+1
2015-05-05dm: rtc: Rename gregorian day functionSimon Glass1-1/+1
2015-05-05fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass1-1/+1
2015-04-30x86: Allow CPUs to be set up after relocationSimon Glass1-1/+1
2015-04-29Add a 'cpu' command to print CPU informationSimon Glass3-0/+122
2015-04-29Fix comment nits in board_f.cSimon Glass1-5/+4
2015-04-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+29
2015-04-28Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-8/+8
2015-04-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini4-5/+11
2015-04-23armv8/ls2085aqds: NAND boot supportScott Wood2-2/+2
2015-04-23Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini3-84/+33
2015-04-23cmd, nand: add more info to "nand info"Heiko Schocher1-3/+6
2015-04-23rtc: Set valid date after resetMarek Vasut1-0/+5
2015-04-23armv8/fsl-lsch3: Update early MMU tableYork Sun1-0/+6
2015-04-23cmd_mem: Store last address/size/etc as ulongScott Wood1-3/+3
2015-04-23dm: Init device tree as well as driver model in SPLSimon Glass1-3/+17
2015-04-23Correct malloc_limit value for pre-relocation malloc()Simon Glass1-1/+1
2015-04-23Move initf_malloc() to a common placeSimon Glass2-11/+12
2015-04-23fdt: Rename setup_fdt() and make it prepare alsoSimon Glass1-4/+1
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass1-65/+2
2015-04-23cmd_led: Extend led command to support blinking and more ledsStefan Roese1-10/+38
2015-04-22cmd_scsi: Enable SoC AHCI device on platforms with PCItang yuantian1-2/+2
2015-04-22unzip: add gzwrite command to write compressed image to block deviceEric Nelson1-0/+47
2015-04-22fdt: add new fdt_fixup_display function to configure displayTim Harvey1-0/+29
2015-04-22cmd_sf: Fix problem with "sf update" and unaligned lengthStefan Roese1-8/+8
2015-04-21kconfig: remove duplicated CMD_DNS optionAndrey Skvortsov1-5/+0
2015-04-20mii: add read-modify-write option to mii commandTim James1-9/+38
2015-04-20Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini4-107/+310
2015-04-19pxe: Ensure all memory access is to mapped memorySjoerd Simons1-30/+56
2015-04-19sandbox: Implement host dev [device]Sjoerd Simons1-0/+44
2015-04-19sandbox: Renamed sb command to hostSjoerd Simons2-23/+28
2015-04-18sandbox: exynos: Move CONFIG_CMD_SOUND to KconfigSimon Glass1-0/+10
2015-04-18Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass2-6/+107
2015-04-18dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass1-0/+1
2015-04-18Avoid calling print_eths() with driver modelSimon Glass1-1/+1
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger4-14/+14
2015-04-18net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger1-15/+14
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger1-3/+3
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger1-8/+9
2015-04-18net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger1-8/+8
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger1-6/+6
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger3-7/+11
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2-26/+26
2015-04-18dm: usb: Support driver model with USB keyboardsSimon Glass1-1/+33
2015-04-18dm: usb: Split out the keyboard probe into its own functionSimon Glass1-38/+51
2015-04-18dm: usb: Convert usb_storage to driver modelSimon Glass1-2/+49
2015-04-18dm: usb: Move storage device scanning into its own functionSimon Glass1-38/+59
2015-04-18Revert "usb_storage : scan all interfaces to find a storage device"Simon Glass1-28/+17
2015-04-18dm: usb: Adjust usb_storage to work with sandboxSimon Glass1-2/+4
2015-04-18dm: usb: Simply device finding code in usb_storageSimon Glass1-19/+11