summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* soc/intel/quark: Drop BOOTBLOCK_SAVE_BIST_AND_TIMESTAMPKyösti Mälkki2018-12-241-12/+3
* arch/x86/wakeup.S: Use tabs instead of white spacesElyes HAOUAS2018-12-241-14/+14
* arch/arm/memmove.S: Use tabs instead of white spacesElyes HAOUAS2018-12-241-21/+21
* cbmem: Always use EARLY_CBMEM_INITKyösti Mälkki2018-12-221-12/+0
* arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki2018-12-224-54/+7
* arch/riscv: Don't set FPU state to "dirty"Jonathan Neuschäfer2018-12-191-5/+0
* arch/riscv: Define and use SBI_ENOSYSJonathan Neuschäfer2018-12-192-1/+3
* arch/riscv: Don't hardcode CSR numbers anymoreJonathan Neuschäfer2018-12-181-7/+2
* cpuid: Add helper function for cpuid(1) functionsSubrata Banik2018-12-134-5/+48
* riscv: fix non-SMP supportPhilipp Hug2018-12-072-6/+6
* arch/x86/include/stdint: Fix PRIu64Patrick Rudolph2018-12-051-12/+0
* acpi_pld: Make it easier to define the ACPI USB device groupsDuncan Laurie2018-12-042-11/+25
* arch/power8: Rename to ppc64Jonathan Neuschäfer2018-11-3023-42/+42
* arch/acpi.h: Add some update to version 6.2aElyes HAOUAS2018-11-291-16/+37
* arch/x86/acpigen.c: Add a method to notify all CPU coresArthur Heymans2018-11-292-0/+18
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-3/+3