summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/x86: Introduce postcar_frame_add_romcache()Nico Huber2018-06-042-0/+12
* arch/x86/include/arch: Remove space after __attribute__Elyes HAOUAS2018-05-311-2/+2
* arch/x86: Define HPET_ADDRESS_OVERRIDEKyösti Mälkki2018-05-281-0/+3
* acpi: device: Walk up the tree to find identifierDuncan Laurie2018-05-281-7/+24
* src: Add space after 'while'Elyes HAOUAS2018-05-241-3/+3
* Introduce bootblock self-decompressionJulius Werner2018-05-228-8/+54
* Revert "acpi: device: Walk up the tree to find identifier"Duncan Laurie2018-05-211-13/+3
* arch/x86: Increase TIMESTAMP region size to 0x200Furquan Shaikh2018-05-181-1/+1
* acpi: device: Walk up the tree to find identifierDuncan Laurie2018-05-181-3/+13
* arch/x86/acpigen: Fix corner case in _ROM generatorPatrick Rudolph2018-05-181-3/+14
* Revert "cbfs/payload type: Fix build warning and whitespace in name"Ronald G. Minnich2018-05-161-1/+1
* cbfs/payload type: Fix build warning and whitespace in namePaul Menzel2018-05-151-1/+1
* pci: Fix compilation on non x86Patrick Rudolph2018-05-143-11/+44
* acpi: Add support for writing ACPI _PLD structuresDuncan Laurie2018-05-115-0/+303
* acpi: Add support for generating ACPI _UPCDuncan Laurie2018-05-113-0/+40
* arch/x86/acpi_device: Add macros to define gpio with wake flagHarsha Priya2018-05-081-0/+30
* Move `pci_ops_mmconf` from arch/x86/ to device/Nico Huber2018-05-084-80/+2
* arch/x86/acpi: Get rid of device_tElyes HAOUAS2018-05-082-3/+3
* arch/x86/cpu.c: Remove unneeded headersElyes HAOUAS2018-05-041-2/+0
* arch/x86/cpu_common.c: Remove unneeded headersElyes HAOUAS2018-05-041-2/+0
* lib/bootmem: Add more bootmem tagsPatrick Rudolph2018-05-042-0/+18
* pci: Add dummy file for ARM64Patrick Rudolph2018-05-032-0/+51
* arch/x86: Relocate GDT in verstage, romstage, and postcarHannah Williams2018-05-034-4/+58