aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel
AgeCommit message (Expand)Author
2019-06-03sb/intel/i82801ix: Select SOUTHBRIDGE_INTEL_COMMON_SPIArthur Heymans
2019-06-03sb/intel/fsp_rangeley: Remove variable set but not usedElyes HAOUAS
2019-05-29src/southbridge: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-29sb/intel/*: Delete early_spiPatrick Rudolph
2019-05-27sb/intel/common/smi.c: Remove unused functionsArthur Heymans
2019-05-27sb/intel/ibexpeak: Use common Intel SMM codeArthur Heymans
2019-05-25nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans
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/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-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-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-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-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
2019-03-19src/southbridge/intel/i82801gx/pcie.c: Correct NULL checkJacob Garber
2019-03-16src: Drop unused '#include <halt.h>'Elyes HAOUAS
2019-03-16src: Drop unused 'include <device/pciexp.h>'Elyes HAOUAS
2019-03-16drivers/intel/fsp1_0: Deduplicate codePatrick Rudolph
2019-03-14Remove leftover filesKyösti Mälkki
2019-03-14sb/intel/i82801gx: Remove unused include <arch/acpi.h>Elyes HAOUAS
2019-03-13{mb,nb/pineview}/*.asl: Remove unneeded include i82801gx.hElyes HAOUAS
2019-03-12src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-07mb/{asus/p5qc,intel/dg43gt}: Remove unneeded include i82801jx.hElyes HAOUAS
2019-03-05soc/intel/braswell: Add SMBus supportFrans Hendriks
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-03-04sb/intel/i82801gx: Remove unnecessary/redundant ACPI offset operatorElyes HAOUAS
2019-03-04arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS
2019-03-04sb/intel/common: Fix SMBus block commandsKyösti Mälkki
2019-03-03sb/intel/common/firmware: Don't touch descriptor regionMario Scheithauer
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-03-01ACPI: Rename FADT model and set it to zeroElyes HAOUAS
2019-02-28intel/spi: Switch to native PCI config accessorsKyösti Mälkki
2019-02-28intel/spi: Fix use of __SIMPLE_DEVICE__Kyösti Mälkki
2019-02-21sb/intel/bd82x6x: Fix default IRQ mappingNico Huber
2019-02-21ACPI: Correct asl_compiler_revision valueElyes HAOUAS
2019-02-20sb/intel/i82371eb/fadt: Fix compilation on x86_64Patrick Rudolph
2019-02-12sb/intel/common: Remove CAR_GLOBAL useArthur Heymans
2019-02-11device/pci_ops: Move questionable pci_locate() variantsKyösti Mälkki
2019-02-07src: Remove unused include device/pnp_def.hElyes HAOUAS
2019-02-01sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read()Kyösti Mälkki
2019-01-30sb/intel/common/firmware: Don't call GbE binary `firmware`Nico Huber
2019-01-25sb/intel/common: Show "Add gigabit ethernet firmware" only for boards that ne...Jan Tatje
2019-01-24sb/intel/common: More SMBus block_cmd_loop()Kyösti Mälkki
2019-01-24sb/intel/common: SMBus block_cmd_loop()Kyösti Mälkki
2019-01-24sb/intel/common: SMBus complete_command()Kyösti Mälkki
2019-01-24sb/intel/common: SMBus execute_command()Kyösti Mälkki
2019-01-24sb/intel/common: SMBus setup_command()Kyösti Mälkki
2019-01-23nb/intel/pineview: Use parallel MP initArthur Heymans
2019-01-23nb/intel/x4x: Use parallel MP initArthur Heymans
2019-01-23nb/intel/i945: Use parallel MP initArthur Heymans
2019-01-23nb/intel/gm45: Use parallel MP initArthur Heymans
2019-01-22cpu/intel/model_206ax: Use parallel MP initArthur Heymans
2019-01-21drivers/spi: Add controller protection typeRizwan Qureshi
2019-01-17mb/kontron/986lcd-m: Implement disabling ethernet NIC in ramstageArthur Heymans
2019-01-17sb/intel/i82801gx: Implement PCIe coalescingArthur Heymans
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2019-01-14mb/lenovo/[xtz]60: Introduce and use RCBA64 macroPeter Lemenkov
2019-01-14sb/intel: Use common RCBA MACROsPeter Lemenkov
2019-01-13sb/intel: Check for NULL-return of pcidev_on_root()Nico Huber
2019-01-13aopen/dxplplusu: Switch to C_ENVIRONMENT_BOOTBLOCKKyösti Mälkki
2019-01-10sb/intel/common: Show "Add EC firmware" only for boards that need itJan Tatje
2019-01-09cpu/intel: Use the common code to initialize the romstage timestampsArthur Heymans
2019-01-08sb/intel/i82801gx: Autodisable functions based on devicetreeArthur Heymans
2019-01-07intel/lynxpoint: Fix spellingKyösti Mälkki