summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2025-02-26net: miiphy: Introduce mdio_init()Marek Vasut
2025-02-26net: miiphybb: Drop bb_miiphy_init() and .init callbackMarek Vasut
2025-02-19Merge patch series "bloblist: refactor xferlist and bloblist"Tom Rini
2025-02-19bloblist: kconfig for mandatory incoming standard passageRaymond Mao
2025-02-19bloblist: refactor xferlist and bloblistRaymond Mao
2025-02-14Merge patch series "Introduce K3 remoteproc driver for M4 subsystem"Tom Rini
2025-02-14spl: Enable SPL remoteproc by default for K3 ARCHJudith Mendez
2025-02-11Merge patch series "Enable bloblist support on Vexpress64"Tom Rini
2025-02-11bloblist: add support for CONFIG_BLOBLIST_PASSAGEHarrison Mutai
2025-02-11bloblist: fix typo in code commentsHarrison Mutai
2025-02-11common: Add NULL checks for xrealloc in make_string cli_hush.cAnton Moryakov
2025-02-11common: Add NULL checks for malloc_cache_aligned in autoboot.cAnton Moryakov
2025-02-03vbe: Allow VBE to disable adding loadables to the FDTSimon Glass
2025-02-03vbe: Provide VPL binman-symbols for the next phaseSimon Glass
2025-02-03vbe: Support providing a linker scriptSimon Glass
2025-02-03spl: Support selecting images based on phase in simple FITSimon Glass
2025-02-03spl: Adjust debugging and xPL symbolsSimon Glass
2025-02-03lib: Allow crc16 code to be droppedSimon Glass
2025-01-28bloblist: add api to get blob with sizeRaymond Mao
2025-01-26log: enable filtering on functionsHeinrich Schuchardt
2025-01-26log: make log_has_file() staticHeinrich Schuchardt
2025-01-22Merge patch series "upl: Prerequite patches for updated spec"Tom Rini
2025-01-22boot: Use fit_image_get_data() to get dataSimon Glass
2025-01-22boot: Rename fit_image_get_data()Simon Glass
2025-01-22bloblist: Make BLOBLIST_ALLOC the defaultSimon Glass
2025-01-22Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini
2025-01-22Merge patch series "vbe: Series part F"Tom Rini
2025-01-22spl: Plumb in the relocating loaderSimon Glass
2025-01-22spl: Add support for a relocating jump to the next phaseSimon Glass
2025-01-22spl: Add a type for the jumper functionSimon Glass
2025-01-22cyclic: Fix rollover every 72 min on 32 bits platformsPatrice Chotard
2025-01-14common: Move autoprobe out to board initSimon Glass
2025-01-14common: Drop check for DM in initf_dm()Simon Glass
2024-12-31Merge patch series "Select CONFIG_64BIT for sandbox64 and x86_64"Tom Rini
2024-12-31x86: select CONFIG_64BIT for X86_64Andrew Goodbody
2024-12-31Merge patch series "Keep the access to dtb_dt_embedded() within fdtdec"Tom Rini
2024-12-31fdtdec: encapsulate dtb_dt_embedded() withinEvgeny Bachinin
2024-12-27Merge patch series "vbe: Series part E"Tom Rini
2024-12-27hash: Plumb crc8 into the hash functionsSimon Glass
2024-12-27spl: Add some more debugging to load_simple_fit()Simon Glass
2024-12-27spl: Drop a duplicate variable in boot_from_devices()Simon Glass
2024-12-27spl: Drop use of uintptr_tSimon Glass
2024-12-27spl: Support a relocated stack in any XPL phaseSimon Glass
2024-12-27spl: Allow serial to be disabled in any XPL phaseSimon Glass
2024-12-27spl: Report a loader failureSimon Glass
2024-12-27Support setting a maximum size for the VPL imageSimon Glass
2024-12-27malloc: Provide a simple malloc for VPLSimon Glass
2024-12-27malloc: Show amount of used space when memory runs outSimon Glass
2024-12-27spl: mmc: Avoid size growth in spl_mmc_find_device() debugSimon Glass
2024-12-25Merge tag 'v2025.01-rc5' into nextTom Rini