summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
* 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
|/
* Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2016-09-30-1/+0
|\
| * nds32: Support relocation.rick2016-09-29-1/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-09-30-8/+37
|\ \ | |/ |/|
| * drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controllerSriram Dash2016-09-27-0/+2
| * usb: fsl: Rename fdt_fixup_dr_usbSriram Dash2016-09-27-2/+2
| * apalis_t30: colibri_imx7: colibri_t30: fix ethernet functionalityMarcel Ziswiler2016-09-27-5/+4
| * dra7x: configs: enable SPL-DFU supportB, Ravi2016-09-27-3/+19
| * spl: dfu: adding dfu support functions for SPL-DFUB, Ravi2016-09-27-0/+8