summaryrefslogtreecommitdiff
path: root/src/southbridge
AgeCommit message (Expand)Author
2019-05-20sb/amd/cimx/sb800: Get rid of power button device in corebootPaul Menzel
2019-05-16nb/intel/sandybridge: Move DMI init codePatrick Rudolph
2019-05-16sb/intel/bd82x6x/early_pch: Make use of RCBA and DMIBAR marcrosPatrick Rudolph
2019-05-16sb/intel/sandybridge/early_pch: Make DMI init more readablePatrick Rudolph
2019-05-15src/southbridge: Remove unneeded include <arch/io.h>Elyes HAOUAS
2019-05-13i82801gx/bootblock: Use macro instead of magic numberElyes HAOUAS
2019-05-13{bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macroElyes HAOUAS
2019-05-12nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGENico Huber
2019-05-10sb/bd82x6x: Don't rewrite over BCTRLElyes HAOUAS
2019-05-10sb/i82801gx: Don't rewrite over BCTRLElyes HAOUAS
2019-05-10nb/intel/i945: Use macro instead of magic numberElyes HAOUAS
2019-05-10sb/i82801gx: Remove duplicated 'define PMBASE'Elyes HAOUAS
2019-05-07sb/intel/bd82x6x: Fix flashconsole after lockdownDan Elkouby
2019-05-07sb/{ICH7,NM10,PCH}: Use common watchdog_off functionElyes HAOUAS
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-05-06sb/amd/rs780: Use 32 bit variable to avoid truncationJacob Garber
2019-05-06sb/intel/bd82x6x: Use common/rcba.hPatrick Rudolph
2019-05-03{soc, southbridge} : Correct typo in commentFrans Hendriks
2019-04-29sb/intel/bd82x6x: Use system_reset()Elyes HAOUAS
2019-04-25src/southbridge/intel: Remove unused variablesElyes HAOUAS
2019-04-25src/southbridge/amd: Remove unused variablesElyes HAOUAS
2019-04-23sb/intel/bd82x6x: fix linking for non-native raminit caseMatt DeVillier
2019-04-23sb/intel/lynxpoint: Enable LPC/SIO setup in bootblockArthur Heymans
2019-04-23nb/intel/sandybridge: Drop pch.h from sandybridge.hPatrick Rudolph
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-04-23sb/intel/i82801gx/lpc: Use {read,write}_pmbase32 and lpc_get_pmbaseElyes HAOUAS
2019-04-21nb/intel/haswell: Add an option for where verstage startsArthur Heymans
2019-04-21cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCKArthur Heymans
2019-04-18nb/intel/sandybridge: Move southbridge code to bd82x6xPatrick Rudolph
2019-04-16sb/intel/bd82x6x: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph
2019-04-16sb/intel/i82801ix: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph
2019-04-13sb/intel/common: Fix config name in a commentNico Huber
2019-04-13sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph
2019-04-13sb/intel/lynxpoint: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph
2019-04-13sb/intel/i82801jx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph
2019-04-13sb/intel/common: Add common detect_s3_resumePatrick Rudolph
2019-04-07sb/intel/{common,i82801dx}: Improve TCO debug codeJacob Garber
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-29src: Use include <reset.h> when appropriateElyes HAOUAS
2019-03-27Move calls to quick_ram_check() before CBMEM initKyösti Mälkki
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-25sb/intel/{i82801g/i/j,bd82x6x}: Make use of generic set_subsystem()Kyösti Mälkki
2019-03-22sb/{amd,broadcom,nvidia}: Make use of generic set_subsystem()Kyösti Mälkki
2019-03-22sb/amd8111: Drop unused codeKyösti Mälkki
2019-03-22sb/broadcom/bcm5785: Consolidate PCI set_subsystem()Kyösti Mälkki
2019-03-21sb/intel/lynxpoint: Remove PCI bridge functionKyösti Mälkki
2019-03-21{northbridge, soc, southbridge}/intel: Make use of generic set_subsystem()Subrata Banik
2019-03-21{northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS