summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2021-02-19memlayout: Store region sizes as separate symbolsJulius Werner
2021-02-16device/dram: Move SPD manufacturer names out of arch/x86Patrick Rudolph
2021-02-15src: use ARRAY_SIZE where possiblePatrick Georgi
2021-02-15src/arch: Remove unused <console/console.h>Elyes HAOUAS
2021-02-14arch/x86: Drop `cstates` pointer from CPU driversAngel Pons
2021-02-11arch/x86/id.S: Remove unneeded whitespace before tabElyes HAOUAS
2021-02-10acpi: Fix Coverity Scan reportLijian Zhao
2021-02-07arch/x86/cpu.c: Remove redundant <arch/cpu.h>Elyes HAOUAS
2021-02-07acpi: Fix BERT size_t printf format errorBenjamin Doron
2021-02-07src: Remove redundant include <rules.h>Elyes HAOUAS
2021-02-07arch/x86/smbios: Add missing guardRaul E Rangel
2021-02-06intel: Rename config FSP_USES_MP_SERVICES_PPI to MP_SERVICES_PPIFurquan Shaikh
2021-02-05arch/x86/smbios: Correct SMBIOS type 4 max speedTim Chu
2021-02-04acpi: Add support for reporting CrashLog in BERT tableFrancois Toguo
2021-02-04src: Remove useless comments in "includes" linesElyes HAOUAS
2021-02-01arch/x86/smbios: Add Number Of Power Cords field to be overridenJingleHsuWiwynn
2021-01-29stage_cache: Add resume_from_stage_cache()Kyösti Mälkki
2021-01-28arch/x86/smbios: Update SMBIOS type 16 Extended Maximum CapacityTim Chu
2021-01-28arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limitsKyösti Mälkki
2021-01-28arch/x86: Top-align .text in bootblockKyösti Mälkki
2021-01-28arch/x86: Top-align .init in bootblockKyösti Mälkki
2021-01-28cpu/x86: Link entry32.incKyösti Mälkki
2021-01-28cpu/x86: Link reset16.incKyösti Mälkki
2021-01-28cpu/x86: Link entry16.incKyösti Mälkki
2021-01-26arch/x86/car.ld: Fix up blob reserved regionsAngel Pons
2021-01-25arm64/armv8: Set ARCH_ARMV8_EXTENSION depend on ARCH_ARM64Elyes HAOUAS
2021-01-24arch/x86: Use wildcard for mb/smihandler.cKyösti Mälkki
2021-01-24soc/intel/xeon_sp/cpx: Account for 'rc' heap managerArthur Heymans
2021-01-24arch/x86/car.ld: Account for FSP-T reserved areaArthur Heymans
2021-01-21ach/x86/postcar.c: Avoid double CBMEM initializationFrans Hendriks
2021-01-19arch/x86/smbios: Update SMBIOS type 17 type detailTim Chu
2021-01-18ChromeOS: Refactor SMBIOS type0 bios_version()Kyösti Mälkki
2021-01-08arch/x86/Makefile.inc: Clean up generated assembly stubsArthur Heymans
2021-01-07arch/x86: Move prologue to .init sectionKyösti Mälkki
2021-01-04ACPI: Final APM_CNT_GNVS_UPDATE cleanupKyösti Mälkki
2021-01-04arch/x86: Move .id section higherKyösti Mälkki
2020-12-17arch/arm: Replace .id section with build_info in CBFSKyösti Mälkki
2020-12-17arch/ppc64: Remove .id section in bootblockKyösti Mälkki
2020-12-17arch/x86: Remove ID_SECTION_OFFSETKyösti Mälkki
2020-12-16arch/x86: Link gdt_init.S into bootblockKyösti Mälkki
2020-12-16arch/x86: Clean up bootblock assemblyKyösti Mälkki
2020-12-14arch/x86: Combine bootblock linker scriptsKyösti Mälkki
2020-12-11Drop many cases of .previous directive useKyösti Mälkki
2020-12-10arch/x86/smbios.c: Fix compilation on x86_64Patrick Rudolph
2020-12-08coreboot tables: Add SPI flash memory map windows to coreboot tablesFurquan Shaikh
2020-12-05cpu/x86/64bit: Add code to call function in protected modePatrick Rudolph
2020-12-03x86: Put bootblock startup code into .text._start sectionJulius Werner
2020-12-02cbfs: Simplify load/map API names, remove type argumentsJulius Werner
2020-12-02cbfs: Enable CBFS mcache on most chipsetsJulius Werner
2020-12-02arch/x86/car.ld: Check for out of bound on no-XIP stagesArthur Heymans