summaryrefslogtreecommitdiffstats
path: root/src/mainboard/iwill
Commit message (Expand)AuthorAgeFilesLines
...
* first round name simplification. drop the <component>_ prefix.stepan2010-12-083-6/+6
* Trivial. Fix typo.Zheng Bao2010-12-071-1/+1
* AMD-8111: Add TINY_BOOTBLOCK support.Uwe Hermann2010-11-263-6/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-213-86/+43
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-213-54/+6
* Convert more boards to use mptable_write_buses.Patrick Georgi2010-11-215-58/+9
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-203-27/+3
* Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi2010-11-183-6/+0
* Drop W83627THF, it's the same device as W83627THG.Uwe Hermann2010-11-162-4/+4
* Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi2010-11-163-18/+3
* Move K8_ALLOCATE_IO_RANGE to Kconfig.Patrick Georgi2010-11-073-9/+0
* Remove comments that are obsolete since r6028.Uwe Hermann2010-11-063-6/+0
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-056-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-253-58/+6
* Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan2010-10-241-1/+1
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-124-6/+7
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-076-6/+3
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-053-3/+0
* Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,Patrick Georgi2010-10-013-3/+0
* Move CAR settings to board config for socket 940 boards.Warren Turkal2010-09-303-39/+0
* Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson2010-09-283-24/+0
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-251-1/+1
* Cut the crap.Uwe Hermann2010-09-212-2/+2
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-303-3/+3
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-304-58/+32
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-263-10/+3
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-033-3/+0
* Make include paths more consistent. Fixes compilation errors for me.Myles Watson2010-07-261-1/+1
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-066-6/+6
* Add "reasonable" values in ASL at places we overwrite fromStefan Reinauer2010-05-212-3/+3
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-203-81/+4
* autoprobe apic cluster and application processors on K8 systemsStefan Reinauer2010-05-082-32/+10
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-083-6/+3
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-053-8/+8
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2726-190/+190
* As Myles suggested a while back: Switch long time #warnings to be commentsStefan Reinauer2010-04-202-4/+4
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-163-3/+3
* zero warnings days...Stefan Reinauer2010-04-153-15/+3
* Remove few more warnings and some dead code.Myles Watson2010-04-141-25/+0
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-143-24/+21
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-093-3/+3
* Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson2010-04-091-10/+12
* Clean up fidvid files using indent.Myles Watson2010-04-083-9/+9
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-083-6/+6
* move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer2010-04-074-4/+4
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-313-12/+12
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-313-3/+3
* drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer2010-03-303-15/+0
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-303-3/+3
OpenPOWER on IntegriCloud