summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek2016-07-31-5/+2
* Merge git://git.denx.de/u-boot-dmTom Rini2016-07-27-9/+2
|\
| * dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass2016-07-27-1/+1
| * dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-27-7/+1
| * dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-27-2/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-07-27-2/+34
|\ \ | |/ |/|
| * splash: Introduce default_splash_locationsAlexey Brodkin2016-07-26-1/+29
| * splash: Accommodate DM_USB in splash_init_usb()Alexey Brodkin2016-07-25-1/+5
* | common: fit: Allow U-Boot images to be bootedmario.six@gdsys.cc2016-07-25-3/+4
* | spl: fit: Fix the number of bytes read in raw modeLokesh Vutla2016-07-22-1/+3
* | spl: zImage support in Falcon modeLadislav Michl2016-07-22-0/+23
* | spl: support loading from UBI volumesLadislav Michl2016-07-22-0/+87
* | Kconfig: Move option CONFIG_SYS_NO_FLASH to KconfigSiva Durga Prasad Paladugu2016-07-22-0/+6
* | spl: Fix compilation warnings for arm64Michal Simek2016-07-22-1/+2
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-19-1/+10
|\ \
| * | armv8: Add tlb_allocated to arch global dataYork Sun2016-07-15-0/+9
| * | armv8: Move secure_ram variable out of generic global dataYork Sun2016-07-15-1/+1
* | | Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-16-1/+1
* | | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-15-2/+2
|\ \ \
| * | | sunxi: Support booting from SPI flashSiarhei Siamashka2016-07-15-2/+2
| |/ /
* | | Merge git://git.denx.de/u-boot-dmTom Rini2016-07-15-3/+3
|\ \ \
| * | | dm: spl: Bind in all devices in SPL with of-platdataSimon Glass2016-07-14-1/+2
| * | | dm: spl: Don't set up device tree with of-platdataSimon Glass2016-07-14-1/+1
| * | | spl: Drop include of i2c.hSimon Glass2016-07-14-1/+0
| |/ /
* | | board_f: prevent misleading "Watchdog enabled" outputAnatolij Gustschin2016-07-14-1/+1
* | | board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=yAnatolij Gustschin2016-07-14-0/+1
* | | bootm: fixup silent Linux out of BOOTM_STATE_LOADOS stateHector Palacios2016-07-14-5/+7
* | | sandbox: Don't exit when bootm completesSimon Glass2016-07-14-0/+1
* | | image: Add functions to obtain category informationSimon Glass2016-07-14-0/+68
* | | image: Add a name for invalid typesSimon Glass2016-07-14-3/+3
* | | image: Create a table of information for each categorySimon Glass2016-07-14-0/+13
* | | spl: fit: add support for post-processing of imagesDaniel Allred2016-07-14-5/+16
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-07-11-4/+4
|\ \
| * | dm: spi: Read default speed and mode values from DTVignesh R2016-07-09-4/+4
| |/
* | common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEVXu Ziyuan2016-07-11-1/+1
* | dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass2016-07-11-3/+3
|/
* autoboot: move bootdelay >= 0 check to abortboot()Masahiro Yamada2016-07-01-14/+8
* autoboot: move CONFIG_SILENT_CONSOLE handlingMasahiro Yamada2016-07-01-11/+10
* autoboot: rename abortboot_{keyed, normal} to __abortbootMasahiro Yamada2016-07-01-7/+3
* autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECKMasahiro Yamada2016-07-01-6/+2
* doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from READMEMasahiro Yamada2016-07-01-0/+2
* common: add new boot media kconfig entryPeng Fan2016-06-27-0/+48
* Kconfig: make NOR_BOOT a common optionPeng Fan2016-06-27-0/+13
* fastboot: sparse: improve CHUNK_TYPE_FILL write performanceSteve Rae2016-06-27-10/+27
* fastboot: sparse: implement reserve()Steve Rae2016-06-27-3/+29
* fastboot: sparse: resync common/image-sparse.c (part 2)Steve Rae2016-06-27-60/+44
* fastboot: sparse: resync common/image-sparse.c (part 1)Steve Rae2016-06-27-340/+197
* fastboot: sparse: remove session-id logicSteve Rae2016-06-27-24/+9
* common: Pass the boot device into spl_boot_mode()Marek Vasut2016-06-26-1/+1
* common: Fix support for environment file in EXT4Andrej Rosano2016-06-24-7/+9