summaryrefslogtreecommitdiff
path: root/arch/x86/lib/init_helpers.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-01x86: Change testing logic of mtrr commitBin Meng1-4/+2
2021-07-15x86: Do cache set-up by default when booting from corebootSimon Glass1-4/+14
2021-03-27x86: coreboot: Don't setup MTRR when booting from corebootSimon Glass1-3/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-04-30x86: cpu: Skip init code when chain loadingSimon Glass1-0/+3
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-10-08x86: Use mtrr_commit() with FSP2Simon Glass1-7/+15
2019-09-10x86: Drop weak version board_get_usable_ram_top()Bin Meng1-6/+0
2019-08-09x86: Skip setting up MTRRs in slimbootloaderPark, Aiden1-1/+2
2019-06-22x86: Revert "Don't set up MTRRs in SPL"Andy Shevchenko1-4/+1
2019-05-08x86: Don't set up MTRRs in SPLSimon Glass1-1/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-06x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass1-1/+1
2016-10-11x86: Drop unused init_helper functionsSimon Glass1-10/+0
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-08-26x86: Remove calculate_relocation_address()Bin Meng1-50/+1
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass1-8/+0
2015-01-24x86: Test mtrr support flag before accessing mtrr msrBin Meng1-1/+3
2015-01-13x86: Commit the current MTRRs before relocationSimon Glass1-0/+8
2014-11-21x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass1-27/+0
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-14x86: Remove legacy board init codeSimon Glass1-98/+0
2013-03-16x86: Use sections header to obtain link symbolsSimon Glass1-0/+1
2013-03-16Introduce generic pre-relocation board_f.cSimon Glass1-1/+1
2013-03-05x86: Support relocation of FDT on start-upSimon Glass1-2/+21
2013-03-05x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass1-1/+1
2013-03-05x86: Add function to get top of usable ramSimon Glass1-10/+18
2012-12-07x86: Add support for CONFIG_OF_CONTROLGabe Black1-0/+29
2012-12-07x86: Make calculate_relocation_address an overridable functionGabe Black1-1/+2
2012-12-07x86: Reorder x86's post relocation memory layoutGabe Black1-3/+4
2012-12-07x86: Initialise SPI if enabledGabe Black1-0/+9
2012-11-28x86: Put global data on the stackGraeme Russ1-36/+1
2012-11-28x86: Forward declare gd_tGraeme Russ1-1/+1
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-12/+0
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-8/+0
2012-01-04x86: Convert board_init_f_r to a processing loopGraeme Russ1-0/+75
2012-01-04x86: Split init functions out of board.cGraeme Russ1-0/+142