summaryrefslogtreecommitdiff
path: root/arch/x86/lib/init_helpers.c
Commit message (Expand)AuthorAgeLines
* 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