aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/bd82x6x
AgeCommit message (Expand)Author
2019-12-19src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS
2019-12-19src/southbridge: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-14sb/intel/*: Remove romcc guardsArthur Heymans
2019-12-14bootblock: Provide some common prototypesKyösti Mälkki
2019-11-26sb/intel/common/spi: Add Baytrail/Braswell supportArthur Heymans
2019-11-18sb/intel/bd82x6x: Handle enabling of GbENico Huber
2019-11-18nb/intel/sandybridge: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans
2019-11-18sb/intel/bd82x6x: Make the pch_enable_lpc hook optionalArthur Heymans
2019-11-18nb/intel/sandybridge: Make the mainboard_rcba_config hook optionalArthur Heymans
2019-11-18sb/intel/common: Properly guard USB debugArthur Heymans
2019-11-13sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOTKyösti Mälkki
2019-11-10sb/intel/common: Remove the SOUTHBRIDGE_INTEL_COMMON Kconfig symbolArthur Heymans
2019-11-10sb/intel/common: Make COMMON_RESET optionalArthur Heymans
2019-11-10sb/intel/common: Make linking rtc.c conditionalArthur Heymans
2019-11-09arch/x86: Replace some __SMM__ guardsKyösti Mälkki
2019-11-09ELOG: Avoid some preprocessor useKyösti Mälkki
2019-11-08sb,soc/intel: Reduce preprocessor use with ME debuggingKyösti Mälkki
2019-11-08arch/x86: Drop some __SMM__ guardsKyösti Mälkki
2019-11-04sb/intel: Use defined CONFIG_HPET_ADDRESSElyes HAOUAS
2019-11-04mb/*/*{bd82x6x/ibexpreak}: Use sb/intel/common/acpi/platform.aslArthur Heymans
2019-11-04sb/intel: Move 'smbus.asl' to common placeElyes HAOUAS
2019-11-01soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpiSubrata Banik
2019-10-30sb/intel/common: Make linking pmbase.c conditionalArthur Heymans
2019-10-30src/southbridge: change "unsigned" to "unsigned int"Martin Roth
2019-10-21src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS
2019-10-16sb/intel/bd82x6x/lpc: Set up default LPC decode rangesArthur Heymans
2019-10-09sb/intel/bd82x6x: Remove setting up lpc decode ranges in ramstageArthur Heymans
2019-10-08device: Use scan_static_bus() over scan_lpc_bus()Nico Huber
2019-10-01intel/pci: Utilise pci_def.h for PCI_BRIDGE_CONTROLKyösti Mälkki
2019-09-30sb/intel/bd8x62x,i82801gx: Fix PCI bridge subsystem IDsKyösti Mälkki
2019-09-30sb/intel/bd82x6x: Use common final SPI OPs setupArthur Heymans
2019-09-22device/pci: Replace add with bitwise-orKyösti Mälkki
2019-09-12southbridge: Remove not used #include <elog.h>Elyes HAOUAS
2019-08-21southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki
2019-08-13cpu/x86: Separate save_state struct headersKyösti Mälkki
2019-07-26sb/intel/bd82x6x: Add support to disable xHCIPatrick Rudolph
2019-07-19sb/intel/{bd82x6x|ibexpeak}: Drop p_cnt_throttling_supportedPatrick Rudolph
2019-07-18sb/intel/bd82x6x: Add and use more RCBA definesPatrick Rudolph
2019-07-09arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki
2019-06-21sb/intel/bd82x6x/early_pch.c: Remove variable set but not usedElyes HAOUAS
2019-06-21sb/intel/bd82x6x: Set up io_gen_dec in romstage based on devicetreeArthur Heymans
2019-06-18sb/intel/bd82x6x/lpc.c: Remove reinitializing the SPI driverArthur Heymans
2019-05-29src/southbridge: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-29sb/intel/*: Delete early_spiPatrick Rudolph
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-13{bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macroElyes HAOUAS
2019-05-10sb/bd82x6x: Don't rewrite over BCTRLElyes 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-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-23sb/intel/bd82x6x: fix linking for non-native raminit caseMatt DeVillier
2019-04-23nb/intel/sandybridge: Drop pch.h from sandybridge.hPatrick Rudolph
2019-04-18nb/intel/sandybridge: Move southbridge code to bd82x6xPatrick Rudolph
2019-04-16sb/intel/bd82x6x: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
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-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-16src: Drop unused '#include <halt.h>'Elyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
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-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-03-01ACPI: Rename FADT model and set it to zeroElyes HAOUAS
2019-02-21sb/intel/bd82x6x: Fix default IRQ mappingNico Huber
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
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-09cpu/intel: Use the common code to initialize the romstage timestampsArthur Heymans
2019-01-07sb/intel/bd82x6x: Fix typo in GPIO LevelArthur Heymans
2019-01-07src: Use "foo **bar" instead of "foo ** bar"Elyes HAOUAS
2019-01-06Kconfig: Unify power-after-failure optionsNico Huber
2019-01-06device: Use pcidev_on_root()Kyösti Mälkki
2019-01-03sb/intel/bd82x6x: Move pcie ACPI code to a common placeArthur Heymans
2018-12-29sb/intel/bd828x6x: Make CONFIG_ELOG=y compileArthur Heymans
2018-12-19southbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2018-12-18southbridge: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS
2018-12-03sb/intel/common: Create a common PCH finalise implementationTristan Corrick
2018-11-23sb/intel/bd82x6x/early_usb.c: Fix formattingElyes HAOUAS
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <cbfs.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-16src: Get rid of duplicated includesElyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-11-07sb/intel: Deduplicate vbnv_cmos_failed and rtc_initPatrick Rudolph
2018-11-01sb/intel/common: Create a common implementation of `acpi_fill_madt()`Tristan Corrick
2018-11-01src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-22intel: Use CF9 reset (part 1)Patrick Rudolph
2018-10-18mb/lenovo/*/romstage: Use macros instead of magic numbersPeter Lemenkov
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-08src: Use tabs for indentationElyes HAOUAS
2018-09-21sb/intel/bd82x6x: Don't use device_tElyes HAOUAS