summaryrefslogtreecommitdiffstats
path: root/src/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/gdt: Correct format of multi-line commentPaul Menzel2017-10-161-1/+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
* Fix files with multiple newlines at the end.Martin Roth2017-07-241-1/+0
* 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-138-72/+76
* 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-0710-71/+63
* 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
* arch: Unify basic cache clearing APIJulius Werner2017-05-301-0/+20
* arch/x86: Add function to determine if we're currently running from CARJulius Werner2017-05-301-0/+9
* 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
* CBMEM: Add config CBMEM_TOP_BACKUPKyösti Mälkki2017-05-182-23/+28
* commonlib: Move drivers/storage into commonlib/storageLee Leahy2017-05-121-1/+1
* arch/x86: Share storage data structures between early stagesLee Leahy2017-05-011-0/+5
* arch/x86: Add read64 and write64 functionsMarshall Dawson2017-04-251-0/+16
* x86/acpigen: Fix BufferSize of ResourceTemplateNico Huber2017-04-181-1/+5
* arch/x86/acpi: Allow "transparent" ACPI device namesTimothy Pearson2017-04-171-1/+3
* arch/x86: remove CAR global migration when postcar stage is usedAaron Durbin2017-04-082-1/+2
* arch/x86/acpigen: Allow writing buffers larger than 256 bytesRizwan Qureshi2017-04-032-6/+6
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-1/+1
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-283-3/+3
* vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig optionJulius Werner2017-03-281-2/+2
* arch/x86: Fix most of remaining issues detected by checkpatchLee Leahy2017-03-2018-108/+112