summaryrefslogtreecommitdiff
path: root/arch/x86/lib/init_helpers.c
Commit message (Expand)AuthorAgeLines
* x86: Remove calculate_relocation_address()Bin Meng2015-08-26-50/+1
* dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass2015-04-18-8/+0
* x86: Test mtrr support flag before accessing mtrr msrBin Meng2015-01-23-1/+3
* x86: Commit the current MTRRs before relocationSimon Glass2015-01-13-0/+8
* x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-21-27/+0
* dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-19-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* x86: Remove legacy board init codeSimon Glass2013-05-13-98/+0
* x86: Use sections header to obtain link symbolsSimon Glass2013-03-15-0/+1
* Introduce generic pre-relocation board_f.cSimon Glass2013-03-15-1/+1
* x86: Support relocation of FDT on start-upSimon Glass2013-03-04-2/+21
* x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass2013-03-04-1/+1
* x86: Add function to get top of usable ramSimon Glass2013-03-04-10/+18
* x86: Add support for CONFIG_OF_CONTROLGabe Black2012-12-06-0/+29
* x86: Make calculate_relocation_address an overridable functionGabe Black2012-12-06-1/+2
* x86: Reorder x86's post relocation memory layoutGabe Black2012-12-06-3/+4
* x86: Initialise SPI if enabledGabe Black2012-12-06-0/+9
* x86: Put global data on the stackGraeme Russ2012-11-28-36/+1
* x86: Forward declare gd_tGraeme Russ2012-11-28-1/+1
* net: move bootfile init into eth_initializeMike Frysinger2012-05-15-12/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-15-8/+0
* x86: Convert board_init_f_r to a processing loopGraeme Russ2012-01-04-0/+75
* x86: Split init functions out of board.cGraeme Russ2012-01-04-0/+142