| Commit message (Expand) | Author | Age | Files | Lines |
* | imx: imx8qm/qxp: Recover SPL data section for partition reboot | Peng Fan | 2020-05-10 | 1 | -0/+1 |
* | spl: spl_nor: Move legacy image loading into spl_legacy.c | Stefan Roese | 2020-04-27 | 1 | -0/+13 |
* | spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() | Harald Seiler | 2020-04-22 | 1 | -1/+13 |
* | spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() | Harald Seiler | 2020-04-22 | 1 | -1/+17 |
* | spl.h: make <spl.h> self-contained | Masahiro Yamada | 2020-03-16 | 1 | -0/+4 |
* | spl: Add prototype to function spl_board_boot_device() | Alifer Moraes | 2020-01-20 | 1 | -0/+1 |
* | spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() | Michal Simek | 2020-01-14 | 1 | -0/+20 |
* | spl: Add methods to find the position/size of next phase | Simon Glass | 2019-12-15 | 1 | -1/+20 |
* | spl: Correct priority selection for image loaders | Simon Glass | 2019-11-03 | 1 | -2/+2 |
* | spl: ymodem: Make SPL Y-Modem loader framework accessible | Andreas Dannenberg | 2019-10-11 | 1 | -0/+3 |
* | Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 2019-10-09 | 1 | -1/+14 |
|\ |
|
| * | spl: mmc: support loading i.MX container format file | Peng Fan | 2019-10-08 | 1 | -0/+12 |
| * | spl: pass args to board_return_to_bootrom | Peng Fan | 2019-10-08 | 1 | -1/+2 |
* | | spl: Allow distinguishing between two phases in U-Boot | Simon Glass | 2019-10-08 | 1 | -5/+11 |
* | | spl: Add a function to determine the U-Boot phase | Simon Glass | 2019-10-08 | 1 | -0/+60 |
|/ |
|
* | spl: support booting via RISC-V OpenSBI | Lukas Auer | 2019-08-26 | 1 | -0/+5 |
* | spl: Make image loader infrastructure more universal | Andreas Dannenberg | 2019-07-17 | 1 | -0/+26 |
* | spl: Set spl_image->fdt_addr pointer for full fitImage configuration | Marek Vasut | 2019-05-18 | 1 | -1/+1 |
* | spl: implement CRC check on U-Boot uImage | Simon Goldschmidt | 2019-02-19 | 1 | -0/+5 |
* | spl: introduce function prototypes | Peng Fan | 2019-01-01 | 1 | -0/+12 |
* | SPL: Add HAB image authentication to FIT | Ye Li | 2019-01-01 | 1 | -0/+1 |
* | spl/tpl: change banner into upper case | Heiko Schocher | 2018-12-07 | 1 | -2/+2 |
* | spl: Add support for passing handoff info to U-Boot proper | Simon Glass | 2018-11-26 | 1 | -0/+1 |
* | spl: Add a define for SPL_TPL_PROMPT | Simon Glass | 2018-11-26 | 1 | -0/+13 |
* | spl: Set up the bloblist in SPL | Simon Glass | 2018-11-26 | 1 | -0/+27 |
* | spl: add support to booting with OP-TEE | Kever Yang | 2018-10-04 | 1 | -0/+13 |
* | spl: Weed out CONFIG_SYS_TEXT_BASE usage | Marek Vasut | 2018-09-25 | 1 | -0/+9 |
* | binman: Add a new 'image-pos' property | Simon Glass | 2018-08-01 | 1 | -1/+1 |
* | binman: Rename 'position' to 'offset' | Simon Glass | 2018-08-01 | 1 | -1/+1 |
* | spl: record boot_device into spl_image and call spl_perform_fixups | Philipp Tomsich | 2018-07-21 | 1 | -0/+7 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | spl: spl_mmc: provide one weak function spl_boot_partition | Patrick Delaunay | 2018-04-06 | 1 | -0/+1 |
* | 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 |