aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2016-08-12fdt_support: fdt_translate_address() blob const correctnessStephen Warren1-10/+11
2016-08-08spl_nor.c: Support devicetree sizes different from 16kMike Looijmans1-2/+2
2016-07-31libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek1-5/+2
2016-07-27Merge git://git.denx.de/u-boot-dmTom Rini2-9/+2
2016-07-27dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass1-1/+1
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-7/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-2/+1
2016-07-27Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-2/+34
2016-07-26splash: Introduce default_splash_locationsAlexey Brodkin1-1/+29
2016-07-25splash: Accommodate DM_USB in splash_init_usb()Alexey Brodkin1-1/+5
2016-07-25common: fit: Allow U-Boot images to be bootedmario.six@gdsys.cc1-3/+4
2016-07-22spl: fit: Fix the number of bytes read in raw modeLokesh Vutla1-1/+3
2016-07-22spl: zImage support in Falcon modeLadislav Michl1-0/+23
2016-07-22spl: support loading from UBI volumesLadislav Michl3-0/+87
2016-07-22Kconfig: Move option CONFIG_SYS_NO_FLASH to KconfigSiva Durga Prasad Paladugu1-0/+6
2016-07-22spl: Fix compilation warnings for arm64Michal Simek1-1/+2
2016-07-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+10
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-07-15armv8: Add tlb_allocated to arch global dataYork Sun1-0/+9
2016-07-15armv8: Move secure_ram variable out of generic global dataYork Sun1-1/+1
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-2/+2
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini1-3/+3
2016-07-15sunxi: Support booting from SPI flashSiarhei Siamashka1-2/+2
2016-07-14dm: spl: Bind in all devices in SPL with of-platdataSimon Glass1-1/+2
2016-07-14dm: spl: Don't set up device tree with of-platdataSimon Glass1-1/+1
2016-07-14spl: Drop include of i2c.hSimon Glass1-1/+0
2016-07-14board_f: prevent misleading "Watchdog enabled" outputAnatolij Gustschin1-1/+1
2016-07-14board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=yAnatolij Gustschin1-0/+1
2016-07-14bootm: fixup silent Linux out of BOOTM_STATE_LOADOS stateHector Palacios1-5/+7
2016-07-14sandbox: Don't exit when bootm completesSimon Glass1-0/+1
2016-07-14image: Add functions to obtain category informationSimon Glass1-0/+68
2016-07-14image: Add a name for invalid typesSimon Glass1-3/+3
2016-07-14image: Create a table of information for each categorySimon Glass1-0/+13
2016-07-14spl: fit: add support for post-processing of imagesDaniel Allred1-5/+16
2016-07-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-4/+4
2016-07-11common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEVXu Ziyuan1-1/+1
2016-07-11dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass1-3/+3
2016-07-09dm: spi: Read default speed and mode values from DTVignesh R1-4/+4
2016-07-01autoboot: move bootdelay >= 0 check to abortboot()Masahiro Yamada1-14/+8
2016-07-01autoboot: move CONFIG_SILENT_CONSOLE handlingMasahiro Yamada1-11/+10
2016-07-01autoboot: rename abortboot_{keyed, normal} to __abortbootMasahiro Yamada1-7/+3
2016-07-01autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECKMasahiro Yamada2-6/+2
2016-07-01doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from READMEMasahiro Yamada1-0/+2
2016-06-27common: add new boot media kconfig entryPeng Fan1-0/+48
2016-06-27Kconfig: make NOR_BOOT a common optionPeng Fan1-0/+13
2016-06-27fastboot: sparse: improve CHUNK_TYPE_FILL write performanceSteve Rae1-10/+27
2016-06-27fastboot: sparse: implement reserve()Steve Rae3-3/+29
2016-06-27fastboot: sparse: resync common/image-sparse.c (part 2)Steve Rae3-60/+44
2016-06-27fastboot: sparse: resync common/image-sparse.c (part 1)Steve Rae3-340/+197
2016-06-27fastboot: sparse: remove session-id logicSteve Rae3-24/+9