aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-07-01common: Add CMD_SF Kconfig entryJagan Teki1-0/+5
2015-06-30mtd, spi: Check if flash pointer is usedHeiko Schocher1-0/+5
2015-06-30spi, sf: Use offset and size in sf cmd from mtdpartitionHeiko Schocher1-25/+29
2015-06-30mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher3-139/+40
2015-06-30mtd, spi: Add MTD layer driverDaniel Schwierzeck1-2/+0
2015-06-25Move defaults from config_cmd_default.h to KconfigJoe Hershberger1-0/+23
2015-06-25common: Add the CMD_ENV_EXISTS config to KconfigJoe Hershberger1-0/+6
2015-06-25common: Fix comment for saveenv in KconfigJoe Hershberger1-1/+2
2015-06-19Merge git://git.denx.de/u-boot-usbTom Rini1-1/+3
2015-06-19common: cmd_part: start and size sub-commands introductionPaul Kocialkowski1-1/+77
2015-06-19common: cmd_part: Proper alignmentPaul Kocialkowski1-1/+1
2015-06-19usb: kbd: Disable idle input reports when we do not need themHans de Goede1-1/+3
2015-06-18spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski1-7/+15
2015-06-18spl: spl_mmc: Minor cosmeticsPaul Kocialkowski1-6/+5
2015-06-12ahci: support LBA48 data reads for 2+TB drivesMark Langsdorf1-2/+47
2015-06-12cmd_scsi: use lbaint_t for LBA values instead of u32Mark Langsdorf1-7/+7
2015-06-11Merge git://git.denx.de/u-boot-dmTom Rini3-16/+47
2015-06-11common/cmd_bdinfo: show gd->board_typeHannes Schmelzer1-0/+3
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