summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Add RHSA and ANDD structures for DMAR tableJohn Zhao2019-04-262-0/+47
* x86/acpi: Add Kconfig to toggle 8259 reportingNico Huber2019-04-262-1/+10
* arch/x86/car.ld: Make the vboot tpm log symbols conditionalArthur Heymans2019-04-231-0/+2
* smbios: Add memory type 9 system slot supportLijian Zhao2019-04-231-0/+35
* ACPI: Clarify serial bus revision and specific revisionElyes HAOUAS2019-04-232-7/+10
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-233-2/+1
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-232-1/+1
* arch/x86/car.ld: Also check mrc.bin heap for IvybridgeArthur Heymans2019-04-221-1/+2
* smbios: Fix copy paste errorPatrick Rudolph2019-04-191-1/+1
* smbios: Add type 17 device/bank locator overrideLijian Zhao2019-04-191-8/+14
* acpi: Upgrade acpi generate headerLijian Zhao2019-04-191-13/+84
* soc/intel/common/timer: Calculate TSC frequency based on CPUID 0x15Subrata Banik2019-04-171-0/+86
* arch/x86/smbios: Reference type 7Patrick Rudolph2019-04-091-5/+25
* arch/x86/smbios: Add type 7Patrick Rudolph2019-04-092-8/+251
* arch/x86/cpu: Add functions to determine CPU vendorPatrick Rudolph2019-04-091-0/+10
* device/pci: Rewrite PCI MMCONF with symbol referenceKyösti Mälkki2019-04-072-0/+78
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-291-1/+0
* arch/x86/smbios(type4): Write processor_upgrade fieldElyes HAOUAS2019-03-291-1/+23
* Revert "src/arch: An upgrade of SMBIOS to latest version 3.2"Nico Huber2019-03-271-42/+1
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-253-6/+6
* src/arch: An upgrade of SMBIOS to latest version 3.2Francois Toguo2019-03-221-1/+42
* arch/mips: Fix <arch/mmio.h> prototypesKyösti Mälkki2019-03-221-6/+10
* vboot: standardize on working data sizeJoel Kitching2019-03-211-1/+1
* src/arch/mips: Fix checkpatch warnings and errorsAsami Doi2019-03-212-4/+4
* arch/ppc64: Add <arch/mmio.h> stubsKyösti Mälkki2019-03-211-0/+53
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-3/+0
* src: Drop unused 'include <cbfs.h>'Elyes HAOUAS2019-03-191-1/+0
* x86/smbios: Untangle system and board tablesNico Huber2019-03-161-22/+32
* device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki2019-03-164-60/+0
* device/pci_ops: Reuse romstage PCI config for ramstageKyösti Mälkki2019-03-161-56/+8
* arch/x86: Fix PCI IO config accessorKyösti Mälkki2019-03-141-12/+15
* arch/x86: Optimise PCI IO config accessorKyösti Mälkki2019-03-141-4/+4
* x86/acpi: Only sort CPU IDs if more than one availableWerner Zeh2019-03-141-1/+2
* x86/acpi: Fix Coverity issue CID 1399153Werner Zeh2019-03-141-1/+1
* device/pci_ops: Rename 'where' to 'reg'Kyösti Mälkki2019-03-132-48/+48
* device/pci_ops: Unify signaturesKyösti Mälkki2019-03-132-25/+25
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0845-112/+112
* src/device/Kconfig: Include the discrete VGA OpROM at config UIMike Banon2019-03-071-0/+5
* prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if existSubrata Banik2019-03-071-0/+4
* arch/x86/postcar: Add separate timestamp for postcar stageSubrata Banik2019-03-071-0/+3
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-071-0/+4
* arch/x86: Prepare GDT for x86_64Patrick Rudolph2019-03-061-2/+6
* nb/intel/sandybridge: Reserve CAR region with !NATIVE_RAMINITKyösti Mälkki2019-03-061-0/+8
* device/pci_ops: Change ramstage PCI accessor signaturesKyösti Mälkki2019-03-061-16/+16
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-047-136/+90
* device/pnp: Add header files for PNP opsKyösti Mälkki2019-03-041-3/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-042-2/+2
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-043-3/+0
* arch/io.h: Fix PCI and PNP simple typedefsKyösti Mälkki2019-03-041-1/+2