aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-05-14common: cmd regulator: command cleanupPrzemyslaw Marczak1-117/+122
2015-05-14common: cmd pmic: command cleanupPrzemyslaw Marczak1-76/+55
2015-05-14dm: regulator: add regulator commandPrzemyslaw Marczak3-0/+426
2015-05-14dm: pmic: add pmic commandPrzemyslaw Marczak3-0/+248
2015-05-14dm: i2c: Implement 'i2c bus' command for driver modelSimon Glass1-8/+55
2015-05-14usb: add device connection/disconnection detectionVincent Palatin2-1/+27
2015-05-14usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede1-1/+2
2015-05-14usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errorsHans de Goede1-2/+4
2015-05-14usb: usb_control_msg() propagate controller error codeHans de Goede1-2/+4
2015-05-14Use map_sysmem when accessing memory in setexprJoe Hershberger1-9/+23
2015-05-14Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+105
2015-05-14spl: Correct address in spl_relocate_stack_gd()Simon Glass1-1/+1
2015-05-13edid: Add a function to read detailed monitor timingsSimon Glass1-0/+105
2015-05-10ppc4xx: Remove sc3 boardStefan Roese1-14/+0
2015-05-10Fix broken verify functionality in crc32 commandJoe Hershberger1-1/+1
2015-05-10Fix inconsistency of VERIFY defines in cmd_memJoe Hershberger1-3/+3
2015-05-10cmd_part: fix usage textmaxin.john@enea.com1-1/+1
2015-05-10spl: spl_mmc: Partition raw boot mode for eMMCPaul Kocialkowski1-0/+5
2015-05-10spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmeticsPaul Kocialkowski1-55/+73
2015-05-08image: android: handle default kernel addressMaxime Ripard1-2/+25
2015-05-06usb: Fix maxpacketsize for first descriptor read for low-speed usb devsHans de Goede1-6/+11
2015-05-05dm: rtc: Convert 'date' command to support driver modelSimon Glass1-14/+41
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