summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* Revert "acpi: device: Walk up the tree to find identifier"Duncan Laurie2018-05-211-13/+3
* arch/x86: Increase TIMESTAMP region size to 0x200Furquan Shaikh2018-05-181-1/+1
* acpi: device: Walk up the tree to find identifierDuncan Laurie2018-05-181-3/+13
* arch/x86/acpigen: Fix corner case in _ROM generatorPatrick Rudolph2018-05-181-3/+14
* Revert "cbfs/payload type: Fix build warning and whitespace in name"Ronald G. Minnich2018-05-161-1/+1
* cbfs/payload type: Fix build warning and whitespace in namePaul Menzel2018-05-151-1/+1
* pci: Fix compilation on non x86Patrick Rudolph2018-05-143-11/+44
* acpi: Add support for writing ACPI _PLD structuresDuncan Laurie2018-05-115-0/+303
* acpi: Add support for generating ACPI _UPCDuncan Laurie2018-05-113-0/+40
* arch/x86/acpi_device: Add macros to define gpio with wake flagHarsha Priya2018-05-081-0/+30
* Move `pci_ops_mmconf` from arch/x86/ to device/Nico Huber2018-05-084-80/+2
* arch/x86/acpi: Get rid of device_tElyes HAOUAS2018-05-082-3/+3
* arch/x86/cpu.c: Remove unneeded headersElyes HAOUAS2018-05-041-2/+0
* arch/x86/cpu_common.c: Remove unneeded headersElyes HAOUAS2018-05-041-2/+0
* lib/bootmem: Add more bootmem tagsPatrick Rudolph2018-05-042-0/+18
* pci: Add dummy file for ARM64Patrick Rudolph2018-05-032-0/+51
* arch/x86: Relocate GDT in verstage, romstage, and postcarHannah Williams2018-05-034-4/+58
* arch/x86: reduce complexity in assembly_entry.SAaron Durbin2018-05-031-16/+4
* src/drivers: Add reset/enable/stop_off_ms variables to ACPI devicesShelley Chen2018-05-022-27/+64
* pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph2018-05-023-2/+26
* arch/x86: Print CPU Index and APIC ID in case of exceptionSubrata Banik2018-05-021-1/+10
* lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph2018-04-301-1/+1
* arm64: Add ARCH TimerT Michael Turney2018-04-305-0/+43
* arm64: Add mmu context save/restore APIsT Michael Turney2018-04-302-0/+43
* x86/mpspec: order the I/O APICs by the APIC IdLubomir Rintel2018-04-301-5/+22
* device: constify some variablesLubomir Rintel2018-04-301-4/+4
* RISC-V boards: Remove PAGETABLES section from memlayout.ldJonathan Neuschäfer2018-04-271-1/+0
* arch/x86: remove nop padding from exception vectorsAaron Durbin2018-04-261-7/+0
* arch/x86: print cr2 value on every exceptionAaron Durbin2018-04-261-2/+3
* arch/x86: allow idt to be available to link in all stagesAaron Durbin2018-04-267-32/+142
* arch/riscv: Store mprv bit in size_tJonathan Neuschäfer2018-04-261-2/+2
* arch/x86: add support for cache-as-ram pagingAaron Durbin2018-04-252-0/+36
* arch/x86: add ENV_CACHE_AS_RAMAaron Durbin2018-04-241-1/+1
* arch/x86/postcar: add comment clarifying reason for finalize_load()Aaron Durbin2018-04-241-0/+3
* compiler.h: add __weak macroAaron Durbin2018-04-2413-29/+42
* arch/x86: align stack on entry to x86_exception()Aaron Durbin2018-04-241-2/+9
* arch/x86: prepare for having an idt in other stagesAaron Durbin2018-04-243-171/+192
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-59/+0
* include/memory_info.h: Change serial number field from 5 bytes to 4Raul E Rangel2018-04-121-7/+14
* arch/riscv: Remove I/O space access functions (outb, etc.)Jonathan Neuschäfer2018-04-111-29/+0
* ACPI S3: Drop too early resume backupKyösti Mälkki2018-04-092-20/+0
* ioapic: extend definition name to avoid collisionMarc Jones2018-04-092-5/+5
* x86: Increase time out for parking APs to 250msFurquan Shaikh2018-04-011-2/+1
* arch/x86/smbios: Consider corner case of Part NumberLijian Zhao2018-04-011-3/+6
* arch/x86/smbios: Strip trailing whitespace on DMI 17 part number.Raul E Rangel2018-03-231-12/+44
* arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph2018-03-232-20/+20
* acpi: update comment referencing ACPI IDJoel Kitching2018-03-141-1/+1
* smbios: Extend Baseboard (or Module) Information (type2)Julien Viard de Galbert2018-03-071-2/+30
* smbios: Add option to select the enclosure typeJulien Viard de Galbert2018-03-011-4/+1
* src/arch/x86/smbios.c: Fix type 17 part numberRichard Spiegel2018-02-261-7/+27