| Commit message (Expand) | Author | Age | Files | Lines |
* | spl: add fixed memory node in target fdt also when loading ATF | Heiko Stuebner | 2020-05-31 | 1 | -6/+13 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop bootstage.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | bootstage: Use BOOTSTAGE instead of BOOTSTATE | Simon Glass | 2020-05-18 | 1 | -2/+2 |
* | spl: Always define preloader_console_init | Samuel Holland | 2020-05-15 | 1 | -4/+3 |
* | spl: Extract legacy image handling into separate file | Stefan Roese | 2020-04-27 | 1 | -44/+12 |
* | common: Move hang() to the same header as panic() | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | spl: fix entry_point equal to load_addr | Giulio Benetti | 2020-01-14 | 1 | -2/+2 |
* | spl: Add methods to find the position/size of next phase | Simon Glass | 2019-12-15 | 1 | -0/+20 |
* | Revert "spl: fix entry_point equal to load_addr" | Tom Rini | 2019-12-06 | 1 | -2/+2 |
* | spl: fix entry_point equal to load_addr | Giulio Benetti | 2019-12-05 | 1 | -2/+2 |
* | common: Move interrupt functions into a new header | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move serial functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | spl: bootcount: Move code out of header file | Simon Glass | 2019-12-02 | 1 | -0/+11 |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | bootstage: Allow SPL to obtain bootstage info from TPL | Simon Glass | 2019-10-27 | 1 | -1/+13 |
* | bootstage: Mark the start/end of TPL and SPL separately | Simon Glass | 2019-10-27 | 1 | -3/+6 |
* | spl: add a generic function board_init_f | Philippe Reynes | 2019-10-11 | 1 | -0/+18 |
* | spl: Set up the bloblist in board_init_r() | Simon Glass | 2019-10-08 | 1 | -17/+18 |
* | spl: Add an arch-specific hook for writing to SPL handoff | Simon Glass | 2019-10-08 | 1 | -3/+9 |
* | riscv: support SPL stack and global data relocation | Lukas Auer | 2019-08-26 | 1 | -1/+1 |
* | spl: support booting via RISC-V OpenSBI | Lukas Auer | 2019-08-26 | 1 | -0/+6 |
* | spl: implement stack usage check | Simon Goldschmidt | 2019-08-11 | 1 | -0/+25 |
* | watchdog: Split WDT from SPL_WDT | Marek Vasut | 2019-07-19 | 1 | -1/+1 |
* | spl: Fix typo in kernel doc | Miquel Raynal | 2019-07-11 | 1 | -1/+1 |
* | spl: Set spl_image->fdt_addr pointer for full fitImage configuration | Marek Vasut | 2019-05-18 | 1 | -1/+3 |
* | watchdog: Implement generic watchdog_reset() version | Stefan Roese | 2019-04-26 | 1 | -0/+5 |
* | spl: add debug print for early malloc usage | Simon Goldschmidt | 2019-02-28 | 1 | -0/+2 |
* | spl: implement CRC check on U-Boot uImage | Simon Goldschmidt | 2019-02-19 | 1 | -1/+29 |
* | spl: Add support for passing handoff info to U-Boot proper | Simon Glass | 2018-11-26 | 1 | -12/+65 |
* | spl: Add a comment to spl_set_bd() | Simon Glass | 2018-11-26 | 1 | -0/+4 |
* | spl: Make SPL_DISABLE_BANNER_PRINT a positive option | Simon Glass | 2018-11-26 | 1 | -1/+1 |
* | spl: Add a define for SPL_TPL_PROMPT | Simon Glass | 2018-11-26 | 1 | -12/+15 |
* | spl: Set up the bloblist in SPL | Simon Glass | 2018-11-26 | 1 | -2/+16 |
* | spl: Add support for logging in SPL and TPL | Simon Glass | 2018-11-26 | 1 | -0/+7 |
* | spl: fix debug prints for tiny printf | Simon Goldschmidt | 2018-11-09 | 1 | -8/+6 |
* | spl: add support to booting with OP-TEE | Kever Yang | 2018-10-04 | 1 | -0/+7 |
* | spl: Weed out CONFIG_SYS_TEXT_BASE usage | Marek Vasut | 2018-09-25 | 1 | -0/+5 |
* | spl: fix debug print in spl_common_init() | Simon Goldschmidt | 2018-08-20 | 1 | -2/+4 |
* | binman: Add a new 'image-pos' property | Simon Glass | 2018-08-01 | 1 | -2/+2 |
* | binman: Rename 'position' to 'offset' | Simon Glass | 2018-08-01 | 1 | -2/+2 |
* | spl: record boot_device into spl_image and call spl_perform_fixups | Philipp Tomsich | 2018-07-21 | 1 | -1/+11 |
* | spl: Add full fitImage support | Marek Vasut | 2018-05-23 | 1 | -0/+75 |
* | bootcount: spl: Extend SPL to support bootcount incrementation | Lukasz Majewski | 2018-05-10 | 1 | -0/+3 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT | Alex Kiernan | 2018-04-28 | 1 | -0/+2 |
* | spl: fix binman_sym output check | Miquel Raynal | 2018-04-03 | 1 | -2/+8 |
* | spl: include timezone in banner | Klaus Goger | 2018-01-29 | 1 | -1/+1 |
* | spl: add option to disable SPL banner output | Anatolij Gustschin | 2018-01-28 | 1 | -0/+2 |