summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2026-06-25Kconfig: common: restyleJohan Jonker
2026-06-24common: Add an option to relocate on ram topIlias Apalodimas
2026-06-24common: Clean up setup_dest_addr()Ilias Apalodimas
2026-06-24common: move ram_base calculation to independent INITCALL()Ilias Apalodimas
2026-06-24treewide: move bi_dram[] from bd to gdIlias Apalodimas
2026-06-17Merge patch series "Fixes, cleanup and a test for the SPL FIT "full" loader"Tom Rini
2026-06-17spl: fit: use CONFIG_IS_ENABLED whenever possibleFrancesco Valla
2026-06-17spl: fit: drop the 'standalone' load attemptFrancesco Valla
2026-06-17spl: fit: rework the FDT load hackFrancesco Valla
2026-06-17spl: fit: fix loadables load under sandboxFrancesco Valla
2026-06-17Merge patch series "arm: omap: Add back omap4 support"Tom Rini
2026-06-17arm: ti: Introduce back omap4 supportBastien Curutchet
2026-06-15Merge patch series "various memory related fixups"Tom Rini
2026-06-15memory: reserve from start_addr_sp to initial_relocaddrRandolph Sapp
2026-06-02Merge patch series "Clean up bloblist initialization"Tom Rini
2026-06-02bloblist: Rework bloblist_init and bloblist_maybe_initTom Rini
2026-06-02bloblist: Demote not finding a bloblist to a debugTom Rini
2026-06-02bloblist / handoff: Make this depend on BLOBLIST_FIXEDTom Rini
2026-05-30common: splash_source: fix cryptic error messagesAnshul Dalal
2026-05-27common/command.c: Avoid NULL pointer use in cmd_auto_completeAdam Lackorzynski
2026-05-25Merge tag 'v2026.07-rc3' into nextTom Rini
2026-05-15imx: ahab: Use authenticated header for images loadingYe Li
2026-05-15powerpc: fix call to cpu_init_rMichael Walle
2026-05-12Merge patch series "add memdup_nul(), use it and memdup() in a few places"Tom Rini
2026-05-12common/cli.c: use memdup_nul() in run_command_list()Rasmus Villemoes
2026-05-12stdio: drop stdio_cloneRasmus Villemoes
2026-05-04common: memsize: fix occasionally failing alias probingEmanuele Ghidoli
2026-05-04bloblist: fix pointer comparison in bloblist_apply_blobs()Michal Simek
2026-04-27Merge patch series "net: migrate NO_NET out of the networking stack choice"Tom Rini
2026-04-27simplify NET_LEGACY || NET_LWIP condition with NET conditionQuentin Schulz
2026-04-27rename NET to NET_LEGACYQuentin Schulz
2026-04-27Merge patch series "Add support for DT overlays handoff"Tom Rini
2026-04-27bloblist: add API for applying blobs with specified tagRaymond Mao
2026-04-27bloblist: fix a potential negative size for memmoveRaymond Mao
2026-04-27bloblist: add helper functionsRaymond Mao
2026-04-27bloblist: add blob type for DT overlayRaymond Mao
2026-04-24common: update: Fix TFTP return value handlingMarek Vasut
2026-04-22cli: flush stdin before enabling cliGregor Herburger
2026-04-22console: add console_flush_stdin()Gregor Herburger
2026-04-21common: memsize: add RAM size probe based on alias detectionEmanuele Ghidoli
2026-04-21Merge patch series "Linux compat improvements and CCF prep"Tom Rini
2026-04-21common: add an option to skip DM pre-relocationCasey Connolly
2026-04-17event: Introduce EVT_POST_PREBOOT eventMichal Simek
2026-04-17event: Check return value from event_notify_null()Michal Simek
2026-04-07spl: Remove unused CONFIG_SPL_FRAMEWORK_BOARD_INIT_F optionTom Rini
2026-04-07spl: env: Correct dependencies for SPL_SAVEENV and MMCTom Rini
2026-03-30console: Prefer currently selected serial console as stdio deviceMarek Vasut
2026-03-30SPL: Rework logic around SPL_BLK_FS (and SPL_NVME)Tom Rini
2026-03-27arm: relocate: Introduce data-only relocation modeMarek Vasut
2026-03-26Merge patch series "Introduce SQUASHFS support in SPL"Tom Rini