summaryrefslogtreecommitdiffstats
path: root/src/southbridge/nvidia/ck804
Commit message (Expand)AuthorAgeFilesLines
* Unify ID_SECTION_OFFSET and mark it deprecatedPatrick Georgi2012-01-181-4/+0
* Fix usb debug dongle supportSven Schnelle2011-10-312-2/+3
* Get rid of the old romstage-as-bootblock ROM layoutPatrick Georgi2011-10-281-1/+0
* Use ACPI text fields consistently with all other boardsStefan Reinauer2011-09-211-3/+3
* 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-182-2/+2
* drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCHStefan Reinauer2011-04-141-1/+1
* Improve ck804 IOAPIC and HPET resource handling.Jonathan Kollasch2011-03-031-29/+40
* 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-092-42/+22
* first round name simplification. drop the <component>_ prefix.stepan2010-12-0823-19/+19
* Move CK804_PCI_E_X and CK804B_PCI_E_X defines (which have been 4 byJonathan Kollasch2010-11-213-28/+31
* 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
* Convert ck804_early_smbus.c to a separately compiled unit.Jonathan Kollasch2010-10-273-10/+43
* Convert all ck804-based boards to tiny bootblock.Jonathan Kollasch2010-10-262-0/+33
* Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan2010-10-241-1/+2
* Use common GPL-header format in CK804 files, add missing ones (trivial).Uwe Hermann2010-10-1723-43/+402
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-1/+1
* attached patch moves a couple more config flags out of romstage:Patrick Georgi2010-10-053-41/+36
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-054-6/+17
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-14/+14
* Duplicate the MCP55 EHCI Debug Port enable code for use with CK804.Jonathan Kollasch2010-09-262-0/+63
* A bug fix:Myles Watson2010-07-061-5/+11
* Always enable parent resources before child resources.Myles Watson2010-06-171-7/+0
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-092-7/+7
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-3/+2
* zero warnings days...Stefan Reinauer2010-04-231-0/+2
* zero warnings days.Stefan Reinauer2010-04-092-1/+6
* fix CK804 boards.Stefan Reinauer2010-04-062-4/+4
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-313-7/+7
* Fix all the format string warnings.Myles Watson2010-03-221-4/+4
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-225-18/+18
* Use the romstraps build infrastructure created for "tinybootblock"Patrick Georgi2010-02-281-0/+3
* This is a general cleanup patchStefan Reinauer2010-02-221-1/+1
* newconfig is no more.Patrick Georgi2010-02-071-20/+0
* coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer2010-01-161-78/+2
* coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer2010-01-161-5/+5
* Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi2009-11-273-21/+4
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-062-5/+0
* Remove some warnings from the tyan s2895.Myles Watson2009-10-301-0/+1
* Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann2009-10-181-10/+2
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-152-3/+3
* Use CAR ck804 code with the s2892.Myles Watson2009-10-141-6/+19
* White space change in preparation for a patch to unify handling of ck804.Myles Watson2009-10-132-146/+112
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-091-1/+0
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-041-1/+1