summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2019-02-11device/pci_ops: Apply some symmetry in headersKyösti Mälkki
2019-02-11device/pci_ops: Move common pci_mmio_cfg.hKyösti Mälkki
2019-02-11device/pci_ops: Move questionable pci_locate() variantsKyösti Mälkki
2019-02-11device/pci: Always define PCI_DEV()Kyösti Mälkki
2019-02-10arch/x86: Drop stale commentKyösti Mälkki
2019-02-10arch/x86: Drop some ROMCC remainsKyösti Mälkki
2019-02-09riscv: Use correct argument in a1 when invoking payloadPhilipp Hug
2019-02-08x86/acpi: Use PM_TABLET where appropriateDuncan Laurie
2019-02-05Kconfig: Add system type entries for common enclosuresDuncan Laurie
2019-02-05bootmem: add new memory type for BL31Ting Shen
2019-02-05arch/x86/acpigen: wrap _PLD in a packageMatt Delco
2019-02-05acpi: device: avoid empty property list in acpi_dp_writeMatt Delco
2019-02-05intel/quark: Fix COMMONLIB_STORAGE in CARKyösti Mälkki
2019-02-02usbdebug: Use fixed size fieldKyösti Mälkki
2019-02-02usbdebug: Fix reserve in CARKyösti Mälkki
2019-02-02riscv: Show hart id in trap handlerPhilipp Hug
2019-02-02riscv: Simplify payload handlingXiang Wang
2019-01-30selfload: check target memory type in selfload_checkTing Shen
2019-01-28src: Don't use a #defines like Kconfig symbolsElyes HAOUAS
2019-01-27src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS
2019-01-24riscv: ARCH_RISCV_RV{32,64} selects ARCH_RISCVRonald G. Minnich
2019-01-17riscv: create Kconfig architecture features for new partsRonald G. Minnich
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2019-01-14arch/x86: Enforce CPU stack alignmentKyösti Mälkki
2019-01-13arch/x86: Drop Kconfig AP_SIPI_VECTORKyösti Mälkki
2019-01-11arch/x86/ebda: Don't trash the EBDA on the resume pathArthur Heymans
2019-01-10northbridge/amdfam10: Deal with PCI_ADDR() betterKyösti Mälkki
2019-01-10arch/x86: Remove weak tsc_freq_mhz() implementationKyösti Mälkki
2019-01-08arch/x86/Kconfig: Fix spelling of *successful*Paul Menzel
2019-01-08arch/x86: Link walkcbfs.S instead of including itArthur Heymans
2019-01-08arch/x86: Unify bootblock MMX register usageKyösti Mälkki
2019-01-07usbdebug: Initialize the HW once in CAR stagesArthur Heymans
2019-01-04amdfam10 boards: Add Makefiles and fix resourcemap.cKyösti Mälkki
2019-01-04src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS
2019-01-04src: Get rid of device_tElyes HAOUAS
2018-12-30arch/x86: Add CAR stack location symbolsKyösti Mälkki
2018-12-30arch/x86: Use a common timestamp.inc with romcc bootblocksKyösti Mälkki
2018-12-30arch/x86: Prevent romcc bootblock from using MMX registersKyösti Mälkki
2018-12-28arch/x86/c_start.S: Use tabs instead of white spacesElyes HAOUAS
2018-12-28arch/x86: Drop spurious arch/stages.h includesKyösti Mälkki
2018-12-24soc/intel/quark: Drop BOOTBLOCK_SAVE_BIST_AND_TIMESTAMPKyösti Mälkki
2018-12-24arch/x86/wakeup.S: Use tabs instead of white spacesElyes HAOUAS
2018-12-24arch/arm/memmove.S: Use tabs instead of white spacesElyes HAOUAS
2018-12-22cbmem: Always use EARLY_CBMEM_INITKyösti Mälkki
2018-12-22arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki
2018-12-19arch/riscv: Don't set FPU state to "dirty"Jonathan Neuschäfer
2018-12-19arch/riscv: Define and use SBI_ENOSYSJonathan Neuschäfer
2018-12-18arch/riscv: Don't hardcode CSR numbers anymoreJonathan Neuschäfer
2018-12-13cpuid: Add helper function for cpuid(1) functionsSubrata Banik
2018-12-07riscv: fix non-SMP supportPhilipp Hug