summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/*: Update Kconfig symbol usageMartin Roth2017-07-0716-81/+72
* smbios: Correct the system enclosure typesElyes HAOUAS2017-07-061-1/+1
* arch/x86: update assembly to ensure 16-byte alignment into CAaron Durbin2017-06-291-1/+15
* arch/x86/smbios: Fix scope of variable declarationNico Huber2017-06-221-1/+1
* arch/x86: Make rdrand.c clang friendlyStefan Reinauer2017-06-221-2/+7
* arch/x86/smbios: Fix undefined behaviorRyan Salsamendi2017-06-201-23/+21
* arch/x86/ebda: Change memcpy() to endian wrappersRyan Salsamendi2017-06-201-5/+6
* arch/x86: Fix undefined behaviorRyan Salsamendi2017-06-141-5/+14
* arch/x86/acpigen: Add additional opcodesPatrick Rudolph2017-06-081-0/+5
* src: change coreboot to lowercaseMartin Roth2017-06-072-3/+3
* arch/arm/include/armv7/arch: Correct keyword organization in cpu.hLogan Carlson2017-06-021-8/+8
* arch/arm: Correct checkpatch errorsLogan Carlson2017-06-027-25/+25
* arch: Unify basic cache clearing APIJulius Werner2017-05-304-0/+107
* arch/x86: Add function to determine if we're currently running from CARJulius Werner2017-05-301-0/+9
* arm64: Align cache maintenance code with libpayload and ARM32Julius Werner2017-05-307-193/+88
* CBMEM: Clarify CBMEM_TOP_BACKUP function usageKyösti Mälkki2017-05-271-13/+18
* arch/x86/include: Use IS_ENABLED() macroNico Huber2017-05-225-42/+23