aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-10-08dra7x: dfu: qspi: increase the qspi spl partition to 256KB, Ravi1-8/+2
2016-10-08dra7xx: config: cleanup: moved to kconfig for CONFIG_SPL_ENV_SUPPORTB, Ravi1-1/+0
2016-10-08Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"Masahiro Yamada1-12/+13
2016-10-08ARM: keystone: rename clk_get_rate() to ks_clk_get_rate()Masahiro Yamada1-4/+4
2016-10-07arm: dra7xx: Move fastboot options to defconfigSemen Protsenko1-9/+9
2016-10-06search.h: Numerous grammatical fixes, comment updatesRobert P. J. Day1-15/+13
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day2-4/+3
2016-10-06README: Drop unused CONFIG_SYS_LS_MC_FW_... optionsSimon Glass1-3/+0
2016-10-06spl: Make spl_boot_list a local variableSimon Glass1-2/+0
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass1-1/+3
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass1-2/+4
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass1-2/+4
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-1/+3
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass1-8/+0
2016-10-06spl: Convert spl_net_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spi: Move freescale-specific code into a private headerSimon Glass1-3/+0
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_ymodem_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_nor_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_onenand_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_nand_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_ubi_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Convert spl_mmc_load_image() to use linker listSimon Glass1-3/+0
2016-10-06spl: Add a way to declare an SPL image loaderSimon Glass1-0/+32
2016-10-06spl: Convert boot_device into a structSimon Glass1-11/+29
2016-10-06spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass3-2/+7
2016-10-06spl: Add function comments to spl_start_uboot()Simon Glass1-0/+11
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass1-1/+11
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-2/+18
2016-10-06spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass1-1/+12
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass1-0/+9
2016-10-03Merge git://git.denx.de/u-boot-rockchipTom Rini5-28/+35
2016-10-02ti_armv7_common: Disable Falcon Mode on HS devicesAndrew F. Davis1-5/+10
2016-10-02config: Remove usage of CONFIG_STORAGE_EMMCAndrew F. Davis4-8/+0
2016-10-02Kconfig: Separate AM33XX SOC config from target board configAndrew F. Davis1-1/+0
2016-10-02ti_omap5_common: mark region of DRAM protected on HS partsDaniel Allred1-0/+8
2016-10-01rockchip: add boot-mode support for rk3288, rk3036Jacob Chen3-3/+6
2016-10-01rockchip: move partitons define from 3036-kylin to 3036-commonJacob Chen2-24/+10
2016-10-01rockchip: miniarm: remove eMMC supportXu Ziyuan1-1/+6
2016-10-01rockchip: add usb mass storage feature support for rk3036jacob2.chen1-0/+4
2016-10-01Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 boardSandy Patterson1-0/+9
2016-10-01ti_armv7_keystone2: Update addr_mon variableLokesh Vutla5-9/+5
2016-10-01keystone2: k2g: add env script to load firmware initramfs as part of boot flowMurali Karicheri1-1/+5
2016-10-01fastboot: move FASTBOOT_FLASH options into KconfigPetr Kulhavy1-1/+0
2016-10-01disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy1-0/+14
2016-10-01fastboot: add support for writing MBRPetr Kulhavy1-0/+23
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-12/+20
2016-09-30Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini1-1/+0