aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2024-07-03global_data.h: drop write-only field dm_root_fRasmus Villemoes1-2/+1
2024-07-01Merge branch 'next'Tom Rini83-129/+87
2024-06-30spl: correct link to FIT specificationHeinrich Schuchardt1-1/+1
2024-06-28spl: Allow ATF to work when dcache is disabledSimon Glass1-1/+2
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini1-1/+1
2024-06-18cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000Jiaxun Yang1-1/+1
2024-06-17Merge tag 'xilinx-for-v2024.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2-0/+10
2024-06-17spl: Introduce SoC specific init functionLukas Funke2-0/+10
2024-06-16Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchd...Tom Rini1-18/+6
2024-06-16cyclic: make clients embed a struct cyclic_info in their own data structureRasmus Villemoes1-17/+5
2024-06-16cyclic: stop strdup'ing name in cyclic_register()Rasmus Villemoes1-1/+1
2024-06-14Merge patch series "efi_loader: select BLK not depends on BLK"Tom Rini1-1/+1
2024-06-14spl: nvme: Make this depend on SPL_BLKTom Rini1-1/+1
2024-06-13spl: Kconfig: ARCH_K3: Set default SPL_STACK_R_MALLOC_SIMPLE_LEN for R5 buildVignesh Raghavendra1-0/+1
2024-06-07Merge patch series "'eeprom' command improvements"Tom Rini2-21/+37
2024-06-07common: eeprom_field: Drop unnecessary comparisonMarek Behún1-1/+1
2024-06-07common: eeprom_field: Fix updating binary fieldMarek Behún1-1/+1
2024-06-07common: eeprom_layout: Split field finding code from the field update functionMarek Behún1-15/+31
2024-06-07common: eeprom_layout: Assign default layout methods and parameters before sp...Marek Behún1-4/+4
2024-05-22include: Move snprintf to stdio.hRaymond Mao1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini80-30/+87
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