summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
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