summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS2020-03-104-4/+0
* arch/arm: Use 'print("%s...", __func__)'Elyes HAOUAS2020-03-091-1/+1
* src/arch/x86: Convert to SPDX license headerPatrick Georgi2020-03-0689-1101/+180
* src/arch/riscv: Convert to SPDX license headerPatrick Georgi2020-03-0642-694/+84
* src/arch/ppc64: Convert to SPDX license headerPatrick Georgi2020-03-0619-243/+38
* src/arch/arm64: Convert to SPDX license headerPatrick Georgi2020-03-0645-606/+88
* src/arch/arm: Convert to SPDX license headerPatrick Georgi2020-03-0659-1004/+123
* Revert "acpi: Bump FADT to revision 6"Matt DeVillier2020-03-052-8/+3
* x86/acpi_s3: Remove trailing dots from debug messagePaul Menzel2020-03-021-2/+2
* acpi: Bump FADT to revision 6Patrick Rudolph2020-03-022-3/+8
* arch/x86/acpigen: Add new helper routines for XOR and get_rx_gpioRajat Jain2020-03-022-0/+27
* include/arch/cpu.h: Remove old reference to ROMCCElyes HAOUAS2020-02-241-2/+0
* arch/arm64/Makefile.inc: Avoid # in variable definitionNico Huber2020-02-121-4/+1
* arch/x86/acpi: Change message in acpi_write_dbg2_pci_uart to BIOS_DEBUGWim Vervoorn2020-02-111-1/+1
* 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