summaryrefslogtreecommitdiffstats
path: root/src/southbridge/via
Commit message (Expand)AuthorAgeFilesLines
* via: Write »access« without »m« at endPaul Menzel2013-12-272-3/+3
* Coding style: punctuation cleanup [1/2].Idwer Vollering2013-12-231-1/+1
* global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc2013-12-021-1/+1
* southbridge/via/vt8237r/ctrl.c: Remove set but unused variable `regm3`Paul Menzel2013-11-051-3/+2
* CBMEM: Backup top_of_ram instead of cbmem_tocKyösti Mälkki2013-09-113-10/+10
* early_smbus: Add early SMBus implementation for VIA chipsetsAlexandru Gagniuc2013-06-107-0/+292
* Get rid of a number of __GNUC__ checksStefan Reinauer2013-05-101-9/+1
* Drop prototype guarding for romccStefan Reinauer2013-05-101-2/+0
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-224-4/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0137-37/+37
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+1
* Get rid of drivers classPatrick Georgi2012-11-274-27/+27
* Move HAVE_SMI_HANDLER from mainboards to chipsetsStefan Reinauer2012-11-141-2/+10
* SMM: Restore GNVS pointer in the resume pathDuncan Laurie2012-11-142-0/+34
* hpet: common ACPI generationPatrick Georgi2012-10-082-5/+4
* Auto-declare chip_operationsKyösti Mälkki2012-08-224-8/+0
* Refactor driver structsPatrick Georgi2012-07-262-48/+18
* Define global uma_memory variablesKyösti Mälkki2012-07-161-4/+0
* Don't use 64-bit constant 0x100000000 in linker scriptsNico Huber2012-06-211-1/+1
* Clean up #ifsPatrick Georgi2012-05-082-2/+2
* VIA southbridge K8T890: Apply un-written naming rulesKyösti Mälkki2012-03-167-38/+36
* Add subsystem callbacks for VT8237x and VT890 family of chipsetsRudolf Marek2012-01-188-12/+69
* Unify ID_SECTION_OFFSET and mark it deprecatedPatrick Georgi2012-01-181-4/+0
* make GPIOs and misc configurable via devicetreeFlorian Zumbiehl2011-12-022-3/+32
* make INT[EFGH]# of vt8237 configurable as gpio via devicetreeFlorian Zumbiehl2011-12-022-1/+10
* some black magic for initializing the old version of the k8t800Florian Zumbiehl2011-12-022-0/+20
* implement usb2 termination and dpll delay setting for vt8237rFlorian Zumbiehl2011-12-022-0/+37
* vt8237: add support for setting the power state after loss of powerFlorian Zumbiehl2011-11-241-0/+12
* compile code for CONFIG_SOUTHBRIDGE_VIA_K8T800_OLDFlorian Zumbiehl2011-11-102-2/+2
* support for different location of HT registers in old version of K8T800Florian Zumbiehl2011-11-101-8/+22
* move function from header file to .c fileStefan Reinauer2011-11-082-14/+16
* rename vt8237r_cfg() to k8x8xx_vt8237r_cfg() and make publicly accessibleFlorian Zumbiehl2011-11-072-2/+9
* factor out common config for k8x8xx's dram_enable() and vt8237r_cfg()Florian Zumbiehl2011-11-073-49/+43
* add support for 1106:3188 (host controller of the old version of k8t800)Florian Zumbiehl2011-11-071-0/+45
* in vt8237r_enable(), write function enables only to ISA bridge config spaceFlorian Zumbiehl2011-11-071-2/+12
* Revert "add support for 1106:3188 (host controller of the old version of k8t8...Patrick Georgi2011-11-041-45/+0
* add support for writing to SMBus with vt8237Florian Zumbiehl2011-11-032-10/+22
* add support for 1106:3188 (host controller of the old version of k8t800)Florian Zumbiehl2011-11-031-0/+45
* remove trailing whitespaceStefan Reinauer2011-11-016-13/+13
* use acpi.h include instead of manually adding acpi_slp_type.Stefan Reinauer2011-10-151-3/+1
* Use ACPI text fields consistently with all other boardsStefan Reinauer2011-09-211-3/+3
* Improve VIA K8M890 HT settings. Use recommended settings for ROMSIP andRudolf Marek2011-06-302-1/+23
* SMM: add defines for APM_CNT registerSven Schnelle2011-06-071-13/+5
* vt8237r: Simplify bootblock init to work around nested if() romcc problemPeter Stuge2011-06-041-12/+15
* some ifdef --> if fixesStefan Reinauer2011-04-212-6/+6
* drop dead uart init code.Stefan Reinauer2011-04-201-1/+0
* drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCHStefan Reinauer2011-04-141-1/+1
* Unify use of post_codeAlexandru Gagniuc2011-04-111-3/+4
* Fixes licensing of src/southbridge/via/k8t890/k8x8xx.h to GPLv2+ from GPLv3.Alexandru Gagniuc2011-03-021-2/+3
* Fix build errors introduced in r6367Alexandru Gagniuc2011-02-162-1/+26