Age | Commit message (Expand) | Author |
2018-02-07 | soc/intel/skylake: Add Kabylake PCH H device ID's | V Sowmya |
2018-01-31 | device/pci_rom: Write _ROM method for VGA devices | Patrick Rudolph |
2018-01-25 | sconfig: Add a new mmio resource type | Justin TerAvest |
2018-01-25 | soc/intel/skylake: Clean up the skylake PCH H device ID macros | V Sowmya |
2018-01-24 | device/i2c_bus: allow i2c_bus and i2c_simple to coexist | Aaron Durbin |
2018-01-12 | soc/intel/common: Add Intel HDA common block driver | Duncan Laurie |
2017-12-20 | device/dram/ddr2.c: Store the checksum in the decoded SPD struct | Arthur Heymans |
2017-12-13 | device: Make pci_dev_ops_pci structure global | Subrata Banik |
2017-12-08 | device/pciexp_device: Set values numerically instead of as bitmask | Patrick Georgi |
2017-12-07 | soc/intel/apollolake: add ability to enable eSPI | Bora Guvendik |
2017-11-28 | soc/intel/skylake: Make use of Intel common DSP block | Subrata Banik |
2017-11-28 | intel/common/block: Add SKL CSME device ID | Subrata Banik |
2017-11-15 | device: further untangle device_t from struct device | Aaron Durbin |
2017-11-10 | device: untangle device_t from struct device some more | Aaron Durbin |
2017-10-31 | intel/common/smbus: increase spd read performance | Kane Chen |
2017-10-13 | src/device: Update LTR configuration scheme | Aamir Bohra |
2017-09-22 | device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flag | Arthur Heymans |
2017-09-22 | soc/intel/skylake: add Kabylake Celeron base SKU | Gaggery Tsai |
2017-09-14 | device: acpi_name() should take a const struct device | Aaron Durbin |
2017-09-06 | device/dram/ddr2: Add a function to normalize tCLK | Arthur Heymans |
2017-08-18 | device/smbus: Reuse I2C bus operations where applicable | Nico Huber |
2017-08-18 | Reinvent I2C ops | Nico Huber |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-08-15 | device/smbus: Drop some never used boilerplate | Nico Huber |
2017-08-14 | i2c: Move to Linux like `struct i2c_msg` | Nico Huber |
2017-08-09 | device/pci: untangle struct device and device_t | Aaron Durbin |
2017-08-07 | usbdebug: Refactor early enable | Kyösti Mälkki |
2017-08-06 | sb/intel/*: Use common SMBus functions | Arthur Heymans |
2017-08-01 | src/include: Add guards on all header files | Martin Roth |
2017-07-25 | soc/intel/skylake: Add IGD id for mobile Xeon with GT2 | Nico Huber |
2017-07-21 | soc/intel/apollolake: Add pci device id for GLK IGD | Hannah Williams |
2017-07-13 | src/include: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-27 | include/device: Add pci ids for Intel CNL | Lijian Zhao |
2017-06-22 | device/dram/ddr3.h: Add brackets around macro | Arthur Heymans |
2017-06-16 | haswell: add CBMEM_MEMINFO table when initing RAM | Matt DeVillier |
2017-06-13 | device/pnp: remove struct io_info | Samuel Holland |
2017-06-12 | nb/intel/sandybridge: Improve CAS freq selection | Arthur Heymans |
2017-06-09 | device/dram/ddr2.c: Fix is_registered_ddr2 | Arthur Heymans |
2017-06-02 | device/device_util: Add function to determine bridge state | Patrick Rudolph |
2017-06-01 | src/include/device: Add System Agent (SA) device ids | Subrata Banik |
2017-06-01 | include/device: Add pci ids for Intel SD | Bora Guvendik |
2017-05-22 | include/device: Add pci ids for Intel GLK | Hannah Williams |
2017-05-13 | src/include/device: Add PCIe root ports device ids | Aamir Bohra |
2017-05-12 | commonlib: Move drivers/storage into commonlib/storage | Lee Leahy |
2017-05-10 | drivers/storage: Make DRVR_CAP_8BIT controller independent | Lee Leahy |
2017-05-10 | drivers/storage: Remove set_control_reg | Lee Leahy |
2017-05-05 | pci_device: add PCI device IDs for Intel platforms | Rizwan Qureshi |
2017-04-25 | lib: provide clearer devicetree semantics | Aaron Durbin |
2017-04-25 | drivers/storage: Add SD/MMC/eMMC driver based upon depthcharge | Lee Leahy |
2017-03-13 | src/include: Wrap lines at 80 columns | Lee Leahy |
2017-03-13 | src/include: Remove use of binary constants | Lee Leahy |
2017-03-13 | src/include: Remove space between function name and parameters | Lee Leahy |
2017-03-13 | src/include: Remove space after function name | Lee Leahy |
2017-03-13 | src/include: Fix space between type, * and variable name | Lee Leahy |
2017-03-12 | src/include: Remove braces for single statements | Lee Leahy |
2017-03-12 | src/include: Open brace on same line as enum or struct | Lee Leahy |
2017-03-12 | src/include: Remove spaces before tabs | Lee Leahy |
2017-03-12 | src/include: Remove spaces before ( and after ) | Lee Leahy |
2017-03-10 | src/include: Add parenthesis around macros | Lee Leahy |
2017-03-10 | device/dram/ddr2: Add common ddr2 spd decoder | Patrick Rudolph |
2017-03-09 | src/include: Add space after comma | Lee Leahy |
2017-03-09 | src/include: Indent code using tabs | Lee Leahy |
2017-03-09 | src/include: Fix unsigned warnings | Lee Leahy |
2017-02-16 | device: Add scan_generic_bus support | Furquan Shaikh |
2017-02-16 | device: Add a new "SPI" device type | Furquan Shaikh |
2017-02-06 | devtree: Drop unused parameter show_devs_tree() call | Kyösti Mälkki |
2017-02-04 | x86/acpi: Add VFCT table | Patrick Rudolph |
2016-12-07 | src/device: Get device structure by path type | Subrata Banik |
2016-12-07 | MMCONF_SUPPORT: Consolidate resource registration | Kyösti Mälkki |
2016-12-06 | PCI ops: Remove pci_mmio_xx() in ramstage | Kyösti Mälkki |
2016-11-23 | AGESA binaryPI: Fix PCI ID namespace | Kyösti Mälkki |
2016-11-23 | include/device/early_smbus.h: Declare smbus write function | Naresh G Solanki |
2016-11-20 | device/dram/ddr3: Calculate CRC16 of SPD unique identifier | Kyösti Mälkki |
2016-11-16 | include/device/pci_ids.h: Correct Entertainment sub-class | Elyes HAOUAS |
2016-11-07 | pci_ids.h: Correct recent AMD ID names | Marshall Dawson |
2016-11-02 | pci_ids.h: Add ID for amd/00670F00 northbridge | Marshall Dawson |
2016-09-04 | device/pci.h: change #ifdef argument to __SIMPLE_DEVICE__ | Antonello Dettori |
2016-06-24 | SPD: fix DDR3 SDRAM memory module types | Elyes HAOUAS |
2016-06-20 | include/device/dram/ddr3: Add additional frequencies | Patrick Rudolph |
2016-06-09 | device: i2c: Add support for I2C bus operations | Duncan Laurie |
2016-05-28 | acpi_device: Add support for writing ACPI I2C descriptors | Duncan Laurie |
2016-05-21 | device: Add an ACPI device name and path concept to devices | Duncan Laurie |
2016-05-16 | sconfig: Add a new generic device type | Duncan Laurie |
2016-05-16 | sconfig: Add 10bit addressing mode to i2c device type | Duncan Laurie |
2016-03-21 | device: Add i2c read/write register field API | Yidi Lin |
2016-03-12 | device/i2c: Add i2c_read_bytes() API | Jitao Shi |
2016-03-05 | include/device/dram: Fix DDR3-1866 | Patrick Rudolph |
2016-03-03 | src/device/dram/ddr3: Parse additional information | Patrick Rudolph |
2016-03-02 | nb/intel/sandybridge/romstage: Read fuse bits for max MEM Clk | Patrick Rudolph |
2016-02-20 | nb/intel/sandybridge/raminit: Add XMP support | Patrick Rudolph |
2016-02-18 | device: Add device path display support | Lee Leahy |
2016-02-03 | include/device: Move inline functions from pci_def.h to pci.h | Alexandru Gagniuc |
2016-01-18 | header files: Fix guard name comments to match guard names | Martin Roth |
2015-12-29 | device/pnp: Ability to set vendor specific logical device config | Damien Zammit |
2015-11-23 | southbridge/amd/sr5650: Add IOMMU support | Timothy Pearson |
2015-11-11 | southbridge/amd/sb700: Add AHCI support | Timothy Pearson |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-24 | drivers/aspeed: Add native text mode VGA support for the AST2050 | Timothy Pearson |
2015-10-24 | southbridge/amd/sb700: Allow use of auxiliary SMBUS controller | Timothy Pearson |