aboutsummaryrefslogtreecommitdiff
path: root/common/board_f.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+1
2024-04-12mcheck: introduce mcheck_on_ramrelocation(.)Eugene Uriev1-0/+4
2024-03-01common: board_f: change calculation of gd->mon_len to fix s5p4418 relocStefan Bosch1-1/+3
2024-02-29bloblist: refactor of bloblist_reloc()Raymond Mao1-6/+3
2024-01-29video: Skip framebuffer reservation if already reservedDevarsh Thakkar1-2/+6
2024-01-29common/board_f: Catch bloblist before starting reservationsDevarsh Thakkar1-3/+30
2023-10-06bloblist: Support initing from multiple placesSimon Glass1-3/+1
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass1-1/+1
2023-08-31freescale: Drop call to init_func_vid() in the init sequenceSimon Glass1-10/+0
2023-08-31x86: Convert arch_fsp_init() to use eventsSimon Glass1-3/+1
2023-08-31initcall: Support emitting eventsSimon Glass1-6/+1
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini1-3/+2
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt1-1/+1
2023-08-09video: Add a Kconfig option for SPL video handoffSimon Glass1-2/+1
2023-08-09treewide: unify the linker symbol reference formatShiji Yang1-8/+8
2023-08-08board_f: Cosmetic style fixBin Meng1-2/+3
2023-07-21common: board_f: Pass frame buffer info from SPL to u-bootNikhil M Jain1-1/+10
2023-07-17x86: Improve the trampoline in 64-bit modeSimon Glass1-5/+7
2023-07-14board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is setKunihiko Hayashi1-2/+0
2023-04-15arch: m68k: Introduce trivial PIT based timerMarek Vasut1-1/+1
2023-02-11sandbox: Bring back setting mon_len in global_dataSimon Glass1-0/+3
2022-12-23global: Migrate CONFIG_PRAM to CFGTom Rini1-4/+4
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-2/+2
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-4/+4
2022-11-10SYS_NONCACHED_MEMORY: Correct comment in common/board_f.cTom Rini1-2/+2
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes1-1/+10
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-5/+5
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-10-30video: cmd: Drop old LCD codeSimon Glass1-16/+11
2022-10-21common: board_f: Print information for all sysresetsMichal Suchanek1-11/+18
2022-10-06common/board_f: drop ifdefs around header includesOvidiu Panait1-2/+0
2022-10-06common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait1-14/+7
2022-10-06common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait1-7/+0
2022-10-06common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait1-11/+0
2022-09-23board_f: show_dram_config: Print also real DRAM sizeWIP/2022-09-23-4gb-ddr-in-32bit-ppcPali Rohár1-1/+36
2022-09-23board_f: Fix printing gd->ram_size and gd->ram_topPali Rohár1-2/+2
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-2/+2
2022-09-13cyclic: Integrate cyclic functionality at bootup in board_r/fStefan Roese1-0/+2
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-07-05lcd: Remove legacy CONFIG_FB_ADDR codeTom Rini1-4/+0
2022-06-24microblaze: Add support for run time relocationMichal Simek1-0/+2
2022-04-25nds32: Remove the architectureWIP/25Apr2022Tom Rini1-1/+1
2022-04-19Convert CONFIG_SYS_MEM_TOP_HIDE to KconfigTom Rini1-1/+1
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-6/+0
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass1-2/+5
2022-03-10event: Set up the event system on start-upSimon Glass1-0/+2
2022-01-13bloblist: Rename the SPL tagSimon Glass1-1/+1
2021-12-05bloblist: Support allocating the bloblistSimon Glass1-1/+7