aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2024-05-22include: Move snprintf to stdio.hRaymond Mao1-1/+1
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini8-8/+0
2024-05-06common: Remove <common.h> and add needed includesTom Rini80-80/+31
2024-04-21rockchip: Enable preconsole for rk3328Jagan Teki1-1/+1
2024-04-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2-3/+126
2024-04-12Merge patch series "mcheck implementation for U-Boot"Tom Rini3-25/+437
2024-04-12mcheck: let mcheck_abortfunc_t print the pointerEugene Uriev1-8/+8
2024-04-12mcheck: add stats, add a comment with test resultsEugene Uriev1-1/+17
2024-04-12mcheck: introduce mcheck_on_ramrelocation(.)Eugene Uriev2-0/+15
2024-04-12mcheck: add pedantic mode supportEugene Uriev2-0/+53
2024-04-12mcheck: support memalignEugene Uriev2-3/+24
2024-04-12mcheck: integrate mcheck into dlmalloc.cEugene Uriev1-0/+67
2024-04-12mcheck: introduce essentials of mcheckEugene Uriev1-0/+220
2024-04-12mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck.Eugene Uriev1-0/+4
2024-04-12mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commandsEugene Uriev1-25/+41
2024-04-12cli: always show cursorHeinrich Schuchardt1-0/+4
2024-04-12usb: kbd: Add probe quirk for Apple and Keychron keyboardsJanne Grunau1-0/+22
2024-04-12usb: kbd: support Apple Magic Keyboards (2021)Janne Grunau1-3/+34
2024-04-12usb: Add environment based device ignorelistJanne Grunau1-0/+70
2024-04-02Merge branch 'next'Tom Rini9-45/+119
2024-03-26spl: riscv: opensbi: fix check of PAYLOAD_ARGS_ADDRRandolph1-1/+1
2024-03-20test: dm: add button_cmd testWIP/20Mar2024-nextCaleb Connolly1-1/+1
2024-03-20spl: Improve error message for SPL memory allocationLeo Yu-Chi Liang1-1/+6
2024-03-13cli: allow users to determine history buffer allocation methodHanyuan Zhao1-11/+25
2024-03-13cli: panic when failed to allocate memory for the history bufferHanyuan Zhao1-1/+1
2024-03-07cmd: md5sum: use hash_commandIgor Opaniuk1-3/+5
2024-03-07autoboot: Add check for result of malloc_cache_aligned()Maks Mishin1-0/+3
2024-03-02log: fixup log_head after relocating global dataThomas Weißschuh2-0/+8
2024-03-01common: board_f: change calculation of gd->mon_len to fix s5p4418 relocStefan Bosch1-1/+3
2024-02-29Merge patch series "Handoff bloblist from previous boot stage"Tom Rini2-27/+67
2024-02-29bloblist: Load the bloblist from the previous loaderRaymond Mao1-18/+44
2024-02-29bloblist: refactor of bloblist_reloc()Raymond Mao2-8/+11
2024-02-29bloblist: check bloblist with specified buffer sizeRaymond Mao1-1/+1
2024-02-29bloblist: add API to check the register conventionsRaymond Mao1-0/+11
2024-02-19common: usb-hub: Reset USB 3.0 hubs onlyShantur Rathore1-2/+4
2024-02-15common: avb_verify: add str_avb_io_error/str_avb_slot_errorIgor Opaniuk1-0/+49
2024-02-15common: avb_verify: rework error/debug printsIgor Opaniuk1-13/+18
2024-02-15avb: move SPDX license identifiers to the first lineIgor Opaniuk1-2/+1
2024-02-15common: avb_verify: don't call mmc_switch_part for SDIgor Opaniuk1-3/+5
2024-02-13boot: add support for button commandsCaleb Connolly3-0/+87
2024-02-07Merge branch '2024-02-06-assorted-fixes'Tom Rini1-1/+4
2024-02-06common: event: check event_type_name() argumentHeinrich Schuchardt1-1/+4
2024-02-04spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl frameworkKever Yang1-1/+2
2024-01-31spl: riscv: falcon: move fdt blob to specified addressRandolph2-1/+16
2024-01-29common: splash_source: Don't compile ubifs splash cmd for SPL buildDevarsh Thakkar1-1/+1
2024-01-29Merge patch series "Move framebuffer reservation for SPL to RAM end"Tom Rini2-5/+55
2024-01-29video: Skip framebuffer reservation if already reservedDevarsh Thakkar1-2/+6
2024-01-29common/board_f: Catch bloblist before starting reservationsDevarsh Thakkar1-3/+30
2024-01-29spl: Enforce framebuffer reservation from end of RAMDevarsh Thakkar1-0/+19
2024-01-29sunxi: Consider SPL size limitations for FIT loadingSamuel Holland1-2/+1