Age | Commit message (Expand) | Author |
2019-02-19 | spl: implement CRC check on U-Boot uImage | Simon Goldschmidt |
2019-01-01 | spl: introduce function prototypes | Peng Fan |
2019-01-01 | SPL: Add HAB image authentication to FIT | Ye Li |
2018-12-07 | spl/tpl: change banner into upper case | Heiko Schocher |
2018-11-26 | spl: Add support for passing handoff info to U-Boot proper | Simon Glass |
2018-11-26 | spl: Add a define for SPL_TPL_PROMPT | Simon Glass |
2018-11-26 | spl: Set up the bloblist in SPL | Simon Glass |
2018-10-04 | spl: add support to booting with OP-TEE | Kever Yang |
2018-09-25 | spl: Weed out CONFIG_SYS_TEXT_BASE usage | Marek Vasut |
2018-08-01 | binman: Add a new 'image-pos' property | Simon Glass |
2018-08-01 | binman: Rename 'position' to 'offset' | Simon Glass |
2018-07-21 | spl: record boot_device into spl_image and call spl_perform_fixups | Philipp Tomsich |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-06 | spl: spl_mmc: provide one weak function spl_boot_partition | Patrick Delaunay |
2017-12-12 | binman: Add binman symbol support to SPL | Simon Glass |
2017-11-26 | spl: change load_addr and entry_point to uintptr_t | Philipp Tomsich |
2017-11-26 | spl: add a fdt_addr field to spl_image_info | Philipp Tomsich |
2017-10-09 | spl: fix assignment of board info to global data | York Sun |
2017-08-13 | spl: add a 'return to bootrom' boot method | Philipp Tomsich |
2017-05-15 | spl: add support to booting with ATF | Kever Yang |
2017-05-08 | spl: make image arg or fdt blob address reconfigurable | Vikas Manocha |
2017-03-18 | spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option | Andrew F. Davis |
2017-03-16 | spl: Add spl_early_init() | Eddie Cai |
2017-01-04 | SPL: make struct spl_image 64-bit safe | Andre Przywara |
2016-12-09 | spl: Add a name to the SPL load-image methods | Simon Glass |
2016-12-09 | spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macro | Simon Glass |
2016-12-01 | SPL: mmc: Make spl_mmc_load_image available | Marek Vasut |
2016-10-06 | spl: Make spl_boot_list a local variable | Simon Glass |
2016-10-06 | spl: Update spl_load_simple_fit() to take an spl_image param | Simon Glass |
2016-10-06 | spl: Update fat functions to take an spl_image parameter | Simon Glass |
2016-10-06 | spl: Update ext functions to take an spl_image parameter | Simon Glass |
2016-10-06 | spl: Pass spl_image as a parameter to load_image() methods | Simon Glass |
2016-10-06 | spl: Convert spl_board_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_net_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_spi_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_sata_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_usb_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_ymodem_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_nor_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_onenand_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_nand_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_ubi_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert spl_mmc_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Add a way to declare an SPL image loader | Simon Glass |
2016-10-06 | spl: Convert boot_device into a struct | Simon Glass |
2016-10-06 | spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig | Simon Glass |
2016-10-06 | spl: Add function comments to spl_start_uboot() | Simon Glass |
2016-10-06 | spl: Add a parameter to jump_to_image_linux() | Simon Glass |
2016-10-06 | spl: Add a parameter to spl_parse_image_header() | Simon Glass |
2016-10-06 | spl: Add a parameter to spl_set_header_raw_uboot() | Simon Glass |