summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/include/arch: Add SMM_TASK_STATE_SEGEugene Myers2020-02-041-0/+7
* x86/acpi_device: Allow acpi_device_add_power_res params as optionalEdward O'Callaghan2020-01-301-3/+3
* arch/x86: add acpigen resource supportJonathan Zhang2020-01-302-0/+84
* commonlib: Add commonlib/bsdJulius Werner2020-01-285-8/+5
* arch/x86/acpi_device: Add macros to define gpio interrupt with wakeAlex Levin2020-01-241-0/+20
* arch/x86/post.c: Hide cmos_post_code from SMM contextMaulik V Vaghela2020-01-181-1/+1
* console/post: Split parts to arch/Kyösti Mälkki2020-01-142-0/+27
* arch/x86/cf9_reset: Fix typoElyes HAOUAS2020-01-131-1/+1
* arch/x86: Fix typosElyes HAOUAS2020-01-132-2/+2
* include/arch/romstage: Fix typoElyes HAOUAS2020-01-121-1/+1
* include/arch/acpigen: Fix typoElyes HAOUAS2020-01-121-1/+1
* acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph2020-01-092-0/+24
* drivers/pc80/rtc: Clean up some headersKyösti Mälkki2020-01-071-1/+1
* acpigen: Add function to generate unicode namesPatrick Rudolph2020-01-072-0/+16
* arch/x86/Kconfig: Remove unused BOOTBLOCK_RESETSElyes HAOUAS2020-01-021-3/+0
* cpu/intel/microcode: Apply more strict guard for assembly filesKyösti Mälkki2019-12-271-1/+1
* arch/x86: Remove <arch/cbfs.h>Kyösti Mälkki2019-12-271-22/+0
* arch/x86: Remove walkcbfs()Kyösti Mälkki2019-12-272-44/+0
* bootblock: Support normal/fallback mechanism againKyösti Mälkki2019-12-273-3/+47
* src/x86|cpu/intel: Hardcode FIT and IDMarshall Dawson2019-12-261-1/+1
* src: Remove unused include <string.h>Elyes HAOUAS2019-12-261-1/+0
* arch/x86: Drop romcc bootblockArthur Heymans2019-12-2010-365/+0
* arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHEKyösti Mälkki2019-12-191-0/+10
* src/arch/x86: Build mainboard acpi_tables source if presentKarthikeyan Ramasubramanian2019-12-191-0/+2
* src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS2019-12-191-1/+0
* src/arch: Remove unused <stdlib.h>Elyes HAOUAS2019-12-1910-10/+0
* src/arch/arm: Remove unused 'include <stdint.h>'Elyes HAOUAS2019-12-191-1/+0
* arch/x86: Drop uses of ROMCC_BOOTBLOCKArthur Heymans2019-12-191-2/+0
* Drop ROMCC code and header guardsArthur Heymans2019-12-199-155/+4
* arch/x86: Make X86 stages select ARCH_X86Arthur Heymans2019-12-161-9/+10
* bootblock: Provide some common prototypesKyösti Mälkki2019-12-141-0/+21
* acpigen: Add methods for mutex operationsPatrick Rudolph2019-12-122-0/+46
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* arch|cpu/x86: Add Kconfig option for x86 reset vectorMarshall Dawson2019-12-064-3/+13
* arm64: Print a char to UART early in exception handlerJulius Werner2019-12-051-2/+8
* arm64: Bump exception stack size to 2KBJulius Werner2019-12-051-1/+1
* arm64: Correctly unmask asynchronous SError interruptsJulius Werner2019-12-055-129/+59
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-1/+0
* src: Add missing include <stdlib.h>Elyes HAOUAS2019-12-031-0/+1
* kill CAR_GLOBAL_MIGRATION leftoversArthur Heymans2019-11-301-1/+0
* arch/x86/car.ld: Drop CAR_GLOBAL regionArthur Heymans2019-11-301-14/+1
* arch/*/*/early_variables.h: drop unused filesArthur Heymans2019-11-305-191/+0
* arch/x86/cache.h: Use ENV_CACHE_AS_RAM macroArthur Heymans2019-11-302-11/+2
* arch/x86/exception.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-10/+7
* arch/arm/include: Remove unused armv7 types.hJacob Garber2019-11-281-59/+0
* arch/x86: SMBIOS: Improve core count reportingAndrey Petrov2019-11-261-1/+20
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-2512-29/+23
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-232-3/+3
* arch/acpigen.h: Correct PARENT_PREFIX encoding valueElyes HAOUAS2019-11-221-1/+1
* Makefiles: Remove -D__PRE_RAM__Kyösti Mälkki2019-11-221-4/+4