Add constants for fast path resume copying
[coreboot.git] / src / southbridge / via /
2012-03-16 Kyösti MälkkiVIA southbridge K8T890: Apply un-written naming rules
2012-01-18 Rudolf MarekAdd subsystem callbacks for VT8237x and VT890 family...
2012-01-18 Patrick GeorgiUnify ID_SECTION_OFFSET and mark it deprecated
2011-12-02 Florian Zumbiehlmake GPIOs and misc configurable via devicetree
2011-12-02 Florian Zumbiehlmake INT[EFGH]# of vt8237 configurable as gpio via...
2011-12-02 Florian Zumbiehlsome black magic for initializing the old version of...
2011-12-02 Florian Zumbiehlimplement usb2 termination and dpll delay setting for...
2011-11-23 Florian Zumbiehlvt8237: add support for setting the power state after...
2011-11-10 Florian Zumbiehlcompile code for CONFIG_SOUTHBRIDGE_VIA_K8T800_OLD
2011-11-10 Florian Zumbiehlsupport for different location of HT registers in old...
2011-11-08 Stefan Reinauermove function from header file to .c file
2011-11-07 Florian Zumbiehlrename vt8237r_cfg() to k8x8xx_vt8237r_cfg() and make...
2011-11-07 Florian Zumbiehlfactor out common config for k8x8xx's dram_enable(...
2011-11-07 Florian Zumbiehladd support for 1106:3188 (host controller of the old...
2011-11-07 Florian Zumbiehlin vt8237r_enable(), write function enables only to...
2011-11-04 Patrick GeorgiRevert "add support for 1106:3188 (host controller...
2011-11-03 Florian Zumbiehladd support for writing to SMBus with vt8237
2011-11-03 Florian Zumbiehladd support for 1106:3188 (host controller of the old...
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-10-15 Stefan Reinaueruse acpi.h include instead of manually adding acpi_slp_...
2011-09-20 Stefan ReinauerUse ACPI text fields consistently with all other boards
2011-06-30 Rudolf MarekImprove VIA K8M890 HT settings. Use recommended setting...
2011-06-07 Sven SchnelleSMM: add defines for APM_CNT register
2011-06-04 Peter Stugevt8237r: Simplify bootblock init to work around nested...
2011-04-21 Stefan Reinauersome ifdef --> if fixes
2011-04-20 Stefan Reinauerdrop dead uart init code.
2011-04-14 Stefan Reinauerdrop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused...
2011-04-11 Alexandru GagniucUnify use of post_code
2011-03-02 Alexandru GagniucFixes licensing of src/southbridge/via/k8t890/k8x8xx...
2011-02-16 Alexandru GagniucFix build errors introduced in r6367
2011-02-16 Alexandru GagniucExtended K8T890 driver to include the K8T800 and K8M800...
2010-12-18 Rudolf MarekSMM on AMD K8 Part 2/2
2010-12-18 Stefan ReinauerSMM for AMD K8 Part 1/2
2010-12-13 Rudolf MarekFollowing patch adds support for suspend/resume functio...
2010-12-08 stepanfirst round name simplification. drop the <component...
2010-11-24 Tobias DiedrichWith low serial console loglevels a pcie graphics card...
2010-11-22 Rudolf Marek1) wraps the s3 parts of chipset code/memory init code...
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-11-20 Uwe HermannSome more DIMM0 related cleanups and deduplication.
2010-11-20 Patrick GeorgiUnify DIMM SPD addressing. For Geode, change the
2010-11-17 Tobias DiedrichLinux also needs the MMCONF area to be reserved either...
2010-11-17 Tobias DiedrichThe only southbridge having a pirq_assign_irqs function...
2010-11-14 Uwe HermannAdd a target for the ASUS A8V-E Deluxe (trivial).
2010-11-14 Tobias DiedrichMove cable detect logic to a weak function in vt8237r_i...
2010-11-14 Tobias DiedrichCurrently the
2010-11-11 Tobias DiedrichAdd VT8237A id to src/southbridge/via/vt8237r/bootblock.c
2010-11-11 Tobias DiedrichAdd pci id and ops for VT8237A SATA controller
2010-11-07 Tobias DiedrichDepends on the "Introduce get_vt8237_lpc() function...
2010-11-07 Tobias DiedrichThis adds the VT8237A LPC pci_locate_device call in...
2010-11-07 Tobias DiedrichUse get_vt8237_lpc() in vt8237_sb_enable_fid_vid()...
2010-11-07 Tobias DiedrichInstead of duplicating the pci_locate_device calls...
2010-11-07 Tobias DiedrichAdd pointer to public PCIe bridge documentation on
2010-11-07 Tobias DiedrichThis adds VT8237A specific VLINK/LPC init functions...
2010-11-07 Tobias DiedrichThis adds the VT8237A LPC device id and the pci_driver...
2010-11-04 Uwe HermannAdd a rom_enable() function to via/vt8231 and call...
2010-11-02 Tobias DiedrichNeed to clear downstream read cycle retry bit, or the...
2010-11-02 Tobias DiedrichThis adds pci device ids and pci_driver structs for...
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-08 Kevin O'ConnorCode must not access the smbus registers before the...
2010-08-26 Jens RottmannCONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only...
2010-08-01 Corey OsgoodClarify a comment on an old hack, remove the call to...
2010-08-01 Corey OsgoodUpdate my old, no longer active email addresses
2010-07-08 Stefan ReinauerFix all warnings in the tree
2010-06-17 Myles WatsonAlways enable parent resources before child resources.
2010-06-09 Stefan ReinauerThe interrupt controller lives at I/O 0x4d0/0x4d1.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Rudolf MarekFix the the build of r5494 on Asus A8V-E SE. The K8M890...
2010-04-25 Rudolf MarekFollowing patch changes the K8M890 VGA handling. It...
2010-04-23 Rudolf MarekAttached patch adds support for tinybootblock on VT8237...
2010-04-22 Stefan Reinauerzero warnings days...
2010-04-15 Stefan Reinauerzero warnings days...
2010-04-14 Stefan Reinauerzero warning days. Move RAMTOP and RAMBASE together.
2010-04-14 Myles WatsonRemove few more warnings and some dead code.
2010-04-14 Stefan Reinauergeeesh! And this really compiles and even runs?
2010-04-14 Stefan Reinauerzero warnings days. Down to under 600 different warnings
2010-04-07 Stefan Reinauerno warnings day
2010-04-07 Stefan Reinauerclean up age old via epia target.
2010-04-07 Stefan Reinauerswitch some ROMCC boards back to ROMCC.
2010-04-07 Stefan Reinauer"no warnings day"
2010-04-06 Stefan ReinauerNo warnings day, next round.
2010-04-03 Stefan Reinauerdevice_t wants device/device.h
2010-04-03 Stefan Reinauerremove more warnings.
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-02-23 Stefan ReinauerRemove nonsensical wrapper for function in
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Patrick Georginewconfig is no more.
2010-01-18 Patrick GeorgiMove all IOAPIC selection to southbridges, and remove...
2010-01-16 Stefan Reinauercoreboot has 13 instances of IOAPIC setup distributed...
2010-01-06 Patrick GeorgiKconfig builds all boards now.
2009-10-23 Stefan Reinauerdrop a lot of dead code, including an old winbond south...
2009-10-20 Myles WatsonFix #if CONFIG_VGA==1 -> #if CONFIG_VGA.
2009-10-19 Myles WatsonClean up some #ifdef CONFIG_*
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-10-09 Myles WatsonRemove default n statements to simplify .config and...
2009-10-08 Patrick GeorgiDisable x86emu for via based boards which bring
2009-09-25 Patrick Georgisome progress on kconfig:
next