summaryrefslogtreecommitdiff
path: root/arch/x86/lib/init_helpers.c
AgeCommit message (Expand)Author
2019-06-22x86: Revert "Don't set up MTRRs in SPL"Andy Shevchenko
2019-05-08x86: Don't set up MTRRs in SPLSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-02-06x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass
2016-10-11x86: Drop unused init_helper functionsSimon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2015-08-26x86: Remove calculate_relocation_address()Bin Meng
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass
2015-01-23x86: Test mtrr support flag before accessing mtrr msrBin Meng
2015-01-13x86: Commit the current MTRRs before relocationSimon Glass
2014-11-21x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-13x86: Remove legacy board init codeSimon Glass
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