summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/arm/armv7/thread.c: Remove stale fileAngel Pons2021-02-221-110/+0
* memlayout: Store region sizes as separate symbolsJulius Werner2021-02-192-12/+7
* device/dram: Move SPD manufacturer names out of arch/x86Patrick Rudolph2021-02-161-35/+2
* src: use ARRAY_SIZE where possiblePatrick Georgi2021-02-151-1/+1
* src/arch: Remove unused <console/console.h>Elyes HAOUAS2021-02-152-2/+0
* arch/x86: Drop `cstates` pointer from CPU driversAngel Pons2021-02-141-1/+0
* arch/x86/id.S: Remove unneeded whitespace before tabElyes HAOUAS2021-02-111-2/+2
* acpi: Fix Coverity Scan reportLijian Zhao2021-02-101-1/+1
* arch/x86/cpu.c: Remove redundant <arch/cpu.h>Elyes HAOUAS2021-02-071-1/+0
* acpi: Fix BERT size_t printf format errorBenjamin Doron2021-02-071-1/+1
* src: Remove redundant include <rules.h>Elyes HAOUAS2021-02-071-1/+0
* arch/x86/smbios: Add missing guardRaul E Rangel2021-02-071-1/+1
* intel: Rename config FSP_USES_MP_SERVICES_PPI to MP_SERVICES_PPIFurquan Shaikh2021-02-062-2/+2
* arch/x86/smbios: Correct SMBIOS type 4 max speedTim Chu2021-02-051-2/+3
* acpi: Add support for reporting CrashLog in BERT tableFrancois Toguo2021-02-042-0/+52
* src: Remove useless comments in "includes" linesElyes HAOUAS2021-02-041-1/+1
* arch/x86/smbios: Add Number Of Power Cords field to be overridenJingleHsuWiwynn2021-02-012-0/+6
* stage_cache: Add resume_from_stage_cache()Kyösti Mälkki2021-01-291-3/+1
* arch/x86/smbios: Update SMBIOS type 16 Extended Maximum CapacityTim Chu2021-01-281-1/+8
* arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limitsKyösti Mälkki2021-01-281-2/+5
* arch/x86: Top-align .text in bootblockKyösti Mälkki2021-01-282-0/+18
* arch/x86: Top-align .init in bootblockKyösti Mälkki2021-01-282-4/+30
* cpu/x86: Link entry32.incKyösti Mälkki2021-01-282-55/+0
* cpu/x86: Link reset16.incKyösti Mälkki2021-01-281-1/+0
* cpu/x86: Link entry16.incKyösti Mälkki2021-01-281-2/+1
* arch/x86/car.ld: Fix up blob reserved regionsAngel Pons2021-01-261-2/+0
* arm64/armv8: Set ARCH_ARMV8_EXTENSION depend on ARCH_ARM64Elyes HAOUAS2021-01-251-0/+4
* arch/x86: Use wildcard for mb/smihandler.cKyösti Mälkki2021-01-241-3/+1
* soc/intel/xeon_sp/cpx: Account for 'rc' heap managerArthur Heymans2021-01-241-0/+7
* arch/x86/car.ld: Account for FSP-T reserved areaArthur Heymans2021-01-241-1/+7
* ach/x86/postcar.c: Avoid double CBMEM initializationFrans Hendriks2021-01-211-1/+5
* arch/x86/smbios: Update SMBIOS type 17 type detailTim Chu2021-01-191-1/+15
* ChromeOS: Refactor SMBIOS type0 bios_version()Kyösti Mälkki2021-01-181-8/+6
* arch/x86/Makefile.inc: Clean up generated assembly stubsArthur Heymans2021-01-081-23/+2
* arch/x86: Move prologue to .init sectionKyösti Mälkki2021-01-073-4/+7
* ACPI: Final APM_CNT_GNVS_UPDATE cleanupKyösti Mälkki2021-01-041-4/+0
* arch/x86: Move .id section higherKyösti Mälkki2021-01-041-2/+7
* arch/arm: Replace .id section with build_info in CBFSKyösti Mälkki2020-12-174-51/+0
* arch/ppc64: Remove .id section in bootblockKyösti Mälkki2020-12-174-39/+0
* arch/x86: Remove ID_SECTION_OFFSETKyösti Mälkki2020-12-174-20/+18
* arch/x86: Link gdt_init.S into bootblockKyösti Mälkki2020-12-162-4/+3
* arch/x86: Clean up bootblock assemblyKyösti Mälkki2020-12-161-1/+1
* arch/x86: Combine bootblock linker scriptsKyösti Mälkki2020-12-143-15/+35
* Drop many cases of .previous directive useKyösti Mälkki2020-12-115-10/+0
* arch/x86/smbios.c: Fix compilation on x86_64Patrick Rudolph2020-12-101-1/+1
* coreboot tables: Add SPI flash memory map windows to coreboot tablesFurquan Shaikh2020-12-081-0/+10
* cpu/x86/64bit: Add code to call function in protected modePatrick Rudolph2020-12-051-0/+70
* x86: Put bootblock startup code into .text._start sectionJulius Werner2020-12-031-1/+1
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-1/+1
* cbfs: Enable CBFS mcache on most chipsetsJulius Werner2020-12-022-0/+10