summaryrefslogtreecommitdiffstats
path: root/src/mainboard/ibm
Commit message (Expand)AuthorAgeFilesLines
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-252-36/+4
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-122-2/+4
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-052-2/+0
* Move CAR settings to board config for socket 940 boards.Warren Turkal2010-09-302-2/+0
* Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson2010-09-282-16/+0
* 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-302-2/+2
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-303-36/+25
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-262-6/+2
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-032-2/+0
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-064-4/+4
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-202-34/+2
* autoprobe apic cluster and application processors on K8 systemsStefan Reinauer2010-05-081-16/+5
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-082-4/+2
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-052-5/+5
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-279-67/+67
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-162-3/+4
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-142-2/+2
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-092-2/+2
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-082-4/+4
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-2/+2
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-312-2/+2
* drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer2010-03-302-10/+0
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-302-2/+2
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-292-7/+2
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-292-2/+2
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-292-20/+0
* Fix all the format string warnings.Myles Watson2010-03-222-2/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-222-8/+8
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-182-2/+2
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-182-113/+18
* - Add config flag for boards that have their own fadt.cPatrick Georgi2010-02-282-2/+0
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-082-0/+0
* newconfig is no more.Patrick Georgi2010-02-074-811/+0
* More Kconfig changes to improve match with newconfig:Patrick Georgi2010-01-252-2/+2
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-252-6/+6
* Move all IOAPIC selection to southbridges, and remove themPatrick Georgi2010-01-182-2/+0
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-062-6/+2
* Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann2009-11-062-2/+0
* Split the two usages of __ROMCC__:Myles Watson2009-11-062-2/+2
* cp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainboard/Makefile.k8_ck804.incMyles Watson2009-10-262-106/+2
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-242-2/+0
* Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should beMyles Watson2009-10-202-2/+0
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-202-4/+4
* Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.Myles Watson2009-10-162-2/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-162-0/+2
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-158-16/+18
* More Kconfig-supported boards, and also kconfig supportPatrick Georgi2009-10-095-1/+331
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-074-4/+2
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-042-4/+0
OpenPOWER on IntegriCloud