aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
AgeCommit message (Expand)Author
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
2017-07-13src: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-07-13arch/x86/assembly_entry: Align stack for car_stage_entryMarshall Dawson
2017-07-07x86/acpigen: Fix acpigen_write_fieldPatrick Rudolph
2017-07-07arch/*: Update Kconfig symbol usageMartin Roth
2017-07-06smbios: Correct the system enclosure typesElyes HAOUAS
2017-06-29arch/x86: update assembly to ensure 16-byte alignment into CAaron Durbin
2017-06-22arch/x86/smbios: Fix scope of variable declarationNico Huber
2017-06-22arch/x86: Make rdrand.c clang friendlyStefan Reinauer
2017-06-20arch/x86/smbios: Fix undefined behaviorRyan Salsamendi
2017-06-20arch/x86/ebda: Change memcpy() to endian wrappersRyan Salsamendi
2017-06-14arch/x86: Fix undefined behaviorRyan Salsamendi
2017-06-08arch/x86/acpigen: Add additional opcodesPatrick Rudolph
2017-05-30arch: Unify basic cache clearing APIJulius Werner
2017-05-30arch/x86: Add function to determine if we're currently running from CARJulius Werner
2017-05-27CBMEM: Clarify CBMEM_TOP_BACKUP function usageKyösti Mälkki
2017-05-22arch/x86/include: Use IS_ENABLED() macroNico Huber
2017-05-18CBMEM: Add config CBMEM_TOP_BACKUPKyösti Mälkki
2017-05-12commonlib: Move drivers/storage into commonlib/storageLee Leahy
2017-05-01arch/x86: Share storage data structures between early stagesLee Leahy
2017-04-25arch/x86: Add read64 and write64 functionsMarshall Dawson
2017-04-18x86/acpigen: Fix BufferSize of ResourceTemplateNico Huber
2017-04-17arch/x86/acpi: Allow "transparent" ACPI device namesTimothy Pearson
2017-04-08arch/x86: remove CAR global migration when postcar stage is usedAaron Durbin
2017-04-03arch/x86/acpigen: Allow writing buffers larger than 256 bytesRizwan Qureshi
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2017-03-28vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner
2017-03-28vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig optionJulius Werner
2017-03-20arch/x86: Fix most of remaining issues detected by checkpatchLee Leahy
2017-03-19ramstage: Align stack to 16 bytesKyösti Mälkki
2017-03-17arch/x86: Wrap lines at 80 columnsLee Leahy
2017-03-17arch/x86: Fix prefer errors detected by checkpatchLee Leahy
2017-03-17arch/x86: Fix space issues detected by checkpatchLee Leahy
2017-03-17arch/x86: Fix issues with braces detected by checkpatchLee Leahy
2017-03-16acpi_device: Add macro for GpioInt that uses both polarityDuncan Laurie
2017-03-16acpi_device: Prefix IRQ macros with ACPIDuncan Laurie
2017-03-15acpi: device: Add macro for active high level triggered IRQDuncan Laurie
2017-03-02acpi: Update the ACPI ID for corebootDuncan Laurie
2017-02-24src/arch/x86: Remove non-ascii charactersMartin Roth
2017-02-22arch/x86/acpigen: Provide helper functions for enabling/disabling GPIOFurquan Shaikh
2017-02-22acpi: Add ACPI_ prefix to IRQ enum and struct namesFurquan Shaikh
2017-02-20arch/x86: add functions to generate random numbersRobbie Zhang
2017-02-19acpi_device: Add macros for GPIO interruptsDuncan Laurie
2017-02-19acpi_device: Move power resource function to generic codeDuncan Laurie
2017-02-16spi: Add function callback to get configuration of SPI busFurquan Shaikh
2017-02-14src/Kconfig: Move bootblock behavior to arch/x86 as TODO suggestedMartin Roth
2017-02-04x86/acpi: Add VFCT tablePatrick Rudolph
2017-01-24arch/x86: do not define type of SPIN_LOCK_UNLOCKEDPatrick Georgi
2017-01-06arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin
2016-12-21soc/intel/apollolake: allow ApolloLake SoC to use FSP CAR InitBrenton Dong
2016-12-21drivers/intel/fsp2_0: add FSP TempRamInit & TempRamExit API supportBrenton Dong
2016-12-18ACPI S3: Signal successful bootKyösti Mälkki
2016-12-17Revert "arch/x86/smbios: Correct manufacturer ID"Nico Huber
2016-12-16x86: Configure premem cbmem console sizeNaresh G Solanki
2016-12-16acpi_device: Add special HID for DT namespaceFurquan Shaikh
2016-12-11ACPI S3: Hide acpi_slp_typeKyösti Mälkki
2016-12-09postcar_loader: Support LATE_CBMEM_INIT boardsKyösti Mälkki
2016-12-08cpu/x86: allow AP callbacks after MP initAaron Durbin
2016-12-07PCI ops: MMCONF_SUPPORT_DEFAULT is requiredKyösti Mälkki
2016-12-06CPU: Declare cpu_phys_address_size() for all archKyösti Mälkki
2016-12-06CPU: Move SMM prototypes under x86Kyösti Mälkki
2016-12-06PCI ops: Rename pcie_xx() to pci_mmio_xx()Kyösti Mälkki
2016-12-06PCI ops: Define read-modify-write routines globallyKyösti Mälkki
2016-12-06intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki
2016-12-01arch/x86: cache postcar in stage cacheAaron Durbin
2016-12-01romstage_handoff: add helper to determine resume statusAaron Durbin
2016-11-28Build system: Update HAVE_CMOS_DEFAULTMartin Roth
2016-11-24arch/x86/acpigen: Write DSM method with multiple UUID'sNaresh G Solanki
2016-11-21arch/x86: don't create new gdt in cbmem for relocatable ramstageAaron Durbin
2016-11-20arch/x86 GDT: Fix orphan debug outputKyösti Mälkki