aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-30Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini11-8/+37
2016-09-29nds32: Support relocation.rick1-1/+0
2016-09-27drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controllerSriram Dash2-0/+2
2016-09-27usb: fsl: Rename fdt_fixup_dr_usbSriram Dash1-2/+2
2016-09-27apalis_t30: colibri_imx7: colibri_t30: fix ethernet functionalityMarcel Ziswiler3-5/+4
2016-09-27dra7x: configs: enable SPL-DFU supportB, Ravi2-3/+19
2016-09-27spl: dfu: adding dfu support functions for SPL-DFUB, Ravi1-0/+8
2016-09-27common: dfu: saperate the dfu common functionalityB, Ravi1-0/+1