summaryrefslogtreecommitdiff
path: root/common/board_f.c
AgeCommit message (Expand)Author
2026-03-27arm: relocate: Introduce data-only relocation modeMarek Vasut
2026-03-18Merge patch series "led: remove legacy API"Tom Rini
2026-03-18led: remove legacy APIQuentin Schulz
2025-12-05led: remove support for red LED in legacy APIQuentin Schulz
2025-12-05led: remove support for green status led in legacy APIQuentin Schulz
2025-12-05led: remove coloured_LED_init, yellow and blue status LEDs in legacy APIQuentin Schulz
2025-06-04x86: Correct condition for init_cache_f_r()Simon Glass
2025-04-15common: Add CONFIG_SKIP_RELOCATEJesse Taube
2025-04-14Merge patch series "Static initcalls"Tom Rini
2025-04-14common: board: make initcalls staticJerome Forissier
2025-04-08Merge patch series "Change DRAM message and add RAM doc"Tom Rini
2025-04-08board_f: Modify DRAM messageNeha Malcom Francis
2025-03-10Merge tag 'v2025.04-rc4' into nextTom Rini
2025-03-04Revert "dm: core: Simplify dm_probe_devices()"Simon Glass
2025-02-19bloblist: refactor xferlist and bloblistRaymond Mao
2025-01-14common: Move autoprobe out to board initSimon Glass
2025-01-14common: Drop check for DM in initf_dm()Simon Glass
2024-12-09Merge tag 'v2025.01-rc4' into nextTom Rini
2024-12-02Revert "global_data: Drop spl_handoff"Simon Glass
2024-11-16global: Remove bi_sramstart/bi_sramsizeTom Rini
2024-10-25bootstage: Allow counting memory without stringsSimon Glass
2024-10-25common: Fix up malloc() comment in reserve_noncached()Simon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-08-28bootstage: Fix unstash of records from SPLJonas Karlman
2024-08-26global_data: Reduce the size of mon_lenSimon Glass
2024-08-26global_data: Drop spl_handoffSimon Glass
2024-08-26board_f: Move new_bloblist to boardfSimon Glass
2024-08-26board_f: Move new_bootstage to boardfSimon Glass
2024-08-26board_f: Move fdt_size to boardSimon Glass
2024-08-26board_f: Add a new struct to hold pre-relocation infoSimon Glass
2024-08-26global_data: Convert have_console into a flagSimon Glass
2024-08-15bootstage: Fix out-of-bounds read in reloc_bootstage()Richard Weinberger
2024-08-09upl: Plumb in universal payload to the init processSimon Glass
2024-07-19bootstash: Do not provide a default address for allTom Rini
2024-07-12board_f: Add support for CONFIG_OF_BOARD_FIXUP for XIP imagesPali Rohár
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-06common: Remove <common.h> and add needed includesTom Rini
2024-04-12mcheck: introduce mcheck_on_ramrelocation(.)Eugene Uriev
2024-03-01common: board_f: change calculation of gd->mon_len to fix s5p4418 relocStefan Bosch
2024-02-29bloblist: refactor of bloblist_reloc()Raymond Mao
2024-01-29video: Skip framebuffer reservation if already reservedDevarsh Thakkar
2024-01-29common/board_f: Catch bloblist before starting reservationsDevarsh Thakkar
2023-10-06bloblist: Support initing from multiple placesSimon Glass
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass
2023-08-31freescale: Drop call to init_func_vid() in the init sequenceSimon Glass
2023-08-31x86: Convert arch_fsp_init() to use eventsSimon Glass
2023-08-31initcall: Support emitting eventsSimon Glass
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt