summaryrefslogtreecommitdiffstats
path: root/src/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* ramstage: Align stack to 16 bytesKyösti Mälkki2017-03-191-0/+2
* arch/x86: Wrap lines at 80 columnsLee Leahy2017-03-1724-180/+352
* arch/x86: Fix prefer errors detected by checkpatchLee Leahy2017-03-177-37/+38
* arch/x86: Fix space issues detected by checkpatchLee Leahy2017-03-1726-119/+127
* arch/x86: Fix issues with braces detected by checkpatchLee Leahy2017-03-1712-102/+66
* acpi_device: Add macro for GpioInt that uses both polarityDuncan Laurie2017-03-161-0/+9
* acpi_device: Prefix IRQ macros with ACPIDuncan Laurie2017-03-161-6/+6
* acpi: device: Add macro for active high level triggered IRQDuncan Laurie2017-03-151-0/+7
* acpi: Update the ACPI ID for corebootDuncan Laurie2017-03-021-4/+7
* src/arch/x86: Remove non-ascii charactersMartin Roth2017-02-241-1/+1
* arch/x86/acpigen: Provide helper functions for enabling/disabling GPIOFurquan Shaikh2017-02-223-5/+39
* acpi: Add ACPI_ prefix to IRQ enum and struct namesFurquan Shaikh2017-02-222-45/+45
* arch/x86: add functions to generate random numbersRobbie Zhang2017-02-202-0/+84
* acpi_device: Add macros for GPIO interruptsDuncan Laurie2017-02-191-4/+31
* acpi_device: Move power resource function to generic codeDuncan Laurie2017-02-192-0/+55
* spi: Add function callback to get configuration of SPI busFurquan Shaikh2017-02-161-17/+1
* src/Kconfig: Move bootblock behavior to arch/x86 as TODO suggestedMartin Roth2017-02-141-0/+26
* x86/acpi: Add VFCT tablePatrick Rudolph2017-02-042-0/+54
* arch/x86: do not define type of SPIN_LOCK_UNLOCKEDPatrick Georgi2017-01-241-1/+1
* arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin2017-01-061-26/+0
* soc/intel/apollolake: allow ApolloLake SoC to use FSP CAR InitBrenton Dong2016-12-211-2/+3
* drivers/intel/fsp2_0: add FSP TempRamInit & TempRamExit API supportBrenton Dong2016-12-211-0/+5
* ACPI S3: Signal successful bootKyösti Mälkki2016-12-181-0/+3
* Revert "arch/x86/smbios: Correct manufacturer ID"Nico Huber2016-12-171-12/+9
* x86: Configure premem cbmem console sizeNaresh G Solanki2016-12-162-1/+7
* acpi_device: Add special HID for DT namespaceFurquan Shaikh2016-12-161-0/+12
* ACPI S3: Hide acpi_slp_typeKyösti Mälkki2016-12-112-3/+1
* postcar_loader: Support LATE_CBMEM_INIT boardsKyösti Mälkki2016-12-092-10/+26
* cpu/x86: allow AP callbacks after MP initAaron Durbin2016-12-081-0/+13
* PCI ops: MMCONF_SUPPORT_DEFAULT is requiredKyösti Mälkki2016-12-072-9/+6
* CPU: Declare cpu_phys_address_size() for all archKyösti Mälkki2016-12-062-1/+1
* CPU: Move SMM prototypes under x86Kyösti Mälkki2016-12-061-0/+4
* PCI ops: Rename pcie_xx() to pci_mmio_xx()Kyösti Mälkki2016-12-063-36/+60
* PCI ops: Define read-modify-write routines globallyKyösti Mälkki2016-12-061-0/+33
* intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki2016-12-062-39/+25
* arch/x86: cache postcar in stage cacheAaron Durbin2016-12-011-7/+21
* romstage_handoff: add helper to determine resume statusAaron Durbin2016-12-011-8/+1
* Build system: Update HAVE_CMOS_DEFAULTMartin Roth2016-11-281-0/+1
* arch/x86/acpigen: Write DSM method with multiple UUID'sNaresh G Solanki2016-11-242-58/+78
* arch/x86: don't create new gdt in cbmem for relocatable ramstageAaron Durbin2016-11-211-0/+4
* arch/x86 GDT: Fix orphan debug outputKyösti Mälkki2016-11-201-1/+1
* arch/x86/acpigen: Implement acpigen functions to return integer & stringNaresh G Solanki2016-11-172-0/+14
* arch/x86/acpigen: acpigen buffer size fixNaresh G Solanki2016-11-171-1/+1
* arch/x86/acpigen: Fix acpigen for If (Lequal (...))Furquan Shaikh2016-11-163-7/+13
* ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki2016-11-092-23/+126
* arch/x86/acpigen: Add OperationRegion & Field methodNaresh G Solanki2016-11-072-0/+188
* arch/x86/acpigen_dsm: Add support for DSM typesFurquan Shaikh2016-10-253-0/+93
* arch/x86/acpigen: Add support for _DSM method generationFurquan Shaikh2016-10-252-0/+94
* arch/x86/acpigen: Add more functions to ACPIGEN libraryFurquan Shaikh2016-10-252-0/+63
* arch/x86/acpigen: Add support for interacting with GPIOsFurquan Shaikh2016-10-242-0/+51