Age | Commit message (Expand) | Author |
2019-06-05 | southbridge/intel/fsp_rangeley: Fix wrong parameters passed to outw | Hannah Williams |
2019-06-03 | sb/intel/fsp_rangeley: Remove variable set but not used | Elyes HAOUAS |
2019-05-29 | sb/intel/*: Delete early_spi | Patrick Rudolph |
2019-05-13 | {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro | Elyes HAOUAS |
2019-05-07 | sb/{ICH7,NM10,PCH}: Use common watchdog_off function | Elyes HAOUAS |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-27 | Move calls to quick_ram_check() before CBMEM init | Kyösti Mälkki |
2019-03-21 | {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() | Subrata Banik |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-16 | drivers/intel/fsp1_0: Deduplicate code | Patrick Rudolph |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-03-01 | ACPI: Rename FADT model and set it to zero | Elyes HAOUAS |
2019-02-28 | intel/spi: Switch to native PCI config accessors | Kyösti Mälkki |
2019-02-28 | intel/spi: Fix use of __SIMPLE_DEVICE__ | Kyösti Mälkki |
2019-02-21 | ACPI: Correct asl_compiler_revision value | Elyes HAOUAS |
2019-02-07 | src: Remove unused include device/pnp_def.h | Elyes HAOUAS |
2019-01-14 | sb/intel: Use common RCBA MACROs | Peter Lemenkov |
2019-01-07 | sb/intel/fsp_rangeley: Fix typo in GPIO Level | Elyes HAOUAS |
2019-01-06 | Kconfig: Unify power-after-failure options | Nico Huber |
2019-01-06 | usbdebug: Make the EHCI debug console work in the bootblock | Arthur Heymans |
2019-01-06 | usbdebug: Refactor init calls | Kyösti Mälkki |
2019-01-06 | device: Use pcidev_path_on_root() | Kyösti Mälkki |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2018-12-30 | soc/intel: Fix ugly preprocessor macro | Kyösti Mälkki |
2018-12-19 | southbridge: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-12-18 | southbridge: Remove unneeded include <pc80/mc146818rtc.h> | Elyes HAOUAS |
2018-11-29 | arch/acpi.h: Add some update to version 6.2a | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-10-22 | intel: Use CF9 reset (part 1) | Patrick Rudolph |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-13 | src/*/intel/: clarify Kconfig options regarding IFD | Stefan Tauner |
2018-08-27 | update all FADT version 3.0 to use the get tables function | Marc Jones |
2018-08-22 | acpi: remove CBMEM_ID_ACPI_GNVS_PTR entry | Joel Kitching |
2018-08-13 | src: Get rid of non-local header treated as local | Elyes HAOUAS |
2018-06-14 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2018-05-24 | src: Remove space after `defined` | Elyes HAOUAS |
2018-05-22 | sb/intel/fsp_rangeley: Get rid of device_t | Elyes HAOUAS |
2018-05-09 | src/southbridge: Serialize methods with named objects inside | Martin Roth |
2018-04-30 | southbridge/intel: Remove space before/after parenthesis | Elyes HAOUAS |
2018-04-23 | drivers/spi: reduce confusion in the API | Aaron Durbin |
2017-08-07 | usbdebug: Remove redundant setup | Kyösti Mälkki |
2017-08-06 | sb/intel/*: Use common SMBus functions | Arthur Heymans |
2017-07-16 | southbridge/intel: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-13 | Consolidate reset API, add generic reset_prepare mechanism | Julius Werner |
2017-05-24 | southbridge/intel: Move spi driver to use spi_bus_map | Furquan Shaikh |
2017-05-05 | drivers/spi: Re-factor spi_crop_chunk | Furquan Shaikh |
2017-01-12 | sb/intel/fsp_rangeley: Fix NULL check in gpio.c | Martin Roth |
2017-01-12 | fsp 1.0 systems: Check for NULL when saving HobListPtr | Martin Roth |
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-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-12-04 | spi_flash: Move spi flash opcodes to spi_flash.h | Furquan Shaikh |
2016-10-07 | src/southbridge: Remove whitespace after sizeof | Elyes HAOUAS |
2016-09-10 | southbridge/intel/fsp_rangeley: transition away from device_t | Antonello Dettori |
2016-08-31 | src/southbridge: Code formating | Elyes HAOUAS |
2016-08-28 | src/southbridge: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-23 | src/southbridge: Remove unnecessary whitespace before "\n" and "\t" | Elyes HAOUAS |
2016-08-01 | Remove non-ascii & unprintable characters | Martin Roth |
2016-07-15 | southbridge/intel/fsp_rangeley: use common Intel ACPI hardware definitions | Aaron Durbin |
2016-07-06 | PCI: Use PCI_DEVFN macro instead of DEV_FUNC | Werner Zeh |
2016-06-29 | intel romstage: Use run_ramstage() | Kyösti Mälkki |
2016-01-18 | header files: Fix guard name comments to match guard names | Martin Roth |
2015-12-06 | intel/fsp_rangeley: change non-existent config options to #defines | Martin Roth |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-14 | Revert "Remove FSP Rangeley SOC and mohonpeak board support" | Martin Roth |
2015-10-03 | Remove FSP Rangeley SOC and mohonpeak board support | Alexandru Gagniuc |
2015-09-29 | intel: auto include intel/common/firmware | Aaron Durbin |
2015-09-24 | coreboot: move TS_END_ROMSTAGE to one spot | Aaron Durbin |
2015-09-07 | Drop "See file CREDITS..." comment | Stefan Reinauer |
2015-06-23 | southbridge/intel: Create common IFD Kconfig and Makefile | Martin Roth |
2015-06-05 | device_ops: add device_t argument to acpi_inject_dsdt_generator | Alexander Couzens |
2015-06-04 | devicetree: Discriminate device ops scan_bus() | Kyösti Mälkki |
2015-05-21 | Kill ENABLE_TPM. | Vladimir Serbinenko |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-27 | kbuild: automatically include southbridges | Stefan Reinauer |
2015-04-24 | fsp: Move fsp to fsp1_0 | Marc Jones |
2015-04-10 | southbridge/intel/fsp_rangeley/ : Spellcheck + Formatting | nicky sielicki |
2015-02-27 | x86: Fix pointer arithmetic regressions from MMIO changes | Kevin Paul Herbert |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2015-02-09 | Intel FSP platforms: Fix timestamps | Kyösti Mälkki |
2015-01-06 | southbridge: Drop print_ implementation from non-romcc boards | Stefan Reinauer |
2015-01-05 | timestamps: Switch from tsc_t to uint64_t | Stefan Reinauer |
2014-12-16 | CBMEM console: Fix boards with BROKEN_CAR_MIGRATE | Kyösti Mälkki |
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-12-09 | fsp platfoms: add prototype & consolidate main entry-point | Martin Roth |
2014-12-02 | Replace hlt with halt() | Patrick Georgi |
2014-11-28 | ACPI: Remove CBMEM TOC from GNVS | Kyösti Mälkki |
2014-11-25 | intel: Remove IRQ1 from possible PIRQ assignemnt. | Vladimir Serbinenko |
2014-11-20 | Replace includes of build.h with version.h | Kyösti Mälkki |
2014-11-08 | fsp_rangeley: Switch to per-device ACPI | Vladimir Serbinenko |
2014-10-22 | cmos: Rename the CMOS related functions. | Gabe Black |