aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia
AgeCommit message (Expand)Author
2010-10-28The no point in having a non-NULL ops_pci pointer when the set_subsystem oper...Jonathan Kollasch
2010-10-27Correct an apparent copy-paste error that shows up at compile time onJonathan Kollasch
2010-10-27Convert ck804_early_smbus.c to a separately compiled unit.Jonathan Kollasch
2010-10-26Convert all ck804-based boards to tiny bootblock.Jonathan Kollasch
2010-10-26When gcc 4.5.0 is used, compiling mcp55_early_setup_car.c fails. This change ...Scott Duplichan
2010-10-24Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan
2010-10-17Use common GPL-header format in CK804 files, add missing ones (trivial).Uwe Hermann
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-10-10fix typos found by zbao in other files.Stefan Reinauer
2010-10-05attached patch moves a couple more config flags out of romstage:Patrick Georgi
2010-10-05- move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-28Drop some unneeded "#if CONFIG_USBDEBUG" (trivial).Uwe Hermann
2010-09-26Duplicate the MCP55 EHCI Debug Port enable code for use with CK804.Jonathan Kollasch
2010-09-26Only show the USB Debug Port kconfig option to the user if a mainboardUwe Hermann
2010-09-25Various Debug Port southbridge implementation fixes / cosmetics.Uwe Hermann
2010-09-13Move initialization of MMCONF BAR to cache_as_ram setup phase, in orderArne Georg Gleditsch
2010-09-09Please find appended. This patch gets rid of the %gs magic altogether,Arne Georg Gleditsch
2010-08-14My old mcp55 azalia fix from May 2010. Was never checked in.Stefan Reinauer
2010-08-04Remove warnings from USB debug console code.Myles Watson
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-07-06A bug fix:Myles Watson
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-05-25also rename the config option.Stefan Reinauer
2010-05-25fix most usbdebug warnings and fix function names.Stefan Reinauer
2010-05-25Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-04-30Get rid of a few more warnings.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25try to unify timing initialization across those boards that need it...Stefan Reinauer
2010-04-25no warnings days.Stefan Reinauer
2010-04-25zero warnings daysStefan Reinauer
2010-04-23zero warnings days...Stefan Reinauer
2010-04-14zero warnings days. Down to under 600 different warnings Stefan Reinauer
2010-04-09zero warnings days.Stefan Reinauer
2010-04-07- unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLYStefan Reinauer
2010-04-06fix CK804 boards.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-30reduce warnings in MCP55 and Fam10 codeStefan Reinauer
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-02-28Use the romstraps build infrastructure created for "tinybootblock"Patrick Georgi
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-07newconfig is no more.Patrick Georgi
2010-01-18Move all IOAPIC selection to southbridges, and remove themPatrick Georgi
2010-01-16coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2010-01-06Kconfig builds all boards now.Patrick Georgi
2009-11-27Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi
2009-11-06Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson
2009-10-30Remove some warnings from the tyan s2895.Myles Watson
2009-10-18Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-14Use CAR ck804 code with the s2892.Myles Watson
2009-10-13White space change in preparation for a patch to unify handling of ck804.Myles Watson
2009-10-09Remove default n statements to simplify .config and ldoptions files.Myles Watson
2009-10-04This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi
2009-09-22failoverR.diff: Revert my failover change since Kconfig only supports fallback.Myles Watson
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-24Add support for Nvidia Southbridges to Kconfig.Myles Watson
2009-08-12Kconfig!Patrick Georgi
2009-07-10Apparently I'm not the only one who forgets which way the outb andEd Swierk
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-19ChangeLog:Harald Gutmann
2009-06-03Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen
2009-06-03CMOS: Add set_option and rework get_option.Luc Verhaegen
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-28fix warning: no return statement in function returning non-voidStefan Reinauer
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-03-10This patch adds common elements for ck804-based boards.Myles Watson
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2008-12-22Fix implicit udelay src/southbridge/nvidia/mcp55/mcp55_aza.cCarl-Daniel Hailfinger
2008-10-02CK804 coding-style fixed based on an 'indent' run (trivial).Uwe Hermann
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-18ck804 whitespace fixesMyles Watson
2008-04-23This patch fixes the 3 broken sata ports on the Tyan s2891 (primary port onWard Vandewege
2008-02-25This trivial patch removes an unused local variable, thus getting rid ofRonald Hoogenboom
2008-02-20Route device IRQ through PCI bridge instead in mptable.Yinghai Lu
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-10-24Ever wondered where those "setting incorrect section attributes forStefan Reinauer
2007-09-25As per suggestion from Yinghai Lu <yinghailu@gmail.com> this patchUwe Hermann
2007-09-22Fix another, similar typo as in r2800 (trivial).Uwe Hermann
2007-09-22Fix typo which causes build error if CK804_USE_NIC is set (trivial).Uwe Hermann
2007-09-14More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE.Yinghai Lu
2007-02-19Fix some CHIP_NAME() entries to use canonical names.Uwe Hermann
2007-02-03Nvidia MCP55 uses CMD to send/receive bytes instead of DAT0, bxshi
2007-02-02I have Sun Ultra40 workstation. Southbridge is nVidia CrushK8-04/nforceRoman Kononov
2007-02-01This patch adds the MCP55 PCI IDs (without which the southbridge codeEd Swierk
2007-02-01Add support for the NVIDIA MCP55 southbridge.Yinghai Lu
2006-12-20ck804 pref mem 4G above supportYinghai Lu
2006-11-05Use the canonical name of the vendors/devices and theUwe Hermann
2006-10-13s2895 failover buildYinghai Lu
2006-10-13return missedYinghai Lu
2006-10-04CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu
2006-10-04AMD Rev F supportYinghai Lu
2006-04-03new cache_as_ram support Yinghai Lu