- e166782 Clean up #ifs by Patrick Georgi · 11 years ago
- 35e1c86 VIA southbridge K8T890: Apply un-written naming rules by Kyösti Mälkki · 11 years ago
- 0f1dc4e Add subsystem callbacks for VT8237x and VT890 family of chipsets by Rudolf Marek · 12 years ago
- a31bb07 Unify ID_SECTION_OFFSET and mark it deprecated by Patrick Georgi · 11 years ago
- b532057 make GPIOs and misc configurable via devicetree by Florian Zumbiehl · 11 years ago
- 98236ca make INT[EFGH]# of vt8237 configurable as gpio via devicetree by Florian Zumbiehl · 11 years ago
- 6a3e8d6 some black magic for initializing the old version of the k8t800 by Florian Zumbiehl · 11 years ago
- 1b940fd implement usb2 termination and dpll delay setting for vt8237r by Florian Zumbiehl · 11 years ago
- 912d891 vt8237: add support for setting the power state after loss of power by Florian Zumbiehl · 11 years ago
- 50dadfb compile code for CONFIG_SOUTHBRIDGE_VIA_K8T800_OLD by Florian Zumbiehl · 11 years ago
- be7d8dc support for different location of HT registers in old version of K8T800 by Florian Zumbiehl · 11 years ago
- 2e2b84e move function from header file to .c file by Stefan Reinauer · 11 years ago
- 0802ad9 rename vt8237r_cfg() to k8x8xx_vt8237r_cfg() and make publicly accessible by Florian Zumbiehl · 11 years ago
- 1e1e859 factor out common config for k8x8xx's dram_enable() and vt8237r_cfg() by Florian Zumbiehl · 11 years ago
- 7b1d295 add support for 1106:3188 (host controller of the old version of k8t800) by Florian Zumbiehl · 11 years ago
- 86bb007 in vt8237r_enable(), write function enables only to ISA bridge config space by Florian Zumbiehl · 11 years ago
- 3cd0ae2 Revert "add support for 1106:3188 (host controller of the old version of k8t800)" due to dependency issues. by Patrick Georgi · 11 years ago
- e037f9f add support for writing to SMBus with vt8237 by Florian Zumbiehl · 11 years ago
- 8c4cf18 add support for 1106:3188 (host controller of the old version of k8t800) by Florian Zumbiehl · 11 years ago
- 5ff7c13 remove trailing whitespace by Stefan Reinauer · 11 years ago
- ab87254 use acpi.h include instead of manually adding acpi_slp_type. by Stefan Reinauer · 11 years ago
- 03f82bd Use ACPI text fields consistently with all other boards by Stefan Reinauer · 12 years ago
- 23b2152 Improve VIA K8M890 HT settings. Use recommended settings for ROMSIP and by Rudolf Marek · 12 years ago
- f4dc1a7 SMM: add defines for APM_CNT register by Sven Schnelle · 12 years ago
- e1898b5 vt8237r: Simplify bootblock init to work around nested if() romcc problem by Peter Stuge · 12 years ago
- 1d888a9 some ifdef --> if fixes by Stefan Reinauer · 12 years ago
- b297b49 drop dead uart init code. by Stefan Reinauer · 12 years ago
- 8902502 drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH by Stefan Reinauer · 12 years ago
- 5005bb06 Unify use of post_code by Alexandru Gagniuc · 12 years ago
- 7b9bbee Fixes licensing of src/southbridge/via/k8t890/k8x8xx.h to GPLv2+ from GPLv3. by Alexandru Gagniuc · 12 years ago
- 650cf23 Fix build errors introduced in r6367 by Alexandru Gagniuc · 12 years ago
- 025ead7 Extended K8T890 driver to include the K8T800 and K8M800 northbridges by Alexandru Gagniuc · 12 years ago
- 2c36627 SMM on AMD K8 Part 2/2 by Rudolf Marek · 12 years ago
- cadc545 SMM for AMD K8 Part 1/2 by Stefan Reinauer · 12 years ago
- c436953 Following patch adds support for suspend/resume functions. I had to change the get_cbmem_toc because macro magic did not work well. by Rudolf Marek · 12 years ago
- 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 12 years ago
- ba9f0b3 With low serial console loglevels a pcie graphics card is not by Tobias Diedrich · 12 years ago
- bcaea14 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c by Rudolf Marek · 12 years ago
- abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 12 years ago
- d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 12 years ago
- 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 12 years ago
- 8520e01 Linux also needs the MMCONF area to be reserved either in E820 or by Tobias Diedrich · 12 years ago
- 8a71dcd The only southbridge having a pirq_assign_irqs function (needed for by Tobias Diedrich · 12 years ago
- 2e9323e Add a target for the ASUS A8V-E Deluxe (trivial). by Uwe Hermann · 12 years ago
- 5d72eb5 Move cable detect logic to a weak function in vt8237r_ide.c and add by Tobias Diedrich · 12 years ago
- d441afd Currently the by Tobias Diedrich · 12 years ago
- 1dcd26c Add VT8237A id to src/southbridge/via/vt8237r/bootblock.c by Tobias Diedrich · 12 years ago
- e080bca Add pci id and ops for VT8237A SATA controller by Tobias Diedrich · 12 years ago
- a151f27 Depends on the "Introduce get_vt8237_lpc() function" and by Tobias Diedrich · 12 years ago
- 7714cd0 This adds the VT8237A LPC pci_locate_device call in vt8237r_early_smbus.c by Tobias Diedrich · 12 years ago
- e165d41 Use get_vt8237_lpc() in vt8237_sb_enable_fid_vid() too. by Tobias Diedrich · 12 years ago
- ef2928e Instead of duplicating the pci_locate_device calls multiple times, by Tobias Diedrich · 12 years ago
- 6953eeb Add pointer to public PCIe bridge documentation on by Tobias Diedrich · 12 years ago
- 113b29f This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.c by Tobias Diedrich · 12 years ago
- 2210135 This adds the VT8237A LPC device id and the pci_driver struct in vt8237r_lpc.c by Tobias Diedrich · 12 years ago
- 305e886 Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.c by Uwe Hermann · 12 years ago
- b545852 Need to clear downstream read cycle retry bit, or the bus scan will by Tobias Diedrich · 12 years ago
- d50b43a This adds pci device ids and pci_driver structs for the K8T890 CF by Tobias Diedrich · 12 years ago
- 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 12 years ago
- 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 12 years ago
- c3c9b01 Code must not access the smbus registers before the RTC power well is by Kevin O'Connor · 13 years ago
- 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 13 years ago
- f976548 Clarify a comment on an old hack, remove the call to early_mtrr_init by Corey Osgood · 13 years ago
- 43110f5 Update my old, no longer active email addresses by Corey Osgood · 13 years ago
- 6f57b51 Fix all warnings in the tree by Stefan Reinauer · 13 years ago
- 7eac445 Always enable parent resources before child resources. by Myles Watson · 13 years ago
- 42e5f64 The interrupt controller lives at I/O 0x4d0/0x4d1. by Stefan Reinauer · 13 years ago
- 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 13 years ago
- 53b0b50 Fix the the build of r5494 on Asus A8V-E SE. The K8M890 and K8T890 by Rudolf Marek · 13 years ago
- a3c10ac Following patch changes the K8M890 VGA handling. It reverts the framebuffer size by Rudolf Marek · 13 years ago
- 7ba3c4f Attached patch adds support for tinybootblock on VT8237* to decode whole flash by Rudolf Marek · 13 years ago
- 64d3baf zero warnings days... by Stefan Reinauer · 13 years ago
- 23836e2 zero warnings days... by Stefan Reinauer · 13 years ago
- 523ebd9 zero warning days. Move RAMTOP and RAMBASE together. by Stefan Reinauer · 13 years ago
- f4cc089 Remove few more warnings and some dead code. by Myles Watson · 13 years ago
- 8816cdf geeesh! And this really compiles and even runs? by Stefan Reinauer · 13 years ago
- 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 13 years ago
- eea66b7 no warnings day by Stefan Reinauer · 13 years ago
- 8a926845 clean up age old via epia target. by Stefan Reinauer · 13 years ago
- c2d2941 switch some ROMCC boards back to ROMCC. by Stefan Reinauer · 13 years ago
- c51dc44 "no warnings day" by Stefan Reinauer · 13 years ago
- 8f2c616 No warnings day, next round. by Stefan Reinauer · 13 years ago
- c9250c6 device_t wants device/device.h by Stefan Reinauer · 13 years ago
- 3c8ac78 remove more warnings. by Stefan Reinauer · 13 years ago
- 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 13 years ago
- c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 13 years ago
- 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 13 years ago
- 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 13 years ago
- c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 13 years ago
- 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 13 years ago
- abf2ad7 newconfig is no more. by Patrick Georgi · 13 years ago
- d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 13 years ago
- 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 13 years ago
- 753169d Kconfig builds all boards now. by Patrick Georgi · 13 years ago
- 5e1a8d1 drop a lot of dead code, including an old winbond southbridge from our removed by Stefan Reinauer · 13 years ago
- c6aadbe Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. (forgotten in last check in.) by Myles Watson · 13 years ago
- ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 13 years ago
- b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 13 years ago
- e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 13 years ago
- 0523875 Disable x86emu for via based boards which bring their own vgabios.c by Patrick Georgi · 13 years ago