aboutsummaryrefslogtreecommitdiff
path: root/common/board_f.c
Commit message (Expand)AuthorAgeFilesLines
* video: Skip framebuffer reservation if already reservedDevarsh Thakkar2024-01-291-2/+6
* common/board_f: Catch bloblist before starting reservationsDevarsh Thakkar2024-01-291-3/+30
* bloblist: Support initing from multiple placesSimon Glass2023-10-061-3/+1
* spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass2023-10-061-1/+1
* freescale: Drop call to init_func_vid() in the init sequenceSimon Glass2023-08-311-10/+0
* x86: Convert arch_fsp_init() to use eventsSimon Glass2023-08-311-3/+1
* initcall: Support emitting eventsSimon Glass2023-08-311-6/+1
* Merge tag 'v2023.10-rc3' into nextTom Rini2023-08-211-3/+2
|\
| * common: return type board_get_usable_ram_topHeinrich Schuchardt2023-08-151-1/+1
| * video: Add a Kconfig option for SPL video handoffSimon Glass2023-08-091-2/+1
* | treewide: unify the linker symbol reference formatShiji Yang2023-08-091-8/+8
* | board_f: Cosmetic style fixBin Meng2023-08-081-2/+3
|/
* common: board_f: Pass frame buffer info from SPL to u-bootNikhil M Jain2023-07-211-1/+10
* x86: Improve the trampoline in 64-bit modeSimon Glass2023-07-171-5/+7
* board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is setKunihiko Hayashi2023-07-141-2/+0
* arch: m68k: Introduce trivial PIT based timerMarek Vasut2023-04-151-1/+1
* sandbox: Bring back setting mon_len in global_dataSimon Glass2023-02-111-0/+3
* global: Migrate CONFIG_PRAM to CFGTom Rini2022-12-231-4/+4
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-2/+2
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-4/+4
* SYS_NONCACHED_MEMORY: Correct comment in common/board_f.cTom Rini2022-11-101-2/+2
* cyclic: get rid of cyclic_init()Rasmus Villemoes2022-11-021-1/+10
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-5/+5
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-301-1/+1
* video: cmd: Drop old LCD codeSimon Glass2022-10-301-16/+11
* common: board_f: Print information for all sysresetsMichal Suchanek2022-10-211-11/+18
* common/board_f: drop ifdefs around header includesOvidiu Panait2022-10-061-2/+0
* common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait2022-10-061-14/+7
* common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait2022-10-061-7/+0
* common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait2022-10-061-11/+0
* board_f: show_dram_config: Print also real DRAM sizePali Rohár2022-09-231-1/+36
* board_f: Fix printing gd->ram_size and gd->ram_topPali Rohár2022-09-231-2/+2
* board_f: Fix types for board_get_usable_ram_top()Pali Rohár2022-09-231-1/+1
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-2/+2
* cyclic: Integrate cyclic functionality at bootup in board_r/fStefan Roese2022-09-131-0/+2
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* lcd: Remove legacy CONFIG_FB_ADDR codeTom Rini2022-07-051-4/+0
* microblaze: Add support for run time relocationMichal Simek2022-06-241-0/+2
* nds32: Remove the architectureTom Rini2022-04-251-1/+1
* Convert CONFIG_SYS_MEM_TOP_HIDE to KconfigTom Rini2022-04-191-1/+1
* event: Convert arch_cpu_init_dm() to use eventsSimon Glass2022-03-101-6/+0
* event: Convert misc_init_f() to use eventsSimon Glass2022-03-101-2/+5
* event: Set up the event system on start-upSimon Glass2022-03-101-0/+2
* bloblist: Rename the SPL tagSimon Glass2022-01-131-1/+1
* bloblist: Support allocating the bloblistSimon Glass2021-12-051-1/+7
* board_f: Copy GD to new GD even if relocation disabledMarek Vasut2021-11-181-16/+18
* Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-301-2/+2
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-281-2/+2
* sandbox: don't refer to symbol _initHeinrich Schuchardt2021-07-061-1/+3
* board_f: cosmetic: change the debug trace to KB in reserve_videoPatrick Delaunay2021-04-101-1/+1