Age | Commit message (Expand) | Author |
2023-04-29 | asus/p2b, emu/qemu-i440fx: Use acpigen_write_processor_device() | Kyösti Mälkki |
2023-04-29 | ACPI: Make FADT entries for RTC/CMOS architectural | Kyösti Mälkki |
2023-04-27 | ACPI: Make FADT entries for SMI architectural | Kyösti Mälkki |
2023-04-26 | asus/p2b, emulation/qemu-i440fx: Use ACPI_COMMON_MADT_IOAPIC | Kyösti Mälkki |
2023-04-26 | arch/x86/ioapic: Promote ioapic_get_sci_pin() | Kyösti Mälkki |
2023-04-26 | cpu/intel/speedstep: Separate single SSDT CPU entry | Kyösti Mälkki |
2023-04-24 | asus/p2b: Remove MADT LAPIC | Kyösti Mälkki |
2023-04-21 | Drop unused include <version.h> | Kyösti Mälkki |
2023-04-21 | ACPI: Obsolete FADT p_lvl2_lat and p_lvl3_lat fields | Kyösti Mälkki |
2023-04-17 | sb/intel: Use ACPI_FADT_C2/C3_NOT_SUPPORTED defines | Kyösti Mälkki |
2023-04-15 | sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC | Kyösti Mälkki |
2023-04-14 | intel/i82371eb,speedstep: Use dev_count_cpu() | Kyösti Mälkki |
2023-04-08 | sb/intel/i82371eb/chip.h: Use 'bool' instead of 'int' | Elyes Haouas |
2023-02-17 | treewide: Remove unuseful "_ADR: Address" comment | Elyes Haouas |
2023-02-01 | treewide: Remove duplicated include <device/pci.h> | Elyes Haouas |
2022-12-23 | tree: Replace And(a,b) with ASL 2.0 syntax | Felix Singer |
2022-12-23 | tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax | Felix Singer |
2022-12-14 | sb/intel/acpi: Replace Store(a,b) with ASL 2.0 syntax | Felix Singer |
2022-09-29 | treewide: use is_enabled_cpu() on cycles over device list | Fabio Aiuto |
2022-04-27 | sb/intel/{i82371eb/i82801dx}: select BOOT_DEVICE_NOT_SPI_FLASH | Arthur Heymans |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-02-22 | sb/intel/i82371eb: Constify pci_devfn_t devices | Elyes Haouas |
2022-01-01 | sb/intel/i82371eb/acpi: Replace Decrement() with ASL 2.0 syntax | Felix Singer |
2021-10-22 | mb/emulation/qemu-i440fx: Select IOAPIC | Kyösti Mälkki |
2021-10-22 | sb,soc/intel: Replace set_ioapic_id() with setup_ioapic() | Kyösti Mälkki |
2021-10-18 | ACPI: Have common acpi_fill_mcfg() | Kyösti Mälkki |
2021-10-05 | src/soc to src/superio: Fix spelling errors | Martin Roth |
2021-08-19 | acpi: Fill fadt->century based on Kconfig | Nico Huber |
2021-06-12 | arch/x86/ioapic: Add get_ioapic_id() and get_ioapic_version() | Kyösti Mälkki |
2021-04-06 | sb/intel/i82371eb: Do not read PM/SMBus I/O ports at runtime | Keith Hui |
2021-03-22 | mb/asus/p2b: Refactor southbridge ACPI stuff | Keith Hui |
2021-01-18 | ACPI: Select ACPI_SOC_NVS only where suitable | Kyösti Mälkki |
2021-01-10 | ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations | Kyösti Mälkki |
2020-09-21 | src/southbridge: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-01 | {include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistent | Subrata Banik |
2020-08-21 | sb/intel/i82371eb/fadt.c: Use macro for 'flags' instead of magic number | Elyes HAOUAS |
2020-08-18 | sb/intel/{i82371eb,i82801dx}/fadt.c: Use macro for iapc_boot_arch | Elyes HAOUAS |
2020-07-26 | sb/intel/i82371eb: Add #defines for DEVRESx registers | Keith Hui |
2020-07-26 | sb/intel/i82371eb: Clean up PM register #defines | Keith Hui |
2020-07-21 | src: Use ACPI macros | Elyes HAOUAS |
2020-07-20 | src: Report word-sized access for PM1a_EVT | Angel Pons |
2020-07-20 | src: Make HAVE_CF9_RESET set the FADT reset register | Angel Pons |
2020-07-20 | src: Drop useless cache flush settings in FADT | Angel Pons |
2020-07-20 | src: Never overwrite `fadt->flags` | Angel Pons |
2020-07-20 | sb/intel/i82371eb: Declare reset register in FADT | Angel Pons |
2020-07-20 | sb/intel/i82371eb: Drop unneeded PM2 settings from FADT | Angel Pons |
2020-07-20 | src: Drop useless PM1b settings from FADT | Angel Pons |
2020-07-20 | src: Drop useless GPE1 settings from FADT | Angel Pons |
2020-07-14 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2020-07-06 | sb/intel/i82371eb: Don't fill \_SB.PCI0.MBRS | Keith Hui |
2020-06-22 | device/smbus_host: Declare common early SMBus prototypes | Kyösti Mälkki |
2020-06-10 | ACPI: Remove Kconfig COMMON_FADT | Kyösti Mälkki |
2020-06-10 | sb/intel, ACPI: Do not override FADT preferred_pm_profile | Kyösti Mälkki |
2020-06-10 | sb/intel/i82371eb: Select COMMON_FADT | Kyösti Mälkki |
2020-06-06 | arch/x86: Declare permanent_smi_handler() | Kyösti Mälkki |
2020-06-06 | soc,southbridge/intel: Control SMI related FADT entries | Kyösti Mälkki |
2020-06-02 | sb/intel/i82371eb: Fix 16-bit read/write PCI_COMMAND register | Elyes HAOUAS |
2020-06-02 | src: Remove unused 'include <arch/smp/mpspec.h>' | Elyes HAOUAS |
2020-05-13 | src: Remove unused '#include <stdint.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-10 | src: Replace remaining GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-08 | sb/intel/i82371eb: Fix iasl warning | Keith Hui |
2020-05-08 | sb/intel/i82371eb: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-05-04 | sb/intel/i82371eb: Move wakeup code to romstage | Keith Hui |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-18 | i82371eb: Drop KB/Mouse/FDC declarations | Keith Hui |
2020-04-13 | acpi: Bump FADT to revision 6 | Patrick Rudolph |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2020-04-04 | src/southbridge: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-03-23 | acpi: Change Processor ACPI Name (Intel only) | Christian Walter |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-03-06 | Revert "i82371eb: Drop support for older PIIX chips" | Patrick Georgi |
2020-03-03 | i82371eb: Roll 82093aa init into isa_init() | Keith Hui |
2020-03-03 | i82371eb: Drop support for older PIIX chips | Keith Hui |
2020-03-03 | sb/intel/i82371eb: Support reconfiguring GPO22/23 | Keith Hui |
2020-03-03 | sb/intel/i82371eb: Enable upper NVRAM bank | Keith Hui |
2020-02-24 | treewide: Capitalize 'CMOS' | Elyes HAOUAS |
2020-01-14 | sb/intel/i82371eb: Add PIIX4 definitions | Keith Hui |
2020-01-14 | sb/intel/common: Declare common smbus_base() and enable_smbus() | Kyösti Mälkki |
2020-01-12 | asus/{p2b-x,p3b-f},intel/i440bx: Move mainboard_romstage_entry() | Kyösti Mälkki |
2020-01-09 | sb/intel/common: Add smbus_host_reset() | Kyösti Mälkki |
2020-01-09 | device,sb/intel: Move SMBus host controller prototypes | Kyösti Mälkki |
2020-01-02 | intel/i82371eb: Drop unused code | Kyösti Mälkki |
2019-12-14 | sb/intel/*: Remove romcc guards | Arthur Heymans |
2019-12-14 | bootblock: Provide some common prototypes | Kyösti Mälkki |
2019-11-25 | cpu/intel/slot_1: Move to C_ENVIRONMENT_BOOTBLOCK | Arthur Heymans |
2019-11-10 | sb/intel/common: Remove the SOUTHBRIDGE_INTEL_COMMON Kconfig symbol | Arthur Heymans |
2019-11-10 | sb/intel/common: Make COMMON_RESET optional | Arthur Heymans |
2019-11-10 | sb/intel/common: Make linking rtc.c conditional | Arthur Heymans |
2019-10-18 | src: Remove unused include '<device/pci_ids.h>' | Elyes HAOUAS |
2019-10-09 | acpi_table_header: Replace hard-coded length via sizeof(acpi_fadt_t) | Himanshu Sahdev |
2019-10-08 | device: Use scan_static_bus() over scan_lpc_bus() | Nico Huber |
2019-10-04 | acpi_table_header: Replace hard-coded revision via macro and function | Himanshu Sahdev |
2019-08-21 | southbridge/intel: Tidy up preprocessor and headers | Kyösti Mälkki |
2019-04-25 | src/southbridge/intel: Remove unused variables | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |