summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu: Add a helper function cpu_get_lapic_addrFurquan Shaikh2020-05-022-2/+15
* acpi_device: Make integer array input variable constDuncan Laurie2020-05-012-2/+2
* arch/x86/acpi: Add define for generic container HIDDuncan Laurie2020-05-011-0/+1
* arch/x86/acpi_device: Allow empty child referencesDuncan Laurie2020-05-011-1/+1
* arch/x86/acpigen: Constify fieldlist parameter to acpigen_write_fieldFurquan Shaikh2020-04-292-2/+2
* arch/x86/acpigen: Add helpers for Store() and If (Lequal (...))Furquan Shaikh2020-04-292-0/+24
* arch/x86: Implement RESET_VECTOR_IN_RAMFelix Held2020-04-295-5/+62
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-283-3/+3
* arch/x86/acpi_device: Constify struct device * parameter to UID functionsFurquan Shaikh2020-04-282-4/+4
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-282-8/+8
* arch/x86/acpi_device: Add a helper function to write PCI deviceFurquan Shaikh2020-04-282-0/+41
* arch/x86/acpigen: Add helpers for generating _ADRFurquan Shaikh2020-04-272-0/+28
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-232-2/+2
* arch/x86/acpigen_ps2_keybd: Add JP and UK specific keymapsRajat Jain2020-04-221-1/+6