summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini
2016-08-15common: env_nand: Ensure that we have nand_info[0] prior to useTom Rini
2016-08-15xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel
2016-08-15net: mii: Clean up legacy glue that is not usedJoe Hershberger
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini
2016-08-12fdt_support: fdt_translate_address() blob const correctnessStephen Warren
2016-08-12common: image: Add support for post-processing of imagesAndreas Dannenberg
2016-08-08spl_nor.c: Support devicetree sizes different from 16kMike Looijmans
2016-07-31libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek
2016-07-27Merge git://git.denx.de/u-boot-dmTom Rini
2016-07-27dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass
2016-07-27Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2016-07-26splash: Introduce default_splash_locationsAlexey Brodkin
2016-07-25splash: Accommodate DM_USB in splash_init_usb()Alexey Brodkin
2016-07-25common: fit: Allow U-Boot images to be bootedmario.six@gdsys.cc
2016-07-22spl: fit: Fix the number of bytes read in raw modeLokesh Vutla
2016-07-22spl: zImage support in Falcon modeLadislav Michl
2016-07-22spl: support loading from UBI volumesLadislav Michl
2016-07-22Kconfig: Move option CONFIG_SYS_NO_FLASH to KconfigSiva Durga Prasad Paladugu
2016-07-22spl: Fix compilation warnings for arm64Michal Simek
2016-07-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day
2016-07-15armv8: Add tlb_allocated to arch global dataYork Sun
2016-07-15armv8: Move secure_ram variable out of generic global dataYork Sun
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini
2016-07-15sunxi: Support booting from SPI flashSiarhei Siamashka
2016-07-14dm: spl: Bind in all devices in SPL with of-platdataSimon Glass
2016-07-14dm: spl: Don't set up device tree with of-platdataSimon Glass
2016-07-14spl: Drop include of i2c.hSimon Glass
2016-07-14board_f: prevent misleading "Watchdog enabled" outputAnatolij Gustschin
2016-07-14board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=yAnatolij Gustschin
2016-07-14bootm: fixup silent Linux out of BOOTM_STATE_LOADOS stateHector Palacios
2016-07-14sandbox: Don't exit when bootm completesSimon Glass
2016-07-14image: Add functions to obtain category informationSimon Glass
2016-07-14image: Add a name for invalid typesSimon Glass
2016-07-14image: Create a table of information for each categorySimon Glass
2016-07-14spl: fit: add support for post-processing of imagesDaniel Allred
2016-07-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2016-07-11common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEVXu Ziyuan
2016-07-11dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass
2016-07-09dm: spi: Read default speed and mode values from DTVignesh R
2016-07-01autoboot: move bootdelay >= 0 check to abortboot()Masahiro Yamada
2016-07-01autoboot: move CONFIG_SILENT_CONSOLE handlingMasahiro Yamada
2016-07-01autoboot: rename abortboot_{keyed, normal} to __abortbootMasahiro Yamada
2016-07-01autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECKMasahiro Yamada
2016-07-01doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from READMEMasahiro Yamada
2016-06-27common: add new boot media kconfig entryPeng Fan