aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel
AgeCommit message (Expand)Author
2020-11-02sb/intel/lynxpoint/lpc.c: Simplify PM init sequenceAngel Pons
2020-10-31sb/intel/lynxpoint: Drop unnecessary `UL` suffixAngel Pons
2020-10-31sb/intel/lynxpoint: Use common code to generate HPET tableAngel Pons
2020-10-26src: Include <arch/io.h> when appropriateElyes HAOUAS
2020-10-24sb/intel/lynxpoint: Ensure that `dev->chip_info` is not nullAngel Pons
2020-10-24sb/intel/lynxpoint: Use spaces around `|`Angel Pons
2020-10-24sb/intel/lynxpoint/pcie: Fix clock gating routineAngel Pons
2020-10-23sb/intel/lynxpoint: Drop space after castsAngel Pons
2020-10-20sb/intel/ibexpeak: Align to coreboot's coding styleAngel Pons
2020-10-19sb/intel/ibexpeak: Use ARRAY_SIZE macroAngel Pons
2020-10-14haswell/lynxpoint: Align cosmetics with BroadwellAngel Pons
2020-10-13src: Rename EM100Pro-specific SPI console Kconfig optionAngel Pons
2020-10-12sb/intel/i82801gx/acpi: Convert *.asl to ASL 2.0 syntaxElyes HAOUAS
2020-10-12sb/intel/lynxpoint/pcie.c: fix typo in commentMatt DeVillier
2020-10-12sb/intel/lynxpoint: Set PCIe L1 substates capabilities registerMatt DeVillier
2020-10-12sb/intel/lynxpoint: Enable/disable AER via KconfigMatt DeVillier
2020-10-08lynxpoint/broadwell: Relegate IOBP printk to BIOS_SPEWAngel Pons
2020-10-08sb/intel/lynxpoint/acpi/serialio.asl: Enable DMA channelsAngel Pons
2020-09-27sb/intel/lynxpoint/acpi/pch.asl: Drop unused linesAngel Pons
2020-09-26ironlake: Fix compilation on x86_64Patrick Rudolph
2020-09-21src/southbridge: Drop unneeded empty linesElyes HAOUAS
2020-09-14sb/intel/lynxpoint/acpi: Do not determine PCH type at runtimeAngel Pons
2020-09-14sb/intel/lynxpoint: Do not determine PCH type at runtimeAngel Pons
2020-09-01{include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistentSubrata Banik
2020-08-29sb/intel/bd82x6x: Factor out common ME functionsAngel Pons
2020-08-21SMM: Validate more user-provided pointersPatrick Rudolph
2020-08-21sb/intel/i82371eb/fadt.c: Use macro for 'flags' instead of magic numberElyes HAOUAS
2020-08-20sb/intel/lynxpoint: Drop unneeded and rotten Kconfig optionAngel Pons
2020-08-18elog: rename ELOG_WAKE_SOURCE_GPIO to ELOG_WAKE_SOURCE_GPEAaron Durbin
2020-08-18src: Remove unused '<halt.h>'Elyes HAOUAS
2020-08-18src: Remove unused 'include <stddef.h>Elyes HAOUAS
2020-08-18sb/intel/lynxpoint/early_pch.c: Use common 'write_pmbase16()'Elyes HAOUAS
2020-08-18sb/intel/{i82371eb,i82801dx}/fadt.c: Use macro for iapc_boot_archElyes HAOUAS
2020-08-17src: Use PCI_BASE_ADDRESS_* macros instead of magic numbersElyes HAOUAS
2020-08-17{soc/intel/common,sb/intel/lynxpoint}/hda_verb.c: Reduce differencesElyes HAOUAS
2020-08-17{sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differencesElyes HAOUAS
2020-08-17sb/intel/ibexpeak: Use <device/azalia_device.h> registersElyes HAOUAS
2020-08-17sb/intel/i82801jx: Use <device/azalia_device.h> registersElyes HAOUAS
2020-08-17sb/intel/i82801ix: Use <device/azalia_device.h> registersElyes HAOUAS
2020-08-17sb/intel/i82801gx: Use <device/azalia_device.h> registersElyes HAOUAS
2020-08-17sb/intel/bd82x6x: Use <device/azalia_device.h> registersElyes HAOUAS
2020-08-17sb/intel/lynxpoint: Use <device/azalia_device.h> registersElyes HAOUAS
2020-08-17sb/intel/lynxpoint/smihandler.c: Remove dead assignmentElyes HAOUAS
2020-08-13sb/intel/bd82x6x/me_8.x.c: Relocate `mkhi_end_of_post`Angel Pons
2020-08-12sb/intel/bd82x6x: Make `pch_silicon_supported` staticAngel Pons
2020-08-12sb/intel/lynxpoint: Move IOBP API to its own compilation unitAngel Pons
2020-08-12sb/intel/i82801jx/sata.c: Simplify constant is_mobile parameterAngel Pons
2020-08-12sb/intel/i82801jx/sata.c: Drop always-false is_mobile checkAngel Pons
2020-08-12sb/intel/i82801jx: Drop is-mobile checksAngel Pons
2020-08-12sb/intel/i82801ix/lpc.c: Align with i82801jxAngel Pons
2020-08-12sb/intel/i82801ix: Use macros for LPC_ENAngel Pons
2020-08-12sb/intel/i82801jx/early_init.c: Drop double blank lineAngel Pons
2020-08-12sb/intel/i82801ix/early_init.c: Drop unnecessary initial valueAngel Pons
2020-08-12sb/intel/i82801ix/i82801ix.c: Align with i82801jxAngel Pons
2020-08-12sb/intel/bd82x6x: Remove incorrect RCBA registersAngel Pons
2020-08-12sb/intel/lynxpoint: Remove incorrect RCBA registersAngel Pons
2020-08-12sb/intel: Remove inexistent references to IDE controllerAngel Pons
2020-08-07sb/intel/lynxpoint: Use PCI bitwise opsAngel Pons
2020-08-07sb/intel/lynxpoint: Consider root ports being disabled by strapAngel Pons
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-31sb/intel/lynxpoint/me_9.x.c: Constify string arrayAngel Pons
2020-07-28src: Never set ISA Enable on PCI bridgesAngel Pons
2020-07-28lynxpoint: Factor out PIRQ routing from devicetreeAngel Pons
2020-07-26southbridge/intel/common: Replace outb with post_code in finalize.cSindhoor Tilak
2020-07-26{sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bitsAngel Pons
2020-07-26sb/intel/i82371eb: Add #defines for DEVRESx registersKeith Hui
2020-07-26sb/intel/i82371eb: Clean up PM register #definesKeith Hui
2020-07-25sb/intel/bd82x6x: Use common irqlinks.aslAngel Pons
2020-07-24nb/intel/ironlake: Move southbridge code to ibexpeakAngel Pons
2020-07-24sb/intel/*: Delete invalid commentAngel Pons
2020-07-22sb/intel/i82801jx/hdaudio.c: Rename to `azalia.c`Angel Pons
2020-07-22sb/intel/i82801ix/hdaudio.c: Rename to `azalia.c`Angel Pons
2020-07-22sb/intel/i82801ix/sata.c: Use `probe_resource`Angel Pons
2020-07-22sb/intel/i82801jx: Drop `docking_supported`Angel Pons
2020-07-22sb/intel/i82801jx: Drop `c3_latency`Angel Pons
2020-07-21sb/intel/lynxpoint/me_9.x.c: Add spaces around `=`Angel Pons
2020-07-21src: Use ACPI macrosElyes HAOUAS
2020-07-21e7505/i82801dx: Use common code for early SMBusAngel Pons
2020-07-21i945/pineview/x4x/i82801gx: Use common code for early SMBusAngel Pons
2020-07-21gm45/i82801ix: Use common code for early SMBusAngel Pons
2020-07-21x4x/i82801jx: Use common code for early SMBusAngel Pons
2020-07-21sb/intel/lynxpoint: Use common code for early SMBusAngel Pons
2020-07-21sandybridge/bd82x6x: Use common code for early SMBusAngel Pons
2020-07-21ironlake/ibexpeak: Move early_smbus.c to common codeAngel 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-20sb/intel/i82801dx/fadt.c: Use ACPI_ADDRESS_SPACE_IOAngel Pons
2020-07-20sb/intel/bd82x6x/fadt.c: Use definitions instead of numbersAngel Pons
2020-07-20sb/intel/ibexpeak/fadt.c: Use definitions instead of numbersAngel 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-20sb/intel/i82371eb: Declare reset register in FADTAngel Pons
2020-07-20sb/intel/i82801dx: Declare reset register in FADTAngel Pons
2020-07-20sb/intel/i82801dx: Drop unneeded PM2 settings from FADTAngel Pons
2020-07-20sb/intel/i82371eb: Drop unneeded PM2 settings from FADTAngel Pons
2020-07-20src: Drop useless PM1b settings from FADTAngel Pons
2020-07-20src: Drop useless GPE1 settings from FADTAngel Pons