summaryrefslogtreecommitdiff
path: root/common/board_f.c
AgeCommit message (Expand)AuthorFilesLines
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-07common/board_f: drop ifdefs around header includesOvidiu Panait1-2/+0
2022-10-07common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait1-14/+7
2022-10-07common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait1-7/+0
2022-10-07common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait1-11/+0
2022-09-23board_f: show_dram_config: Print also real DRAM sizePali 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-06lcd: 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 architectureTom 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
2021-11-19board_f: Copy GD to new GD even if relocation disabledMarek Vasut1-16/+18
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini1-2/+2
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass1-2/+2
2021-07-06sandbox: don't refer to symbol _initHeinrich Schuchardt1-1/+3
2021-04-10board_f: cosmetic: change the debug trace to KB in reserve_videoPatrick Delaunay1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-28bloblist: Support relocating to a larger spaceSimon Glass1-4/+6
2021-01-15common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdtOvidiu Panait1-20/+21
2021-01-15common: board_f: Move setup_machine code to setup_bdinfoOvidiu Panait1-9/+4
2021-01-15common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dmOvidiu Panait1-5/+6
2021-01-15common: board_f: Drop initf_console_record wrapperOvidiu Panait1-9/+3
2021-01-15common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_FOvidiu Panait1-4/+3
2020-10-22board: Show memory for frame buffersSimon Glass1-0/+2
2020-10-22bloblist: Place on a 4KB boundarySimon Glass1-1/+3
2020-08-26board_f: Add default values for bi_dram[] in dram_init_banksize()Stefan Roese1-6/+1
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-6/+1
2020-08-22board_f: Remove dead code from init_func_i2cOvidiu Panait1-4/+0
2020-08-14common/board_f: make sure to call fix_fdt() before reserve_fdt()Pragnesh Patel1-3/+3
2020-08-06board_f: Remove setup_board_part1Ovidiu Panait1-11/+1
2020-08-06board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait1-34/+2
2020-08-06board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait1-15/+4
2020-08-06board_f: Move sram bdinfo assignments to generic codeOvidiu Panait1-5/+5
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait1-6/+5
2020-08-06board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait1-1/+6
2020-08-06board_f: Introduce setup_bdinfo initcallOvidiu Panait1-0/+6
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-6/+7
2020-07-07common/board_f: Respect original FDT size while relocatingOleksandr Andrushchenko1-1/+1
2020-06-25common: fdt: Remove additional 4k space for fdt allocationAshok Reddy Soma1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1