| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Move testdram() into init.h | Simon Glass | 2020-01-17 | 1 | -0/+2 |
* | common: Move RAM-sizing functions to init.h | Simon Glass | 2020-01-17 | 1 | -0/+3 |
* | common: Move ll_boot_init() to init.h | Simon Glass | 2020-01-17 | 1 | -0/+7 |
* | common: Move relocate_code() to init.h | Simon Glass | 2020-01-17 | 1 | -0/+10 |
* | common: Move main_loop() to init.h | Simon Glass | 2020-01-17 | 1 | -0/+7 |
* | x86: fsp: Add a new arch_fsp_init_r() hook | Simon Glass | 2019-12-15 | 1 | -0/+11 |
* | common: Move trap_init() out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+2 |
* | common: Move pci_init_board() out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+3 |
* | common: Move some board functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+8 |
* | common: Move board_get_usable_ram_top() out of common.h | Simon Glass | 2019-12-02 | 1 | -2/+18 |
* | board_f: Use static print_cpuinfo if CONFIG_CPU is active | Mario Six | 2018-11-14 | 1 | -0/+7 |
* | Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active" | Bin Meng | 2018-11-07 | 1 | -7/+0 |
* | board_f: Use static print_cpuinfo if CONFIG_CPU is active | Mario Six | 2018-09-18 | 1 | -0/+7 |
* | init: Fix documentation | Mario Six | 2018-09-18 | 1 | -13/+14 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | common: move init_helpers.h prototypes in init.h | Patrick Delaunay | 2018-03-16 | 1 | -0/+7 |
* | common: move board_info.c prototypes in init.h | Patrick Delaunay | 2018-03-16 | 1 | -0/+3 |
* | common: move board_r.c prototypes in init.h | Patrick Delaunay | 2018-03-16 | 1 | -0/+14 |
* | common: move board_init.c prototypes in init.h | Patrick Delaunay | 2018-03-16 | 1 | -0/+39 |
* | common: move board_f.c prototypes in init.h | Patrick Delaunay | 2018-03-16 | 1 | -0/+66 |
* | common: add a prototype for mach_cpu_init() | Patrick Delaunay | 2018-03-16 | 1 | -0/+51 |