aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2024-07-19bootstash: Do not provide a default address for allTom Rini
2024-07-18bloblist: fix bloblist convention check.Levi Yun
2024-07-15common: Remove duplicate newlinesMarek Vasut
2024-07-12Merge patch series "Add Turris 1.x board"Tom Rini
2024-07-12board_f: Add support for CONFIG_OF_BOARD_FIXUP for XIP imagesPali Rohár
2024-07-06usb: Assimilate usb_get_descriptor() to linuxPhilip Oberfichtner
2024-07-03global_data.h: drop write-only field dm_root_fRasmus Villemoes
2024-07-01Merge branch 'next'Tom Rini
2024-06-30spl: correct link to FIT specificationHeinrich Schuchardt
2024-06-28spl: Allow ATF to work when dcache is disabledSimon Glass
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini
2024-06-18cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000Jiaxun Yang
2024-06-17Merge tag 'xilinx-for-v2024.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2024-06-17spl: Introduce SoC specific init functionLukas Funke
2024-06-16Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchd...Tom Rini
2024-06-16cyclic: make clients embed a struct cyclic_info in their own data structureRasmus Villemoes
2024-06-16cyclic: stop strdup'ing name in cyclic_register()Rasmus Villemoes
2024-06-14Merge patch series "efi_loader: select BLK not depends on BLK"Tom Rini
2024-06-14spl: nvme: Make this depend on SPL_BLKTom Rini
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-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
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