summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* acpi: Update the ACPI ID for corebootDuncan Laurie2017-03-021-4/+7
* src/arch/x86: Remove non-ascii charactersMartin Roth2017-02-241-1/+1
* arm-trusted-firmware: Disable a couple of warnings for GCC 6.2Martin Roth2017-02-241-2/+2
* arch/x86/acpigen: Provide helper functions for enabling/disabling GPIOFurquan Shaikh2017-02-223-5/+39
* acpi: Add ACPI_ prefix to IRQ enum and struct namesFurquan Shaikh2017-02-222-45/+45
* arch/x86: add functions to generate random numbersRobbie Zhang2017-02-202-0/+84
* riscv: Suppress invalid coverity errorsMartin Roth2017-02-201-0/+1
* acpi_device: Add macros for GPIO interruptsDuncan Laurie2017-02-191-4/+31
* acpi_device: Move power resource function to generic codeDuncan Laurie2017-02-192-0/+55
* spi: Add function callback to get configuration of SPI busFurquan Shaikh2017-02-161-17/+1
* src/Kconfig: Move bootblock behavior to arch/x86 as TODO suggestedMartin Roth2017-02-141-0/+26
* x86/acpi: Add VFCT tablePatrick Rudolph2017-02-042-0/+54
* build system: mark sub-make invocations as parallelizablePatrick Georgi2017-01-311-2/+2
* arch/x86: do not define type of SPIN_LOCK_UNLOCKEDPatrick Georgi2017-01-241-1/+1
* riscv: Move mcall numbers to mcall.h, adjust their namesJonathan Neuschäfer2017-01-165-46/+29
* riscv: get SBI calls to workRonald G. Minnich2017-01-165-35/+70
* arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin2017-01-061-26/+0
* soc/intel/apollolake: allow ApolloLake SoC to use FSP CAR InitBrenton Dong2016-12-211-2/+3
* drivers/intel/fsp2_0: add FSP TempRamInit & TempRamExit API supportBrenton Dong2016-12-211-0/+5
* riscv: enable counters via m[us]counterenRonald G. Minnich2016-12-201-10/+8
* ACPI S3: Signal successful bootKyösti Mälkki2016-12-181-0/+3
* riscv: Add support for timer interruptsRonald G. Minnich2016-12-183-4/+94
* Revert "arch/x86/smbios: Correct manufacturer ID"Nico Huber2016-12-171-12/+9
* x86: Configure premem cbmem console sizeNaresh G Solanki2016-12-162-1/+7
* acpi_device: Add special HID for DT namespaceFurquan Shaikh2016-12-161-0/+12
* ACPI S3: Hide acpi_slp_typeKyösti Mälkki2016-12-112-3/+1
* postcar_loader: Support LATE_CBMEM_INIT boardsKyösti Mälkki2016-12-092-10/+26
* cpu/x86: allow AP callbacks after MP initAaron Durbin2016-12-081-0/+13
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-083-3/+0
* PCI ops: MMCONF_SUPPORT_DEFAULT is requiredKyösti Mälkki2016-12-072-9/+6
* CPU: Declare cpu_phys_address_size() for all archKyösti Mälkki2016-12-062-1/+1
* CPU: Move SMM prototypes under x86Kyösti Mälkki2016-12-061-0/+4
* PCI ops: Rename pcie_xx() to pci_mmio_xx()Kyösti Mälkki2016-12-063-36/+60
* PCI ops: Define read-modify-write routines globallyKyösti Mälkki2016-12-061-0/+33
* intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki2016-12-062-39/+25
* riscv: Stub out sbi_(un)mask_interruptJonathan Neuschäfer2016-12-061-2/+4
* arch/riscv/mcall.c: Return the correct memory base and sizeJonathan Neuschäfer2016-12-061-3/+7
* arch/x86: cache postcar in stage cacheAaron Durbin2016-12-011-7/+21
* romstage_handoff: add helper to determine resume statusAaron Durbin2016-12-011-8/+1
* Build system: Update HAVE_CMOS_DEFAULTMartin Roth2016-11-281-0/+1
* arch/x86/acpigen: Write DSM method with multiple UUID'sNaresh G Solanki2016-11-242-58/+78
* arch/x86: don't create new gdt in cbmem for relocatable ramstageAaron Durbin2016-11-211-0/+4
* riscv: map first 4GiB of physical address spaceRonald G. Minnich2016-11-201-12/+76
* arch/x86 GDT: Fix orphan debug outputKyösti Mälkki2016-11-201-1/+1
* arch/x86/acpigen: Implement acpigen functions to return integer & stringNaresh G Solanki2016-11-172-0/+14
* arm64: arm_tf: Do not build raw bl31.bin binaryJulius Werner2016-11-171-3/+8
* arch/x86/acpigen: acpigen buffer size fixNaresh G Solanki2016-11-171-1/+1
* arch/x86/acpigen: Fix acpigen for If (Lequal (...))Furquan Shaikh2016-11-163-7/+13
* riscv: add a variable to control trap managementRonald G. Minnich2016-11-141-10/+16
* riscv: change payload() to pass the config string pointer as arg0Ronald G. Minnich2016-11-131-2/+4