summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next'Tom Rini2020-04-137-440/+464
|\
| * main: Drop show_boot_progress() prototypeSimon Glass2020-04-101-5/+0
| * Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-04-076-38/+53
| |\
| * \ Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini2020-03-311-2/+4
| |\ \
| * | | spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entriesTom Rini2020-03-161-2/+2
| * | | lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro2020-03-125-400/+429
* | | | usb: Keep async schedule running only across mass storage xfersMarek Vasut2020-04-092-0/+10
| |_|/ |/| |
* | | Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li2020-04-031-4/+0
* | | rockchip: Enable pre console for rk3399Jagan Teki2020-04-021-0/+1
* | | image: Use constants for 'required' and 'key-name-hint'Simon Glass2020-04-013-7/+9
* | | image: Load the correct configuration in fit_check_signSimon Glass2020-04-011-2/+4
* | | image: Check hash-nodes when checking configurationsSimon Glass2020-04-011-3/+33
* | | image: Return an error message from fit_config_verify_sig()Simon Glass2020-04-011-2/+3
* | | image: Be a little more verbose when checking signaturesSimon Glass2020-04-011-1/+1
* | | image: Correct comment for fit_conf_get_node()Simon Glass2020-04-011-18/+0
* | | image-fit: Allow loading FIT image for VxWorksLihua Zhao2020-03-311-1/+2
| |/ |/|
* | fit: check return value of fit_image_get_data_size()Heinrich Schuchardt2020-03-131-2/+4
|/
* spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementationFaiz Abbas2020-03-091-7/+4
* 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 rangeMarek 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-sunxiTom 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