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