summaryrefslogtreecommitdiffstats
path: root/src/northbridge/via
Commit message (Expand)AuthorAgeFilesLines
* hardwaremain: drop boot_complete parameterStefan Reinauer2013-05-081-1/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-224-4/+3
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0165-65/+65
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-285-29/+4
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-146-6/+6
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-146-6/+6
* Rename devices -> deviceStefan Reinauer2012-11-303-3/+3
* Remove assembly coded log2 functionRonald G. Minnich2012-11-2811-11/+2
* Get rid of drivers classPatrick Georgi2012-11-276-18/+18
* x86 realmode: Use x86emu register file + definesPatrick Georgi2012-11-245-76/+81
* x86 realmode: Adapt to x86emu/YABEL style return codesPatrick Georgi2012-11-245-26/+26
* x86emu: Move realmode handler into own directoryPatrick Georgi2012-11-243-3/+3
* VIA chipsets: fix compilation without real mode codeStefan Reinauer2012-11-149-67/+15
* hpet: common ACPI generationPatrick Georgi2012-10-082-3/+15
* Remove chip.h files without config structureKyösti Mälkki2012-10-0722-118/+0
* Auto-declare chip_operationsKyösti Mälkki2012-08-226-6/+0
* Don't use 64-bit constant 0x100000000 in linker scriptsNico Huber2012-06-211-1/+1
* Clean up #ifsPatrick Georgi2012-05-086-12/+12
* remove trailing whitespaceStefan Reinauer2011-11-013-3/+3
* Fix compilation of VIA CN700 northbridge code with gcc 4.6Stefan Reinauer2011-10-141-2/+10
* more ifdef -> if fixesStefan Reinauer2011-04-212-2/+2
* drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCHStefan Reinauer2011-04-141-1/+1
* Unify use of post_codeAlexandru Gagniuc2011-04-112-4/+4
* __PRE_RAM__ is defined by the makefileStefan Reinauer2010-12-271-2/+0
* Fix most CONFIG_DEBUG_RAM_SETUP issues. Stefan Reinauer2010-12-271-1/+1
* The same mechanisms are used for normal and fallback images. Stefan Reinauer2010-12-191-5/+0
* drop one more version of doing serial uart output differently.Stefan Reinauer2010-12-172-2/+1
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-135-30/+25
* second round name simplification. drop the <component>_ prefix.stepan2010-12-0817-11/+11
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-211-3/+2
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-211-12/+2
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-204-63/+55
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-202-5/+1
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-122-5/+1
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-116-248/+0
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-071-1/+0
* Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,Patrick Georgi2010-10-011-1/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-306-20/+20
* Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial).Uwe Hermann2010-09-252-1/+2
* drop three unneeded config variables:Jens Rottmann2010-08-277-46/+0
* CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann2010-08-263-0/+5
* VGA code needs to be refactored before it can be compiled conditionally.Myles Watson2010-08-035-5/+5
* Build VGA code conditionally to avoid errors when using SeaBIOS.Myles Watson2010-08-025-5/+5
* Clarify a comment on an old hack, remove the call to early_mtrr_initCorey Osgood2010-08-012-6/+8
* Make include paths more consistent. Fixes compilation errors for me.Myles Watson2010-07-261-1/+1
* fix some warnings.Stefan Reinauer2010-07-074-37/+16
* Always enable parent resources before child resources.Myles Watson2010-06-178-25/+14
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-096-21/+21
* Fix VGA after switching to realmode_interrupt()Michael Marineau2010-05-243-3/+3
* Change real mode API to allow passing intXX number or entry point andStefan Reinauer2010-05-116-16/+43
OpenPOWER on IntegriCloud