summaryrefslogtreecommitdiffstats
path: root/src/southbridge
Commit message (Expand)AuthorAgeFilesLines
* southbridge/nvidia/ck804: Drop leftover codeKyösti Mälkki2019-01-093-339/+0
* cpu/intel: Use the common code to initialize the romstage timestampsArthur Heymans2019-01-0910-125/+0
* sb/intel/i82801gx: Autodisable functions based on devicetreeArthur Heymans2019-01-082-12/+83
* intel/lynxpoint: Fix spellingKyösti Mälkki2019-01-072-2/+2
* sb/intel/fsp_rangeley: Fix typo in GPIO LevelElyes HAOUAS2019-01-071-1/+1
* sb/intel/bd82x6x: Fix typo in GPIO LevelArthur Heymans2019-01-071-1/+1
* src: Use "foo **bar" instead of "foo ** bar"Elyes HAOUAS2019-01-075-5/+5
* src: Move constant to the right side of comparisonElyes HAOUAS2019-01-072-5/+5
* Kconfig: Unify power-after-failure optionsNico Huber2019-01-0635-79/+31
* usbdebug: Make the EHCI debug console work in the bootblockArthur Heymans2019-01-0610-9/+22
* usbdebug: Refactor init callsKyösti Mälkki2019-01-061-3/+3
* device: Use pcidev_path_behind()Kyösti Mälkki2019-01-066-12/+13
* device: Use pcidev_path_on_root()Kyösti Mälkki2019-01-064-4/+4
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-0649-94/+88
* AGESA: Use pcidev_on_root()Kyösti Mälkki2019-01-043-3/+3
* binaryPI: Use pcidev_on_root()Kyösti Mälkki2019-01-042-2/+2
* amdfam10 boards: Drop AMD_SB_CIMXKyösti Mälkki2019-01-041-2/+0
* device: Replace ugly cases of dev_find_slot()Kyösti Mälkki2019-01-042-7/+7
* sb/intel/*: Use common files for PCIe ACPIArthur Heymans2019-01-0311-841/+4
* sb/intel/bd82x6x: Move pcie ACPI code to a common placeArthur Heymans2019-01-033-1/+1
* sb/intel/lynxpoint/pcie.c: Add more checks for NULL pointersTristan Corrick2019-01-031-16/+29
* sb/intel/lynxpoint: Remove incomplete SATA ACPI codeTristan Corrick2019-01-031-52/+2
* soc/intel: Fix ugly preprocessor macroKyösti Mälkki2018-12-302-2/+2
* sb/intel/bd828x6x: Make CONFIG_ELOG=y compileArthur Heymans2018-12-294-6/+5
* sb/intel/lynxpoint: Handle H81 only having 6 PCIe root portsTristan Corrick2018-12-283-9/+19
* sb/amd/cimx/sb800/ramtop: Fix coding style issuesPaul Menzel2018-12-241-2/+2
* cpu/amd/geode_lx: Drop supportArthur Heymans2018-12-2111-1886/+0
* sb/intel/lynxpoint: Don't force state keep after power failTristan Corrick2018-12-191-1/+0
* southbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-1938-38/+2
* southbridge: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-1810-10/+0
* Fix typos involving "the the"Jonathan Neuschäfer2018-12-182-2/+2
* sb/amd/pi/hudson: Fix UART address mathMarshall Dawson2018-12-071-2/+2
* sb/intel/lynxpoint/pcie.c: Fix a mistake in a commentTristan Corrick2018-12-071-1/+1
* src/southbridge: Get rid of device_tElyes HAOUAS2018-12-074-37/+135
* sb/intel: Fix pointer castsPatrick Rudolph2018-12-054-4/+9
* sb/intel/i82801{g,j}x: Remove unused smi.c filesArthur Heymans2018-12-052-366/+0
* elog: make elog's SMM handler code follow everything elsePatrick Georgi2018-12-053-6/+6
* sb/intel/i82801jx: Fix the x_pm2_cnt_blk addrlArthur Heymans2018-12-031-1/+1
* sb/intel/lynxpoint: Move `HAVE_SMI_HANDLER` to southbridge KconfigTristan Corrick2018-12-031-0/+1
* sb/intel/common: Create a common PCH finalise implementationTristan Corrick2018-12-0318-141/+113
* sb/intel/lynxpoint: Ensure the finalise handler is calledTristan Corrick2018-12-032-14/+6
* sb/intel/lynxpoint: Make the finalise handler commonTristan Corrick2018-12-031-0/+15
* sb/intel/lynxpoint/usb_{e,x}hci.c: Don't use device_tElyes HAOUAS2018-12-032-8/+9
* sb/intel/i82801gx: Clean up unneeded smi setup codeArthur Heymans2018-12-031-4/+0
* nb/intel/x4x: Use common code for SMM in TSEGArthur Heymans2018-12-031-2/+0
* nb/intel/i945: Use common SMM_TSEG codeArthur Heymans2018-12-031-0/+2
* sb/intel/i82801jx: Use common Intel SMM codeArthur Heymans2018-12-033-613/+10
* arch/acpi.h: Add some update to version 6.2aElyes HAOUAS2018-11-294-14/+8
* sb/amd/sb800: Remove unused smbus_delay() functionElyes HAOUAS2018-11-281-5/+0
* src/{mainboard,southbridge}: Remove commented include linesElyes HAOUAS2018-11-283-6/+0