summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port cmos.default handling to C environment bootblockNico Huber2017-07-263-24/+2
* src/arch: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-255-46/+46
* Fix files with multiple newlines at the end.Martin Roth2017-07-241-1/+0
* arch/arm/armv7: Correct checkpatch errorsLogan Carlson2017-07-213-7/+7
* arch/x86: select RELOCATABLE_MODULES when POSTCAR is selectedAaron Durbin2017-07-181-0/+1
* AGESA boards: Fix regressions with LATE_CBMEM_INITKyösti Mälkki2017-07-171-0/+4
* src: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-132-2/+2
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-139-73/+77
* arch/x86/assembly_entry: Align stack for car_stage_entryMarshall Dawson2017-07-131-1/+2
* x86/acpigen: Fix acpigen_write_fieldPatrick Rudolph2017-07-071-21/+32