summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove typedefs from bmp_layout.hSimon Glass2015-06-102-13/+13
* | common/cmd_bdinfo: show gd->board_typeHannes Schmelzer2015-06-111-0/+3
|/
* autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese2015-06-083-31/+138
* autoboot.c: Move config options to KconfigStefan Roese2015-06-082-1/+69
* autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2Stefan Roese2015-06-081-12/+2
* image-fit: Fix compiler warning in fit_conf_print()Hans de Goede2015-06-061-2/+2
* Merge git://git.denx.de/u-boot-fdtTom Rini2015-06-052-0/+29
|\
| * fdt: Pass the device serial number through devicetreePaul Kocialkowski2015-06-052-0/+29
* | cmd_ide: Eliminate build warnings in atapi_inquiry()Bin Meng2015-06-041-3/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2015-06-021-0/+9
|\
| * net: Move the CMD_NET config to defconfigsJoe Hershberger2015-06-011-0/+1
| * Move setexpr to KconfigJoe Hershberger2015-06-011-0/+8
* | usb: kbd: Fix key repeat not always workingHans de Goede2015-05-291-6/+20
* | usb: Remove unused variable in usb_setup_descriptor()Hans de Goede2015-05-291-2/+0
|/
* image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARMMatt Porter2015-05-281-1/+1
* meminfo cmd: Enable printing >=4GiB SDRAM sizesAndrew Bradford2015-05-281-1/+1
* spl: spl_mmc: Error and count distinctionPaul Kocialkowski2015-05-281-14/+19
* Combine bootm_find_<thing> functions togetherKarl Apsite2015-05-282-37/+20
* add boot_get_loadables() to load listed imagesKarl Apsite2015-05-283-1/+102
* mkimage will now report information about loadableKarl Apsite2015-05-281-0/+17
* env_mmc: add error message to pass to set_default_envTim Harvey2015-05-271-16/+24
* menu: Return an error code if Ctrl-C is pressedTuomas Tynkkynen2015-05-271-0/+3
* pxe: Fix crash if 'sysboot' is run without argsTuomas Tynkkynen2015-05-271-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-05-262-1/+8
|\
| * spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey2015-05-261-1/+1
| * env_nand: use nand_spl_load_image for readenv if SPLTim Harvey2015-05-191-0/+7
* | env: Distinguish finer between source of env changeJoe Hershberger2015-05-211-7/+19
* | env: Add regex support to env_attrsJoe Hershberger2015-05-211-0/+85
* | env: Allow env_attr_walk to pass a priv * to callbackJoe Hershberger2015-05-214-12/+15
* | env: Simplify the reverse_strstr() interfaceJoe Hershberger2015-05-211-40/+47
* | env: Fix return values in env_attr_lookup()Joe Hershberger2015-05-211-3/+3
* | console: Fix pre-console flushing via cfb_console being very slowHans de Goede2015-05-191-18/+22
|/
* 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
OpenPOWER on IntegriCloud