aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
AgeCommit message (Expand)Author
2018-08-15arch/x86/acpigen: refactor calls to acpigen_write_registerMatt Delco
2018-08-14cbmem: rename vdat to chromeos_acpiJoel Kitching
2018-08-09arch/x86/tables.c: Avoid static analysis error for unused valueRichard Spiegel
2018-08-09src/arch: Fix typoElyes HAOUAS
2018-08-09arch/x86/exception.c: Remove double initializationRichard Spiegel
2018-08-07arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner
2018-07-30security/tpm: Use unique CBMEM names for TCPA logsPhilipp Deppenwiese
2018-07-19arch/x86/smbios: Add support for table 38Patrick Rudolph
2018-07-09src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-07-02arch/x86: add SMM callerPatrick Georgi
2018-06-30arch/x86/acpi: Add DMAR RMRR helper functionsMatt DeVillier
2018-06-28arch/x86: include verstage.c only when verstage is a separate stageArthur Heymans
2018-06-12arch/x86: Fix payload loading via bounce-bufferKyösti Mälkki
2018-06-11selfboot: Move x86 quirk under archKyösti Mälkki
2018-06-08arch/x86: Drop leftover ROMCC console supportKyösti Mälkki
2018-06-07arch/x86/smbios: Conditionally call SMBIOS opsNaresh G Solanki
2018-06-06arch/x86: Always select RELOCATABLE_MODULESKyösti Mälkki
2018-06-06arch/x86: Use fixed size limit with RELOCATABLE_RAMSTAGEKyösti Mälkki
2018-06-06arch/x86: Drop leftover ROMCC supportKyösti Mälkki
2018-06-04arch/x86: Remove unneeded includesElyes HAOUAS
2018-06-04arch/x86: Introduce postcar_frame_add_romcache()Nico Huber
2018-05-31arch/x86/include/arch: Remove space after __attribute__Elyes HAOUAS
2018-05-28arch/x86: Define HPET_ADDRESS_OVERRIDEKyösti Mälkki
2018-05-28acpi: device: Walk up the tree to find identifierDuncan Laurie
2018-05-21Revert "acpi: device: Walk up the tree to find identifier"Duncan Laurie
2018-05-18arch/x86: Increase TIMESTAMP region size to 0x200Furquan Shaikh
2018-05-18acpi: device: Walk up the tree to find identifierDuncan Laurie
2018-05-18arch/x86/acpigen: Fix corner case in _ROM generatorPatrick Rudolph
2018-05-11acpi: Add support for writing ACPI _PLD structuresDuncan Laurie
2018-05-11acpi: Add support for generating ACPI _UPCDuncan Laurie
2018-05-08arch/x86/acpi_device: Add macros to define gpio with wake flagHarsha Priya
2018-05-08Move `pci_ops_mmconf` from arch/x86/ to device/Nico Huber
2018-05-08arch/x86/acpi: Get rid of device_tElyes HAOUAS
2018-05-04arch/x86/cpu.c: Remove unneeded headersElyes HAOUAS
2018-05-04arch/x86/cpu_common.c: Remove unneeded headersElyes HAOUAS
2018-05-03arch/x86: Relocate GDT in verstage, romstage, and postcarHannah Williams
2018-05-03arch/x86: reduce complexity in assembly_entry.SAaron Durbin
2018-05-02src/drivers: Add reset/enable/stop_off_ms variables to ACPI devicesShelley Chen
2018-05-02pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph
2018-05-02arch/x86: Print CPU Index and APIC ID in case of exceptionSubrata Banik
2018-04-30lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph
2018-04-30x86/mpspec: order the I/O APICs by the APIC IdLubomir Rintel
2018-04-30device: constify some variablesLubomir Rintel
2018-04-26arch/x86: remove nop padding from exception vectorsAaron Durbin
2018-04-26arch/x86: print cr2 value on every exceptionAaron Durbin
2018-04-26arch/x86: allow idt to be available to link in all stagesAaron Durbin
2018-04-25arch/x86: add support for cache-as-ram pagingAaron Durbin
2018-04-24arch/x86: add ENV_CACHE_AS_RAMAaron Durbin
2018-04-24arch/x86/postcar: add comment clarifying reason for finalize_load()Aaron Durbin
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-24arch/x86: align stack on entry to x86_exception()Aaron Durbin
2018-04-24arch/x86: prepare for having an idt in other stagesAaron Durbin
2018-04-20pci: Move inline PCI functions to pci_ops.hPatrick Rudolph
2018-04-12include/memory_info.h: Change serial number field from 5 bytes to 4Raul E Rangel
2018-04-09ACPI S3: Drop too early resume backupKyösti Mälkki
2018-04-09ioapic: extend definition name to avoid collisionMarc Jones
2018-04-01x86: Increase time out for parking APs to 250msFurquan Shaikh
2018-04-01arch/x86/smbios: Consider corner case of Part NumberLijian Zhao
2018-03-23arch/x86/smbios: Strip trailing whitespace on DMI 17 part number.Raul E Rangel
2018-03-14acpi: update comment referencing ACPI IDJoel Kitching
2018-03-07smbios: Extend Baseboard (or Module) Information (type2)Julien Viard de Galbert
2018-03-01smbios: Add option to select the enclosure typeJulien Viard de Galbert
2018-02-26src/arch/x86/smbios.c: Fix type 17 part numberRichard Spiegel
2018-02-02arch/x86/acpi/statdef.asl: Remove unnecessary whitespaceElyes HAOUAS
2018-01-31arch/x86/acpigen: Add generator for _ROMPatrick Rudolph
2018-01-26smbios: handle DIMM of 32G or moreJulien Viard de Galbert
2018-01-25arch/x86: allow timestamp source to not be TSCAaron Durbin
2018-01-17cpu/intel/speedstep: Fix the PNOT ACPI methodArthur Heymans
2018-01-17arch/x86/acpi_device: Provide macros for GPIO input with polarityFurquan Shaikh
2018-01-15Intel i82830 boards & chips: Remove - using LATE_CBMEM_INITMartin Roth
2017-11-23Constify struct cpu_device_id instancesJonathan Neuschäfer
2017-11-21arch/x86: Write ACPI DBG2 table only if the device has been enabledMario Scheithauer
2017-11-15arch/x86/acpi: Add support for writing ACPI DBG2 tableDuncan Laurie
2017-11-10arch/x86: Add common AMD ACPI hardware definitionsMarshall Dawson
2017-11-04arch/x86/acpigen: Add function to write a CPU packageNico Huber
2017-11-03arch/x86/gdt: Move variable assignment downPaul Menzel
2017-10-29arch/x86: Restore forwarding table on resume for non EARLY_EBDA_INITFurquan Shaikh
2017-10-18arch/x86: restore forwarding table on resume for EARLY_EBDA_INITAaron Durbin
2017-10-16arch/x86: initialize EBDA in S3 and S0/S5 pathAaron Durbin
2017-10-16arch/x86/gdt: Correct format of multi-line commentPaul Menzel
2017-09-22arch/x86: Add ebda read/write functions into EBDA librarySubrata Banik
2017-09-22arch/x86: Enable ebda library for romstage and postcarSubrata Banik
2017-09-22arch/x86: Include acpi_s3.c support in postcar stageSubrata Banik
2017-09-13arch/x86: Fix typo with MTRRKyösti Mälkki
2017-09-08arch/x86/postcar: Support CBMEM_TOP_BACKUPKyösti Mälkki
2017-09-08arch/x86 postcar: Fix use with stage_cacheKyösti Mälkki
2017-09-06arch/x86/Kconfig: Add deprecation warnings for LATE_CBMEM_INITJonathan Neuschäfer
2017-09-06ACPI S3: Remove conflicting local acpi_get_sleep_type()Kyösti Mälkki
2017-09-05Move ADDR32() hack to arch/x86Patrick Georgi
2017-08-30acpigen: Add stop gpio control to power resourceFurquan Shaikh
2017-08-30acpi_device: Provide a new function to add a list of propertiesDuncan Laurie
2017-08-29arch/x86: Add Kconfig option for ACPI \_PR CPU name stringMarc Jones
2017-08-19i82801dx/gx/ix/jx: Add low-memory backup for S3 pathKyösti Mälkki
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-17arch/x86: Make postcar TempRamExit call genericMarshall Dawson
2017-08-10SMBIOS: Correct length calculation for empty string tableKonstantin Aladyshev
2017-07-26Port cmos.default handling to C environment bootblockNico Huber
2017-07-24Fix files with multiple newlines at the end.Martin Roth
2017-07-18arch/x86: select RELOCATABLE_MODULES when POSTCAR is selectedAaron Durbin
2017-07-17AGESA boards: Fix regressions with LATE_CBMEM_INITKyösti Mälkki