summaryrefslogtreecommitdiff
path: root/common/board_f.c
Commit message (Expand)AuthorAgeFilesLines
* 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 memoryWIP/2020-04-16-master-importsPatrick 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
|/
* arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar2018-11-161-1/+1
* dm: cpu: Fix print_cpuinfo() outputBin Meng2018-11-141-1/+1
* board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six2018-11-141-0/+28
* Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"Bin Meng2018-11-071-28/+0
* board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six2018-09-181-0/+28
* common: board_f: Sort includesMario Six2018-09-181-1/+1
* board_f: Add reset status printingMario Six2018-09-181-0/+28
* lib: fdtdec: Update ram_base to store ram start adddressSiva Durga Prasad Paladugu2018-07-191-2/+2
* board_f: Only reserve memory for U-Boot if we're going to relocateAlexey Brodkin2018-06-051-13/+15
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* arc: Introduce a possibility to not relocate U-bootAlexey Brodkin2018-03-211-1/+2
* common: move init_helpers.h prototypes in init.hPatrick Delaunay2018-03-161-1/+0
* common: move board_f.c prototypes in init.hPatrick Delaunay2018-03-161-1/+1