Age | Commit message (Expand) | Author |
2017-06-07 | src: change coreboot to lowercase | Martin Roth |
2017-05-24 | southbridge/intel: Move spi driver to use spi_bus_map | Furquan Shaikh |
2017-05-23 | sb/intel/common: Add common EC fw support | Lijian Zhao |
2017-05-19 | drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Clean up SPI flash probe | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Pass in flash structure to fill in probe | Furquan Shaikh |
2017-05-05 | drivers/spi: Re-factor spi_crop_chunk | Furquan Shaikh |
2017-03-19 | sb/intel/common/firmware: Add Intel ME/TXE firmware check | Nicola Corna |
2017-02-08 | southbridge/intel/common/firmware: allow locking ME without HAVE_ME_BIN | Aaron Durbin |
2017-02-04 | sb/intel/common: Hook up me_cleaner | Nicola Corna |
2017-01-03 | sb/intel/common/gpio: Support ICH9M and prior | Patrick Rudolph |
2016-12-23 | spi: Get rid of SPI_ATOMIC_SEQUENCING | Furquan Shaikh |
2016-12-06 | intel PCI ops: Remove explicit PCI MMCONF access | Kyösti Mälkki |
2016-12-06 | spi_flash: Make a deep copy of spi_slave structure | Furquan Shaikh |
2016-12-05 | spi: Define and use spi_ctrlr structure | Furquan Shaikh |
2016-12-05 | spi: Pass pointer to spi_slave structure in spi_setup_slave | Furquan Shaikh |
2016-12-05 | spi: Fix parameter types for spi functions | Furquan Shaikh |
2016-11-22 | spi: Get rid of flash_programmer_probe in spi_slave structure | Furquan Shaikh |
2016-11-22 | spi: Clean up SPI flash driver interface | Furquan Shaikh |
2016-11-08 | southbridge/intel: Set chipset in ifdtool invocations | Andrey Petrov |
2016-02-16 | southbridge/intel/common: Add common gpio.c | Patrick Rudolph |
2016-02-10 | Kconfig: Move defaults for CBFS_SIZE | Martin Roth |
2015-12-10 | ACPI: Fix IASL Warning about unused method for _OSI check | Martin Roth |
2015-12-08 | intel/common/firmware: Add option to configure SPI for EM100 | Martin Roth |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-23 | southbridge/intel: Move `i82801gx/acpi/platform.asl` to `common/acpi` | Paul Menzel |
2015-09-29 | intel: auto include intel/common/firmware | Aaron Durbin |
2015-09-07 | Drop "See file CREDITS..." comment | Stefan Reinauer |
2015-09-04 | bootstate: remove need for #ifdef ENV_RAMSTAGE | Aaron Durbin |
2015-09-04 | intel/common/firmware: Add common GBE rom support | Martin Roth |
2015-07-02 | ME/IFD binaries: Implement sane defaults for file paths | Stefan Reinauer |
2015-07-02 | ifdfake: Add prompts and help for the regions in Kconfig | Martin Roth |
2015-07-02 | Intel Firmware Descriptor: Add Lock ME Kconfig question | Martin Roth |
2015-07-02 | Move baytrail & fsp_baytrail to the common IFD interface. | Martin Roth |
2015-07-02 | Intel Firmware Descriptor Kconfig: remove USES_INTEL_ME | Martin Roth |
2015-06-23 | southbridge/intel: Create common IFD Kconfig and Makefile | Martin Roth |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-27 | kbuild: automatically include southbridges | Stefan Reinauer |
2015-03-18 | bootstate: use structure pointers for scheduling callbacks | Aaron Durbin |
2015-03-17 | Intel common SPI: Fix compilation breakage from refactoring | Stefan Reinauer |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2014-12-17 | x86: Initialize SPI controller explicitly during PCH init | David Hendricks |
2014-12-09 | spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions. | Gabe Black |
2014-12-09 | spi: Remove the spi_set_speed and spi_cs_is_valid functions. | Gabe Black |
2014-11-19 | i82801ix,bd82x6x,ibexpeak: rewrite expresscard hotplug | Vladimir Serbinenko |
2014-10-17 | Fix ICH spi implementation which reads data from different chips. | Philipp Deppenwiese |
2014-07-14 | SPI: Split writes using spi_crop_chunk() | Kyösti Mälkki |
2014-07-05 | spi: Change spi_xfer to work in units of bytes instead of bits. | Gabe Black |
2014-07-05 | spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. | Gabe Black |
2014-07-01 | stdlib: Drop duplicates of min() and max() | Kyösti Mälkki |
2014-03-04 | bd82x6x, ibexpeak, lynxpoint: Unify SPI. | Vladimir Serbinenko |
2014-02-10 | usbdebug: Remove duplicate port claim | Kyösti Mälkki |
2014-02-06 | usbdebug: Move under drivers/usb | Kyösti Mälkki |
2013-10-22 | usbdebug: Fix boards without EARLY_CBMEM_INIT | Kyösti Mälkki |
2013-08-29 | intel usbdebug: Add choice of EHCI controller | Kyösti Mälkki |
2013-08-29 | usbdebug: Support choice of EHCI controller | Kyösti Mälkki |
2013-08-24 | Add pci_devfn_t and use with __SIMPLE_DEVICE__ | Kyösti Mälkki |
2013-08-23 | usbdebug: Do not support logging from SMM | Kyösti Mälkki |
2013-08-01 | Add directive __SIMPLE_DEVICE__ | Kyösti Mälkki |
2013-07-30 | Makefile: Fix adding intel/common | Kyösti Mälkki |
2013-07-01 | usbdebug: Unify Intel southbridge builds | Kyösti Mälkki |