aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2020-03-16spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entriesTom Rini1-2/+2
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro5-400/+429
2020-03-09spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementationFaiz Abbas1-7/+4
2020-02-19rockchip: rk3288: Enable pre console bufferJagan Teki1-0/+1
2020-02-13board_f: Make clear_bss genericOvidiu Panait1-3/+5
2020-02-13common/console.c: discard volatileHeinrich Schuchardt1-10/+13
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini10-5/+49
2020-02-10Kconfig: update LOGLEVEL rangeMarek Bykowski1-1/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass6-0/+6
2020-02-05exports: Add the malloc.h headerSimon Glass1-0/+1
2020-02-05cli: Make the sandbox board_run_command the defaultSean Anderson1-0/+7
2020-02-05image: fdt: check "status" of "/reserved-memory" subnodesThirupathaiah Annapureddy1-1/+1
2020-02-05console: Add a function to read a line of the output / eofSimon Glass1-0/+11
2020-02-05bloblist: Zero records when addingSimon Glass1-0/+3
2020-02-05bloblist: Tidy up a few comments and code-style nitsSimon Glass1-3/+2
2020-02-05bloblist: Add a new function to add or check sizeSimon Glass1-1/+18
2020-02-04image: android: Add routine to get dtbo paramsSam Protsenko1-0/+61
2020-02-04image: android: Add functions for handling dtb fieldSam Protsenko2-1/+222
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-22spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen1-5/+3
2020-01-17common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass1-1/+1
2020-01-17common: 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