summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* image: android: Add routine to get dtbo paramsSam Protsenko2020-02-041-0/+61
* image: android: Add functions for handling dtb fieldSam Protsenko2020-02-042-1/+222
* common/board_f.c: Remove arch-specific checks for cpucheckOvidiu Panait2020-01-301-2/+5
* common: fix regression on block cache initAngelo Durgehello2020-01-261-1/+1
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/26Jan2020Tom Rini2020-01-261-0/+1
|\
| * sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfigAndre Przywara2020-01-241-0/+1
| * common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass2020-01-241-1/+1
| * common: Move hang() to the same header as panic()Simon Glass2020-01-246-0/+6
| * common: Move RAM-sizing functions to init.hSimon Glass2020-01-241-0/+1
| * common: Move the image globals into image.hSimon Glass2020-01-242-0/+2
| * image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-245-16/+16
| * common: Move clock functions into a new fileSimon Glass2020-01-241-0/+1
| * common: Move reset_phy() to net.hSimon Glass2020-01-241-0/+1
| * common: Move jumptable_init() out of common.hSimon Glass2020-01-241-0/+1
| * common: Move flash_perror() to flash.hSimon Glass2020-01-241-1/+1
| * common: Move main_loop() to init.hSimon Glass2020-01-242-0/+2
* | common: add blkcache initAngelo Durgehello2020-01-251-0/+3
* | board_init: remove meaningless increment in board_init_f_init_reserve()Masahiro Yamada2020-01-231-2/+0
* | spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen2020-01-221-5/+3
* | 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