summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2019-03-29src: Use include <reset.h> when appropriateElyes HAOUAS
2019-03-29arch/x86/smbios(type4): Write processor_upgrade fieldElyes HAOUAS
2019-03-27Revert "src/arch: An upgrade of SMBIOS to latest version 3.2"Nico Huber
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-22src/arch: An upgrade of SMBIOS to latest version 3.2Francois Toguo
2019-03-22arch/mips: Fix <arch/mmio.h> prototypesKyösti Mälkki
2019-03-21vboot: standardize on working data sizeJoel Kitching
2019-03-21src/arch/mips: Fix checkpatch warnings and errorsAsami Doi
2019-03-21arch/ppc64: Add <arch/mmio.h> stubsKyösti Mälkki
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-19src: Drop unused 'include <cbfs.h>'Elyes HAOUAS
2019-03-16x86/smbios: Untangle system and board tablesNico Huber
2019-03-16device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki
2019-03-16device/pci_ops: Reuse romstage PCI config for ramstageKyösti Mälkki
2019-03-14arch/x86: Fix PCI IO config accessorKyösti Mälkki
2019-03-14arch/x86: Optimise PCI IO config accessorKyösti Mälkki
2019-03-14x86/acpi: Only sort CPU IDs if more than one availableWerner Zeh
2019-03-14x86/acpi: Fix Coverity issue CID 1399153Werner Zeh
2019-03-13device/pci_ops: Rename 'where' to 'reg'Kyösti Mälkki
2019-03-13device/pci_ops: Unify signaturesKyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-07src/device/Kconfig: Include the discrete VGA OpROM at config UIMike Banon
2019-03-07prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if existSubrata Banik
2019-03-07arch/x86/postcar: Add separate timestamp for postcar stageSubrata Banik
2019-03-07security/tpm: Fix TCPA log featurePhilipp Deppenwiese
2019-03-06arch/x86: Prepare GDT for x86_64Patrick Rudolph
2019-03-06nb/intel/sandybridge: Reserve CAR region with !NATIVE_RAMINITKyösti Mälkki
2019-03-06device/pci_ops: Change ramstage PCI accessor signaturesKyösti Mälkki
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2019-03-04device/pnp: Add header files for PNP opsKyösti Mälkki
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-03-04arch/io.h: Fix PCI and PNP simple typedefsKyösti Mälkki
2019-03-04arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS
2019-03-03device/pci_ops: Drop parameter from pci_bus_default_ops()Kyösti Mälkki
2019-03-03device/pci_ops: Drop unused parameterKyösti Mälkki
2019-03-03device/pci_ops: Avoid name collisionsKyösti Mälkki
2019-03-03arch/x86/acpi: Clean up commentsElyes HAOUAS
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-03-01src/arch/x86/acpi.c: Update ACPI table's revision numbersElyes HAOUAS
2019-03-01ACPI: Rename FADT model and set it to zeroElyes HAOUAS
2019-02-26ACPI: Fill asl_compiler_revision field left emptyElyes HAOUAS
2019-02-26acpi: Sort the reported APIC-IDs in the MADT tableWerner Zeh
2019-02-25ACPI: Enum only used ACPI tablesElyes HAOUAS
2019-02-23arch/x86/smbios.c: Remove duplicated 'processor_upgrade'Elyes HAOUAS
2019-02-22arch/arm64: Add PCI config support in romstageKyösti Mälkki
2019-02-22vboot: fix STARTS_IN_BOOTBLOCK/_ROMSTAGE logicJoel Kitching
2019-02-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2019-02-21ACPI: Correct asl_compiler_revision valueElyes HAOUAS
2019-02-21SMBIOS: Fix bios versionElyes HAOUAS