summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb700
AgeCommit message (Expand)Author
2019-03-29src: Use include <reset.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes 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-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-04arch/io.h: Add missing includesKyösti Mälkki
2019-03-04arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-21ACPI: Correct asl_compiler_revision valueElyes HAOUAS
2019-02-11device/pci_ops: Move questionable pci_locate() variantsKyösti Mälkki
2019-01-10sb/amd/{cimx,sb{7,8}00}: Use PCI_DEVFN()Elyes HAOUAS
2019-01-06Kconfig: Unify power-after-failure optionsNico Huber
2019-01-06usbdebug: Make the EHCI debug console work in the bootblockArthur Heymans
2019-01-06device: Use pcidev_path_behind()Kyösti Mälkki
2019-01-06device: Use pcidev_on_root()Kyösti Mälkki
2018-12-19southbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-10-31reset: Finalize move to new APINico Huber
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-22amdfam10: Convert to `board_reset()`Nico Huber
2018-10-08Move compiler.h to commonlibNico Huber
2018-06-14src: Get rid of unneeded whitespaceElyes HAOUAS
2018-06-04src: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-05-21sb/amd/sb700: Get rid of device_tElyes HAOUAS
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-23drivers/spi: reduce confusion in the APIAaron Durbin
2018-01-30drivers/spi: support cmd opcode deduction for spi_crop_chunk()Aaron Durbin
2017-10-12sb/amd/sb700/lpc.c: Optimize code flow for less indentationArthur Heymans
2017-09-27smbus: Fix a typo ("Set the device I'm talking too")Jonathan Neuschäfer
2017-09-14device: acpi_name() should take a const struct deviceAaron Durbin
2017-09-09sb/amd: Support CBMEM_TOP_BACKUPKyösti Mälkki
2017-08-07usbdebug: Refactor early enableKyösti Mälkki
2017-08-07usbdebug: Consolidate EHCI_BAR setupKyösti Mälkki
2017-06-30southbridge/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-13Consolidate reset API, add generic reset_prepare mechanismJulius Werner
2017-06-07spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh
2017-05-27CBMEM: Clarify CBMEM_TOP_BACKUP function usageKyösti Mälkki
2017-05-24southbridge/amd: Move spi driver to use spi_bus_mapFurquan Shaikh
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2017-04-17[nb|sb]/amd/[amdfam10|sb700]: Add LPC bridge ACPI names for NB/SBTimothy Pearson
2017-04-15sb/amd/sb700: Disable LPC ROM mapping when SPI Flash is usedTimothy Pearson
2017-01-04amdfam10: Perform major include ".c" cleanupDamien Zammit
2016-12-23spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh
2016-12-05spi: Define and use spi_ctrlr structureFurquan Shaikh
2016-12-05spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh
2016-12-05spi: Fix parameter types for spi functionsFurquan Shaikh
2016-11-21AMD sb700: Fix PCI ID errorKyösti Mälkki