Age | Commit message (Expand) | Author |
2020-07-06 | arch/x86: Remove RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2020-07-05 | arch/x86: Support x86_64 exceptions | Paul Menzel |
2020-07-05 | arch/x86/Makefile.inc: Drop unused reset.c rule | Angel Pons |
2020-07-04 | arch/x86/smbios: Add SMBIOS type8 data | BryantOu |
2020-06-30 | src/arch/x86: Ensure $(objgenerated) exists before it's used | Patrick Georgi |
2020-06-28 | smbios: Add option VPD_SMBIOS_VERSION that reads BIOS version from a VPD vari... | Johnny Lin |
2020-06-25 | arch/x86/smbios: Add more fields to be overriden for type 3 and 4 | Johnny Lin |
2020-06-24 | ACPI: Replace smm_setup_structures() | Kyösti Mälkki |
2020-06-19 | Kconfig: Escape variable to accommodate new Kconfig versions | Patrick Georgi |
2020-06-18 | ACPI: Clean up some S3 related leftovers | Kyösti Mälkki |
2020-06-15 | Makefile.inc: Remove all-y with CONFIG_ARCH_xx guards | Martin Roth |
2020-06-13 | arch/x86: Add symbols for CAR MTRRs in linker script | Kyösti Mälkki |
2020-06-13 | arch/x86: Include id.ld unconditionally in memlayout.ld | Furquan Shaikh |
2020-06-13 | arch/x86: Drop early_ram.ld | Furquan Shaikh |
2020-06-13 | treewide: Add Kconfig variable MEMLAYOUT_LD_FILE | Furquan Shaikh |
2020-06-10 | arch/x86: Remove some x86_32 vs x86_64 noise | Kyösti Mälkki |
2020-06-09 | SMBIOS: Remove Kconfig SYSTEM_ENCLOSURE_TYPE | Kyösti Mälkki |
2020-06-02 | arch/x86/postcar_loader: utilize var_mtrr_context API | Aaron Durbin |
2020-06-02 | src: Remove unused 'include <bootstate.h>' | Elyes HAOUAS |
2020-05-28 | arch/x86: Fix id section in linker script | Kyösti Mälkki |
2020-05-28 | arch/x86: Remove more romcc leftovers | Kyösti Mälkki |
2020-05-26 | Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION | Kyösti Mälkki |
2020-05-18 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2020-05-18 | arch/x86/early_ram.ld: Add vboot work buffer | Raul E Rangel |
2020-05-18 | x86/include/arch/mmio.h: Convert to 96 characters line length | Elyes HAOUAS |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-07 | arch/x86: unexpose postcar_frame_common_mtrrs() | Aaron Durbin |
2020-05-02 | acpi: Reorganize ACPI configs | Furquan Shaikh |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (5/5) | Furquan Shaikh |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (4/5) | Furquan Shaikh |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (2/5) | Furquan Shaikh |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (1/5) | Furquan Shaikh |
2020-05-02 | arch/x86: Change power_res_dev_states[] to be static const * const | Furquan Shaikh |
2020-05-02 | cpu: Add a helper function cpu_get_lapic_addr | Furquan Shaikh |
2020-05-01 | acpi_device: Make integer array input variable const | Duncan Laurie |
2020-05-01 | arch/x86/acpi: Add define for generic container HID | Duncan Laurie |
2020-05-01 | arch/x86/acpi_device: Allow empty child references | Duncan Laurie |
2020-04-29 | arch/x86/acpigen: Constify fieldlist parameter to acpigen_write_field | Furquan Shaikh |
2020-04-29 | arch/x86/acpigen: Add helpers for Store() and If (Lequal (...)) | Furquan Shaikh |
2020-04-29 | arch/x86: Implement RESET_VECTOR_IN_RAM | Felix Held |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-28 | arch/x86/acpi_device: Constify struct device * parameter to UID functions | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to write_acpi_tables | Furquan Shaikh |
2020-04-28 | arch/x86/acpi_device: Add a helper function to write PCI device | Furquan Shaikh |
2020-04-27 | arch/x86/acpigen: Add helpers for generating _ADR | Furquan Shaikh |
2020-04-23 | rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE | Julius Werner |
2020-04-22 | arch/x86/acpigen_ps2_keybd: Add JP and UK specific keymaps | Rajat Jain |
2020-04-20 | arch/x86/acpi: Add code to generate ACPI for PS2 keyboards | Rajat Jain |
2020-04-20 | drivers/pc80/rtc: Reorganize prototypes | Kyösti Mälkki |
2020-04-15 | cpu/x86/acpi: Add assignments to ACPI_Sn enums | Marshall Dawson |
2020-04-13 | acpi: Bump MADT to revision 3 | Patrick Rudolph |
2020-04-13 | acpi: Bump FADT to revision 6 | Patrick Rudolph |
2020-04-06 | arch/x86/acpi: add definitions for IVHD type 11h | Michał Żygowski |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-03-31 | arch/x86/tables: Move max ACPI table size to Kconfig | Duncan Laurie |
2020-03-31 | security/vboot: Decouple measured boot from verified boot | Bill XIE |
2020-03-25 | arch/x86: Add Kconfig option for 2nd VGA BIOS image | Martin Roth |
2020-03-23 | acpi: Change Processor ACPI Name (Intel only) | Christian Walter |
2020-03-23 | src: capitalize 'APIC' | Elyes HAOUAS |
2020-03-06 | src/arch/x86: Convert to SPDX license header | Patrick Georgi |
2020-03-05 | Revert "acpi: Bump FADT to revision 6" | Matt DeVillier |
2020-03-02 | x86/acpi_s3: Remove trailing dots from debug message | Paul Menzel |
2020-03-02 | acpi: Bump FADT to revision 6 | Patrick Rudolph |
2020-03-02 | arch/x86/acpigen: Add new helper routines for XOR and get_rx_gpio | Rajat Jain |
2020-02-24 | include/arch/cpu.h: Remove old reference to ROMCC | Elyes HAOUAS |
2020-02-11 | arch/x86/acpi: Change message in acpi_write_dbg2_pci_uart to BIOS_DEBUG | Wim Vervoorn |
2020-02-04 | arch/x86/include/arch: Add SMM_TASK_STATE_SEG | Eugene Myers |
2020-01-30 | x86/acpi_device: Allow acpi_device_add_power_res params as optional | Edward O'Callaghan |
2020-01-30 | arch/x86: add acpigen resource support | Jonathan Zhang |
2020-01-24 | arch/x86/acpi_device: Add macros to define gpio interrupt with wake | Alex Levin |
2020-01-18 | arch/x86/post.c: Hide cmos_post_code from SMM context | Maulik V Vaghela |
2020-01-14 | console/post: Split parts to arch/ | Kyösti Mälkki |
2020-01-13 | arch/x86/cf9_reset: Fix typo | Elyes HAOUAS |
2020-01-13 | arch/x86: Fix typos | Elyes HAOUAS |
2020-01-12 | include/arch/romstage: Fix typo | Elyes HAOUAS |
2020-01-12 | include/arch/acpigen: Fix typo | Elyes HAOUAS |
2020-01-09 | acpi: Be more ACPI compliant when generating _UID | Patrick Rudolph |
2020-01-07 | drivers/pc80/rtc: Clean up some headers | Kyösti Mälkki |
2020-01-07 | acpigen: Add function to generate unicode names | Patrick Rudolph |
2020-01-02 | arch/x86/Kconfig: Remove unused BOOTBLOCK_RESETS | Elyes HAOUAS |
2019-12-27 | cpu/intel/microcode: Apply more strict guard for assembly files | Kyösti Mälkki |
2019-12-27 | arch/x86: Remove <arch/cbfs.h> | Kyösti Mälkki |
2019-12-27 | arch/x86: Remove walkcbfs() | Kyösti Mälkki |
2019-12-27 | bootblock: Support normal/fallback mechanism again | Kyösti Mälkki |
2019-12-26 | src/x86|cpu/intel: Hardcode FIT and ID | Marshall Dawson |
2019-12-26 | src: Remove unused include <string.h> | Elyes HAOUAS |
2019-12-20 | arch/x86: Drop romcc bootblock | Arthur Heymans |
2019-12-19 | arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE | Kyösti Mälkki |
2019-12-19 | src/arch/x86: Build mainboard acpi_tables source if present | Karthikeyan Ramasubramanian |
2019-12-19 | src: Remove unused 'include <arch/cpu.h>' | Elyes HAOUAS |
2019-12-19 | src/arch: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-19 | arch/x86: Drop uses of ROMCC_BOOTBLOCK | Arthur Heymans |
2019-12-19 | Drop ROMCC code and header guards | Arthur Heymans |
2019-12-16 | arch/x86: Make X86 stages select ARCH_X86 | Arthur Heymans |
2019-12-14 | bootblock: Provide some common prototypes | Kyösti Mälkki |
2019-12-12 | acpigen: Add methods for mutex operations | Patrick Rudolph |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-06 | arch|cpu/x86: Add Kconfig option for x86 reset vector | Marshall Dawson |