aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia
AgeCommit message (Expand)Author
2014-07-08southbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-02-16usbdebug: Remove EHCI_DEBUG_OFFSETKyösti Mälkki
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
2013-12-24Remove PCI_ROM_RUN optionVladimir Serbinenko
2013-12-23Coding style: punctuation cleanup [1/2].Idwer Vollering
2013-10-22usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki
2013-10-14ck804: hide IOAPIC base address in PCI_BASE_ADDRESS_1Jonathan A. Kollasch
2013-10-14ck804: obtain stored IOAPIC address from allocator instead of registerJonathan A. Kollasch
2013-10-13ck804 lpc: use PCI_BASE_ADDRESS_1 instead of 0x14Jonathan A. Kollasch
2013-08-29usbdebug: Support choice of EHCI controllerKyösti Mälkki
2013-08-29usbdebug: Change debug port scanningKyösti Mälkki
2013-08-24Add pci_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki
2013-08-23usbdebug: Do not support logging from SMMKyösti Mälkki
2013-08-07usbdebug: Use __SIMPLE_DEVICE__ on early enableKyösti Mälkki
2013-08-02Remove unnecessary space characters.Andrew Wu
2013-07-01usbdebug: Drop duplicates of EHCI BAR relocation codeKyösti Mälkki
2013-05-10Drop prototype guarding for romccStefan Reinauer
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-14sconfig: rename pci_domain -> domainStefan Reinauer
2012-11-28Remove assembly coded log2 functionRonald G. Minnich
2012-11-27Get rid of drivers classPatrick Georgi
2012-11-02Fix some issues with new "reference" toolchainStefan Reinauer
2012-10-08hpet: common ACPI generationPatrick Georgi
2012-08-22Auto-declare chip_operationsKyösti Mälkki
2012-07-26Refactor driver structsPatrick Georgi
2012-06-21Don't use 64-bit constant 0x100000000 in linker scriptsNico Huber
2012-05-08Clean up #ifsPatrick Georgi
2012-02-17nvidia/mcp55: Move HAVE_HARD_RESET to southbridgePatrick Georgi
2012-01-18Unify ID_SECTION_OFFSET and mark it deprecatedPatrick Georgi
2011-10-31Fix usb debug dongle supportSven Schnelle
2011-10-28Get rid of the old romstage-as-bootblock ROM layoutPatrick Georgi
2011-09-21Use ACPI text fields consistently with all other boardsStefan Reinauer
2011-06-10Add ACPI automatic PIC/APIC interrupt routing logic for ck804Jonathan A. Kollasch
2011-05-23Correct implementation of r6608.Jonathan Kollasch
2011-05-22Ensure ck804 romstrap is 16-byte aligned.Jonathan Kollasch
2011-04-18* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer
2011-04-14drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCHStefan Reinauer
2011-04-14nvidia mcp55: drop unused dbg_info Stefan Reinauer
2011-03-03Improve ck804 IOAPIC and HPET resource handling.Jonathan Kollasch
2011-01-04MCP55: Cosmetic fixes, switch to u8 et al.Uwe Hermann
2011-01-04CK804: Cosmetic fixes, switch to u8 et al.Uwe Hermann
2010-12-09Merge enable_rom.c files into bootblock.c files.Uwe Hermann
2010-12-08first round name simplification. drop the <component>_ prefix.stepan
2010-11-29fix typoStefan Reinauer
2010-11-25MCP55: Add TINY_BOOTBLOCK support.Uwe Hermann
2010-11-21Move CK804_PCI_E_X and CK804B_PCI_E_X defines (which have been 4 byJonathan Kollasch
2010-11-21Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs werePatrick Georgi
2010-11-08We can't print this early.Ward Vandewege
2010-10-29Use common code to set PCI subsystem in mcp55.Jonathan Kollasch
2010-10-29Deduplicate ck804 subsystem-setting functionality.Jonathan Kollasch
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