index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
southbridge
/
intel
/
ibexpeak
Age
Commit message (
Expand
)
Author
2020-11-17
src: Add missing 'include <console/console.h>'
Elyes HAOUAS
2020-11-07
sb/intel: Don't set ACPI_EN twice
Angel Pons
2020-11-07
sb/intel/*/lpc.c: Don't try to write read-only PCICMD bits
Angel Pons
2020-11-02
azalia: Use `HDA_GCTL_CRST` macro as unset-mask
Angel Pons
2020-11-02
azalia: Treat all negative return values as errors
Angel Pons
2020-10-26
src: Include <arch/io.h> when appropriate
Elyes HAOUAS
2020-10-20
sb/intel/ibexpeak: Align to coreboot's coding style
Angel Pons
2020-10-19
sb/intel/ibexpeak: Use ARRAY_SIZE macro
Angel Pons
2020-09-26
ironlake: Fix compilation on x86_64
Patrick Rudolph
2020-09-21
src/southbridge: Drop unneeded empty lines
Elyes HAOUAS
2020-08-21
SMM: Validate more user-provided pointers
Patrick Rudolph
2020-08-17
src: Use PCI_BASE_ADDRESS_* macros instead of magic numbers
Elyes HAOUAS
2020-08-17
{sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differences
Elyes HAOUAS
2020-08-17
sb/intel/ibexpeak: Use <device/azalia_device.h> registers
Elyes HAOUAS
2020-08-12
sb/intel: Remove inexistent references to IDE controller
Angel Pons
2020-07-26
{sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bits
Angel Pons
2020-07-24
nb/intel/ironlake: Move southbridge code to ibexpeak
Angel Pons
2020-07-21
ironlake/ibexpeak: Move early_smbus.c to common code
Angel Pons
2020-07-20
sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASE
Angel Pons
2020-07-20
src: Report word-sized access for PM1a_EVT
Angel Pons
2020-07-20
sb/intel/ibexpeak/fadt.c: Use definitions instead of numbers
Angel Pons
2020-07-20
src: Make HAVE_CF9_RESET set the FADT reset register
Angel Pons
2020-07-20
src: Drop useless cache flush settings in FADT
Angel Pons
2020-07-20
src: Never overwrite `fadt->flags`
Angel Pons
2020-07-20
src: Drop useless PM1b settings from FADT
Angel Pons
2020-07-20
src: Drop useless GPE1 settings from FADT
Angel Pons
2020-07-14
sb/intel/ibexpeak: Move `acpi_fill_fadt` to fadt.c
Angel Pons
2020-07-01
ACPI GNVS: Replace uses of smm_get_gnvs()
Kyösti Mälkki
2020-06-30
sb/intel: Add include guards on nvs.h
Kyösti Mälkki
2020-06-30
ACPI: Drop typedef global_nvs_t
Kyösti Mälkki
2020-06-27
sb/intel/ibexpeak: Use common early SPI code
Angel Pons
2020-06-24
src: Report byte-sized access for GPE0
Angel Pons
2020-06-24
ACPI: Replace smm_setup_structures()
Kyösti Mälkki
2020-06-22
device/smbus_host: Declare common early SMBus prototypes
Kyösti Mälkki
2020-06-16
sb/intel: Remove spurious HAVE_SMI_HANDLER test
Kyösti Mälkki
2020-06-16
arch/x86: Create helper for APM_CNT SMI triggers
Kyösti Mälkki
2020-06-16
sb/intel: Clean up some SMI enables
Kyösti Mälkki
2020-06-10
ACPI: Remove Kconfig COMMON_FADT
Kyösti Mälkki
2020-06-09
ACPI: Move redundant FADT reserved entry
Kyösti Mälkki
2020-06-06
src: Use pci_dev_ops_pci where applicable
Angel Pons
2020-06-06
arch/x86: Declare permanent_smi_handler()
Kyösti Mälkki
2020-06-06
soc,southbridge/intel: Control SMI related FADT entries
Kyösti Mälkki
2020-05-28
sb/intel/{bd82x6x|ibexpeak}: Clear flush_* in FADT
Patrick Rudolph
2020-05-27
drivers/intel/gma: Move IGD OpRegion to CBMEM
Nico Huber
2020-05-26
src/sb: Use 'print("%s...", __func__)'
Elyes HAOUAS
2020-05-18
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-13
src: Remove unused '#include <stdint.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-09
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-08
southbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header
Elyes HAOUAS
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-02
acpi: Update sata files to be more aligned with rest of acpi files
Furquan Shaikh
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-02
src/acpi: Drop Kconfig option ACPI_SATA_GENERATOR
Furquan Shaikh
2020-05-01
sb/intel/ibexpeak: Fix 16-bit read/write PCI_COMMAND register
Elyes HAOUAS
2020-05-01
src: Remove unused 'include <cpu/x86/cache.h>'
Elyes HAOUAS
2020-04-28
device: Constify struct device * parameter to acpi_inject_dsdt
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-09
sb/{bd82x6x,ibexpeak,lynxpoint}/early_smbus: Use macro
Elyes HAOUAS
2020-04-09
sb/ibexpeak: Use .device for single PCI ID
Felix Singer
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-04-04
src/southbridge: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-02
nb/intel/ibexpeak: drop IGD-related NVS variables
Matt DeVillier
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-03-24
drivers/intel/gma/acpi: Reduce display switching stubs
Nico Huber
2020-03-20
sb/ibexpeak: Use macros instead of hard-coded IDs
Felix Singer
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-15
nb/intel/nehalem: Rename to ironlake
Angel Pons
2020-03-04
src: capitalize 'PCIe'
Elyes HAOUAS
2020-01-14
sb/intel/common: Declare common smbus_base() and enable_smbus()
Kyösti Mälkki
2020-01-14
intel/nehalem,ibexpeak: Move enable_smbus() call
Kyösti Mälkki
2020-01-09
sb/intel/common: Add smbus_set_slave_addr()
Kyösti Mälkki
2020-01-09
sb/intel/common: Add smbus_host_reset()
Kyösti Mälkki
2020-01-09
device,sb/intel: Move SMBus host controller prototypes
Kyösti Mälkki
2020-01-09
drivers/pc80/rtc: Separate {get|set}_option() prototypes
Kyösti Mälkki
2019-12-19
src: Remove unused 'include <arch/cpu.h>'
Elyes HAOUAS
2019-12-19
src: Remove unused 'include <halt.h>'
Elyes HAOUAS
2019-12-18
src: Remove unused 'include <pc80/mc146818rtc.h>'
Elyes HAOUAS
2019-12-14
sb/intel/*: Remove romcc guards
Arthur Heymans
2019-12-14
bootblock: Provide some common prototypes
Kyösti Mälkki
2019-11-26
sb/intel/common/spi: Add Baytrail/Braswell support
Arthur Heymans
2019-11-22
sb/intel/ibexpeak: Decode more LPC IO ranges
Arthur Heymans
2019-11-18
sb/intel/common: Properly guard USB debug
Arthur Heymans
2019-11-13
sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOT
Kyösti Mälkki
2019-11-10
sb/intel/common: Remove the SOUTHBRIDGE_INTEL_COMMON Kconfig symbol
Arthur Heymans
2019-11-10
sb/intel/common: Make COMMON_RESET optional
Arthur Heymans
2019-11-10
sb/intel/common: Make linking rtc.c conditional
Arthur Heymans
2019-11-09
arch/x86: Replace some __SMM__ guards
Kyösti Mälkki
2019-11-09
ELOG: Avoid some preprocessor use
Kyösti Mälkki
2019-11-08
sb,soc/intel: Reduce preprocessor use with ME debugging
Kyösti Mälkki
2019-11-08
arch/x86: Drop some __SMM__ guards
Kyösti Mälkki
2019-10-30
sb/intel/common: Make linking pmbase.c conditional
Arthur Heymans
2019-10-30
src/southbridge: change "unsigned" to "unsigned int"
Martin Roth
2019-10-28
src: Remove unused '#include <cpu/cpu.h>'
Elyes HAOUAS
2019-10-17
nb/intel/nehalem: use pmclib to detect S3 resume
Arthur Heymans
2019-10-13
nb/intel/nehalem: Move to C_ENVIRONMENT_BOOTBLOCK
Arthur Heymans
2019-10-13
sb/intel/ibexpeak: Move some early PCH init after console init
Arthur Heymans
2019-10-08
device: Use scan_static_bus() over scan_lpc_bus()
Nico Huber
2019-10-06
nb/intel/nehalem: Move PCH init to sb/intel/ibexpeak
Arthur Heymans
[next]