Age | Commit message (Expand) | Author |
2020-03-09 | spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation | Faiz Abbas |
2020-01-26 | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi | Tom Rini |
2020-01-24 | sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfig | Andre Przywara |
2020-01-24 | common: Move hang() to the same header as panic() | Simon Glass |
2020-01-24 | image: Rename load_addr, save_addr, save_size | Simon Glass |
2020-01-22 | spl_fit.c: enable loading compressed u-boot from fit image | Klaus H. Sorensen |
2020-01-17 | common: Move hang() to the same header as panic() | Simon Glass |
2020-01-17 | image: Rename load_addr, save_addr, save_size | Simon Glass |
2020-01-16 | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell | Tom Rini |
2020-01-16 | Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini |
2020-01-16 | spl: mmc: support uboot image offset on main partition | Baruch Siach |
2020-01-15 | Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA | Vignesh Raghavendra |
2020-01-14 | spl: fix entry_point equal to load_addr | Giulio Benetti |
2020-01-14 | spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() | Michal Simek |
2020-01-14 | spl: atf: Add missing ndepth initialization | Michal Simek |
2020-01-08 | Merge branch 'master' of git://git.denx.de/u-boot-socfpga | Tom Rini |
2020-01-07 | spl: fit: Allow the board to tell if more images must be loaded from FIT | Jean-Jacques Hiblot |
2020-01-07 | spl: fit: constify the output parameter of spl_fit_get_image_name() | Jean-Jacques Hiblot |
2020-01-07 | spl: fit: be more verbose when an error occurs when applying the overlays | Jean-Jacques Hiblot |
2020-01-07 | spl: fit: Do not fail immediately if an overlay is not available | Jean-Jacques Hiblot |
2020-01-07 | spl: fit: allocate a temporary buffer to load the overlays | Jean-Jacques Hiblot |
2020-01-07 | spl: fit: Make room in the FDT before applying overlays | Jean-Jacques Hiblot |
2020-01-07 | spl: fit: Add support for applying DT overlay | Michal Simek |
2020-01-07 | spl: fit: don't load the firmware twice | Jean-Jacques Hiblot |
2020-01-07 | spl: Allow cache drivers to be used in SPL | Ley Foon Tan |
2019-12-26 | configs: Enable SPL_FSL_PBL for some LayerScape platforms | Alison Wang |
2019-12-15 | spl: Add methods to find the position/size of next phase | Simon Glass |
2019-12-10 | spl: opensbi: wait for ack from secondary harts before entering OpenSBI | Lukas Auer |
2019-12-10 | riscv: add option to wait for ack from secondary harts in smp functions | Lukas Auer |
2019-12-10 | spl: opensbi: specify main hart as preferred boot hart | Lukas Auer |
2019-12-10 | spl: cache: Allow cache drivers in SPL | Rick Chen |
2019-12-06 | Revert "spl: fix entry_point equal to load_addr" | Tom Rini |
2019-12-05 | spl: fix entry_point equal to load_addr | Giulio Benetti |
2019-12-05 | spl: Introduce SPL_DM_GPIO Kconfig define | Lukasz Majewski |
2019-12-03 | spl: ymodem: Fix loading of fit image | Lokesh Vutla |
2019-12-03 | cosmetic: Fix spelling and whitespace errors | Thomas Hebb |
2019-12-02 | common: Move interrupt functions into a new header | Simon Glass |
2019-12-02 | common: Move ARM cache operations out of common.h | Simon Glass |
2019-12-02 | common: Move some cache and MMU functions out of common.h | Simon Glass |
2019-12-02 | common: Move serial functions out of common.h | Simon Glass |
2019-12-02 | spl: bootcount: Move code out of header file | Simon Glass |
2019-12-02 | crc32: Use the crc.h header for crc functions | Simon Glass |
2019-11-17 | spl: separate SPL_FRAMEWORK config for spl and tpl | Heiko Stuebner |
2019-11-11 | Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi... | Tom Rini |
2019-11-10 | common: spl: atf: support booting bl32 image | Joseph Chen |
2019-11-07 | spl: fix SPI config dependencies | Simon Goldschmidt |
2019-11-04 | Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini |
2019-11-03 | spl: nor: Provide falcon boot support for NOR memories | Lukasz Majewski |
2019-11-03 | spl: Add a size check for TPL | Simon Glass |
2019-11-01 | Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm | Tom Rini |