summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* src: Make HAVE_CF9_RESET set the FADT reset registerAngel Pons2020-07-202-0/+21
* arch/x86/postcar_loader: Remove unused 'include <cpu/cpu.h>'Elyes HAOUAS2020-07-141-1/+0
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-143-3/+0
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-141-1/+0
* arch/x86/mpspec.c: Drop dead codeAngel Pons2020-07-121-6/+0
* arch/x86: Drop CBMEM_TOP_BACKUPKyösti Mälkki2020-07-113-20/+0
* arch/x86/exception: Print stack on exceptionRaul E Rangel2020-07-101-1/+12
* ACPI: Drop commented-out DSDT DefinitionBlock instancesAngel Pons2020-07-091-15/+0
* arch/arm/include/smp/spinlock.h: Drop dead codeAngel Pons2020-07-091-54/+0
* arch/x86: Add memmove.c to x86 bootblockMartin Roth2020-07-081-0/+1
* armv7: mmu: Use 'tlbimva' to invalidate TLB entriesSam Lewis2020-07-072-5/+5
* arch/x86: Remove RELOCATABLE_RAMSTAGEKyösti Mälkki2020-07-063-59/+1
* arch/x86: Support x86_64 exceptionsPaul Menzel2020-07-053-26/+127
* arch/x86/Makefile.inc: Drop unused reset.c ruleAngel Pons2020-07-051-3/+0
* arch/x86/smbios: Add SMBIOS type8 dataBryantOu2020-07-041-0/+28
* src/arch/x86: Ensure $(objgenerated) exists before it's usedPatrick Georgi2020-06-301-1/+1
* smbios: Add option VPD_SMBIOS_VERSION that reads BIOS version from a VPD vari...Johnny Lin2020-06-281-20/+61
* arch/x86/smbios: Add more fields to be overriden for type 3 and 4Johnny Lin2020-06-251-0/+19
* ACPI: Replace smm_setup_structures()Kyösti Mälkki2020-06-241-11/+2
* Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi2020-06-191-1/+1
* ACPI: Clean up some S3 related leftoversKyösti Mälkki2020-06-181-3/+1
* Makefile.inc: Remove all-y with CONFIG_ARCH_xx guardsMartin Roth2020-06-151-15/+31
* arch/x86: Add symbols for CAR MTRRs in linker scriptKyösti Mälkki2020-06-131-0/+24
* arch/x86: Include id.ld unconditionally in memlayout.ldFurquan Shaikh2020-06-131-2/+0
* arch/x86: Drop early_ram.ldFurquan Shaikh2020-06-132-59/+3
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-136-23/+24
* arch/x86: Remove some x86_32 vs x86_64 noiseKyösti Mälkki2020-06-101-8/+4
* SMBIOS: Remove Kconfig SYSTEM_ENCLOSURE_TYPEKyösti Mälkki2020-06-091-1/+16
* arch/x86/postcar_loader: utilize var_mtrr_context APIAaron Durbin2020-06-022-49/+21
* src: Remove unused '#include <cbfs.h>'Elyes HAOUAS2020-06-021-1/+0
* src: Remove redundant includesElyes HAOUAS2020-06-022-2/+0
* src: Remove unused 'include <bootstate.h>'Elyes HAOUAS2020-06-022-2/+0
* arch/x86: Fix id section in linker scriptKyösti Mälkki2020-05-281-1/+1
* arch/x86: Remove more romcc leftoversKyösti Mälkki2020-05-282-7/+2
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-261-2/+0
* src: Remove unused 'include <string.h>'Elyes HAOUAS2020-05-181-1/+0
* src: Remove unused 'include <lib.h>'Elyes HAOUAS2020-05-181-1/+0
* arch/x86/early_ram.ld: Add vboot work bufferRaul E Rangel2020-05-181-1/+6
* x86/include/arch/mmio.h: Convert to 96 characters line lengthElyes HAOUAS2020-05-181-16/+8
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-1810-35/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-133-3/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-11244-244/+0
* arch/x86: unexpose postcar_frame_common_mtrrs()Aaron Durbin2020-05-072-6/+1
* acpi: Reorganize ACPI configsFurquan Shaikh2020-05-021-13/+2
* acpi: Move ACPI table support out of arch/x86 (5/5)Furquan Shaikh2020-05-021-9/+0
* acpi: Move ACPI table support out of arch/x86 (4/5)Furquan Shaikh2020-05-027-31/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-026-6/+6
* acpi: Move ACPI table support out of arch/x86 (2/5)Furquan Shaikh2020-05-027-2349/+7
* acpi: Move ACPI table support out of arch/x86 (1/5)Furquan Shaikh2020-05-027-5010/+0
* arch/x86: Change power_res_dev_states[] to be static const * constFurquan Shaikh2020-05-023-3/+3