summaryrefslogtreecommitdiffstats
path: root/src/northbridge/via
Commit message (Expand)AuthorAgeFilesLines
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-047-7/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-0112-1/+12
* nb/via/vx900: Replace pci_mod_configX()Kyösti Mälkki2019-02-1011-138/+84
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-1/+1
* src/northbridge: Get rid of device_tElyes HAOUAS2018-12-281-5/+24
* northbridge: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-181-1/+0
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-11/+11
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-163-4/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-9/+9
* nb/via/vx900: Use CF9 resetNico Huber2018-10-222-3/+4
* src: Use tabs for indentationElyes HAOUAS2018-10-081-1/+1
* nb/via/vx900: Get rid of device_tElyes HAOUAS2018-09-211-4/+4
* src: Fix typoElyes HAOUAS2018-08-101-4/+4
* src/northbridge: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* arch/x86: Flag platforms without RELOCATABLE_RAMSTAGEKyösti Mälkki2018-06-061-0/+1
* nb/via/vx900: Get rid of device_tElyes HAOUAS2018-06-046-47/+47
* Remove VIA VX800 northbridge supportKyösti Mälkki2018-05-3131-6153/+0
* Remove VIA CX700 northbridge supportKyösti Mälkki2018-05-3114-3137/+0
* Remove VIA CN700 northbridge supportKyösti Mälkki2018-05-3110-1263/+0
* nb/via/cx700: Get rid of device_tElyes HAOUAS2018-05-214-12/+12
* nb/via/vx800: Get rid of device_tElyes HAOUAS2018-05-213-10/+10
* nb/via/cn700: Get rid of device_tElyes HAOUAS2018-05-214-10/+10
* via/vx900: Remove leftover codeKyösti Mälkki2018-05-191-6/+0
* vx900: Move to EARLY_CBMEM_INITLubomir Rintel2018-05-166-91/+139
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-084-4/+0
* vx900: Drop some unused definesLubomir Rintel2018-04-251-6/+0
* vx900: decode the whole ROMLubomir Rintel2018-01-172-0/+50
* vx900: skip remap of high memory ranges if unnecessaryLubomir Rintel2018-01-151-1/+3
* vx900: map the SPI controllerLubomir Rintel2018-01-152-2/+51
* vx900: fix format strings for DEBUG_RAM_SETUP=y4.7Lubomir Rintel2018-01-151-4/+4
* vx900/chrome9hd: fix a trivial typoLubomir Rintel2017-11-301-1/+1
* via/cn700: Fix clang error with missing mainDamien Zammit2017-09-171-0/+1
* src/northbridge: Add guards on all header filesMartin Roth2017-08-013-0/+15
* src/northbridge: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-079-15/+13
* nb/via/cn700: Guard VGA_BIOS_ID appropriatelyNico Huber2017-06-151-1/+5
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-132-2/+2
* src: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* Kconfig: Move CONFIG_VIDEO_MBNico Huber2017-05-271-0/+5
* CBMEM: Clarify CBMEM_TOP_BACKUP function usageKyösti Mälkki2017-05-274-6/+6
* northbridge/via/cn700/acpi: Add the host bridgeLubomir Rintel2017-04-141-0/+89
* northbridge/via/cn700: Add a default VGA BIOS idLubomir Rintel2017-04-141-0/+4
* northbridge/via/cn700: Add IORESOURCE_BRIDGE resources to AGP bridgeLubomir Rintel2017-04-141-1/+31
* northbridge/via/cn700: Add some delays during raminitLubomir Rintel2017-04-141-39/+46
* northbridge/via/cn700: Get rid of #include raminit.cLubomir Rintel2017-04-063-1/+11
* northbridge/via/vx900: transition away from device_tAntonello Dettori2017-03-233-2/+13
* device/dram/ddr2: Add common ddr2 spd decoderPatrick Rudolph2017-03-101-1/+1