summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/bd82x6x/sata.c
Commit message (Expand)AuthorAgeFilesLines
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-4/+4
* sb/intel/x/sata.c: Use `get_int_option` for `sata_mode`Angel Pons2021-04-211-11/+5
* sb/intel/bd82x6x: Drop invalid SATA registersAngel Pons2020-12-111-14/+2
* sb/intel/bd82x6x/sata.c: Replace bad uses of `find_resource`Angel Pons2020-11-031-5/+5
* {sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bitsAngel Pons2020-07-261-1/+2
* sb/intel/bd82x6x: Use PCI bitwise opsAngel Pons2020-06-101-12/+5
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Update sata files to be more aligned with rest of acpi filesFurquan Shaikh2020-05-021-1/+1
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* sb/intel/bd82x6x/sata: Clean up IDE modesNico Huber2020-04-151-17/+5
* sb/intel/bd82x6x/sata: Add legacy mode supportNico Huber2020-04-151-7/+70
* sb/intel/bd82x6x/sata: Set values as described in BIOS specFelix Singer2020-04-071-0/+5
* sb/intel/bd82x6x: Drop PCI resource reg overrideFelix Singer2020-04-071-4/+1
* sb/intel/bd82x6x/sata: Don't hard-code valuesFelix Singer2020-04-071-8/+0
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-1/+0
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-2/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-1/+1
* southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki2019-08-211-0/+1
* src/southbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-1/+3
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-13/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* sb/intel/bd82x6x: Get rid of device_tElyes HAOUAS2018-06-041-3/+4
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* sb/intel/bd82x6x: Fill in acpi_namePatrick Rudolph2017-06-271-0/+6
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* southbridge/bd82x6x: use new ssdt sata port generatorAlexander Couzens2015-09-021-0/+9
* 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-3/+3
* southbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* ibexpeak / bd82x6x: Make SATA mode user-visible option.Vladimir Serbinenko2014-01-121-38/+14
* bd82x6x: Add config option to force SATA link to different speeds.Shawn Nematbakhsh2013-03-171-0/+7
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Perform additional programming requirements for SATAStefan Reinauer2012-08-041-5/+44
* SATA: Add option to configure gen3 transmitterDuncan Laurie2012-07-261-0/+9
* bd82x6x: Convert all PCI ID lists to new schemeStefan Reinauer2012-07-241-8/+8
* Fix SATA port map to only enable port 0Stefan Reinauer2012-05-011-7/+22
* Allow device ID arrays in the PCI driver structureVadim Bendebury2012-05-011-23/+4
* Add support for Intel Panther Point PCHStefan Reinauer2012-04-041-0/+246