summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/fsp_rangeley
Commit message (Expand)AuthorAgeFilesLines
* intel/fsp_rangeley: Avoid preprocessor with HAVE_SMI_HANDLERKyösti Mälkki2019-07-132-6/+3
* southbridge/intel/fsp_rangeley: Fix wrong parameters passed to outwHannah Williams2019-06-051-2/+2
* sb/intel/fsp_rangeley: Remove variable set but not usedElyes HAOUAS2019-06-031-2/+1
* sb/intel/*: Delete early_spiPatrick Rudolph2019-05-293-110/+1
* {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macroElyes HAOUAS2019-05-131-3/+0
* sb/{ICH7,NM10,PCH}: Use common watchdog_off functionElyes HAOUAS2019-05-073-54/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+1
* Move calls to quick_ram_check() before CBMEM initKyösti Mälkki2019-03-271-4/+0
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-213-37/+3
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-3/+1
* drivers/intel/fsp1_0: Deduplicate codePatrick Rudolph2019-03-161-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-085-6/+6
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-046-2/+6
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-043-3/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-0111-0/+11
* ACPI: Rename FADT model and set it to zeroElyes HAOUAS2019-03-011-1/+1
* intel/spi: Switch to native PCI config accessorsKyösti Mälkki2019-02-281-32/+4
* intel/spi: Fix use of __SIMPLE_DEVICE__Kyösti Mälkki2019-02-281-1/+1
* ACPI: Correct asl_compiler_revision valueElyes HAOUAS2019-02-211-1/+2
* src: Remove unused include device/pnp_def.hElyes HAOUAS2019-02-071-1/+0
* sb/intel: Use common RCBA MACROsPeter Lemenkov2019-01-141-20/+2
* sb/intel/fsp_rangeley: Fix typo in GPIO LevelElyes HAOUAS2019-01-071-1/+1
* Kconfig: Unify power-after-failure optionsNico Huber2019-01-061-4/+0
* usbdebug: Make the EHCI debug console work in the bootblockArthur Heymans2019-01-062-1/+2
* usbdebug: Refactor init callsKyösti Mälkki2019-01-061-3/+3
* device: Use pcidev_path_on_root()Kyösti Mälkki2019-01-061-1/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-063-6/+5
* soc/intel: Fix ugly preprocessor macroKyösti Mälkki2018-12-302-2/+2
* southbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-193-3/+0
* southbridge: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-181-1/+0
* arch/acpi.h: Add some update to version 6.2aElyes HAOUAS2018-11-291-4/+2
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-162-2/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-164-4/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-123-3/+1
* intel: Use CF9 reset (part 1)Patrick Rudolph2018-10-223-33/+1
* Move compiler.h to commonlibNico Huber2018-10-083-5/+0
* src/*/intel/: clarify Kconfig options regarding IFDStefan Tauner2018-09-131-1/+1
* update all FADT version 3.0 to use the get tables functionMarc Jones2018-08-271-1/+1
* acpi: remove CBMEM_ID_ACPI_GNVS_PTR entryJoel Kitching2018-08-221-1/+0
* src: Get rid of non-local header treated as localElyes HAOUAS2018-08-131-1/+1
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-1/+1
* src: Remove space after `defined`Elyes HAOUAS2018-05-241-1/+1
* sb/intel/fsp_rangeley: Get rid of device_tElyes HAOUAS2018-05-227-18/+19
* src/southbridge: Serialize methods with named objects insideMartin Roth2018-05-091-1/+1
* southbridge/intel: Remove space before/after parenthesisElyes HAOUAS2018-04-301-1/+1
* drivers/spi: reduce confusion in the APIAaron Durbin2018-04-231-2/+7
* usbdebug: Remove redundant setupKyösti Mälkki2017-08-071-4/+0
* sb/intel/*: Use common SMBus functionsArthur Heymans2017-08-065-112/+4
* southbridge/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-162-3/+3
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-133-6/+11