summaryrefslogtreecommitdiffstats
path: root/common/board_f.c
Commit message (Expand)AuthorAgeFilesLines
* 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 headerSimon 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
* board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait2020-08-061-15/+4
* board_f: Move sram bdinfo assignments to generic codeOvidiu Panait2020-08-061-5/+5
* board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait2020-08-061-6/+5
* board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait2020-08-061-1/+6
* board_f: Introduce setup_bdinfo initcallOvidiu Panait2020-08-061-0/+6
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-6/+7
* common/board_f: Respect original FDT size while relocatingOleksandr Andrushchenko2020-07-071-1/+1
* common: fdt: Remove additional 4k space for fdt allocationAshok Reddy Soma2020-06-251-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass2020-05-181-2/+2
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common/board_f: avoid -Wtype-limits warningHeinrich Schuchardt2020-05-151-1/+1
* common: board_f: Use cpu_get_current_dev in print_cpuinfoYe Li2020-05-031-5/+5
* common/board_f: Make reserve_mmu genericOvidiu Panait2020-04-241-3/+6
* common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait2020-04-241-28/+0
* board_f.c: Ensure 16 alignment of start_addr_sp and reserved memoryPatrick Delaunay2020-04-161-14/+18
* board_f.c: Ensure gd->new_bootstage alignmentPatrice Chotard2020-04-161-0/+5
* board_f: Make clear_bss genericOvidiu Panait2020-02-131-3/+5
* common/board_f.c: Remove arch-specific checks for cpucheckOvidiu Panait2020-01-301-2/+5
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move clock functions into a new fileSimon Glass2020-01-171-0/+1
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-021-0/+1
* bootstage: Correct relocation algorithmSimon Glass2019-10-271-0/+1
* bloblist: Reserve an aligned baseSimon Glass2019-10-271-0/+1
* board_f: fix noncached reservation calculationStephen Warren2019-08-301-3/+12
* board_f: reserve noncached space below malloc areaVikas Manocha2019-08-261-0/+17
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move env_init() to env.hSimon Glass2019-08-111-0/+1
* common: Remove video_setmem()Simon Glass2019-08-111-7/+0
* common: Move lcd_setmem() to lcd.hSimon Glass2019-08-111-0/+1
* trace: trace buffer may exceed 2GiBHeinrich Schuchardt2019-07-101-2/+2