summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
...
* x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng2015-07-14-0/+3
* scsi: fix compiler warning with DEBUG and 48bit LBAsAndre Przywara2015-07-11-2/+2
* common: Add CMD_SF Kconfig entryJagan Teki2015-07-01-0/+5
* mtd, spi: Check if flash pointer is usedHeiko Schocher2015-06-30-0/+5
* spi, sf: Use offset and size in sf cmd from mtdpartitionHeiko Schocher2015-06-30-25/+29
* mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher2015-06-30-139/+40
* mtd, spi: Add MTD layer driverDaniel Schwierzeck2015-06-30-2/+0
* Move defaults from config_cmd_default.h to KconfigJoe Hershberger2015-06-25-0/+23
* common: Add the CMD_ENV_EXISTS config to KconfigJoe Hershberger2015-06-25-0/+6
* common: Fix comment for saveenv in KconfigJoe Hershberger2015-06-25-1/+2
* Merge git://git.denx.de/u-boot-usbTom Rini2015-06-19-1/+3
|\
| * usb: kbd: Disable idle input reports when we do not need themHans de Goede2015-06-19-1/+3
* | common: cmd_part: start and size sub-commands introductionPaul Kocialkowski2015-06-19-1/+77
* | common: cmd_part: Proper alignmentPaul Kocialkowski2015-06-19-1/+1
|/
* spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski2015-06-18-7/+15
* spl: spl_mmc: Minor cosmeticsPaul Kocialkowski2015-06-18-6/+5
* ahci: support LBA48 data reads for 2+TB drivesMark Langsdorf2015-06-12-2/+47
* cmd_scsi: use lbaint_t for LBA values instead of u32Mark Langsdorf2015-06-12-7/+7
* Merge git://git.denx.de/u-boot-dmTom Rini2015-06-11-16/+47
|\
| * Add a simple version of memalign()Simon Glass2015-06-10-0/+14
| * lcd: Support colour lookup table on 16bpp display in BMP imagesSimon Glass2015-06-10-3/+20
| * Remove typedefs from bmp_layout.hSimon Glass2015-06-10-13/+13
* | common/cmd_bdinfo: show gd->board_typeHannes Schmelzer2015-06-11-0/+3
|/
* autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese2015-06-08-31/+138
* autoboot.c: Move config options to KconfigStefan Roese2015-06-08-1/+69
* autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2Stefan Roese2015-06-08-12/+2
* image-fit: Fix compiler warning in fit_conf_print()Hans de Goede2015-06-06-2/+2
* Merge git://git.denx.de/u-boot-fdtTom Rini2015-06-05-0/+29
|\
| * fdt: Pass the device serial number through devicetreePaul Kocialkowski2015-06-05-0/+29
* | cmd_ide: Eliminate build warnings in atapi_inquiry()Bin Meng2015-06-04-3/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2015-06-02-0/+9
|\
| * net: Move the CMD_NET config to defconfigsJoe Hershberger2015-06-01-0/+1
| * Move setexpr to KconfigJoe Hershberger2015-06-01-0/+8
* | usb: kbd: Fix key repeat not always workingHans de Goede2015-05-29-6/+20
* | usb: Remove unused variable in usb_setup_descriptor()Hans de Goede2015-05-29-2/+0
|/
* image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARMMatt Porter2015-05-28-1/+1
* meminfo cmd: Enable printing >=4GiB SDRAM sizesAndrew Bradford2015-05-28-1/+1
* spl: spl_mmc: Error and count distinctionPaul Kocialkowski2015-05-28-14/+19
* Combine bootm_find_<thing> functions togetherKarl Apsite2015-05-28-37/+20
* add boot_get_loadables() to load listed imagesKarl Apsite2015-05-28-1/+102
* mkimage will now report information about loadableKarl Apsite2015-05-28-0/+17
* env_mmc: add error message to pass to set_default_envTim Harvey2015-05-27-16/+24
* menu: Return an error code if Ctrl-C is pressedTuomas Tynkkynen2015-05-27-0/+3
* pxe: Fix crash if 'sysboot' is run without argsTuomas Tynkkynen2015-05-27-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-05-26-1/+8
|\
| * spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey2015-05-26-1/+1
| * env_nand: use nand_spl_load_image for readenv if SPLTim Harvey2015-05-19-0/+7
* | env: Distinguish finer between source of env changeJoe Hershberger2015-05-21-7/+19
* | env: Add regex support to env_attrsJoe Hershberger2015-05-21-0/+85
* | env: Allow env_attr_walk to pass a priv * to callbackJoe Hershberger2015-05-21-12/+15