summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2024-10-03Update the ARM trusted firmware git URLPeter Robinson1-1/+1
2024-09-05android_ab: Fixes: Fix backup offset calculationJoshua Watt1-1/+2
2024-08-28bootstage: Fix unstash of records from SPLJonas Karlman1-1/+1
2024-08-13spl: binman: Disable u_boot_any symbols for i.MX 8ULP boardsGary Bisson3-3/+3
2024-07-31sandbox: Increase cyclic CPU-time limitSimon Glass1-0/+1
2024-07-31cyclic: Add a symbol for SPLSimon Glass2-1/+9
2024-07-23arm: ti: Remove omap4 platform supportTom Rini1-2/+2
2024-07-19bootstash: Do not provide a default address for allTom Rini2-4/+3
2024-07-18bloblist: fix bloblist convention check.Levi Yun1-1/+10
2024-07-15common: Remove duplicate newlinesMarek Vasut13-135/+0
2024-07-12Merge patch series "Add Turris 1.x board"Tom Rini1-1/+7
2024-07-12board_f: Add support for CONFIG_OF_BOARD_FIXUP for XIP imagesPali Rohár1-1/+7
2024-07-06usb: Assimilate usb_get_descriptor() to linuxPhilip Oberfichtner1-7/+30
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-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini80-87/+30
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