summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82371eb
Commit message (Expand)AuthorAgeFilesLines
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-052-3/+3
* devicetree: Discriminate device ops scan_bus()Kyösti Mälkki2015-06-042-2/+2
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-261-9/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2117-17/+17
* acpi: make fill_slit and fill_srat into arguments.Vladimir Serbinenko2015-05-201-12/+0
* kbuild: automatically include southbridgesStefan Reinauer2015-04-271-0/+4
* ACPI: Add acpi_is_wakeup_s3() for romstageKyösti Mälkki2015-01-102-13/+1
* southbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-3/+1
* i82371eb & qemu: Move to per-device ACPI.Vladimir Serbinenko2014-12-184-96/+29
* i82371eb: Remove weak functionsVladimir Serbinenko2014-11-161-7/+1
* soutbridge/*/bootblock: Use pci_dev_t over device_t typedefEdward O'Callaghan2014-11-051-1/+1
* cmos: Rename the CMOS related functions.Gabe Black2014-10-221-1/+1
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-2/+2
* southbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* Coding style: punctuation cleanup [1/2].Idwer Vollering2013-12-231-1/+1
* intel/i82371: Remove HAVE_ACPI_RESUMEKyösti Mälkki2013-10-151-1/+0
* Drop prototype guarding for romccStefan Reinauer2013-05-101-10/+3
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-223-3/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0117-17/+17
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-1/+1
* Get rid of drivers classPatrick Georgi2012-11-271-9/+9
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-2/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* Refactor some alignment handlingPatrick Georgi2012-04-201-1/+1
* Get rid of the old romstage-as-bootblock ROM layoutPatrick Georgi2011-10-281-1/+0
* Use default table creator macro for all SSDTsStefan Reinauer2011-10-131-1/+1
* Use ACPI text fields consistently with all other boardsStefan Reinauer2011-09-211-3/+3
* Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methodsTobias Diedrich2011-09-124-1/+73
* Fix compilation of all i82371eb boards when ACPI tables aren't generatedIdwer Vollering2011-04-191-2/+2
* In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.Stefan Reinauer2011-04-101-1/+1
* Merge enable_rom.c files into bootblock.c files.Uwe Hermann2010-12-092-51/+30
* Tobias Diedrich wrote:Tobias Diedrich2010-12-081-0/+41
* first round name simplification. drop the <component>_ prefix.stepan2010-12-0812-11/+11
* Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann2010-12-074-5/+7
* Tobias Diedrich wrote:Tobias Diedrich2010-11-291-0/+2
* After finding the missing bit poweroff works now.Tobias Diedrich2010-11-2711-11/+690
* Fix broken build due to missing #if CONFIG_IOAPIC.Uwe Hermann2010-10-281-0/+2
* Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D.Uwe Hermann2010-10-282-1/+41
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-1/+2
* Fix typo after r5925.Sylvain Hitier2010-10-111-2/+2
* Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann2010-10-096-17/+33
* Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK.Uwe Hermann2010-10-073-1/+47
* Convert all Intel 440BX boards to Cache-as-RAM (CAR).Uwe Hermann2010-10-061-127/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-7/+7
* Make ASUS P3B-F RAM init actually work by enabling SPD access.Uwe Hermann2010-09-193-4/+56
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-7/+7
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-3/+3
* drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking...Stefan Reinauer2010-03-281-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-7/+7
* newconfig is no more.Patrick Georgi2010-02-071-27/+0