summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-042-13/+8
* device/pci_ops: Drop parameter from pci_bus_default_ops()Kyösti Mälkki2019-03-031-1/+1
* device/pci_ops: Drop unused parameterKyösti Mälkki2019-03-031-12/+9
* device/pci_ops: Avoid name collisionsKyösti Mälkki2019-03-031-8/+13
* arch/x86/acpi: Clean up commentsElyes HAOUAS2019-03-031-20/+12
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-4/+0
* src/arch/x86/acpi.c: Update ACPI table's revision numbersElyes HAOUAS2019-03-011-9/+9
* ACPI: Rename FADT model and set it to zeroElyes HAOUAS2019-03-011-1/+1
* ACPI: Fill asl_compiler_revision field left emptyElyes HAOUAS2019-02-261-0/+15
* acpi: Sort the reported APIC-IDs in the MADT tableWerner Zeh2019-02-261-4/+10
* ACPI: Enum only used ACPI tablesElyes HAOUAS2019-02-251-9/+5
* arch/x86/smbios.c: Remove duplicated 'processor_upgrade'Elyes HAOUAS2019-02-231-1/+0
* arch/arm64: Add PCI config support in romstageKyösti Mälkki2019-02-221-11/+1
* vboot: fix STARTS_IN_BOOTBLOCK/_ROMSTAGE logicJoel Kitching2019-02-221-3/+3
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-224-9/+13
* ACPI: Correct asl_compiler_revision valueElyes HAOUAS2019-02-211-2/+3
* SMBIOS: Fix bios versionElyes HAOUAS2019-02-211-1/+3
* walkcbfs: Only compile on x86_32Patrick Rudolph2019-02-201-2/+2
* SMBIOS: Update BIOS Information (Type 0) to version V3.2.0Elyes HAOUAS2019-02-151-4/+7
* riscv: Add initial support for 32bit boardsPhilipp Hug2019-02-137-16/+46
* device/pci_ops: Apply some symmetry in headersKyösti Mälkki2019-02-113-57/+49
* device/pci_ops: Move common pci_mmio_cfg.hKyösti Mälkki2019-02-112-72/+1
* device/pci_ops: Move questionable pci_locate() variantsKyösti Mälkki2019-02-111-45/+0
* device/pci: Always define PCI_DEV()Kyösti Mälkki2019-02-111-6/+0
* arch/x86: Drop stale commentKyösti Mälkki2019-02-101-5/+0
* arch/x86: Drop some ROMCC remainsKyösti Mälkki2019-02-101-29/+0