aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx
AgeCommit message (Expand)Author
2021-02-05intel: Turn `DEFAULT_RCBA` into a Kconfig symbolAngel Pons
2021-02-01sb/intel/i82801gx,ix: Drop MPEN from GNVSKyösti Mälkki
2021-01-28ACPI: Declare GNVS variables globallyKyösti Mälkki
2021-01-25sb,soc/intel: Remove no-op APMC for C-state and P-stateKyösti Mälkki
2021-01-20ACPI GNVS: Drop APIC, factor out MPENKyösti Mälkki
2021-01-18ACPI: Refactor ChromeOS specific ACPI GNVSKyösti Mälkki
2021-01-18ACPI: Select ACPI_SOC_NVS only where suitableKyösti Mälkki
2021-01-15nb/intel/pineview: Extract HPET setup and delay functionAngel Pons
2021-01-13sb/intel: Add CBMC entries in GNVSKyösti Mälkki
2021-01-13ACPI: Have single call-site for acpi_inject_nvsa()Kyösti Mälkki
2021-01-13ACPI: Add common acpi_fill_gnvs()Kyösti Mälkki
2021-01-10mb/x/acpi_tables: Rename to mainboard_fill_gnvs()Kyösti Mälkki
2021-01-10sb/intel: Factor out soc_fill_gnvs()Kyösti Mälkki
2021-01-10ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocationsKyösti Mälkki
2021-01-04arch/x86: Pass GNVS as parameter to SMM moduleKyösti Mälkki
2020-12-17azalia: Use `azalia_enter_reset` functionAngel Pons
2020-12-17azalia: Use `azalia_exit_reset` functionAngel Pons
2020-12-17azalia: Make `azalia_find_verb` parametricAngel Pons
2020-12-17azalia: Drop unused parameter from `azalia_find_verb`Angel Pons
2020-12-17azalia: Make `find_verb` function non-staticAngel Pons
2020-12-17azalia: Make `set_bits` function non-staticAngel Pons
2020-12-11sb/intel/x/smbus.c: Factor out common codeAngel Pons
2020-11-07sb/intel: Don't set ACPI_EN twiceAngel Pons
2020-11-07sb/intel/*/lpc.c: Don't try to write read-only PCICMD bitsAngel Pons
2020-11-04sb/intel/*/acpi/lpc.asl: Drop unnecessary RCBA offsetAngel Pons
2020-11-02azalia: Use `HDA_GCTL_CRST` macro as unset-maskAngel Pons
2020-11-02azalia: Treat all negative return values as errorsAngel Pons
2020-10-12sb/intel/i82801gx/acpi: Convert *.asl to ASL 2.0 syntaxElyes HAOUAS
2020-09-21src/southbridge: Drop unneeded empty linesElyes HAOUAS
2020-08-17src: Use PCI_BASE_ADDRESS_* macros instead of magic numbersElyes HAOUAS
2020-08-17{sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differencesElyes HAOUAS
2020-08-17sb/intel/i82801gx: Use <device/azalia_device.h> registersElyes HAOUAS
2020-08-05sb/intel/i82801{gx,ix,jx}/acpi/lpc.asl: Drop dead codeAngel Pons
2020-08-05{sb,soc}/intel/*/acpi/lpc.asl: Drop commented-out codeAngel Pons
2020-08-04sb/intel/i82801gx: Use PCI bitwise opsAngel Pons
2020-07-28src: Never set ISA Enable on PCI bridgesAngel Pons
2020-07-26{sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bitsAngel Pons
2020-07-24sb/intel/*: Delete invalid commentAngel Pons
2020-07-21i945/pineview/x4x/i82801gx: Use common code for early SMBusAngel Pons
2020-07-20sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASEAngel Pons
2020-07-20src: Report word-sized access for PM1a_EVTAngel Pons
2020-07-20src: Make HAVE_CF9_RESET set the FADT reset registerAngel Pons
2020-07-20src: Drop useless cache flush settings in FADTAngel Pons
2020-07-20src: Never overwrite `fadt->flags`Angel Pons
2020-07-20src: Drop useless PM1b settings from FADTAngel Pons
2020-07-20src: Drop useless GPE1 settings from FADTAngel Pons
2020-07-14src: Remove unused 'include <string.h>'Elyes HAOUAS
2020-07-09sb/intel/i82801gx/azalia.c: Drop dead codeAngel Pons
2020-07-09sb/intel/i82801gx/pcie.c: Drop dead codeAngel Pons
2020-07-08sb/intel: Factor out irqlinks.aslAngel Pons
2020-07-08sb/intel: Factor out ICH ACPI for HDAAngel Pons
2020-07-08sb/intel/i82801{gx,ix,jx}/acpi: Align cosmeticsAngel Pons
2020-07-08sb/intel/i82801gx: Remove nic.c driverAngel Pons
2020-07-08sb/intel/i82801gx,ix,jx: Drop invalid GNVS update routineKyösti Mälkki
2020-07-01ACPI GNVS: Replace uses of smm_get_gnvs()Kyösti Mälkki
2020-06-30ACPI: Drop typedef global_nvs_tKyösti Mälkki
2020-06-27sb/intel/i82801gx/fadt.c: Align with i82801ixAngel Pons
2020-06-27sb/intel/i82801gx/fadt.c: Reorder statementsAngel Pons
2020-06-27sb/intel/i82801gx: Move `acpi_fill_fadt` to fadt.cAngel Pons
2020-06-27sb/intel/i82801gx: Use common early SPI codeAngel Pons
2020-06-25sb/intel/i82801{gx,jx}/nvs.h: Add include guardsAngel Pons
2020-06-24src: Report byte-sized access for GPE0Angel Pons
2020-06-24ACPI: Replace smm_setup_structures()Kyösti Mälkki
2020-06-22sb/intel/i82801gx: Constify struct southbridge_intel_i82801gx_configElyes HAOUAS
2020-06-22device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki
2020-06-16sb/intel: Remove spurious HAVE_SMI_HANDLER testKyösti Mälkki
2020-06-16arch/x86: Create helper for APM_CNT SMI triggersKyösti Mälkki
2020-06-16sb/intel: Clean up some SMI enablesKyösti Mälkki
2020-06-10ACPI: Remove Kconfig COMMON_FADTKyösti Mälkki
2020-06-09ACPI: Move redundant FADT reserved entryKyösti Mälkki
2020-06-06src: Use pci_dev_ops_pci where applicableAngel Pons
2020-06-06arch/x86: Declare permanent_smi_handler()Kyösti Mälkki
2020-06-06soc,southbridge/intel: Control SMI related FADT entriesKyösti Mälkki
2020-05-27drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber
2020-05-26sb/intel/i82801gx: Use macro instead of numbersElyes HAOUAS
2020-05-26src/sb: Use 'print("%s...", __func__)'Elyes HAOUAS
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-08southbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-05-01sb/intel/i82801gx: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS
2020-04-28device: Constify struct device * parameter to acpi_inject_dsdtFurquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-09sb/intel/i82801gx: Use 'const' to set pci_devfn_t staticallyElyes HAOUAS
2020-04-05sb/intel/i82801gx: Improve code formattingElyes HAOUAS
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-04-04src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02sb/intel/i82801gx: drop IGD-related NVS variablesMatt DeVillier
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-24drivers/intel/gma/acpi: Reduce display switching stubsNico Huber
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-02-26treewide: capitalize 'USB'Elyes HAOUAS
2020-02-24treewide: Capitalize 'CMOS'Elyes HAOUAS
2020-01-14sb/intel/common: Declare common smbus_base() and enable_smbus()Kyösti Mälkki
2020-01-14intel/{i945,pineview},i82801gx: Move enable_smbus() callKyösti Mälkki
2020-01-09sb/intel/common: Add smbus_host_reset()Kyösti Mälkki
2020-01-09device,sb/intel: Move SMBus host controller prototypesKyösti Mälkki