Age | Commit message (Expand) | Author |
2020-08-17 | src: Use PCI_BASE_ADDRESS_* macros instead of magic numbers | Elyes HAOUAS |
2020-08-17 | {sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differences | Elyes HAOUAS |
2020-08-17 | sb/intel/i82801jx: Use <device/azalia_device.h> registers | Elyes HAOUAS |
2020-08-12 | sb/intel/i82801jx/sata.c: Simplify constant is_mobile parameter | Angel Pons |
2020-08-12 | sb/intel/i82801jx/sata.c: Drop always-false is_mobile check | Angel Pons |
2020-08-12 | sb/intel/i82801jx: Drop is-mobile checks | Angel Pons |
2020-08-12 | sb/intel/i82801jx/early_init.c: Drop double blank line | Angel Pons |
2020-08-05 | sb/intel/i82801{gx,ix,jx}/acpi/lpc.asl: Drop dead code | Angel Pons |
2020-08-05 | {sb,soc}/intel/*/acpi/lpc.asl: Drop commented-out code | Angel Pons |
2020-07-28 | src: Never set ISA Enable on PCI bridges | Angel Pons |
2020-07-26 | {sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bits | Angel Pons |
2020-07-22 | sb/intel/i82801jx/hdaudio.c: Rename to `azalia.c` | Angel Pons |
2020-07-22 | sb/intel/i82801jx: Drop `docking_supported` | Angel Pons |
2020-07-22 | sb/intel/i82801jx: Drop `c3_latency` | Angel Pons |
2020-07-21 | x4x/i82801jx: Use common code for early SMBus | Angel Pons |
2020-07-20 | sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASE | Angel Pons |
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 | 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-10 | sb/intel/i82801jx/Makefile.inc: Sort entries | Angel Pons |
2020-07-08 | sb/intel: Factor out irqlinks.asl | Angel Pons |
2020-07-08 | sb/intel: Factor out ICH ACPI for HDA | Angel Pons |
2020-07-08 | sb/intel/i82801{gx,ix,jx}/acpi: Align cosmetics | Angel Pons |
2020-07-08 | sb/intel/i82801gx,ix,jx: Drop invalid GNVS update routine | Kyösti Mälkki |
2020-07-06 | sb/intel/i82801jx/sata.c: Handle ABAR as a resource | Angel Pons |
2020-07-01 | ACPI GNVS: Replace uses of smm_get_gnvs() | Kyösti Mälkki |
2020-06-30 | ACPI: Drop typedef global_nvs_t | Kyösti Mälkki |
2020-06-27 | sb/intel/i82801jx: Use pmutil.h definitions | Angel Pons |
2020-06-27 | sb/intel/i82801jx: Drop `p_cnt_throttling_supported` | Angel Pons |
2020-06-27 | sb/intel/i82801jx/fadt.c: Use pmutil.h definitions | Angel Pons |
2020-06-27 | sb/intel/i82801jx/fadt.c: Align with i82801ix | Angel Pons |
2020-06-27 | sb/intel/i82801jx/fadt.c: Reorder statements | Angel Pons |
2020-06-27 | sb/intel/i82801jx: Move `acpi_fill_fadt` to fadt.c | Angel Pons |
2020-06-27 | sb/intel/i82801jx: Use common early SPI code | Angel Pons |
2020-06-25 | sb/intel/i82801jx/Kconfig: Sort options alphabetically | Angel Pons |
2020-06-25 | sb/intel/i82801{gx,jx}/nvs.h: Add include guards | Angel Pons |
2020-06-25 | sb/intel/i82801jx: Rename GNVS `PSVT` and `CRTT` | Angel Pons |
2020-06-24 | src: Report byte-sized access for GPE0 | Angel Pons |
2020-06-24 | ACPI: Replace smm_setup_structures() | Kyösti Mälkki |
2020-06-22 | sb/intel/i82801{ix,jx}/hdaudio.c: Use `Azalia` in printk | Angel Pons |
2020-06-22 | sb/intel/i82801{gx,ix,jx}/hdaudio.c: Drop unused typedef | Angel Pons |
2020-06-22 | sb/intel/i82801jx/hdaudio.c: Align with i82801ix | Angel Pons |
2020-06-22 | sb/intel/i82801{ix,jx}: Correct include guards | Angel Pons |
2020-06-22 | device/smbus_host: Declare common early SMBus prototypes | Kyösti Mälkki |
2020-06-16 | sb/intel: Remove spurious HAVE_SMI_HANDLER test | Kyösti Mälkki |
2020-06-16 | arch/x86: Create helper for APM_CNT SMI triggers | Kyösti Mälkki |
2020-06-16 | sb/intel: Clean up some SMI enables | Kyösti Mälkki |
2020-06-12 | sb/intel/i82801jx: Use PCI bitwise ops | Angel Pons |
2020-06-10 | ACPI: Remove Kconfig COMMON_FADT | Kyösti Mälkki |
2020-06-09 | ACPI: Move redundant FADT reserved entry | Kyösti Mälkki |
2020-06-06 | src: Use pci_dev_ops_pci where applicable | Angel Pons |
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-05-27 | drivers/intel/gma: Move IGD OpRegion to CBMEM | Nico Huber |
2020-05-26 | src/sb: Use 'print("%s...", __func__)' | 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-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-08 | southbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-05-01 | sb/intel/i82801jx: Fix 16-bit read/write PCI_COMMAND register | Elyes HAOUAS |
2020-05-01 | src: Remove unused 'include <cpu/x86/cache.h>' | Elyes HAOUAS |
2020-04-28 | device: Constify struct device * parameter to acpi_inject_dsdt | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
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 | sb/intel/i82801jx: drop IGD-related NVS variables | Matt DeVillier |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-03-24 | drivers/intel/gma/acpi: Reduce display switching stubs | Nico Huber |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-02-24 | treewide: Capitalize 'CMOS' | Elyes HAOUAS |
2020-01-14 | sb/intel/common: Declare common smbus_base() and enable_smbus() | Kyösti Mälkki |
2020-01-14 | intel/{gm45,x4x},i82801{ix|jx}: Move enable_smbus() call | 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-09 | drivers/pc80/rtc: Separate {get|set}_option() prototypes | Kyösti Mälkki |
2019-12-19 | src/southbridge: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-18 | src: Remove unused 'include <pc80/mc146818rtc.h>' | Elyes HAOUAS |
2019-12-14 | bootblock: Provide some common prototypes | Kyösti Mälkki |
2019-11-26 | sb/intel/common/spi: Add Baytrail/Braswell support | Arthur Heymans |
2019-11-18 | sb/intel/common: Properly guard USB debug | Arthur Heymans |
2019-11-15 | nb/intel/x4x: Move to C_ENVIRONMENT_BOOTBLOCK | Arthur Heymans |
2019-11-14 | sb/intel/i82801jx: Move early sb init to a common place | Arthur Heymans |
2019-11-13 | sb/intel/i82801gx,ix,jx: Move HAVE_SMI_HANDLER conditional | Kyösti Mälkki |
2019-11-13 | sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOT | Kyösti Mälkki |
2019-11-13 | sb/intel/i82801jx: Enable upper 128bytes of CMOS | Arthur Heymans |
2019-11-12 | sb/intel/i82801jx: Add common code for LPC decode | 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-11-04 | sb/intel: Use defined CONFIG_HPET_ADDRESS | Elyes HAOUAS |
2019-11-04 | sb/intel/i82801jx/nvs.h: include required header | Arthur Heymans |
2019-11-04 | sb/intel: Move 'smbus.asl' to common place | Elyes HAOUAS |
2019-11-01 | soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpi | Subrata Banik |
2019-10-30 | sb/intel/common: Make linking pmbase.c conditional | Arthur Heymans |
2019-10-30 | src/southbridge: change "unsigned" to "unsigned int" | Martin Roth |