summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common
AgeCommit message (Expand)Author
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 copyrights and authors to AUTHORSPatrick 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/common/smihandler: Fix 16-bit read/write to PCI_COMMAND registerElyes HAOUAS
2020-05-01sb/intel/common/{madt,rcba_pirq}.c: Convert to 96 characters line lengthElyes HAOUAS
2020-05-01src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-28security: Add common boot media write protectionPatrick Rudolph
2020-04-04src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-31security/vboot: relocate and rename vboot_platform_is_resuming()Bill XIE
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-15nb/intel/nehalem: Rename to ironlakeAngel Pons
2020-03-06sb/intel/common/firmware/Makefile.inc: use ifdtool --output flagMarcello Sylvester Bauer
2020-02-01sb/intel/common/acpi: Add more Windows versionsPeter Lemenkov
2020-01-28drivers/spi/spi_flash: remove spi flash namesAaron Durbin
2020-01-22{soc,southbridge}/*/*/acpi: Add possibility to disable S4Wim Vervoorn
2020-01-12sb/intel/common: Move SMBus register layout outside headerKyösti Mälkki
2020-01-09sb/intel/common: Add smbus_set_slave_addr()Kyösti Mälkki
2020-01-09sb/intel/common: Add smbus_host_reset()Kyösti Mälkki
2020-01-09sb/intel/common: Rename smbus_base to baseKyösti Mälkki
2020-01-09device,sb/intel: Move SMBus host controller prototypesKyösti Mälkki
2020-01-09sb/intel/common: Change some local SMBus function signaturesKyösti Mälkki
2020-01-09sb/intel/common: Add SMBUS register read-modify-writeKyösti Mälkki
2020-01-09sb/intel/common: Wrap inb/outb()Kyösti Mälkki
2020-01-09sb/intel/common: Add smbus_{read/write}_word() variantsKyösti Mälkki
2020-01-09drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki
2020-01-03spi-generic: remove SPI_FLASH_SECTOR_ERASE_TIMEOUT_MSAaron Durbin
2019-12-20{drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS
2019-12-19src/southbridge: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-29sb/intel/spi: Drop CAR_GLOBAL_MIGRATIONArthur Heymans
2019-11-26southbridge/intel/common/spi.c: Define __SIMPLE_DEVICE__Arthur Heymans
2019-11-26sb/intel/common/spi: Add Baytrail/Braswell supportArthur Heymans
2019-11-21nb/sb/cpu: Drop Intel Rangeley supportArthur Heymans
2019-11-18sb/intel/common: Properly guard USB debugArthur Heymans
2019-11-15nb/intel/i945: Initialize console in bootblockArthur Heymans
2019-11-10sb/intel/common: Remove the SOUTHBRIDGE_INTEL_COMMON Kconfig symbolArthur Heymans
2019-11-10sb/intel/common: Make COMMON_RESET optionalArthur Heymans
2019-11-10sb/intel/common: Make linking rtc.c conditionalArthur Heymans
2019-11-09arch/x86: Replace some __SMM__ guardsKyösti Mälkki
2019-11-09ELOG: Introduce elog_gsmi variantsKyösti Mälkki
2019-11-04sb/intel/common/platform.asl: Remove setting unused GNVSArthur Heymans
2019-11-04sb/intel: Move 'smbus.asl' to common placeElyes HAOUAS
2019-11-01soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpiSubrata Banik
2019-10-30sb/intel/common: Make linking pmbase.c conditionalArthur Heymans
2019-10-30sb/intel/common/Makefile: Use 'all' class to link files in all stagesArthur Heymans
2019-10-30src/southbridge: change "unsigned" to "unsigned int"Martin Roth
2019-10-22sb/intel/common/smihandler: Fix compilation on x86_64Patrick Rudolph