summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-07-11scsi: fix compiler warning with DEBUG and 48bit LBAsAndre Przywara
2015-07-01common: Add CMD_SF Kconfig entryJagan Teki
2015-06-30mtd, spi: Check if flash pointer is usedHeiko Schocher
2015-06-30spi, sf: Use offset and size in sf cmd from mtdpartitionHeiko Schocher
2015-06-30mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher
2015-06-30mtd, spi: Add MTD layer driverDaniel Schwierzeck
2015-06-25Move defaults from config_cmd_default.h to KconfigJoe Hershberger
2015-06-25common: Add the CMD_ENV_EXISTS config to KconfigJoe Hershberger
2015-06-25common: Fix comment for saveenv in KconfigJoe Hershberger
2015-06-19Merge git://git.denx.de/u-boot-usbTom Rini
2015-06-19common: cmd_part: start and size sub-commands introductionPaul Kocialkowski
2015-06-19common: cmd_part: Proper alignmentPaul Kocialkowski
2015-06-19usb: kbd: Disable idle input reports when we do not need themHans de Goede
2015-06-18spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski
2015-06-18spl: spl_mmc: Minor cosmeticsPaul Kocialkowski
2015-06-12ahci: support LBA48 data reads for 2+TB drivesMark Langsdorf
2015-06-12cmd_scsi: use lbaint_t for LBA values instead of u32Mark Langsdorf
2015-06-11Merge git://git.denx.de/u-boot-dmTom Rini
2015-06-11common/cmd_bdinfo: show gd->board_typeHannes Schmelzer
2015-06-10Add a simple version of memalign()Simon Glass
2015-06-10lcd: Support colour lookup table on 16bpp display in BMP imagesSimon Glass
2015-06-10Remove typedefs from bmp_layout.hSimon Glass
2015-06-08autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese
2015-06-08autoboot.c: Move config options to KconfigStefan Roese
2015-06-08autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2Stefan Roese
2015-06-06image-fit: Fix compiler warning in fit_conf_print()Hans de Goede
2015-06-05Merge git://git.denx.de/u-boot-fdtTom Rini
2015-06-05fdt: Pass the device serial number through devicetreePaul Kocialkowski
2015-06-04cmd_ide: Eliminate build warnings in atapi_inquiry()Bin Meng
2015-06-02Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2015-06-01net: Move the CMD_NET config to defconfigsJoe Hershberger
2015-06-01Move setexpr to KconfigJoe Hershberger
2015-05-29usb: kbd: Fix key repeat not always workingHans de Goede
2015-05-29usb: Remove unused variable in usb_setup_descriptor()Hans de Goede
2015-05-28image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARMMatt Porter
2015-05-28meminfo cmd: Enable printing >=4GiB SDRAM sizesAndrew Bradford
2015-05-28spl: spl_mmc: Error and count distinctionPaul Kocialkowski
2015-05-28Combine bootm_find_<thing> functions togetherKarl Apsite
2015-05-28add boot_get_loadables() to load listed imagesKarl Apsite
2015-05-28mkimage will now report information about loadableKarl Apsite
2015-05-27env_mmc: add error message to pass to set_default_envTim Harvey
2015-05-27menu: Return an error code if Ctrl-C is pressedTuomas Tynkkynen
2015-05-27pxe: Fix crash if 'sysboot' is run without argsTuomas Tynkkynen
2015-05-26Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-05-26spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey
2015-05-21env: Distinguish finer between source of env changeJoe Hershberger
2015-05-21env: Add regex support to env_attrsJoe Hershberger
2015-05-21env: Allow env_attr_walk to pass a priv * to callbackJoe Hershberger
2015-05-21env: Simplify the reverse_strstr() interfaceJoe Hershberger
2015-05-21env: Fix return values in env_attr_lookup()Joe Hershberger