summaryrefslogtreecommitdiffstats
path: root/src/northbridge/via
Commit message (Expand)AuthorAgeFilesLines
* Remove empty lines at end of fileElyes HAOUAS2015-06-082-2/+0
* devicetree: Discriminate device ops scan_bus()Kyösti Mälkki2015-06-044-5/+6
* Remove address from GPLv2 headersPatrick Georgi2015-05-2152-52/+52
* kbuild: automatically include northbridgesStefan Reinauer2015-04-295-4/+16
* kconfig: drop intermittend forwarder filesStefan Reinauer2015-04-071-4/+0
* build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi2015-04-042-2/+2
* build system: normalize linker script file namesPatrick Georgi2015-03-284-2/+2
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-155-90/+90
* CBMEM: Tag chipsets with LATE_CBMEM_INITKyösti Mälkki2015-01-274-0/+4
* northbridge/via/vx800/lpc.c: Remove unused variablesEdward O'Callaghan2015-01-141-4/+0
* northbridg/via/vx900: Doxygen fixesMartin Roth2015-01-087-7/+8
* northbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-0614-128/+99
* northbridge/via/vx800/examples: Remove rotting sourceEdward O'Callaghan2015-01-053-2024/+0
* remove vx900_int16 doxygen module/groupMartin Roth2015-01-041-1/+1
* Drop VIA Epia-NStefan Reinauer2014-12-1812-1890/+0
* Drop VIA Epia-M series of boardsStefan Reinauer2014-12-188-1028/+0
* Drop VIA Epia mainboardStefan Reinauer2014-12-188-565/+0
* vx800/vga.c: Remove extraneous parentheses.Vladimir Serbinenko2014-12-071-1/+1
* via/vx900: Plumber registered DIMM to right place.Vladimir Serbinenko2014-12-072-2/+5
* vx800: Silence clang warnings.Vladimir Serbinenko2014-12-071-0/+8
* Replace hlt with halt()Patrick Georgi2014-12-021-1/+0
* Redundant addr '&' operator on func ptr's in struct initiatorEdward O'Callaghan2014-11-041-2/+2
* northbridge/via: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-0114-93/+40
* cmos: Rename the CMOS related functions.Gabe Black2014-10-222-2/+2
* via/vt8454c: Migrate to per-device ACPIVladimir Serbinenko2014-10-181-0/+24
* via/vx800: Migrate to collaborative ACPIVladimir Serbinenko2014-10-181-0/+3
* northbridge/via/vx800: Fix out-of-bounds read due to off-by-oneEdward O'Callaghan2014-08-051-1/+1
* Uniformly spell frequency unit symbol as HzElyes HAOUAS2014-07-294-17/+17
* northbridge/via: Remove a trailing whitespaceElyes HAOUAS2014-07-243-21/+21
* northbridge,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-175-5/+0
* src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan2014-07-112-22/+19
* northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-2/+0
* via/vx900: Remove GFXUMA and use of related global variablesKyösti Mälkki2014-05-194-13/+21
* fix printk typesPatrick Georgi2014-05-192-4/+4
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-132-2/+2
* via: Write »access« without »m« at endPaul Menzel2013-12-271-1/+1
* Coding style: punctuation cleanup [1/2].Idwer Vollering2013-12-233-4/+4
* timestamps epia-m850: Cleanup without enabling timestampsKyösti Mälkki2013-09-211-1/+0
* CBMEM x86: Unify get_cbmem_toc()Kyösti Mälkki2013-09-111-5/+0
* CBMEM: Unify get_top_of_ram()Kyösti Mälkki2013-09-111-1/+0
* CBMEM northbridges: Remove references to global high_tables_baseKyösti Mälkki2013-09-116-25/+6
* Correct spelling of shadow, setting and memoryPaul Menzel2013-08-161-1/+1
* Set PCI bus operations at buildtime for ramstageKyösti Mälkki2013-07-116-6/+6
* Rename hardwaremain() to main()Stefan Reinauer2013-07-101-1/+1
* Fix MMCONF_SUPPORT_DEFAULT for ramstageKyösti Mälkki2013-07-101-2/+1
* Make setting MAX_PIRQ_LINKs depend on NORTHBRIDGE_VIA_VX900Dave Frodin2013-07-021-0/+4
* VX900: Use MIN/MAX from stdlib.h instead of redefining themAlexandru Gagniuc2013-06-104-26/+25
* VIA VX900: Add minimal ramstage needed to boot linuxAlexandru Gagniuc2013-06-109-0/+1545
* VX900: Add DDR3 initializationAlexandru Gagniuc2013-06-104-3/+1785
* VX900: Add support for early romstageAlexandru Gagniuc2013-06-1012-0/+778