summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait1-3/+6
2020-04-24common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait1-28/+0
2020-04-24spl: Kconfig: de-dup SPL_DM_GPIO definitionJoel Johnson1-6/+0
2020-04-24dlmalloc: remove unit test support in SPLHeinrich Schuchardt1-1/+1
2020-04-24common: image_sign_info helper functions in SPLHeinrich Schuchardt2-1/+12
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng1-1/+1
2020-04-22Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2-10/+19
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler1-3/+2
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-2/+2
2020-04-22common: bouncebuf: Permit passing custom alignment check functionMarek Vasut1-5/+15
2020-04-17image: Add a common compression type detection function.Atish Patra1-0/+23
2020-04-17board_f.c: Ensure 16 alignment of start_addr_sp and reserved memoryPatrick Delaunay1-14/+18
2020-04-17board_f.c: Ensure gd->new_bootstage alignmentPatrice Chotard1-0/+5
2020-04-16log: syslog driverHeinrich Schuchardt3-0/+125
2020-04-16log: correct CONFIG_LOG_TEST prerequisitesHeinrich Schuchardt1-1/+1
2020-04-13Merge branch 'next'Tom Rini7-440/+464
2020-04-11main: Drop show_boot_progress() prototypeSimon Glass1-5/+0
2020-04-09usb: Keep async schedule running only across mass storage xfersMarek Vasut2-0/+10
2020-04-08Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini6-38/+53
2020-04-03Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li1-4/+0
2020-04-02rockchip: Enable pre console for rk3399Jagan Teki1-0/+1
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass3-7/+9
2020-04-01image: Load the correct configuration in fit_check_signSimon Glass1-2/+4
2020-04-01image: Check hash-nodes when checking configurationsSimon Glass1-3/+33
2020-04-01image: Return an error message from fit_config_verify_sig()Simon Glass1-2/+3
2020-04-01image: Be a little more verbose when checking signaturesSimon Glass1-1/+1
2020-04-01image: Correct comment for fit_conf_get_node()Simon Glass1-18/+0
2020-04-01Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini1-2/+4
2020-03-31image-fit: Allow loading FIT image for VxWorksLihua Zhao1-1/+2
2020-03-16spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entriesTom Rini1-2/+2
2020-03-13fit: check return value of fit_image_get_data_size()Heinrich Schuchardt1-2/+4
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-11Kconfig: update LOGLEVEL rangeMarek Bykowski1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass6-0/+6
2020-02-06exports: Add the malloc.h headerSimon Glass1-0/+1
2020-02-06cli: Make the sandbox board_run_command the defaultSean Anderson1-0/+7
2020-02-06image: fdt: check "status" of "/reserved-memory" subnodesThirupathaiah Annapureddy1-1/+1
2020-02-06console: Add a function to read a line of the output / eofSimon Glass1-0/+11
2020-02-06bloblist: Zero records when addingSimon Glass1-0/+3
2020-02-06bloblist: Tidy up a few comments and code-style nitsSimon Glass1-3/+2
2020-02-06bloblist: 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