summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-10-11Add _image_binary_end section declarationSimon Glass
2016-10-11x86: Adjust config to support DM_VIDEOSimon Glass
2016-10-11dm: video: Add driver-model support to vesa graphicsSimon Glass
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass
2016-10-11list: Add list_last_entry() to find the last entrySimon Glass
2016-10-11x86: baytrail: Add 2nd eMMC controller to the PCI probe listStefan Roese
2016-10-10tegra: usb gadget: fix ci udc operation if not hostpc capableMarcel Ziswiler
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung
2016-10-10reset: declare fdtdec_phandle_args as struct to fix warningMasahiro Yamada
2016-10-10ARM: uniphier: define CONFIG_SMC911X along with CONFIG_MICRO_SUPPORT_CARDMasahiro Yamada
2016-10-10ARM: uniphier: enable CONFIG_SYS_NO_FLASH if no CONFIG_MICRO_SUPPORT_CARDMasahiro Yamada
2016-10-10ARM: uniphier: fix typos in a comment blockMasahiro Yamada
2016-10-09arm: kirkwood: add support for Synology DS109 boardWalter Schweizer
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-10-08cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer
2016-10-08dra7x: dfu: qspi: increase the qspi spl partition to 256KB, Ravi
2016-10-08dra7xx: config: cleanup: moved to kconfig for CONFIG_SPL_ENV_SUPPORTB, Ravi
2016-10-08Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"Masahiro Yamada
2016-10-08ARM: keystone: rename clk_get_rate() to ks_clk_get_rate()Masahiro Yamada
2016-10-07board: ls1012afrdm: overwrite CONFIG_EXTRA_ENV_SETTINGSPratiyush Srivastava
2016-10-07armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGSPratiyush Srivastava
2016-10-07board: ge: bx50v3: Pass video bootargs for b850v3Ken Lin
2016-10-07arm: dra7xx: Move fastboot options to defconfigSemen Protsenko
2016-10-07power: pmic: add Ricoh RN5T567 PMIC supportStefan Agner
2016-10-07colibri_imx7: remove legancy I2C supportStefan Agner
2016-10-06search.h: Numerous grammatical fixes, comment updatesRobert P. J. Day
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day
2016-10-06README: Drop unused CONFIG_SYS_LS_MC_FW_... optionsSimon Glass
2016-10-06spl: Make spl_boot_list a local variableSimon Glass
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_net_load_image() to use linker listSimon Glass
2016-10-06spi: Move freescale-specific code into a private headerSimon Glass
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ymodem_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_nor_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_onenand_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_nand_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ubi_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_mmc_load_image() to use linker listSimon Glass
2016-10-06spl: Add a way to declare an SPL image loaderSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-10-06spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass
2016-10-06spl: Add function comments to spl_start_uboot()Simon Glass
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass