summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* rockchip: rk3288: Enable pre console bufferJagan Teki2020-02-191-0/+1
* board_f: Make clear_bss genericOvidiu Panait2020-02-131-3/+5
* common/console.c: discard volatileHeinrich Schuchardt2020-02-131-10/+13
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1110-5/+49
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-056-0/+6
| * exports: Add the malloc.h headerSimon Glass2020-02-051-0/+1
| * cli: Make the sandbox board_run_command the defaultSean Anderson2020-02-051-0/+7
| * image: fdt: check "status" of "/reserved-memory" subnodesThirupathaiah Annapureddy2020-02-051-1/+1
| * console: Add a function to read a line of the output / eofSimon Glass2020-02-051-0/+11
| * bloblist: Zero records when addingSimon Glass2020-02-051-0/+3
| * bloblist: Tidy up a few comments and code-style nitsSimon Glass2020-02-051-3/+2
| * bloblist: Add a new function to add or check sizeSimon Glass2020-02-051-1/+18
* | Kconfig: update LOGLEVEL rangeWIP/2020-02-10-master-importsMarek Bykowski2020-02-101-1/+1
|/
* 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
| |/ |/|