summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2024-06-17spl: Introduce SoC specific init functionLukas Funke
2024-06-13spl: Kconfig: ARCH_K3: Set default SPL_STACK_R_MALLOC_SIMPLE_LEN for R5 buildVignesh Raghavendra
2024-06-07Merge patch series "'eeprom' command improvements"Tom Rini
2024-06-07common: eeprom_field: Drop unnecessary comparisonMarek Behún
2024-06-07common: eeprom_field: Fix updating binary fieldMarek Behún
2024-06-07common: eeprom_layout: Split field finding code from the field update functionMarek Behún
2024-06-07common: eeprom_layout: Assign default layout methods and parameters before sp...Marek Behún
2024-05-22include: Move snprintf to stdio.hRaymond Mao
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-05-06common: Remove <common.h> and add needed includesTom Rini
2024-04-21rockchip: Enable preconsole for rk3328Jagan Teki
2024-04-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2024-04-12Merge patch series "mcheck implementation for U-Boot"Tom Rini
2024-04-12mcheck: let mcheck_abortfunc_t print the pointerEugene Uriev
2024-04-12mcheck: add stats, add a comment with test resultsEugene Uriev
2024-04-12mcheck: introduce mcheck_on_ramrelocation(.)Eugene Uriev
2024-04-12mcheck: add pedantic mode supportEugene Uriev
2024-04-12mcheck: support memalignEugene Uriev
2024-04-12mcheck: integrate mcheck into dlmalloc.cEugene Uriev
2024-04-12mcheck: introduce essentials of mcheckEugene Uriev
2024-04-12mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck.Eugene Uriev
2024-04-12mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commandsEugene Uriev
2024-04-12cli: always show cursorHeinrich Schuchardt
2024-04-12usb: kbd: Add probe quirk for Apple and Keychron keyboardsJanne Grunau
2024-04-12usb: kbd: support Apple Magic Keyboards (2021)Janne Grunau
2024-04-12usb: Add environment based device ignorelistJanne Grunau
2024-04-02Merge branch 'next'Tom Rini
2024-03-26spl: riscv: opensbi: fix check of PAYLOAD_ARGS_ADDRRandolph
2024-03-20test: dm: add button_cmd testCaleb Connolly
2024-03-20spl: Improve error message for SPL memory allocationLeo Yu-Chi Liang
2024-03-13cli: allow users to determine history buffer allocation methodHanyuan Zhao
2024-03-13cli: panic when failed to allocate memory for the history bufferHanyuan Zhao
2024-03-07cmd: md5sum: use hash_commandIgor Opaniuk
2024-03-07autoboot: Add check for result of malloc_cache_aligned()Maks Mishin
2024-03-02log: fixup log_head after relocating global dataThomas Weißschuh
2024-03-01common: board_f: change calculation of gd->mon_len to fix s5p4418 relocStefan Bosch
2024-02-29Merge patch series "Handoff bloblist from previous boot stage"Tom Rini
2024-02-29bloblist: Load the bloblist from the previous loaderRaymond Mao
2024-02-29bloblist: refactor of bloblist_reloc()Raymond Mao
2024-02-29bloblist: check bloblist with specified buffer sizeRaymond Mao
2024-02-29bloblist: add API to check the register conventionsRaymond Mao
2024-02-19common: usb-hub: Reset USB 3.0 hubs onlyShantur Rathore
2024-02-15common: avb_verify: add str_avb_io_error/str_avb_slot_errorIgor Opaniuk
2024-02-15common: avb_verify: rework error/debug printsIgor Opaniuk
2024-02-15avb: move SPDX license identifiers to the first lineIgor Opaniuk
2024-02-15common: avb_verify: don't call mmc_switch_part for SDIgor Opaniuk
2024-02-13boot: add support for button commandsCaleb Connolly
2024-02-07Merge branch '2024-02-06-assorted-fixes'Tom Rini
2024-02-06common: event: check event_type_name() argumentHeinrich Schuchardt