aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/init_helpers.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06x86: Remove <common.h> and add needed includesTom Rini
2023-09-22x86: broadwell: Set up MTRRsSimon Glass
2023-08-01x86: Change testing logic of mtrr commitBin Meng
2021-07-15x86: Do cache set-up by default when booting from corebootSimon Glass
2021-03-27x86: coreboot: Don't setup MTRR when booting from corebootSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-04-30x86: cpu: Skip init code when chain loadingSimon Glass
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-10-08x86: Use mtrr_commit() with FSP2Simon Glass
2019-09-10x86: Drop weak version board_get_usable_ram_top()Bin Meng
2019-08-09x86: Skip setting up MTRRs in slimbootloaderPark, Aiden
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