summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-151-2/+2
|\
| * sunxi: Support booting from SPI flashSiarhei Siamashka2016-07-151-2/+2
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-07-151-3/+3
|\ \
| * | dm: spl: Bind in all devices in SPL with of-platdataSimon Glass2016-07-141-1/+2
| * | dm: spl: Don't set up device tree with of-platdataSimon Glass2016-07-141-1/+1
| * | spl: Drop include of i2c.hSimon Glass2016-07-141-1/+0
| |/
* | board_f: prevent misleading "Watchdog enabled" outputAnatolij Gustschin2016-07-141-1/+1
* | board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=yAnatolij Gustschin2016-07-141-0/+1
* | bootm: fixup silent Linux out of BOOTM_STATE_LOADOS stateHector Palacios2016-07-141-5/+7
* | sandbox: Don't exit when bootm completesSimon Glass2016-07-141-0/+1
* | image: Add functions to obtain category informationSimon Glass2016-07-141-0/+68
* | image: Add a name for invalid typesSimon Glass2016-07-141-3/+3
* | image: Create a table of information for each categorySimon Glass2016-07-141-0/+13
* | spl: fit: add support for post-processing of imagesDaniel Allred2016-07-141-5/+16
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-07-111-4/+4
|\
| * dm: spi: Read default speed and mode values from DTVignesh R2016-07-091-4/+4
* | common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEVXu Ziyuan2016-07-111-1/+1
* | dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass2016-07-111-3/+3
|/
* autoboot: move bootdelay >= 0 check to abortboot()Masahiro Yamada2016-07-011-14/+8
* autoboot: move CONFIG_SILENT_CONSOLE handlingMasahiro Yamada2016-07-011-11/+10
* autoboot: rename abortboot_{keyed, normal} to __abortbootMasahiro Yamada2016-07-011-7/+3
* autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECKMasahiro Yamada2016-07-012-6/+2
* doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from READMEMasahiro Yamada2016-07-011-0/+2
* common: add new boot media kconfig entryPeng Fan2016-06-271-0/+48
* Kconfig: make NOR_BOOT a common optionPeng Fan2016-06-271-0/+13
* fastboot: sparse: improve CHUNK_TYPE_FILL write performanceSteve Rae2016-06-271-10/+27
* fastboot: sparse: implement reserve()Steve Rae2016-06-273-3/+29
* fastboot: sparse: resync common/image-sparse.c (part 2)Steve Rae2016-06-273-60/+44
* fastboot: sparse: resync common/image-sparse.c (part 1)Steve Rae2016-06-273-340/+197
* fastboot: sparse: remove session-id logicSteve Rae2016-06-273-24/+9
* common: Pass the boot device into spl_boot_mode()Marek Vasut2016-06-261-1/+1
* common: Fix support for environment file in EXT4Andrej Rosano2016-06-241-7/+9
* hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada2016-06-242-11/+8
* common: image: minimal android image iminfo supportMichael Trimarchi2016-06-241-0/+29
* autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.cMasahiro Yamada2016-06-202-4/+2
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-06-202-1/+8
|\
| * common: fb_nand: won't compileSergey Kubushyn2016-06-191-1/+1
| * spl: nand: support redundant u-boot imageBoris Brezillon2016-06-191-0/+7
* | SPL ext: cosmetic: correct error message in spl_load_image_ext()Petr Kulhavy2016-06-191-1/+1
* | SPL: ext: remove redundant ifdef statementPetr Kulhavy2016-06-171-2/+1
* | common: image-fit: Cleanup spelling mistakesAndreas Dannenberg2016-06-171-15/+15
* | common/Kconfig: Change the default BOOTDELAY to 2Tom Rini2016-06-171-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2016-06-171-4/+55
|\ \
| * | splash_source: add support for ubifs formatted nandEran Matityahu2016-06-141-4/+55
* | | Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2016-06-131-0/+21
|\ \ \ | |/ /
| * | common: env_ubi: Clear environment buffer before readingMarcin Niestroj2016-06-131-0/+21
* | | Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-06-131-1/+1
|\ \ \
| * | | bootm: Align cache flush end address correctlySimon Glass2016-06-121-1/+1
| |/ /
* | | verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed2016-06-121-0/+1
|/ /
* | bootstage: call show_boot_progress also in SPLHeiko Schocher2016-06-092-0/+10