summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* arch/x86/car.ld: Check for out of bound on no-XIP stagesArthur Heymans2020-12-021-0/+4
* arch/x86/smbios: Update SMBIOS type 16 error correction typeTim Chu2020-11-251-2/+7
* cpu/intel/common: Fill cpu voltage in SMBIOS tablesPatrick Rudolph2020-11-221-0/+10
* ACPI S3: Split arch-agnostic partsKyösti Mälkki2020-11-192-33/+0
* ACPI S3: Replace acpi_is_wakeup()Kyösti Mälkki2020-11-191-8/+1
* ACPI S3: Remove unused acpi_is_wakeup_s4()Kyösti Mälkki2020-11-191-5/+0
* ACPI S3: Do some minor cleanupKyösti Mälkki2020-11-181-13/+8
* Revert "arch|cpu/x86: Add Kconfig option for x86 reset vector"Kyösti Mälkki2020-11-173-12/+2
* arch/x86/car.ld: Do cosmetic fixesFrans Hendriks2020-11-161-10/+9
* arch/x86/smbios: Update memory_array_handle for SMBIOS type 19Tim Chu2020-11-161-2/+3
* arch/x86/smbios: Populate SMBIOS type 7 with cache informationMorgan Jang2020-10-261-6/+51
* sc7180: Enable bootblock compressionJulius Werner2020-10-131-0/+1
* arch/x86/smbios: Update SMBIOS type 0 ec versionTim Chu2020-10-122-0/+8
* arch/x86/smbios: Update SMBIOS type 4 socket designationTim Chu2020-10-121-0/+6
* cpu/qemu-x86/car: Move long mode entry right before c entryPatrick Rudolph2020-09-291-6/+0
* arch/x86/smbios: Add SMBIOS Thread CountFrancois Toguo2020-09-281-1/+3
* arch/x86/Kconfig: Move pagetables down by 4KPatrick Rudolph2020-09-281-1/+1
* arch/x86: Introduce `ARCH_ALL_STAGES_X86_32`Angel Pons2020-09-261-0/+7
* arch/x86: Introduce `ARCH_ALL_STAGES_X86_64`Angel Pons2020-09-261-0/+7
* arch/arm: Add support for loading Linux kernelsSam Lewis2020-09-213-2/+42
* memory_info: add max_speed_mts and configured_speed_mtsRob Barnes2020-09-031-2/+8
* arch/x86/exit_car.S: Fix checking clflush supportArthur Heymans2020-08-311-1/+1
* symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner2020-08-274-9/+0
* src/arch: Drop unneeded empty linesElyes HAOUAS2020-08-2416-26/+0
* arch/x86/walkcbfs.S: Mark code as x86_32Patrick Rudolph2020-08-241-0/+1
* arch/x86/gdt: Work around assembler bugPatrick Rudolph2020-08-212-1/+24