summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: cmd regulator: command cleanupPrzemyslaw Marczak2015-05-141-117/+122
* common: cmd pmic: command cleanupPrzemyslaw Marczak2015-05-141-76/+55
* dm: regulator: add regulator commandPrzemyslaw Marczak2015-05-143-0/+426
* dm: pmic: add pmic commandPrzemyslaw Marczak2015-05-143-0/+248
* dm: i2c: Implement 'i2c bus' command for driver modelSimon Glass2015-05-141-8/+55
* usb: add device connection/disconnection detectionVincent Palatin2015-05-142-1/+27
* usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede2015-05-141-1/+2
* usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errorsHans de Goede2015-05-141-2/+4
* usb: usb_control_msg() propagate controller error codeHans de Goede2015-05-141-2/+4
* Use map_sysmem when accessing memory in setexprJoe Hershberger2015-05-141-9/+23
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-05-141-0/+105
|\
| * edid: Add a function to read detailed monitor timingsSimon Glass2015-05-131-0/+105
* | spl: Correct address in spl_relocate_stack_gd()Simon Glass2015-05-141-1/+1
|/
* ppc4xx: Remove sc3 boardStefan Roese2015-05-101-14/+0
* Fix broken verify functionality in crc32 commandJoe Hershberger2015-05-101-1/+1
* Fix inconsistency of VERIFY defines in cmd_memJoe Hershberger2015-05-101-3/+3
* cmd_part: fix usage textmaxin.john@enea.com2015-05-101-1/+1
* spl: spl_mmc: Partition raw boot mode for eMMCPaul Kocialkowski2015-05-101-0/+5
* spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmeticsPaul Kocialkowski2015-05-101-55/+73
* image: android: handle default kernel addressMaxime Ripard2015-05-081-2/+25
* usb: Fix maxpacketsize for first descriptor read for low-speed usb devsHans de Goede2015-05-061-6/+11
* dm: rtc: Convert 'date' command to support driver modelSimon Glass2015-05-051-14/+41
* dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass2015-05-051-1/+1
* dm: rtc: Rename gregorian day functionSimon Glass2015-05-051-1/+1
* fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass2015-05-051-1/+1
* x86: Allow CPUs to be set up after relocationSimon Glass2015-04-301-1/+1
* Add a 'cpu' command to print CPU informationSimon Glass2015-04-293-0/+122
* Fix comment nits in board_f.cSimon Glass2015-04-291-5/+4
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-04-281-0/+29
|\
| * fdt: add new fdt_fixup_display function to configure displayTim Harvey2015-04-221-0/+29
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2015-04-281-8/+8
|\ \
| * | cmd_sf: Fix problem with "sf update" and unaligned lengthStefan Roese2015-04-221-8/+8
* | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-04-244-5/+11
|\ \ \
| * | | armv8/ls2085aqds: NAND boot supportScott Wood2015-04-232-2/+2
| * | | armv8/fsl-lsch3: Update early MMU tableYork Sun2015-04-231-0/+6
| * | | cmd_mem: Store last address/size/etc as ulongScott Wood2015-04-231-3/+3
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2015-04-233-84/+33
|\ \ \
| * | | dm: Init device tree as well as driver model in SPLSimon Glass2015-04-231-3/+17
| * | | Correct malloc_limit value for pre-relocation malloc()Simon Glass2015-04-231-1/+1
| * | | Move initf_malloc() to a common placeSimon Glass2015-04-232-11/+12
| * | | fdt: Rename setup_fdt() and make it prepare alsoSimon Glass2015-04-231-4/+1
| * | | fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-231-65/+2
| |/ /
* | | cmd, nand: add more info to "nand info"Heiko Schocher2015-04-231-3/+6
* | | rtc: Set valid date after resetMarek Vasut2015-04-231-0/+5
* | | cmd_led: Extend led command to support blinking and more ledsStefan Roese2015-04-231-10/+38
* | | cmd_scsi: Enable SoC AHCI device on platforms with PCItang yuantian2015-04-221-2/+2
* | | unzip: add gzwrite command to write compressed image to block deviceEric Nelson2015-04-221-0/+47
|/ /
* | kconfig: remove duplicated CMD_DNS optionAndrey Skvortsov2015-04-211-5/+0
* | mii: add read-modify-write option to mii commandTim James2015-04-201-9/+38
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2015-04-204-107/+310
|\ \
OpenPOWER on IntegriCloud