summaryrefslogtreecommitdiffstats
path: root/common/board_f.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* trace: undefined reference to `trace_early_init'Heinrich Schuchardt2019-07-101-1/+1
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-1/+1
* sandbox: Improve debugging in initcall_run_list()Simon Glass2019-04-231-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-051-14/+0
|\
| * spi: Zap CONFIG_HARD_SPIJagan Teki2018-11-271-12/+0
| * spi: Remove used spi_initJagan Teki2018-11-271-2/+0
* | spl: Add support for passing handoff info to U-Boot properSimon Glass2018-11-261-0/+15
* | bloblist: Locate bloblist in U-BootSimon Glass2018-11-261-0/+34
|/