summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* cpu/intel/common: Fill cpu voltage in SMBIOS tablesPatrick Rudolph2020-11-221-0/+10
* ACPI S3: Split arch-agnostic partsKyösti Mälkki2020-11-192-33/+0
* ACPI S3: Replace acpi_is_wakeup()Kyösti Mälkki2020-11-191-8/+1
* ACPI S3: Remove unused acpi_is_wakeup_s4()Kyösti Mälkki2020-11-191-5/+0
* ACPI S3: Do some minor cleanupKyösti Mälkki2020-11-181-13/+8
* Revert "arch|cpu/x86: Add Kconfig option for x86 reset vector"Kyösti Mälkki2020-11-173-12/+2
* arch/x86/car.ld: Do cosmetic fixesFrans Hendriks2020-11-161-10/+9
* arch/x86/smbios: Update memory_array_handle for SMBIOS type 19Tim Chu2020-11-161-2/+3
* arch/x86/smbios: Populate SMBIOS type 7 with cache informationMorgan Jang2020-10-261-6/+51
* sc7180: Enable bootblock compressionJulius Werner2020-10-131-0/+1
* arch/x86/smbios: Update SMBIOS type 0 ec versionTim Chu2020-10-122-0/+8
* arch/x86/smbios: Update SMBIOS type 4 socket designationTim Chu2020-10-121-0/+6
* cpu/qemu-x86/car: Move long mode entry right before c entryPatrick Rudolph2020-09-291-6/+0
* arch/x86/smbios: Add SMBIOS Thread CountFrancois Toguo2020-09-281-1/+3
* arch/x86/Kconfig: Move pagetables down by 4KPatrick Rudolph2020-09-281-1/+1
* arch/x86: Introduce `ARCH_ALL_STAGES_X86_32`Angel Pons2020-09-261-0/+7
* arch/x86: Introduce `ARCH_ALL_STAGES_X86_64`Angel Pons2020-09-261-0/+7
* arch/arm: Add support for loading Linux kernelsSam Lewis2020-09-213-2/+42
* memory_info: add max_speed_mts and configured_speed_mtsRob Barnes2020-09-031-2/+8
* arch/x86/exit_car.S: Fix checking clflush supportArthur Heymans2020-08-311-1/+1
* symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner2020-08-274-9/+0
* src/arch: Drop unneeded empty linesElyes HAOUAS2020-08-2416-26/+0
* arch/x86/walkcbfs.S: Mark code as x86_32Patrick Rudolph2020-08-241-0/+1
* arch/x86/gdt: Work around assembler bugPatrick Rudolph2020-08-212-1/+24
* arch/x86: Add support for ASan to memory functionsHarshit Sharma2020-08-213-0/+23
* arch/x86: Select HAVE_ASAN_IN_RAMSTAGEHarshit Sharma2020-08-211-0/+1
* lib: Add ASan support to romstage on x86 archHarshit Sharma2020-08-212-1/+9
* lib: Add ASan support to ramstage on x86 archHarshit Sharma2020-08-211-0/+4
* arch/x86/boot: Jump to payload in protected modePatrick Rudolph2020-08-194-0/+60
* arch/arm: Enable FIT payloadsSam Lewis2020-08-192-0/+91
* src: Remove unused 'include <stddef.h>Elyes HAOUAS2020-08-183-3/+0
* arch/x86/exit_car.S: Make sure _cbmem_top_ptr hits dramArthur Heymans2020-08-171-1/+9
* arch/x86/postcar: Add x86_64 supportPatrick Rudolph2020-08-143-9/+64
* arch/x86/pirq_routing.c: Drop unneeded `continue`Angel Pons2020-08-061-2/+0
* mb/emulation/qemu-armv7: Fix boardPatrick Rudolph2020-08-031-2/+31
* mb/ocp/deltalake: Update SMBIOS type 4 -- Processor InformationMorgan Jang2020-07-311-1/+40
* arch/x86/smbios.c: Split out weak functionsAngel Pons2020-07-303-132/+140
* arch/x86/smbios.c: Factor out switch-case blockAngel Pons2020-07-301-34/+30
* arch/x86/smbios.c: Simplify assignmentAngel Pons2020-07-301-4/+1
* arch/x86/smbios.c: Clean up cosmeticsAngel Pons2020-07-301-128/+81
* smbios: Fix type 17 for Windows 10Patrick Rudolph2020-07-301-4/+63
* arch/x86/smbios: Bump to version 3.0Patrick Rudolph2020-07-281-3/+27
* ACPI S3: Clean up resume pathKyösti Mälkki2020-07-281-6/+3
* arch/arm/armv7: Make null dcache_apply_all macro for userspaceMartin Roth2020-07-271-0/+15
* arch/x86/smbios: Fix type4 for EDK2Patrick Rudolph2020-07-261-0/+2
* smbios: Add Type19Patrick Rudolph2020-07-261-0/+52
* arch/x86/smbios.c: Use macro for 'type_detail'Elyes HAOUAS2020-07-261-1/+1
* smp/spinlock: Do not define barrier() globallyKyösti Mälkki2020-07-262-2/+1
* arch/x86: Move cpu_relax()Kyösti Mälkki2020-07-263-8/+6
* src: Make HAVE_CF9_RESET set the FADT reset registerAngel Pons2020-07-202-0/+21