summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dmTom Rini2020-04-284-1/+660
|\
| * log: remove useless castHeinrich Schuchardt2020-04-261-1/+1
| * libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada2020-04-262-0/+658
| * fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada2020-04-261-0/+1
* | spl: spl_legacy: Add lzma decompression support for legacy imageWeijie Gao2020-04-271-2/+60
* | spl: spl_nor: Remove unused variable 'ret' warningStefan Roese2020-04-271-6/+6
* | spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese2020-04-272-8/+27
* | spl: spl_legacy: Use IS_ENABLED() to remove #ifdefStefan Roese2020-04-271-3/+2
* | spl: Extract legacy image handling into separate fileStefan Roese2020-04-273-44/+67
|/
* spl: fit: do not check argument of free()Heinrich Schuchardt2020-04-241-2/+1
* common/board_f: Make reserve_mmu genericOvidiu Panait2020-04-241-3/+6
* common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait2020-04-241-28/+0
* spl: Kconfig: de-dup SPL_DM_GPIO definitionJoel Johnson2020-04-241-6/+0
* dlmalloc: remove unit test support in SPLHeinrich Schuchardt2020-04-241-1/+1
* common: image_sign_info helper functions in SPLHeinrich Schuchardt2020-04-242-1/+12
* riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng2020-04-231-1/+1
* Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-04-222-10/+19
|\
| * spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler2020-04-221-3/+2
| * spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler2020-04-221-2/+2
| * common: bouncebuf: Permit passing custom alignment check functionMarek Vasut2020-04-221-5/+15
* | image: Add a common compression type detection function.Atish Patra2020-04-171-0/+23
|/
* board_f.c: Ensure 16 alignment of start_addr_sp and reserved memoryPatrick Delaunay2020-04-161-14/+18
* board_f.c: Ensure gd->new_bootstage alignmentPatrice Chotard2020-04-161-0/+5
* log: syslog driverHeinrich Schuchardt2020-04-163-0/+125
* log: correct CONFIG_LOG_TEST prerequisitesHeinrich Schuchardt2020-04-161-1/+1
* 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