aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
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
2020-11-25arch/x86/smbios: Update SMBIOS type 16 error correction typeTim Chu
2020-11-22cpu/intel/common: Fill cpu voltage in SMBIOS tablesPatrick Rudolph
2020-11-19ACPI S3: Split arch-agnostic partsKyösti Mälkki
2020-11-19ACPI S3: Replace acpi_is_wakeup()Kyösti Mälkki
2020-11-19ACPI S3: Remove unused acpi_is_wakeup_s4()Kyösti Mälkki
2020-11-18ACPI S3: Do some minor cleanupKyösti Mälkki
2020-11-17Revert "arch|cpu/x86: Add Kconfig option for x86 reset vector"Kyösti Mälkki
2020-11-16arch/x86/car.ld: Do cosmetic fixesFrans Hendriks
2020-11-16arch/x86/smbios: Update memory_array_handle for SMBIOS type 19Tim Chu
2020-10-26arch/x86/smbios: Populate SMBIOS type 7 with cache informationMorgan Jang
2020-10-13sc7180: Enable bootblock compressionJulius Werner
2020-10-12arch/x86/smbios: Update SMBIOS type 0 ec versionTim Chu
2020-10-12arch/x86/smbios: Update SMBIOS type 4 socket designationTim Chu
2020-09-29cpu/qemu-x86/car: Move long mode entry right before c entryPatrick Rudolph
2020-09-28arch/x86/smbios: Add SMBIOS Thread CountFrancois Toguo
2020-09-28arch/x86/Kconfig: Move pagetables down by 4KPatrick Rudolph
2020-09-26arch/x86: Introduce `ARCH_ALL_STAGES_X86_32`Angel Pons
2020-09-26arch/x86: Introduce `ARCH_ALL_STAGES_X86_64`Angel Pons
2020-09-21arch/arm: Add support for loading Linux kernelsSam Lewis
2020-09-03memory_info: add max_speed_mts and configured_speed_mtsRob Barnes
2020-08-31arch/x86/exit_car.S: Fix checking clflush supportArthur Heymans
2020-08-27symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner
2020-08-24src/arch: Drop unneeded empty linesElyes HAOUAS
2020-08-24arch/x86/walkcbfs.S: Mark code as x86_32Patrick Rudolph
2020-08-21arch/x86/gdt: Work around assembler bugPatrick Rudolph
2020-08-21arch/x86: Add support for ASan to memory functionsHarshit Sharma
2020-08-21arch/x86: Select HAVE_ASAN_IN_RAMSTAGEHarshit Sharma
2020-08-21lib: Add ASan support to romstage on x86 archHarshit Sharma
2020-08-21lib: Add ASan support to ramstage on x86 archHarshit Sharma
2020-08-19arch/x86/boot: Jump to payload in protected modePatrick Rudolph
2020-08-19arch/arm: Enable FIT payloadsSam Lewis
2020-08-18src: Remove unused 'include <stddef.h>Elyes HAOUAS
2020-08-17arch/x86/exit_car.S: Make sure _cbmem_top_ptr hits dramArthur Heymans
2020-08-14arch/x86/postcar: Add x86_64 supportPatrick Rudolph
2020-08-06arch/x86/pirq_routing.c: Drop unneeded `continue`Angel Pons
2020-08-03mb/emulation/qemu-armv7: Fix boardPatrick Rudolph
2020-07-31mb/ocp/deltalake: Update SMBIOS type 4 -- Processor InformationMorgan Jang
2020-07-30arch/x86/smbios.c: Split out weak functionsAngel Pons
2020-07-30arch/x86/smbios.c: Factor out switch-case blockAngel Pons
2020-07-30arch/x86/smbios.c: Simplify assignmentAngel Pons
2020-07-30arch/x86/smbios.c: Clean up cosmeticsAngel Pons
2020-07-30smbios: Fix type 17 for Windows 10Patrick Rudolph
2020-07-28arch/x86/smbios: Bump to version 3.0Patrick Rudolph
2020-07-28ACPI S3: Clean up resume pathKyösti Mälkki
2020-07-27arch/arm/armv7: Make null dcache_apply_all macro for userspaceMartin Roth
2020-07-26arch/x86/smbios: Fix type4 for EDK2Patrick Rudolph
2020-07-26smbios: Add Type19Patrick Rudolph
2020-07-26arch/x86/smbios.c: Use macro for 'type_detail'Elyes HAOUAS
2020-07-26smp/spinlock: Do not define barrier() globallyKyösti Mälkki
2020-07-26arch/x86: Move cpu_relax()Kyösti Mälkki
2020-07-20src: Make HAVE_CF9_RESET set the FADT reset registerAngel Pons
2020-07-14arch/x86/postcar_loader: Remove unused 'include <cpu/cpu.h>'Elyes HAOUAS
2020-07-14src: Remove unused 'include <stdint.h>Elyes HAOUAS
2020-07-14src: Remove unused 'include <types.h>'Elyes HAOUAS
2020-07-12arch/x86/mpspec.c: Drop dead codeAngel Pons
2020-07-11arch/x86: Drop CBMEM_TOP_BACKUPKyösti Mälkki
2020-07-10arch/x86/exception: Print stack on exceptionRaul E Rangel