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