aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-06-10Add a simple version of memalign()Simon Glass1-0/+14
2015-06-10lcd: Support colour lookup table on 16bpp display in BMP imagesSimon Glass1-3/+20
2015-06-10Remove typedefs from bmp_layout.hSimon Glass2-13/+13
2015-06-08autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese3-31/+138
2015-06-08autoboot.c: Move config options to KconfigStefan Roese2-1/+69
2015-06-08autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2Stefan Roese1-12/+2
2015-06-06image-fit: Fix compiler warning in fit_conf_print()Hans de Goede1-2/+2
2015-06-05Merge git://git.denx.de/u-boot-fdtTom Rini2-0/+29
2015-06-05fdt: Pass the device serial number through devicetreePaul Kocialkowski2-0/+29
2015-06-04cmd_ide: Eliminate build warnings in atapi_inquiry()Bin Meng1-3/+3
2015-06-02Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+9
2015-06-01net: Move the CMD_NET config to defconfigsJoe Hershberger1-0/+1
2015-06-01Move setexpr to KconfigJoe Hershberger1-0/+8
2015-05-29usb: kbd: Fix key repeat not always workingHans de Goede1-6/+20
2015-05-29usb: Remove unused variable in usb_setup_descriptor()Hans de Goede1-2/+0
2015-05-28image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARMMatt Porter1-1/+1
2015-05-28meminfo cmd: Enable printing >=4GiB SDRAM sizesAndrew Bradford1-1/+1
2015-05-28spl: spl_mmc: Error and count distinctionPaul Kocialkowski1-14/+19
2015-05-28Combine bootm_find_<thing> functions togetherKarl Apsite2-37/+20
2015-05-28add boot_get_loadables() to load listed imagesKarl Apsite3-1/+102
2015-05-28mkimage will now report information about loadableKarl Apsite1-0/+17
2015-05-27env_mmc: add error message to pass to set_default_envTim Harvey1-16/+24
2015-05-27menu: Return an error code if Ctrl-C is pressedTuomas Tynkkynen1-0/+3
2015-05-27pxe: Fix crash if 'sysboot' is run without argsTuomas Tynkkynen1-1/+1
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-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