summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add read64() and write64()David Hendricks2018-02-121-0/+13
* armv8: Allow for ARMv8 extensions to be chosenDavid Hendricks2018-02-122-1/+19
* arm64: Pass COREBOOT flag to ARM TF, always enable loggingJulius Werner2018-02-022-8/+13
* arch/x86/acpi/statdef.asl: Remove unnecessary whitespaceElyes HAOUAS2018-02-021-6/+6
* arch/x86/acpigen: Add generator for _ROMPatrick Rudolph2018-01-312-0/+200
* smbios: handle DIMM of 32G or moreJulien Viard de Galbert2018-01-261-1/+6
* arch/x86: allow timestamp source to not be TSCAaron Durbin2018-01-252-5/+20
* cpu/intel/speedstep: Fix the PNOT ACPI methodArthur Heymans2018-01-171-0/+1
* arch/x86/acpi_device: Provide macros for GPIO input with polarityFurquan Shaikh2018-01-171-1/+10
* Intel i82830 boards & chips: Remove - using LATE_CBMEM_INITMartin Roth2018-01-151-4/+0
* arch/riscv: Remove supervisor_trap_entryJonathan Neuschäfer2017-12-021-9/+1
* riscv: Remove config string supportJonathan Neuschäfer2017-12-024-14/+4
* arch/riscv: Remove the current SBI implementationJonathan Neuschäfer2017-12-027-316/+7
* arch/riscv: Return from trap_handler instead of jumping outJonathan Neuschäfer2017-12-022-7/+3
* arch/riscv: Unify trap returnJonathan Neuschäfer2017-12-022-15/+10
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-236-6/+6
* arch/x86: Write ACPI DBG2 table only if the device has been enabledMario Scheithauer2017-11-211-1/+5
* arch/x86/acpi: Add support for writing ACPI DBG2 tableDuncan Laurie2017-11-152-0/+156
* arch/x86: Add common AMD ACPI hardware definitionsMarshall Dawson2017-11-101-11/+21
* arch/riscv: Use a separate trap stackJonathan Neuschäfer2017-11-071-4/+8
* arch/riscv: gettimer: Don't use the config stringJonathan Neuschäfer2017-11-071-7/+9
* arch/riscv: Drop mret workaroundJonathan Neuschäfer2017-11-072-6/+3
* arch/riscv: mprv_read_*: Mark result as earlyclobberJonathan Neuschäfer2017-11-071-1/+1
* arch/riscv: Fix return type of mprv_read_u64Jonathan Neuschäfer2017-11-071-1/+1
* arch/x86/acpigen: Add function to write a CPU packageNico Huber2017-11-042-0/+19
* arch/x86/gdt: Move variable assignment downPaul Menzel2017-11-031-1/+2
* arch/x86: Restore forwarding table on resume for non EARLY_EBDA_INITFurquan Shaikh2017-10-291-4/+1
* arch/x86: restore forwarding table on resume for EARLY_EBDA_INITAaron Durbin2017-10-181-1/+43
* arch/x86: initialize EBDA in S3 and S0/S5 pathAaron Durbin2017-10-161-5/+0
* arch/x86/gdt: Correct format of multi-line commentPaul Menzel2017-10-161-1/+2
* arch/riscv: hls_init: Initialize time{,cmp} with dummy pointersJonathan Neuschäfer2017-09-271-6/+3
* arch/riscv: Document mprv_{read,write}_* functionsJonathan Neuschäfer2017-09-271-0/+11
* arch/riscv: trap handler: Print load/store access width in bitsJonathan Neuschäfer2017-09-271-2/+2
* riscv: Update register addresswxjstz2017-09-261-3/+2
* arch/x86: Add ebda read/write functions into EBDA librarySubrata Banik2017-09-222-1/+78
* arch/x86: Enable ebda library for romstage and postcarSubrata Banik2017-09-223-0/+14
* arch/x86: Include acpi_s3.c support in postcar stageSubrata Banik2017-09-222-1/+2
* arch/x86: Fix typo with MTRRKyösti Mälkki2017-09-132-9/+9
* arch/x86/postcar: Support CBMEM_TOP_BACKUPKyösti Mälkki2017-09-081-0/+1
* arch/x86 postcar: Fix use with stage_cacheKyösti Mälkki2017-09-081-10/+16
* arch/x86/Kconfig: Add deprecation warnings for LATE_CBMEM_INITJonathan Neuschäfer2017-09-061-2/+6
* ACPI S3: Remove conflicting local acpi_get_sleep_type()Kyösti Mälkki2017-09-061-14/+9
* Move ADDR32() hack to arch/x86Patrick Georgi2017-09-051-0/+8
* acpigen: Add stop gpio control to power resourceFurquan Shaikh2017-08-302-4/+18
* acpi_device: Provide a new function to add a list of propertiesDuncan Laurie2017-08-302-25/+68
* arch/x86: Add Kconfig option for ACPI \_PR CPU name stringMarc Jones2017-08-292-2/+11
* i82801dx/gx/ix/jx: Add low-memory backup for S3 pathKyösti Mälkki2017-08-191-0/+1
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+0
* arch/x86: Make postcar TempRamExit call genericMarshall Dawson2017-08-172-4/+15
* SMBIOS: Correct length calculation for empty string tableKonstantin Aladyshev2017-08-101-6/+10