summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/global_data.h
AgeCommit message (Expand)Author
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-09-16dm: x86: Allow TSC timer to be used before DM is readySimon Glass
2017-05-17x86: acpi: Fix Windows S3 resume failureBin Meng
2017-05-17x86: baytrail: Conditionally report S3 in the ACPI tableBin Meng
2017-05-17x86: Store and display previous sleep stateBin Meng
2017-02-07x86: Move turbo_state to global_dataSimon Glass
2017-02-07x86: Move pirq_routing_table to global_dataSimon Glass
2017-02-06x86: Support global_data on x86_64Simon Glass
2016-05-23x86: Prepare configuration tables in dedicated high memory regionBin Meng
2016-03-17x86: broadwell: Add support for SDRAM setupSimon Glass
2015-12-01x86: tsc: Remove legacy timer codesBin Meng
2015-12-01x86: Remove MIN_PORT80_KCLOCKS_DELAYBin Meng
2015-08-14x86: Move the GDT into global_dataSimon Glass
2015-08-05x86: Add support for passing tables into U-BootSimon Glass
2015-08-05x86: Allow use of global_data with EFISimon Glass
2015-08-05x86: Tidy up global_data flagsSimon Glass
2015-04-29x86: Store the GDT pointer in global_dataSimon Glass
2015-01-24x86: Implement a cache for Memory Reference Code parametersSimon Glass
2015-01-23x86: Save mtrr support flag in global dataBin Meng
2015-01-13x86: Add support for MTRRsSimon Glass
2015-01-12pci: Make pci apis usable before relocationBin Meng
2014-12-13x86: Support Intel FSP initialization path in start.SBin Meng
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass
2014-11-21x86: ivybridge: Add support for early GPIO initSimon Glass
2014-11-21x86: ivybridge: Add early init for PCH devicesSimon Glass
2014-11-21x86: Support use of PCI before relocationSimon Glass
2014-11-21x86: Save TSC frequency in the global dataBin Meng
2014-11-21x86: Do CPU identification in the early phaseBin Meng
2014-11-21x86: Save the BIST value on resetSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26x86: Support tracing functionSimon Glass
2013-03-04x86: Support relocation of FDT on start-upSimon Glass
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass
2013-02-04x86: Use generic global_dataSimon Glass
2013-02-01x86: Remove reset_status, relocoff from global_dataSimon Glass
2013-02-01x86: Move gd_addr into arch_global_dataSimon Glass
2013-02-01x86: Remove gdt_addr from arch_global_dataSimon Glass
2013-02-01Add architecture-specific global dataSimon Glass
2012-12-06x86: Add back cold- and warm-boot flagsGabe Black
2012-11-30x86: Add an fdt pointer to the global data structureGabe Black
2012-11-28x86: Add some missing includesGabe Black
2012-11-28x86: Put global data on the stackGraeme Russ
2012-11-28x86: Forward declare gd_tGraeme Russ
2012-10-19x86: Change global data baudrate to intSimon Glass
2012-08-09global_data: unify global flag definesMike Frysinger
2012-01-04x86: Use fs for global dataGraeme Russ
2011-11-29sc520: Create arch asm-offsetsGraeme Russ
2011-11-29x86: Punt cold- and warm-boot flagsGraeme Russ
2011-10-05console: Implement pre-console bufferGraeme Russ
2011-04-13x86: Rename i386 to x86Graeme Russ