summaryrefslogtreecommitdiffstats
path: root/src/mainboard/newisys
Commit message (Expand)AuthorAgeFilesLines
* Unify Local APIC address definitionsPatrick Georgi2012-03-081-1/+1
* amd/amd8111: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-171-1/+0
* mptable: Refactor mptable generation some morePatrick Georgi2011-10-131-5/+1
* mptable: Get rid of fixup_virtual_wirePatrick Georgi2011-10-131-1/+1
* mptable: Refactor lintsrc generationPatrick Georgi2011-10-131-4/+1
* TINY_BOOTBLOCK problem-fix on amdk8+amd8111 platformsenok712011-10-031-9/+0
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-201-1/+0
* Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle2011-03-012-8/+1
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-161-1/+1
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-1/+1
* first round name simplification. drop the <component>_ prefix.stepan2010-12-081-2/+2
* AMD-8111: Add TINY_BOOTBLOCK support.Uwe Hermann2010-11-261-2/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-211-29/+17
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-211-19/+2
* Convert more boards to use mptable_write_buses.Patrick Georgi2010-11-211-15/+2
* Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann2010-11-211-4/+5
* Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi2010-11-181-4/+0
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-052-1/+1
* 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-121-1/+2
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-051-1/+1
* Move CAR settings to board config for socket 940 boards.Warren Turkal2010-09-301-1/+0
* Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson2010-09-281-4/+0
* Cut the crap.Uwe Hermann2010-09-211-1/+1
* 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-20/+16
* 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
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-201-33/+1
* autoprobe apic cluster and application processors on K8 systemsStefan Reinauer2010-05-081-11/+0
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-081-2/+1
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-051-3/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-274-13/+13
* As Myles suggested a while back: Switch long time #warnings to be commentsStefan Reinauer2010-04-201-2/+2
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-161-1/+1
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-1/+1
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-091-1/+1
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-2/+2
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-011-11/+0
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-1/+1
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-1/+1
* drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer2010-03-301-5/+0
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-301-1/+1
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-291-4/+1
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-291-1/+1
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-291-10/+0
* Fix all the format string warnings.Myles Watson2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-4/+4
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-181-1/+1