summaryrefslogtreecommitdiffstats
path: root/src/southbridge/nvidia
Commit message (Expand)AuthorAgeFilesLines
* Remove PCI_ROM_RUN optionVladimir Serbinenko2013-12-244-16/+0
* Coding style: punctuation cleanup [1/2].Idwer Vollering2013-12-231-1/+1
* usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki2013-10-222-2/+2
* ck804: hide IOAPIC base address in PCI_BASE_ADDRESS_1Jonathan A. Kollasch2013-10-141-5/+7
* ck804: obtain stored IOAPIC address from allocator instead of registerJonathan A. Kollasch2013-10-141-2/+5
* ck804 lpc: use PCI_BASE_ADDRESS_1 instead of 0x14Jonathan A. Kollasch2013-10-131-3/+3
* usbdebug: Support choice of EHCI controllerKyösti Mälkki2013-08-292-12/+16
* usbdebug: Change debug port scanningKyösti Mälkki2013-08-292-6/+0
* Add pci_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki2013-08-242-4/+4
* usbdebug: Do not support logging from SMMKyösti Mälkki2013-08-232-2/+0
* usbdebug: Use __SIMPLE_DEVICE__ on early enableKyösti Mälkki2013-08-072-0/+6
* Remove unnecessary space characters.Andrew Wu2013-08-021-2/+2
* usbdebug: Drop duplicates of EHCI BAR relocation codeKyösti Mälkki2013-07-011-25/+2
* Drop prototype guarding for romccStefan Reinauer2013-05-101-2/+0
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-225-5/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0149-49/+49
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-142-2/+2
* Remove assembly coded log2 functionRonald G. Minnich2012-11-284-4/+0
* Get rid of drivers classPatrick Georgi2012-11-272-25/+25
* Fix some issues with new "reference" toolchainStefan Reinauer2012-11-022-2/+2
* hpet: common ACPI generationPatrick Georgi2012-10-081-0/+4
* Auto-declare chip_operationsKyösti Mälkki2012-08-222-4/+0
* Refactor driver structsPatrick Georgi2012-07-262-59/+21
* Don't use 64-bit constant 0x100000000 in linker scriptsNico Huber2012-06-212-2/+2
* Clean up #ifsPatrick Georgi2012-05-087-8/+8
* nvidia/mcp55: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-171-0/+1
* Unify ID_SECTION_OFFSET and mark it deprecatedPatrick Georgi2012-01-182-8/+0
* Fix usb debug dongle supportSven Schnelle2011-10-314-4/+6
* Get rid of the old romstage-as-bootblock ROM layoutPatrick Georgi2011-10-282-2/+0
* Use ACPI text fields consistently with all other boardsStefan Reinauer2011-09-212-6/+6
* Add ACPI automatic PIC/APIC interrupt routing logic for ck804Jonathan A. Kollasch2011-06-101-0/+618
* Correct implementation of r6608.Jonathan Kollasch2011-05-231-1/+1
* Ensure ck804 romstrap is 16-byte aligned.Jonathan Kollasch2011-05-221-0/+1
* * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer2011-04-184-4/+4
* drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCHStefan Reinauer2011-04-142-2/+2
* nvidia mcp55: drop unused dbg_info Stefan Reinauer2011-04-141-2/+0
* Improve ck804 IOAPIC and HPET resource handling.Jonathan Kollasch2011-03-031-29/+40
* MCP55: Cosmetic fixes, switch to u8 et al.Uwe Hermann2011-01-0418-512/+502
* CK804: Cosmetic fixes, switch to u8 et al.Uwe Hermann2011-01-0417-86/+83
* Merge enable_rom.c files into bootblock.c files.Uwe Hermann2010-12-094-98/+57
* first round name simplification. drop the <component>_ prefix.stepan2010-12-0845-36/+36
* fix typoStefan Reinauer2010-11-291-1/+1
* MCP55: Add TINY_BOOTBLOCK support.Uwe Hermann2010-11-256-13/+47
* Move CK804_PCI_E_X and CK804B_PCI_E_X defines (which have been 4 byJonathan Kollasch2010-11-213-28/+31
* Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs werePatrick Georgi2010-11-212-20/+27
* We can't print this early.Ward Vandewege2010-11-081-5/+2
* Use common code to set PCI subsystem in mcp55.Jonathan Kollasch2010-10-2912-93/+20
* Deduplicate ck804 subsystem-setting functionality.Jonathan Kollasch2010-10-2911-101/+23
* The no point in having a non-NULL ops_pci pointer when the set_subsystem oper...Jonathan Kollasch2010-10-282-10/+0
* Correct an apparent copy-paste error that shows up at compile time onJonathan Kollasch2010-10-271-2/+2