summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2020-04-26fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada
2020-04-24spl: fit: do not check argument of free()Heinrich Schuchardt
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait
2020-04-24common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait
2020-04-24spl: Kconfig: de-dup SPL_DM_GPIO definitionJoel Johnson
2020-04-24dlmalloc: remove unit test support in SPLHeinrich Schuchardt
2020-04-24common: image_sign_info helper functions in SPLHeinrich Schuchardt
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng
2020-04-22Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler
2020-04-22common: bouncebuf: Permit passing custom alignment check functionMarek Vasut
2020-04-17image: Add a common compression type detection function.Atish Patra
2020-04-16board_f.c: Ensure 16 alignment of start_addr_sp and reserved memoryPatrick Delaunay
2020-04-16board_f.c: Ensure gd->new_bootstage alignmentPatrice Chotard
2020-04-16log: syslog driverHeinrich Schuchardt
2020-04-16log: correct CONFIG_LOG_TEST prerequisitesHeinrich Schuchardt
2020-04-13Merge branch 'next'Tom Rini
2020-04-10main: Drop show_boot_progress() prototypeSimon Glass
2020-04-09usb: Keep async schedule running only across mass storage xfersMarek Vasut
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-04-03Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li
2020-04-02rockchip: Enable pre console for rk3399Jagan Teki
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass
2020-04-01image: Load the correct configuration in fit_check_signSimon Glass
2020-04-01image: Check hash-nodes when checking configurationsSimon Glass
2020-04-01image: Return an error message from fit_config_verify_sig()Simon Glass
2020-04-01image: Be a little more verbose when checking signaturesSimon Glass
2020-04-01image: Correct comment for fit_conf_get_node()Simon Glass
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini
2020-03-31image-fit: Allow loading FIT image for VxWorksLihua Zhao
2020-03-16spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entriesTom Rini
2020-03-13fit: check return value of fit_image_get_data_size()Heinrich Schuchardt
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro
2020-03-09spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementationFaiz Abbas
2020-02-19rockchip: rk3288: Enable pre console bufferJagan Teki
2020-02-13board_f: Make clear_bss genericOvidiu Panait
2020-02-13common/console.c: discard volatileHeinrich Schuchardt
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-10Kconfig: update LOGLEVEL rangeMarek Bykowski
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05exports: Add the malloc.h headerSimon Glass
2020-02-05cli: Make the sandbox board_run_command the defaultSean Anderson
2020-02-05image: fdt: check "status" of "/reserved-memory" subnodesThirupathaiah Annapureddy
2020-02-05console: Add a function to read a line of the output / eofSimon Glass
2020-02-05bloblist: Zero records when addingSimon Glass
2020-02-05bloblist: Tidy up a few comments and code-style nitsSimon Glass
2020-02-05bloblist: Add a new function to add or check sizeSimon Glass
2020-02-04image: android: Add routine to get dtbo paramsSam Protsenko
2020-02-04image: android: Add functions for handling dtb fieldSam Protsenko