summaryrefslogtreecommitdiffstats
path: root/src/mainboard/ibase
Commit message (Expand)AuthorAgeFilesLines
...
* mptable: Refactor mptable generation some morePatrick Georgi2011-10-131-6/+1
* mptable: Get rid of fixup_virtual_wirePatrick Georgi2011-10-131-18/+1
* mptable: Refactor lintsrc generationPatrick Georgi2011-10-131-2/+1
* Use ACPI text fields consistently with all other boardsStefan Reinauer2011-09-211-3/+3
* Add automatic SMBIOS table generationSven Schnelle2011-08-262-39/+0
* i82801gx: replace cafed00d/cafebabe by definesSven Schnelle2011-06-151-1/+1
* SMM: add defines for APM_CNT registerSven Schnelle2011-06-071-89/+79
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-201-2/+0
* * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer2011-04-181-5/+0
* [i945] Add SPD adress mappingSven Schnelle2011-02-211-1/+1
* oops. this is weird. CAR addresses should be specified in the socket and not inStefan Reinauer2011-01-271-1/+0
* The same mechanisms are used for normal and fallback images. Stefan Reinauer2010-12-191-1/+1
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-161-1/+1
* Compile cbmem.c instead of including it in romstage,Rudolf Marek2010-12-131-8/+0
* Move "select CACHE_AS_RAM" lines from boards into CPU socket.Uwe Hermann2010-12-081-1/+0
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-1/+1
* first round name simplification. drop the <component>_ prefix.stepan2010-12-082-2/+2
* Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann2010-12-071-2/+0
* W83627DHG/W83627EHG fixups for virtual LDNs.Uwe Hermann2010-12-052-9/+19
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-211-2/+1
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-211-8/+2
* Convert more boards to use mptable_write_buses.Patrick Georgi2010-11-211-13/+2
* Various PIRQ/MPTABLE/ACPI Kconfig fixes.Uwe Hermann2010-11-051-3/+3
* We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich2010-10-261-2/+2
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-251-18/+2
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-122-4/+3
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-051-0/+1
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-051-22/+7
* Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GMPeter Stuge2010-10-011-2/+1
* Move several i945 config #defines from romstage.c to Kconfig.Patrick Georgi2010-10-012-5/+2
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-2/+2
* Remove hard reset config from some mainboard configsWarren Turkal2010-09-261-1/+0
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-252-2/+2
* Various USB Debug Port fixes (trivial).Uwe Hermann2010-09-251-2/+1
* Convert i945 boards to use reserved resources instead of directly addingMyles Watson2010-09-132-6/+0
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-302-14/+17
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-261-3/+1
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-1/+0
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-2/+2
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-1/+1
* Fix two warnings:Stefan Reinauer2010-06-051-5/+0
* This patch adds support for mainboard iBASE:MB899Bernhard M. Wiedemann2010-05-3023-0/+2466