aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/global_data.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-1/+0
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass1-0/+1
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass1-0/+1
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass1-2/+0
2020-04-30acpi: Add an acpi commandSimon Glass1-0/+1
2019-12-15x86: fsp: Allow remembering the location of FSP-SSimon Glass1-0/+3
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass1-4/+17
2019-12-15x86: Add a new global_data member for the cache recordSimon Glass1-0/+2
2019-12-15i2c: designware: Avoid using static dataSimon Glass1-0/+1
2019-11-03x86: timer: Use a separate flag for whether timer is initedSimon Glass1-0/+1
2019-08-18x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese1-6/+0
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-16dm: x86: Allow TSC timer to be used before DM is readySimon Glass1-0/+1
2017-05-17x86: acpi: Fix Windows S3 resume failureBin Meng1-0/+1
2017-05-17x86: baytrail: Conditionally report S3 in the ACPI tableBin Meng1-1/+1
2017-05-17x86: Store and display previous sleep stateBin Meng1-0/+3
2017-02-07x86: Move turbo_state to global_dataSimon Glass1-0/+1
2017-02-07x86: Move pirq_routing_table to global_dataSimon Glass1-0/+1
2017-02-06x86: Support global_data on x86_64Simon Glass1-1/+6
2016-05-23x86: Prepare configuration tables in dedicated high memory regionBin Meng1-0/+4
2016-03-17x86: broadwell: Add support for SDRAM setupSimon Glass1-0/+24
2015-12-01x86: tsc: Remove legacy timer codesBin Meng1-1/+0
2015-12-01x86: Remove MIN_PORT80_KCLOCKS_DELAYBin Meng1-2/+0
2015-08-14x86: Move the GDT into global_dataSimon Glass1-1/+3
2015-08-05x86: Add support for passing tables into U-BootSimon Glass1-0/+1
2015-08-05x86: Allow use of global_data with EFISimon Glass1-0/+7
2015-08-05x86: Tidy up global_data flagsSimon Glass1-4/+4
2015-04-29x86: Store the GDT pointer in global_dataSimon Glass1-0/+1
2015-01-24x86: Implement a cache for Memory Reference Code parametersSimon Glass1-0/+3
2015-01-23x86: Save mtrr support flag in global dataBin Meng1-6/+7
2015-01-13x86: Add support for MTRRsSimon Glass1-0/+15
2015-01-12pci: Make pci apis usable before relocationBin Meng1-1/+0
2014-12-13x86: Support Intel FSP initialization path in start.SBin Meng1-0/+3
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass1-0/+13
2014-11-21x86: ivybridge: Add support for early GPIO initSimon Glass1-0/+1
2014-11-21x86: ivybridge: Add early init for PCH devicesSimon Glass1-0/+8
2014-11-21x86: Support use of PCI before relocationSimon Glass1-0/+1
2014-11-21x86: Save TSC frequency in the global dataBin Meng1-0/+1
2014-11-21x86: Do CPU identification in the early phaseBin Meng1-0/+5
2014-11-21x86: Save the BIST value on resetSimon Glass1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26x86: Support tracing functionSimon Glass1-1/+1
2013-03-04x86: Support relocation of FDT on start-upSimon Glass1-0/+1
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass1-0/+3
2013-02-04x86: Use generic global_dataSimon Glass1-34/+3
2013-02-01x86: Remove reset_status, relocoff from global_dataSimon Glass1-2/+0
2013-02-01x86: Move gd_addr into arch_global_dataSimon Glass1-2/+1
2013-02-01x86: Remove gdt_addr from arch_global_dataSimon Glass1-1/+0
2013-02-01Add architecture-specific global dataSimon Glass1-2/+8