summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-05-26Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-1/+8
2015-05-26spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey1-1/+1
2015-05-21env: Distinguish finer between source of env changeJoe Hershberger1-7/+19
2015-05-21env: Add regex support to env_attrsJoe Hershberger1-0/+85
2015-05-21env: Allow env_attr_walk to pass a priv * to callbackJoe Hershberger4-12/+15
2015-05-21env: Simplify the reverse_strstr() interfaceJoe Hershberger1-40/+47
2015-05-21env: Fix return values in env_attr_lookup()Joe Hershberger1-3/+3
2015-05-19console: Fix pre-console flushing via cfb_console being very slowHans de Goede1-18/+22
2015-05-19env_nand: use nand_spl_load_image for readenv if SPLTim Harvey1-0/+7
2015-05-15common: cmd regulator: command cleanupPrzemyslaw Marczak1-117/+122
2015-05-15common: cmd pmic: command cleanupPrzemyslaw Marczak1-76/+55
2015-05-15dm: regulator: add regulator commandPrzemyslaw Marczak3-0/+426
2015-05-15dm: pmic: add pmic commandPrzemyslaw Marczak3-0/+248
2015-05-15dm: i2c: Implement 'i2c bus' command for driver modelSimon Glass1-8/+55
2015-05-15usb: add device connection/disconnection detectionVincent Palatin2-1/+27
2015-05-15usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede1-1/+2
2015-05-15usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errorsHans de Goede1-2/+4
2015-05-15usb: 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-09image: 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-06dm: rtc: Convert 'date' command to support driver modelSimon Glass1-14/+41
2015-05-06dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass1-1/+1
2015-05-06dm: rtc: Rename gregorian day functionSimon Glass1-1/+1
2015-05-06fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass1-1/+1
2015-05-01x86: Allow CPUs to be set up after relocationSimon Glass1-1/+1
2015-04-30Add a 'cpu' command to print CPU informationSimon Glass3-0/+122
2015-04-30Fix 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-24armv8/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