summaryrefslogtreecommitdiff
path: root/src/northbridge/via
AgeCommit message (Expand)Author
2019-11-03cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki
2019-11-01lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans
2019-10-08device: Use scan_static_bus() over scan_lpc_bus()Nico Huber
2019-09-28nb/via/vx900: Remove some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-08-20nb/via/vx900: Ensure memory size and base are in rangeJacob Garber
2019-07-19nb/via/vx900: Ensure framebuffer size is within limitsJacob Garber
2019-07-12src: Add missing include <device/pci_ops.h>Elyes HAOUAS
2019-04-25northbridge/via/vx900: Remove unused variablesElyes HAOUAS
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-10nb/via/vx900: Replace pci_mod_configX()Kyösti Mälkki
2019-01-06device: Use pcidev_on_root()Kyösti Mälkki
2018-12-28src/northbridge: Get rid of device_tElyes HAOUAS
2018-12-18northbridge: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS
2018-11-29src: Remove duplicated round up functionElyes HAOUAS
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <lib.h>Elyes HAOUAS
2018-11-16src: Get rid of duplicated includesElyes HAOUAS
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-22nb/via/vx900: Use CF9 resetNico Huber
2018-10-08src: Use tabs for indentationElyes HAOUAS
2018-09-21nb/via/vx900: Get rid of device_tElyes HAOUAS
2018-08-10src: Fix typoElyes HAOUAS
2018-07-09src/northbridge: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-06arch/x86: Flag platforms without RELOCATABLE_RAMSTAGEKyösti Mälkki
2018-06-04nb/via/vx900: Get rid of device_tElyes HAOUAS
2018-05-31Remove VIA VX800 northbridge supportKyösti Mälkki
2018-05-31Remove VIA CX700 northbridge supportKyösti Mälkki
2018-05-31Remove VIA CN700 northbridge supportKyösti Mälkki
2018-05-21nb/via/cx700: Get rid of device_tElyes HAOUAS
2018-05-21nb/via/vx800: Get rid of device_tElyes HAOUAS
2018-05-21nb/via/cn700: Get rid of device_tElyes HAOUAS
2018-05-19via/vx900: Remove leftover codeKyösti Mälkki
2018-05-16vx900: Move to EARLY_CBMEM_INITLubomir Rintel
2018-05-08{mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber
2018-04-25vx900: Drop some unused definesLubomir Rintel
2018-01-17vx900: decode the whole ROMLubomir Rintel
2018-01-15vx900: skip remap of high memory ranges if unnecessaryLubomir Rintel
2018-01-15vx900: map the SPI controllerLubomir Rintel
2018-01-15vx900: fix format strings for DEBUG_RAM_SETUP=yLubomir Rintel
2017-11-30vx900/chrome9hd: fix a trivial typoLubomir Rintel
2017-09-17via/cn700: Fix clang error with missing mainDamien Zammit
2017-08-01src/northbridge: Add guards on all header filesMartin Roth
2017-07-07src/northbridge: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-15nb/via/cn700: Guard VGA_BIOS_ID appropriatelyNico Huber
2017-06-13Consolidate reset API, add generic reset_prepare mechanismJulius Werner