summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint/early_pch.c
Commit message (Expand)AuthorAgeFilesLines
* lynxpoint/broadwell: Rename LP GPIO config globalAngel Pons2021-03-221-1/+1
* sb/intel/lynxpoint: Move S3 check out of `early_pch_init`Angel Pons2021-03-151-11/+1
* sb/intel/lynxpoint: Update LPT-H magic as per RC 1.9.1Angel Pons2021-02-261-0/+11
* sb/intel/lynxpoint: Clean up lp_gpio.hAngel Pons2021-02-151-1/+0
* intel: Turn `DEFAULT_RCBA` into a Kconfig symbolAngel Pons2021-02-051-1/+1
* sb/intel: Don't set ACPI_EN twiceAngel Pons2020-11-071-1/+1
* src: Include <arch/io.h> when appropriateElyes HAOUAS2020-10-261-1/+0
* sb/intel/lynxpoint: Use spaces around `|`Angel Pons2020-10-241-1/+1
* sb/intel/lynxpoint: Drop space after castsAngel Pons2020-10-231-1/+1
* sb/intel/lynxpoint: Do not determine PCH type at runtimeAngel Pons2020-09-141-5/+0
* sb/intel/lynxpoint/early_pch.c: Use common 'write_pmbase16()'Elyes HAOUAS2020-08-181-1/+2
* sb/intel/*: Delete invalid commentAngel Pons2020-07-241-1/+0
* sb/intel/lynxpoint: Add PCH platform type functionAngel Pons2020-07-121-2/+17
* haswell: Drop GPIO indirection layersAngel Pons2020-07-091-3/+4
* haswell: Turn RCBA configuration into a functionAngel Pons2020-07-091-3/+2
* sb/intel/lynxpoint: Factor out RCBA Function DisableAngel Pons2020-07-081-0/+2
* sb/intel/lynxpoint: Replace reg script with proper codeAngel Pons2020-07-081-11/+5
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* sb/intel/lynxpoint: Use SPDX headersAngel Pons2020-04-061-1/+0
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* sb/intel/common: Declare common smbus_base() and enable_smbus()Kyösti Mälkki2020-01-141-0/+1
* drivers/elog: Add elog_boot_notify()Kyösti Mälkki2019-09-131-4/+1
* sb/intel/lynxpoint: Enable LPC/SIO setup in bootblockArthur Heymans2019-04-231-5/+0
* cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-04-211-2/+0
* sb/intel/lynxpoint: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-131-21/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* cpu/intel: Use the common code to initialize the romstage timestampsArthur Heymans2019-01-091-11/+0
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-1/+1
* sb/intel/lynxpoint: Provide a function for mainboard super I/O configTristan Corrick2018-11-011-0/+6
* src: Use tabs for indentationElyes HAOUAS2018-10-081-1/+1
* src: Get rid of non-local header treated as localElyes HAOUAS2018-08-131-1/+1
* southbridge/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-161-3/+3
* southbridge/intel/lynxpoint: Use common gpio.cPatrick Rudolph2016-02-231-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-1/+1
* timestamps: Switch from tsc_t to uint64_tStefan Reinauer2015-01-051-4/+3
* intel/lynxpoint: Export pch_enable_lpc() for Super I/O systemsStefan Reinauer2014-07-051-1/+1
* lynxpoint: Don't write to non-existent EHCIDuncan Laurie2013-12-181-0/+6
* slippy: Minor vboot related fixesDuncan Laurie2013-11-251-3/+19
* slippy: Prepare LPC IO decode ranges for ECDuncan Laurie2013-11-241-1/+1
* timestamps intel: Move timestamp scratchpad to chipsetKyösti Mälkki2013-09-211-0/+12
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* lynxpoint: Enable EC IO ports 0x62/0x66Duncan Laurie2013-03-211-2/+3
* LynxPoint: Move RCBA helper function to its own fileDuncan Laurie2013-03-211-43/+0
* lynxpoint: Move a bit of generic RCBA into early_pchDuncan Laurie2013-03-181-7/+13
* haswell platforms: restructure romstage mainAaron Durbin2013-03-171-0/+172