summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* riscv: start to use the configstring functionsRonald G. Minnich2016-11-123-5/+16
* ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki2016-11-092-23/+126
* arch/x86/acpigen: Add OperationRegion & Field methodNaresh G Solanki2016-11-072-0/+188
* riscv: Unify SBI call implementations under arch/riscv/Jonathan Neuschäfer2016-11-074-4/+105
* riscv: Add a bandaid for the new toolchainRonald G. Minnich2016-11-023-3/+9
* arch/x86/acpigen_dsm: Add support for DSM typesFurquan Shaikh2016-10-253-0/+93
* arch/x86/acpigen: Add support for _DSM method generationFurquan Shaikh2016-10-252-0/+94
* arch/x86/acpigen: Add more functions to ACPIGEN libraryFurquan Shaikh2016-10-252-0/+63
* RISCV: Clean up the common architectural codeRonald G. Minnich2016-10-247-31/+76
* arch/x86/acpigen: Add support for interacting with GPIOsFurquan Shaikh2016-10-242-0/+51
* arch/x86/acpigen: Add new functions to acpigen libraryFurquan Shaikh2016-10-242-2/+145
* arch/x86/acpigen: Clean up acpigen libraryFurquan Shaikh2016-10-242-41/+79
* arch/riscv: In trap handler, don't print SP twice4.5Jonathan Neuschäfer2016-10-181-2/+0
* arch/riscv: Visually align trap frame informationJonathan Neuschäfer2016-10-151-4/+4
* riscv: Use the generic src/lib/bootblock.cJonathan Neuschäfer2016-10-151-1/+0
* arch/riscv: Remove unused bootblock_simple.cJonathan Neuschäfer2016-10-151-60/+0
* riscv: Clean up {qemu,spike}_utilJonathan Neuschäfer2016-10-151-17/+1
* riscv and power8: Convert printk/while(1) to dieJonathan Neuschäfer2016-10-151-4/+2
* src/arch: Remove whitespace after sizeofElyes HAOUAS2016-10-072-3/+3
* x86/acpi_device: Add support for GPIO output polarityFurquan Shaikh2016-10-071-1/+16
* x86/acpi_device: Fix writing of array propertyFurquan Shaikh2016-10-071-1/+6
* RISCV: update the encoding.h file.Ronald G. Minnich2016-10-071-73/+344
* arm64: Use 'payload' format for ATF instead of 'stage'Simon Glass2016-10-062-4/+3
* x86: acpi: Use GOOG ID for coreboot tableDuncan Laurie2016-09-272-3/+6
* x86: acpi: Add function for querying GPE statusDuncan Laurie2016-09-212-0/+8