summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint
Commit message (Expand)AuthorAgeFilesLines
* sb/intel/lynxpoint: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-018-48/+27
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-011-1/+0
* device: Constify struct device * parameter to acpi_inject_dsdtFurquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-1/+1
* acpi: Bump FADT to revision 6Patrick Rudolph2020-04-131-18/+10
* sb/{bd82x6x,ibexpeak,lynxpoint}/early_smbus: Use macroElyes HAOUAS2020-04-091-1/+2
* sb/intel/lynxpoint: Use SPDX headersAngel Pons2020-04-063-25/+2
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-053-3/+0
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0439-533/+78
* sb/intel/lynxpoint: drop IGD-related NVS variablesMatt DeVillier2020-04-023-18/+1
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-2/+2
* drivers/intel/gma/acpi: Reduce display switching stubsNico Huber2020-03-242-7/+1
* src: capitalize 'APIC'Elyes HAOUAS2020-03-231-1/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-1741-52/+0
* sb/lynxpoint/gpio: fix interrupt stormMatt DeVillier2020-03-171-2/+3
* src: capitalize 'PCIe'Elyes HAOUAS2020-03-042-2/+2
* sb/lynxpoint: hook up smmstoreMatt DeVillier2020-03-031-1/+25
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-241-2/+2
* sb/intel/lynxpoint: Don't use_ADR and _HIDElyes HAOUAS2020-02-111-8/+0
* sb/intel/common: Declare common smbus_base() and enable_smbus()Kyösti Mälkki2020-01-143-12/+11
* sb/intel/common: Add smbus_set_slave_addr()Kyösti Mälkki2020-01-092-4/+1
* sb/intel/common: Add smbus_host_reset()Kyösti Mälkki2020-01-091-6/+1
* device,sb/intel: Move SMBus host controller prototypesKyösti Mälkki2020-01-092-0/+2
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-092-2/+2
* src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS2019-12-191-1/+0
* src/southbridge: Remove unused <stdlib.h>Elyes HAOUAS2019-12-192-2/+0
* Revert "{northbridge,soc,southbridge}: Don't use both of _ADR and _HID"Nico Huber2019-12-141-1/+8
* bootblock: Provide some common prototypesKyösti Mälkki2019-12-141-1/+1
* {northbridge,soc,southbridge}: Don't use both of _ADR and _HIDElyes HAOUAS2019-11-291-8/+1
* sb/intel/common/spi: Add Baytrail/Braswell supportArthur Heymans2019-11-261-1/+1
* sb/intel/common: Properly guard USB debugArthur Heymans2019-11-181-0/+1
* sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOTKyösti Mälkki2019-11-131-8/+0
* sb/intel/common: Remove the SOUTHBRIDGE_INTEL_COMMON Kconfig symbolArthur Heymans2019-11-101-1/+0
* sb/intel/common: Make COMMON_RESET optionalArthur Heymans2019-11-101-0/+1
* sb/intel/common: Make linking rtc.c conditionalArthur Heymans2019-11-101-0/+1
* arch/x86: Replace some __SMM__ guardsKyösti Mälkki2019-11-094-18/+24
* ELOG: Avoid some preprocessor useKyösti Mälkki2019-11-092-6/+4
* ELOG: Introduce elog_gsmi variantsKyösti Mälkki2019-11-091-11/+4
* sb,soc/intel: Reduce preprocessor use with ME debuggingKyösti Mälkki2019-11-082-37/+29
* arch/x86: Drop some __SMM__ guardsKyösti Mälkki2019-11-081-2/+0
* sb/intel: Use defined CONFIG_HPET_ADDRESSElyes HAOUAS2019-11-041-4/+4
* sb/intel/lynxpoint: Use sb/intel/common/platform.aslArthur Heymans2019-11-041-53/+0
* sb/intel: Move 'smbus.asl' to common placeElyes HAOUAS2019-11-042-237/+1
* soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpiSubrata Banik2019-11-011-21/+0
* sb/intel/common: Make linking pmbase.c conditionalArthur Heymans2019-10-301-0/+1
* src/southbridge: change "unsigned" to "unsigned int"Martin Roth2019-10-307-12/+12
* src/southbridge: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-281-0/+1
* sb/lynxpoint: Fix 'dead increment'Elyes HAOUAS2019-10-212-2/+2
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-1/+1