summaryrefslogtreecommitdiffstats
path: root/src/southbridge/sis
Commit message (Expand)AuthorAgeFilesLines
* Remove PCI_ROM_RUN optionVladimir Serbinenko2013-12-241-3/+0
* usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki2013-10-221-1/+1
* usbdebug: Support choice of EHCI controllerKyösti Mälkki2013-08-291-6/+8
* usbdebug: Change debug port scanningKyösti Mälkki2013-08-291-3/+0
* Add pci_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki2013-08-241-2/+2
* usbdebug: Do not support logging from SMMKyösti Mälkki2013-08-231-1/+0
* usbdebug: Use __SIMPLE_DEVICE__ on early enableKyösti Mälkki2013-08-071-0/+3
* usbdebug: Drop duplicates of EHCI BAR relocation codeKyösti Mälkki2013-07-011-24/+2
* Drop prototype guarding for romccStefan Reinauer2013-05-101-2/+0
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-222-2/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0122-22/+22
* Remove assembly coded log2 functionRonald G. Minnich2012-11-282-2/+0
* Get rid of drivers classPatrick Georgi2012-11-271-10/+10
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-2/+0
* Don't use 64-bit constant 0x100000000 in linker scriptsNico Huber2012-06-211-1/+1
* Clean up #ifsPatrick Georgi2012-05-081-1/+1
* sis/sis966: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-171-0/+1
* Unify ID_SECTION_OFFSET and mark it deprecatedPatrick Georgi2012-01-181-4/+0
* Fix usb debug dongle supportSven Schnelle2011-10-312-5/+4
* Get rid of the old romstage-as-bootblock ROM layoutPatrick Georgi2011-10-281-1/+0
* * 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
* cosmetic cleanup of sis966 usb2 code Stefan Reinauer2011-04-141-36/+29
* Add TINY_BOOTBLOCK support for the SiS966 southbridge.Uwe Hermann2010-12-165-16/+31
* first round name simplification. drop the <component>_ prefix.stepan2010-12-0817-11/+11
* Convert some comments to proper Doxygen syntax.Uwe Hermann2010-10-263-30/+24
* Add more missing GPL-headers, fix inconsistencies in others.Uwe Hermann2010-10-171-4/+6
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-1/+1
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-054-6/+15
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-11/+11
* Drop some unneeded "#if CONFIG_USBDEBUG" (trivial).Uwe Hermann2010-09-281-2/+0
* Only show the USB Debug Port kconfig option to the user if a mainboardUwe Hermann2010-09-261-0/+1
* Various Debug Port southbridge implementation fixes / cosmetics.Uwe Hermann2010-09-251-16/+28
* Remove warnings from USB debug console code.Myles Watson2010-08-041-1/+3
* Fix all warnings in the tree Stefan Reinauer2010-07-083-165/+177
* Always enable parent resources before child resources.Myles Watson2010-06-171-8/+0
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-3/+3
* also rename the config option.Stefan Reinauer2010-05-251-3/+3
* fix most usbdebug warnings and fix function names.Stefan Reinauer2010-05-251-1/+1
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-252-1/+1
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-3/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* no warnings dayStefan Reinauer2010-04-077-63/+67
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-316-14/+14
* Fix all the format string warnings.Myles Watson2010-03-225-7/+7
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-228-44/+44
* Use the romstraps build infrastructure created for "tinybootblock"Patrick Georgi2010-02-281-0/+3
* Remove nonsensical wrapper for function inStefan Reinauer2010-02-231-1/+1
* This is a general cleanup patchStefan Reinauer2010-02-221-4/+0
* newconfig is no more.Patrick Georgi2010-02-071-33/+0