summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-01-162-2/+25
|\
| * spl: mmc: support uboot image offset on main partitionBaruch Siach2020-01-162-2/+25
* | Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-161-15/+2
|\ \
| * | spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek2020-01-141-14/+1
| * | spl: atf: Add missing ndepth initializationMichal Simek2020-01-141-1/+1
* | | Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMAVignesh Raghavendra2020-01-151-1/+1
| |/ |/|
* | spl: fix entry_point equal to load_addrGiulio Benetti2020-01-141-2/+2
|/
* dtimg/am57xx_evm_defconfig: Rename dtimg to adtimgEugeniu Rosca2020-01-101-1/+1
* spl: fix stack usage check if gd is not initializedSimon Goldschmidt2020-01-101-0/+17
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2020-01-091-0/+17
|\
| * dfu: Add optional timeout parameterAndy Shevchenko2020-01-071-0/+17
* | Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-01-083-1/+59
|\ \
| * | bootm: Add a bootm command for type IH_OS_EFICristian Ciocaltea2020-01-071-0/+56
| * | image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea2020-01-072-1/+3
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2020-01-081-0/+6
|\ \
| * | spl: Allow cache drivers to be used in SPLLey Foon Tan2020-01-071-0/+6
| |/
* | spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot2020-01-071-3/+62
* | spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot2020-01-071-3/+3
* | spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot2020-01-071-2/+5
* | spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot2020-01-071-1/+5
* | spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot2020-01-071-5/+29
* | spl: fit: Make room in the FDT before applying overlaysJean-Jacques Hiblot2020-01-071-5/+12
* | spl: fit: Add support for applying DT overlayMichal Simek2020-01-071-3/+27
* | spl: fit: don't load the firmware twiceJean-Jacques Hiblot2020-01-071-0/+10
|/
* configs: Enable SPL_FSL_PBL for some LayerScape platformsAlison Wang2019-12-261-2/+6
* spl: Add methods to find the position/size of next phaseSimon Glass2019-12-151-0/+20
* x86: fsp: Add a new arch_fsp_init_r() hookSimon Glass2019-12-151-0/+3
* board_r: Move early-timer init laterSimon Glass2019-12-151-5/+14
* binman: Add a library to access binman entriesSimon Glass2019-12-151-0/+10
* spl: opensbi: wait for ack from secondary harts before entering OpenSBILukas Auer2019-12-101-1/+11
* riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer2019-12-101-1/+1
* spl: opensbi: specify main hart as preferred boot hartLukas Auer2019-12-101-0/+1
* spl: cache: Allow cache drivers in SPLRick Chen2019-12-101-0/+7
* Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-12-091-0/+35
|\
| * common: fdt_support: add support for setting usable memoryIgor Opaniuk2019-12-061-0/+35
* | Revert "spl: fix entry_point equal to load_addr"Tom Rini2019-12-061-2/+2
* | spl: fix entry_point equal to load_addrGiulio Benetti2019-12-051-2/+2
* | spl: Introduce SPL_DM_GPIO Kconfig defineLukasz Majewski2019-12-051-0/+6
* | mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2019-12-031-2/+2
* | spl: ymodem: Fix loading of fit imageLokesh Vutla2019-12-031-2/+6
* | bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao2019-12-031-2/+37
* | cosmetic: Fix spelling and whitespace errorsThomas Hebb2019-12-031-3/+3
|/
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move command functions out of common.hSimon Glass2019-12-025-0/+5
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-022-0/+2
* common: Move interrupt functions into a new headerSimon Glass2019-12-022-0/+2
* common: Move ARM cache operations out of common.hSimon Glass2019-12-028-0/+8
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-023-0/+3
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-024-0/+4