summaryrefslogtreecommitdiff
path: root/arch/x86/lib/init_helpers.c
AgeCommit message (Expand)Author
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass
2013-03-04x86: Support relocation of FDT on start-upSimon Glass
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass
2013-03-04x86: Add function to get top of usable ramSimon Glass
2012-12-06x86: Add support for CONFIG_OF_CONTROLGabe Black
2012-12-06x86: Make calculate_relocation_address an overridable functionGabe Black
2012-12-06x86: Reorder x86's post relocation memory layoutGabe Black
2012-12-06x86: Initialise SPI if enabledGabe Black
2012-11-28x86: Put global data on the stackGraeme Russ
2012-11-28x86: Forward declare gd_tGraeme Russ
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-01-04x86: Convert board_init_f_r to a processing loopGraeme Russ
2012-01-04x86: Split init functions out of board.cGraeme Russ