summaryrefslogtreecommitdiffstats
path: root/src/southbridge
Commit message (Expand)AuthorAgeFilesLines
* src/southbridge: Remove unneeded include <arch/io.h>Elyes HAOUAS2019-05-151-1/+0
* i82801gx/bootblock: Use macro instead of magic numberElyes HAOUAS2019-05-131-2/+2
* {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macroElyes HAOUAS2019-05-137-105/+6
* nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGENico Huber2019-05-121-2/+2
* sb/bd82x6x: Don't rewrite over BCTRLElyes HAOUAS2019-05-101-3/+0
* sb/i82801gx: Don't rewrite over BCTRLElyes HAOUAS2019-05-101-3/+0
* nb/intel/i945: Use macro instead of magic numberElyes HAOUAS2019-05-101-0/+1
* sb/i82801gx: Remove duplicated 'define PMBASE'Elyes HAOUAS2019-05-101-1/+0
* sb/intel/bd82x6x: Fix flashconsole after lockdownDan Elkouby2019-05-071-0/+6
* sb/{ICH7,NM10,PCH}: Use common watchdog_off functionElyes HAOUAS2019-05-0721-182/+56
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-1/+1
* sb/amd/rs780: Use 32 bit variable to avoid truncationJacob Garber2019-05-061-10/+10
* sb/intel/bd82x6x: Use common/rcba.hPatrick Rudolph2019-05-061-18/+14
* {soc, southbridge} : Correct typo in commentFrans Hendriks2019-05-032-2/+2
* sb/intel/bd82x6x: Use system_reset()Elyes HAOUAS2019-04-291-2/+2
* src/southbridge/intel: Remove unused variablesElyes HAOUAS2019-04-251-3/+0
* src/southbridge/amd: Remove unused variablesElyes HAOUAS2019-04-251-2/+0
* sb/intel/bd82x6x: fix linking for non-native raminit caseMatt DeVillier2019-04-231-1/+2
* sb/intel/lynxpoint: Enable LPC/SIO setup in bootblockArthur Heymans2019-04-233-5/+4
* nb/intel/sandybridge: Drop pch.h from sandybridge.hPatrick Rudolph2019-04-231-0/+1
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-236-2/+6
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-235-6/+7
* sb/intel/i82801gx/lpc: Use {read,write}_pmbase32 and lpc_get_pmbaseElyes HAOUAS2019-04-231-17/+17
* nb/intel/haswell: Add an option for where verstage startsArthur Heymans2019-04-213-0/+8
* cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-04-214-7/+4
* nb/intel/sandybridge: Move southbridge code to bd82x6xPatrick Rudolph2019-04-182-0/+35
* sb/intel/bd82x6x: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-164-55/+2
* sb/intel/i82801ix: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-162-3/+1
* sb/intel/common: Fix config name in a commentNico Huber2019-04-131-1/+1
* sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-134-45/+2
* sb/intel/lynxpoint: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-132-21/+3
* sb/intel/i82801jx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-134-45/+1
* sb/intel/common: Add common detect_s3_resumePatrick Rudolph2019-04-134-0/+84
* sb/intel/{common,i82801dx}: Improve TCO debug codeJacob Garber2019-04-072-2/+2
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-0616-26/+17
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-294-3/+4
* Move calls to quick_ram_check() before CBMEM initKyösti Mälkki2019-03-271-4/+0
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-255-5/+5
* sb/intel/{i82801g/i/j,bd82x6x}: Make use of generic set_subsystem()Kyösti Mälkki2019-03-254-77/+4
* sb/{amd,broadcom,nvidia}: Make use of generic set_subsystem()Kyösti Mälkki2019-03-222-16/+2
* sb/amd8111: Drop unused codeKyösti Mälkki2019-03-221-16/+0
* sb/broadcom/bcm5785: Consolidate PCI set_subsystem()Kyösti Mälkki2019-03-226-32/+15
* sb/intel/lynxpoint: Remove PCI bridge functionKyösti Mälkki2019-03-212-138/+0
* {northbridge, soc, southbridge}/intel: Make use of generic set_subsystem()Subrata Banik2019-03-217-75/+8
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-2147-570/+47
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-2017-17/+3
* src/southbridge/intel/i82801gx/pcie.c: Correct NULL checkJacob Garber2019-03-191-1/+1
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-162-6/+3
* src: Drop unused 'include <device/pciexp.h>'Elyes HAOUAS2019-03-162-2/+1
* drivers/intel/fsp1_0: Deduplicate codePatrick Rudolph2019-03-161-2/+0