summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass2020-01-171-1/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-176-0/+6
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* common: Move the image globals into image.hSimon Glass2020-01-172-0/+2
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-175-16/+16
* common: Move clock functions into a new fileSimon Glass2020-01-171-0/+1
* common: Move reset_phy() to net.hSimon Glass2020-01-171-0/+1
* common: Move jumptable_init() out of common.hSimon Glass2020-01-171-0/+1
* common: Move flash_perror() to flash.hSimon Glass2020-01-171-1/+1
* common: Move main_loop() to init.hSimon Glass2020-01-172-0/+2
* u-boot: fit: add support to decrypt fit with aesWIP/2020-01-17-improve-aes-supportPhilippe Reynes2020-01-172-0/+167
* mkimage: fit: add support to encrypt image with aesPhilippe Reynes2020-01-173-0/+91
* 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...WIP/08Jan2020Tom 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