summaryrefslogtreecommitdiff
path: root/common/board_f.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* bloblist: Support relocating to a larger spaceSimon Glass2021-01-271-4/+6
* common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdtOvidiu Panait2021-01-151-20/+21
* common: board_f: Move setup_machine code to setup_bdinfoOvidiu Panait2021-01-151-9/+4
* common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dmOvidiu Panait2021-01-151-5/+6
* common: board_f: Drop initf_console_record wrapperOvidiu Panait2021-01-151-9/+3
* common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_FOvidiu Panait2021-01-151-4/+3
* board: Show memory for frame buffersSimon Glass2020-10-221-0/+2
* bloblist: Place on a 4KB boundarySimon Glass2020-10-221-1/+3
* board_f: Add default values for bi_dram[] in dram_init_banksize()Stefan Roese2020-08-261-6/+1
* CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-261-6/+1
* board_f: Remove dead code from init_func_i2cOvidiu Panait2020-08-221-4/+0
* common/board_f: make sure to call fix_fdt() before reserve_fdt()Pragnesh Patel2020-08-141-3/+3
* board_f: Remove setup_board_part1Ovidiu Panait2020-08-061-11/+1
* board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait2020-08-061-34/+2