summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/x86/acpi: Add code to generate ACPI for PS2 keyboardsRajat Jain2020-04-203-0/+339
* drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki2020-04-202-0/+2
* cpu/x86/acpi: Add assignments to ACPI_Sn enumsMarshall Dawson2020-04-151-6/+7
* acpi: Bump MADT to revision 3Patrick Rudolph2020-04-132-4/+57
* acpi: Bump FADT to revision 6Patrick Rudolph2020-04-132-3/+8
* arch/x86/acpi: add definitions for IVHD type 11hMichał Żygowski2020-04-062-0/+60
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-4/+4
* arch/x86/tables: Move max ACPI table size to KconfigDuncan Laurie2020-03-312-4/+9
* security/vboot: Decouple measured boot from verified bootBill XIE2020-03-311-2/+2
* arch/x86: Add Kconfig option for 2nd VGA BIOS imageMartin Roth2020-03-251-0/+5
* acpi: Change Processor ACPI Name (Intel only)Christian Walter2020-03-232-4/+4
* src: capitalize 'APIC'Elyes HAOUAS2020-03-231-1/+1
* src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS2020-03-104-4/+0
* arch/arm: Use 'print("%s...", __func__)'Elyes HAOUAS2020-03-091-1/+1
* src/arch/x86: Convert to SPDX license headerPatrick Georgi2020-03-0689-1101/+180
* src/arch/riscv: Convert to SPDX license headerPatrick Georgi2020-03-0642-694/+84
* src/arch/ppc64: Convert to SPDX license headerPatrick Georgi2020-03-0619-243/+38
* src/arch/arm64: Convert to SPDX license headerPatrick Georgi2020-03-0645-606/+88
* src/arch/arm: Convert to SPDX license headerPatrick Georgi2020-03-0659-1004/+123
* Revert "acpi: Bump FADT to revision 6"Matt DeVillier2020-03-052-8/+3
* x86/acpi_s3: Remove trailing dots from debug messagePaul Menzel2020-03-021-2/+2
* acpi: Bump FADT to revision 6Patrick Rudolph2020-03-022-3/+8
* arch/x86/acpigen: Add new helper routines for XOR and get_rx_gpioRajat Jain2020-03-022-0/+27
* include/arch/cpu.h: Remove old reference to ROMCCElyes HAOUAS2020-02-241-2/+0
* arch/arm64/Makefile.inc: Avoid # in variable definitionNico Huber2020-02-121-4/+1
* arch/x86/acpi: Change message in acpi_write_dbg2_pci_uart to BIOS_DEBUGWim Vervoorn2020-02-111-1/+1
* arch/x86/include/arch: Add SMM_TASK_STATE_SEGEugene Myers2020-02-041-0/+7
* x86/acpi_device: Allow acpi_device_add_power_res params as optionalEdward O'Callaghan2020-01-301-3/+3
* arch/x86: add acpigen resource supportJonathan Zhang2020-01-302-0/+84