| Commit message (Expand) | Author | Age | Files | Lines |
* | binman: Add binman symbol support to SPL | Simon Glass | 2017-12-12 | 1 | -0/+11 |
* | spl: change load_addr and entry_point to uintptr_t | Philipp Tomsich | 2017-11-26 | 1 | -3/+6 |
* | spl: add a fdt_addr field to spl_image_info | Philipp Tomsich | 2017-11-26 | 1 | -0/+3 |
* | spl: fix assignment of board info to global data | York Sun | 2017-10-09 | 1 | -0/+1 |
* | spl: add a 'return to bootrom' boot method | Philipp Tomsich | 2017-08-13 | 1 | -0/+10 |
* | spl: add support to booting with ATF | Kever Yang | 2017-05-15 | 1 | -0/+1 |
* | spl: make image arg or fdt blob address reconfigurable | Vikas Manocha | 2017-05-08 | 1 | -3/+2 |
* | spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option | Andrew F. Davis | 2017-03-18 | 1 | -1/+1 |
* | spl: Add spl_early_init() | Eddie Cai | 2017-03-16 | 1 | -3/+21 |
* | SPL: make struct spl_image 64-bit safe | Andre Przywara | 2017-01-04 | 1 | -2/+2 |
* | spl: Add a name to the SPL load-image methods | Simon Glass | 2016-12-09 | 1 | -1/+14 |
* | spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macro | Simon Glass | 2016-12-09 | 1 | -7/+7 |
* | SPL: mmc: Make spl_mmc_load_image available | Marek Vasut | 2016-12-01 | 1 | -0/+3 |
* | spl: Make spl_boot_list a local variable | Simon Glass | 2016-10-06 | 1 | -2/+0 |
* | spl: Update spl_load_simple_fit() to take an spl_image param | Simon Glass | 2016-10-06 | 1 | -1/+3 |
* | spl: Update fat functions to take an spl_image parameter | Simon Glass | 2016-10-06 | 1 | -2/+4 |
* | spl: Update ext functions to take an spl_image parameter | Simon Glass | 2016-10-06 | 1 | -2/+4 |
* | spl: Pass spl_image as a parameter to load_image() methods | Simon Glass | 2016-10-06 | 1 | -1/+3 |
* | spl: Convert spl_board_load_image() to use linker list | Simon Glass | 2016-10-06 | 1 | -8/+0 |
* | spl: Convert spl_net_load_image() to use linker list | Simon Glass | 2016-10-06 | 1 | -3/+0 |
* | spl: Convert spl_spi_load_image() to use linker list | Simon Glass | 2016-10-06 | 1 | -3/+0 |
* | spl: Convert spl_sata_load_image() to use linker list | Simon Glass | 2016-10-06 | 1 | -3/+0 |
* | spl: Convert spl_usb_load_image() to use linker list | Simon Glass | 2016-10-06 | 1 | -3/+0 |
* | spl: Convert spl_ymodem_load_image() to use linker list | Simon Glass | 2016-10-06 | 1 | -3/+0 |
* | spl: Convert spl_nor_load_image() to use linker list | Simon Glass | 2016-10-06 | 1 | -3/+0 |
* | spl: Convert spl_onenand_load_image() to use linker list | Simon Glass | 2016-10-06 | 1 | -3/+0 |
* | spl: Convert spl_nand_load_image() to use linker list | Simon Glass | 2016-10-06 | 1 | -3/+0 |
* | spl: Convert spl_ubi_load_image() to use linker list | Simon Glass | 2016-10-06 | 1 | -3/+0 |
* | spl: Convert spl_mmc_load_image() to use linker list | Simon Glass | 2016-10-06 | 1 | -3/+0 |
* | spl: Add a way to declare an SPL image loader | Simon Glass | 2016-10-06 | 1 | -0/+32 |
* | spl: Convert boot_device into a struct | Simon Glass | 2016-10-06 | 1 | -11/+29 |
* | spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig | Simon Glass | 2016-10-06 | 1 | -0/+7 |
* | spl: Add function comments to spl_start_uboot() | Simon Glass | 2016-10-06 | 1 | -0/+11 |
* | spl: Add a parameter to jump_to_image_linux() | Simon Glass | 2016-10-06 | 1 | -1/+11 |
* | spl: Add a parameter to spl_parse_image_header() | Simon Glass | 2016-10-06 | 1 | -2/+18 |
* | spl: Add a parameter to spl_set_header_raw_uboot() | Simon Glass | 2016-10-06 | 1 | -1/+12 |
* | spl: Move spl_board_load_image() into a generic header | Simon Glass | 2016-10-06 | 1 | -0/+9 |
* | spl: dfu: adding dfu support functions for SPL-DFU | B, Ravi | 2016-09-27 | 1 | -0/+8 |
* | spl: support loading from UBI volumes | Ladislav Michl | 2016-07-22 | 1 | -0/+4 |
* | common: Pass the boot device into spl_boot_mode() | Marek Vasut | 2016-06-26 | 1 | -1/+1 |
* | spl: Allow to load a FIT containing U-Boot from FS | Lokesh Vutla | 2016-05-27 | 1 | -0/+12 |
* | spl: Introduce new function spl_board_prepare_for_boot | Michal Simek | 2016-05-24 | 1 | -0/+1 |
* | SPL: Let spl_parse_image_header() return value | Marek Vasut | 2016-05-17 | 1 | -1/+1 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-03-14 | 1 | -4/+6 |
|\ |
|
| * | dm: Drop the block_dev_desc_t typedef | Simon Glass | 2016-03-14 | 1 | -4/+6 |
* | | spl: Add an option to load a FIT containing U-Boot | Simon Glass | 2016-03-14 | 1 | -0/+18 |
|/ |
|
* | spl: mmc: add support for BOOT_DEVICE_MMC2 | Nikita Kiryanov | 2015-11-18 | 1 | -1/+1 |
* | spl: change return values of spl_*_load_image() | Nikita Kiryanov | 2015-11-18 | 1 | -9/+9 |
* | dm: spl: Allow device tree/driver model in board_init_f() | Simon Glass | 2015-07-21 | 1 | -0/+12 |
* | arm: spl: Add an API to detect when U-Boot is started from SPL | Simon Glass | 2015-06-10 | 1 | -0/+13 |