summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* riscv: Use correct argument in a1 when invoking payloadPhilipp Hug2019-02-091-1/+1
* x86/acpi: Use PM_TABLET where appropriateDuncan Laurie2019-02-081-3/+4
* Kconfig: Add system type entries for common enclosuresDuncan Laurie2019-02-051-1/+4
* bootmem: add new memory type for BL31Ting Shen2019-02-053-1/+10
* arch/x86/acpigen: wrap _PLD in a packageMatt Delco2019-02-051-0/+2
* acpi: device: avoid empty property list in acpi_dp_writeMatt Delco2019-02-051-16/+26
* intel/quark: Fix COMMONLIB_STORAGE in CARKyösti Mälkki2019-02-051-5/+0
* usbdebug: Use fixed size fieldKyösti Mälkki2019-02-021-1/+1
* usbdebug: Fix reserve in CARKyösti Mälkki2019-02-022-1/+5
* riscv: Show hart id in trap handlerPhilipp Hug2019-02-021-0/+2
* riscv: Simplify payload handlingXiang Wang2019-02-0210-59/+94
* selfload: check target memory type in selfload_checkTing Shen2019-01-301-0/+1
* src: Don't use a #defines like Kconfig symbolsElyes HAOUAS2019-01-281-9/+9
* src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS2019-01-271-1/+1
* riscv: ARCH_RISCV_RV{32,64} selects ARCH_RISCVRonald G. Minnich2019-01-241-1/+2
* riscv: create Kconfig architecture features for new partsRonald G. Minnich2019-01-172-4/+53
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-1612-12/+0
* arch/x86: Enforce CPU stack alignmentKyösti Mälkki2019-01-141-2/+5
* arch/x86: Drop Kconfig AP_SIPI_VECTORKyösti Mälkki2019-01-131-4/+1
* arch/x86/ebda: Don't trash the EBDA on the resume pathArthur Heymans2019-01-111-0/+4
* northbridge/amdfam10: Deal with PCI_ADDR() betterKyösti Mälkki2019-01-101-6/+0
* arch/x86: Remove weak tsc_freq_mhz() implementationKyösti Mälkki2019-01-101-8/+7
* arch/x86/Kconfig: Fix spelling of *successful*Paul Menzel2019-01-081-1/+1
* arch/x86: Link walkcbfs.S instead of including itArthur Heymans2019-01-081-0/+3
* arch/x86: Unify bootblock MMX register usageKyösti Mälkki2019-01-081-6/+7
* usbdebug: Initialize the HW once in CAR stagesArthur Heymans2019-01-072-3/+8
* amdfam10 boards: Add Makefiles and fix resourcemap.cKyösti Mälkki2019-01-041-3/+0
* src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS2019-01-044-9/+4
* src: Get rid of device_tElyes HAOUAS2019-01-044-15/+0
* arch/x86: Add CAR stack location symbolsKyösti Mälkki2018-12-301-0/+4
* arch/x86: Use a common timestamp.inc with romcc bootblocksKyösti Mälkki2018-12-302-4/+35
* arch/x86: Prevent romcc bootblock from using MMX registersKyösti Mälkki2018-12-301-1/+1
* arch/x86/c_start.S: Use tabs instead of white spacesElyes HAOUAS2018-12-281-6/+6
* arch/x86: Drop spurious arch/stages.h includesKyösti Mälkki2018-12-281-1/+0