summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2020-01-30common/board_f.c: Remove arch-specific checks for cpucheckOvidiu Panait1-2/+5
2020-01-26common: fix regression on block cache initAngelo Durgehello1-1/+1
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+1
2020-01-25common: add blkcache initAngelo Durgehello1-0/+3
2020-01-24sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfigAndre Przywara1-0/+1
2020-01-24common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass1-1/+1
2020-01-24common: Move hang() to the same header as panic()Simon Glass6-0/+6
2020-01-24common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-24common: Move the image globals into image.hSimon Glass2-0/+2
2020-01-24image: Rename load_addr, save_addr, save_sizeSimon Glass5-16/+16
2020-01-24common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-24common: Move reset_phy() to net.hSimon Glass1-0/+1
2020-01-24common: Move jumptable_init() out of common.hSimon Glass1-0/+1
2020-01-24common: Move flash_perror() to flash.hSimon Glass1-1/+1
2020-01-24common: Move main_loop() to init.hSimon Glass2-0/+2
2020-01-23board_init: remove meaningless increment in board_init_f_init_reserve()Masahiro Yamada1-2/+0
2020-01-23spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen1-5/+3
2020-01-18common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass1-1/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass6-0/+6
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move the image globals into image.hSimon Glass2-0/+2
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass5-16/+16
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-17common: Move reset_phy() to net.hSimon Glass1-0/+1
2020-01-17common: Move jumptable_init() out of common.hSimon Glass1-0/+1
2020-01-17common: Move flash_perror() to flash.hSimon Glass1-1/+1
2020-01-17common: Move main_loop() to init.hSimon Glass2-0/+2
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes2-0/+167
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes3-0/+91
2020-01-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-2/+25
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-15/+2
2020-01-16spl: mmc: support uboot image offset on main partitionBaruch Siach2-2/+25
2020-01-16Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMAVignesh Raghavendra1-1/+1
2020-01-15spl: fix entry_point equal to load_addrGiulio Benetti1-2/+2
2020-01-14spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek1-14/+1
2020-01-14spl: atf: Add missing ndepth initializationMichal Simek1-1/+1
2020-01-10dtimg/am57xx_evm_defconfig: Rename dtimg to adtimgEugeniu Rosca1-1/+1
2020-01-10spl: fix stack usage check if gd is not initializedSimon Goldschmidt1-0/+17
2020-01-09Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-0/+17
2020-01-09Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-1/+59
2020-01-08Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+6
2020-01-07bootm: Add a bootm command for type IH_OS_EFICristian Ciocaltea1-0/+56
2020-01-07image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea2-1/+3
2020-01-07spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot1-3/+62
2020-01-07spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot1-3/+3
2020-01-07spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot1-2/+5
2020-01-07spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot1-1/+5
2020-01-07spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot1-5/+29
2020-01-07spl: fit: Make room in the FDT before applying overlaysJean-Jacques Hiblot1-5/+12
2020-01-07spl: fit: Add support for applying DT overlayMichal Simek1-3/+27