| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Remove "this file is part of" lines | Patrick Georgi | 2020-05-11 | 26 | -26/+0 |
* | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi | 2020-05-09 | 1 | -9/+1 |
* | southbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS | 2020-05-08 | 1 | -13/+2 |
* | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh | 2020-05-02 | 1 | -2/+2 |
* | sb/intel/i82801jx: Fix 16-bit read/write PCI_COMMAND register | Elyes HAOUAS | 2020-05-01 | 4 | -15/+4 |
* | src: Remove unused 'include <cpu/x86/cache.h>' | Elyes HAOUAS | 2020-05-01 | 1 | -1/+0 |
* | device: Constify struct device * parameter to acpi_inject_dsdt | Furquan Shaikh | 2020-04-28 | 1 | -1/+1 |
* | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh | 2020-04-28 | 1 | -1/+1 |
* | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS | 2020-04-05 | 4 | -4/+0 |
* | src/southbridge: Use SPDX for GPL-2.0-only files | Angel Pons | 2020-04-04 | 24 | -330/+48 |
* | sb/intel/i82801jx: drop IGD-related NVS variables | Matt DeVillier | 2020-04-02 | 3 | -18/+1 |
* | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber | 2020-04-02 | 1 | -2/+2 |
* | drivers/intel/gma/acpi: Reduce display switching stubs | Nico Huber | 2020-03-24 | 2 | -7/+1 |
* | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi | 2020-03-17 | 25 | -40/+0 |
* | treewide: Capitalize 'CMOS' | Elyes HAOUAS | 2020-02-24 | 1 | -2/+2 |
* | sb/intel/common: Declare common smbus_base() and enable_smbus() | Kyösti Mälkki | 2020-01-14 | 3 | -9/+9 |
* | intel/{gm45,x4x},i82801{ix|jx}: Move enable_smbus() call | Kyösti Mälkki | 2020-01-14 | 2 | -1/+4 |
* | sb/intel/common: Add smbus_host_reset() | Kyösti Mälkki | 2020-01-09 | 1 | -6/+1 |
* | device,sb/intel: Move SMBus host controller prototypes | Kyösti Mälkki | 2020-01-09 | 2 | -1/+2 |
* | drivers/pc80/rtc: Separate {get|set}_option() prototypes | Kyösti Mälkki | 2020-01-09 | 2 | -1/+2 |
* | src/southbridge: Remove unused <stdlib.h> | Elyes HAOUAS | 2019-12-19 | 1 | -1/+0 |
* | src: Remove unused 'include <pc80/mc146818rtc.h>' | Elyes HAOUAS | 2019-12-18 | 1 | -1/+0 |
* | bootblock: Provide some common prototypes | Kyösti Mälkki | 2019-12-14 | 1 | -1/+1 |
* | sb/intel/common/spi: Add Baytrail/Braswell support | Arthur Heymans | 2019-11-26 | 1 | -1/+1 |
* | sb/intel/common: Properly guard USB debug | Arthur Heymans | 2019-11-18 | 1 | -1/+1 |
* | nb/intel/x4x: Move to C_ENVIRONMENT_BOOTBLOCK | Arthur Heymans | 2019-11-15 | 5 | -10/+10 |
* | sb/intel/i82801jx: Move early sb init to a common place | Arthur Heymans | 2019-11-14 | 2 | -0/+62 |
* | sb/intel/i82801gx,ix,jx: Move HAVE_SMI_HANDLER conditional | Kyösti Mälkki | 2019-11-13 | 1 | -9/+10 |
* | sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOT | Kyösti Mälkki | 2019-11-13 | 1 | -8/+0 |
* | sb/intel/i82801jx: Enable upper 128bytes of CMOS | Arthur Heymans | 2019-11-13 | 1 | -0/+3 |
* | sb/intel/i82801jx: Add common code for LPC decode | Arthur Heymans | 2019-11-12 | 4 | -0/+62 |
* | sb/intel/common: Remove the SOUTHBRIDGE_INTEL_COMMON Kconfig symbol | Arthur Heymans | 2019-11-10 | 1 | -1/+0 |
* | sb/intel/common: Make COMMON_RESET optional | Arthur Heymans | 2019-11-10 | 1 | -0/+1 |
* | sb/intel/common: Make linking rtc.c conditional | Arthur Heymans | 2019-11-10 | 1 | -0/+1 |
* | sb/intel: Use defined CONFIG_HPET_ADDRESS | Elyes HAOUAS | 2019-11-04 | 1 | -4/+4 |
* | sb/intel/i82801jx/nvs.h: include required header | Arthur Heymans | 2019-11-04 | 1 | -0/+2 |
* | sb/intel: Move 'smbus.asl' to common place | Elyes HAOUAS | 2019-11-04 | 2 | -237/+1 |
* | soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpi | Subrata Banik | 2019-11-01 | 1 | -24/+0 |
* | sb/intel/common: Make linking pmbase.c conditional | Arthur Heymans | 2019-10-30 | 1 | -0/+1 |
* | src/southbridge: change "unsigned" to "unsigned int" | Martin Roth | 2019-10-30 | 3 | -4/+4 |
* | device: Use scan_static_bus() over scan_lpc_bus() | Nico Huber | 2019-10-08 | 1 | -1/+1 |
* | intel/pci: Utilise pci_def.h for PCI_BRIDGE_CONTROL | Kyösti Mälkki | 2019-10-01 | 1 | -4/+5 |
* | southbridge/intel: Tidy up preprocessor and headers | Kyösti Mälkki | 2019-08-21 | 5 | -9/+5 |
* | intel/i82801gx,i82801jx: Rename lock_smm() | Kyösti Mälkki | 2019-07-17 | 1 | -6/+3 |
* | arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class | Kyösti Mälkki | 2019-07-09 | 1 | -1/+1 |
* | src/southbridge: Add missing 'include <types.h>' | Elyes HAOUAS | 2019-05-29 | 1 | -1/+3 |
* | {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro | Elyes HAOUAS | 2019-05-13 | 1 | -32/+0 |
* | sb/{ICH7,NM10,PCH}: Use common watchdog_off function | Elyes HAOUAS | 2019-05-07 | 2 | -2/+1 |
* | sb/intel/i82801jx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB | Patrick Rudolph | 2019-04-13 | 4 | -45/+1 |
* | sb/intel/{i82801g/i/j,bd82x6x}: Make use of generic set_subsystem() | Kyösti Mälkki | 2019-03-25 | 1 | -13/+1 |