aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-07-21sandbox: Drop special-case sandbox console codeSimon Glass1-5/+1
2015-07-21dm: Allow debug UART to support an early consoleSimon Glass1-0/+19
2015-07-21mkimage: Display a better list of available image typesSimon Glass1-26/+32
2015-07-20Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+7
2015-07-20board/ls2085rdb: Export functions for standalone AQ FW load appsPrabhakar Kushwaha1-0/+7
2015-07-20cmd_fdt: save fdtaddr in hex formatSudeep Holla1-1/+1
2015-07-20fdt: prevent clearing memory node if there are no banksAndre Przywara1-0/+3
2015-07-14cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2CBin Meng1-6/+6
2015-07-14dm: cpu: Fix undefined ENOSYS build errorBin Meng1-0/+1
2015-07-14spi: sf: Print the error code on failureSimon Glass1-2/+6
2015-07-14x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng1-0/+3
2015-07-11scsi: fix compiler warning with DEBUG and 48bit LBAsAndre Przywara1-2/+2
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