summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/x86: reduce complexity in assembly_entry.SAaron Durbin2018-05-031-16/+4
* src/drivers: Add reset/enable/stop_off_ms variables to ACPI devicesShelley Chen2018-05-022-27/+64
* pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph2018-05-023-2/+26
* arch/x86: Print CPU Index and APIC ID in case of exceptionSubrata Banik2018-05-021-1/+10
* lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph2018-04-301-1/+1
* arm64: Add ARCH TimerT Michael Turney2018-04-305-0/+43
* arm64: Add mmu context save/restore APIsT Michael Turney2018-04-302-0/+43
* x86/mpspec: order the I/O APICs by the APIC IdLubomir Rintel2018-04-301-5/+22
* device: constify some variablesLubomir Rintel2018-04-301-4/+4
* RISC-V boards: Remove PAGETABLES section from memlayout.ldJonathan Neuschäfer2018-04-271-1/+0
* arch/x86: remove nop padding from exception vectorsAaron Durbin2018-04-261-7/+0
* arch/x86: print cr2 value on every exceptionAaron Durbin2018-04-261-2/+3
* arch/x86: allow idt to be available to link in all stagesAaron Durbin2018-04-267-32/+142
* arch/riscv: Store mprv bit in size_tJonathan Neuschäfer2018-04-261-2/+2
* arch/x86: add support for cache-as-ram pagingAaron Durbin2018-04-252-0/+36
* arch/x86: add ENV_CACHE_AS_RAMAaron Durbin2018-04-241-1/+1