summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* riscv: update the definition of intptr_t/uintptr_tXiang Wang2018-08-301-2/+2
* acpi: Hide Chrome and coreboot specific devicesDavid Wu2018-08-282-1/+4
* x86/acpi: Update MADT table versionMarc Jones2018-08-271-1/+1
* x86/acpi: Add ACPI table revision functionMarc Jones2018-08-272-17/+80
* acpi: remove CBMEM_ID_ACPI_GNVS_PTR entryJoel Kitching2018-08-223-14/+5
* arm64: Factor out common parts of romstage execution flowJulius Werner2018-08-173-0/+47
* x86/acpigen: Fix ACPI _ROM methodMarc Jones2018-08-171-1/+1
* arch/x86/acpigen: add methods for cppcMatt Delco2018-08-172-0/+108
* arch/x86/acpigen: refactor calls to acpigen_write_registerMatt Delco2018-08-152-11/+12
* cbmem: rename vdat to chromeos_acpiJoel Kitching2018-08-141-1/+1
* arm64: mmu: Spot check security state for TTB mappingJulius Werner2018-08-131-5/+12
* arm64: Turn architectural register accessors into inline functionsJulius Werner2018-08-1010-1536/+244
* arm64: Drop checks for current exception level, hardcode EL3 assumptionJulius Werner2018-08-1011-713/+36
* arm64: Remove set_cntfrq() functionJulius Werner2018-08-103-51/+1
* arch/x86/tables.c: Avoid static analysis error for unused valueRichard Spiegel2018-08-091-0/+3
* src/arch: Fix typoElyes HAOUAS2018-08-094-4/+4
* arch/x86/exception.c: Remove double initializationRichard Spiegel2018-08-091-1/+1
* arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner2018-08-077-25/+0
* arm64: Disable MMU during legacy payload handoff (without Arm TF)Julius Werner2018-08-071-1/+4
* riscv: remove redundancy in MakefileXiang Wang2018-08-013-56/+1
* riscv: fix issues (timestrap & PRIu64)Xiang Wang2018-07-312-4/+4
* riscv: delete src/arch/riscv/prologue.incXiang Wang2018-07-301-17/+0
* security/tpm: Use unique CBMEM names for TCPA logsPhilipp Deppenwiese2018-07-301-2/+2
* arch/arm64: Add Kconfig to include BL31 as blobPatrick Rudolph2018-07-262-0/+17
* arch/x86/smbios: Add support for table 38Patrick Rudolph2018-07-191-0/+28
* arch/riscv: Fix makefile to only set flags for riscvMartin Roth2018-07-181-3/+5
* riscv: add CAR interface Xiang Wang2018-07-181-15/+21
* riscv: add support for modifying compiler optionsXiang Wang2018-07-172-12/+14
* riscv: add include/arch/smp/ directoryXiang Wang2018-07-124-30/+61
* riscv: add support to check ISA extensionXiang Wang2018-07-111-0/+7
* src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* riscv: use __riscv_atomic to check support A extensionXiang Wang2018-07-061-1/+1
* arch/x86: add SMM callerPatrick Georgi2018-07-021-0/+34
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-022-4/+4
* arch/x86/acpi: Add DMAR RMRR helper functionsMatt DeVillier2018-06-302-15/+47
* arch/x86: include verstage.c only when verstage is a separate stageArthur Heymans2018-06-281-2/+2
* arm64: Reimplement mmu_disable() in assemblyJulius Werner2018-06-263-18/+22
* arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__Julius Werner2018-06-264-7/+6
* arm64: Drop dead file stage_entry.SJulius Werner2018-06-261-135/+0
* lib: Add FIT payload supportPatrick Rudolph2018-06-192-0/+263
* lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph2018-06-191-2/+2
* arch/arm/armv7: Fix coding styleElyes HAOUAS2018-06-144-12/+12
* arch/x86: Fix payload loading via bounce-bufferKyösti Mälkki2018-06-121-1/+1
* selfboot: Move x86 quirk under archKyösti Mälkki2018-06-111-0/+12
* arch/x86: Drop leftover ROMCC console supportKyösti Mälkki2018-06-081-83/+0
* arch/x86/smbios: Conditionally call SMBIOS opsNaresh G Solanki2018-06-071-3/+4
* arch/x86: Always select RELOCATABLE_MODULESKyösti Mälkki2018-06-061-1/+1
* arch/x86: Use fixed size limit with RELOCATABLE_RAMSTAGEKyösti Mälkki2018-06-061-1/+2
* arch/x86: Drop leftover ROMCC supportKyösti Mälkki2018-06-063-69/+0
* arch/x86: Remove unneeded includesElyes HAOUAS2018-06-043-11/+0