summaryrefslogtreecommitdiffstats
path: root/src/mainboard/iwill
Commit message (Expand)AuthorAgeFilesLines
* Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi2009-11-272-0/+22
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-062-6/+0
* 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-063-3/+3
* cp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainboard/Makefile.k8_ck804.incMyles Watson2009-10-262-105/+2
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-242-2/+0
* Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses beforeMyles Watson2009-10-233-6/+0
* Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should beMyles Watson2009-10-203-3/+1
* Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.Myles Watson2009-10-163-3/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-163-0/+3
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-2/+2
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-1512-31/+34
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-1/+1
* More Kconfig-supported boards, and also kconfig supportPatrick Georgi2009-10-097-1/+531
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-072-2/+2
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-043-6/+0
* Remove:Patrick Georgi2009-10-033-18/+0
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-233-6/+6
* Kconfig!Patrick Georgi2009-08-124-0/+291
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-113-9/+7
* This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer2009-07-211-8/+8
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-303-6/+6
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-3012-395/+395
* When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger2009-06-063-0/+6
* Make failover larger and decrease fallback's size so the total stays thePatrick Georgi2009-06-061-4/+4
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-033-3/+3
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-033-3/+3
* Various fixes to the tree to get coreboot-v2 to build on SolarisPatrick Georgi2009-05-261-5/+5
* Trivial patch to make #defines generated from cmos.layout have unique names. ...Myles Watson2009-05-013-3/+3
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-303-27/+3
* drop duplicate compiler options that are already mentioned in CFLAGS.Stefan Reinauer2009-04-223-7/+7
* Thanks to Myles' patch adding support for include statements,Carl-Daniel Hailfinger2009-04-213-113/+3
* v2/src romfs->cbfs renamePeter Stuge2009-04-143-9/+9
* I need to do uses HAVE_ACPI_RESUME for each board. Here we go.Rudolf Marek2009-04-131-0/+1
* This patch cleans up the calls to $CC in mainboard Config.lb files. TheyCarl-Daniel Hailfinger2009-04-123-7/+7
* Kill remaining unneeded CAR/ROMCC if-blocks.Carl-Daniel Hailfinger2009-04-111-15/+0
* Fix up the incomplete commit in r4055.Carl-Daniel Hailfinger2009-04-034-0/+0
* There are more than a dozen targets in the v2 tree which refer to ROMCCCarl-Daniel Hailfinger2009-04-036-592/+0
* Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer2009-04-013-10/+1
* Add the CONFIG_ROMS config variable. Ronald G. Minnich2009-03-313-0/+18
* This patch makes the boards use a single amdk8_util.asl. There are onlyMyles Watson2009-03-102-316/+1
* Carl-Daniel's part:Carl-Daniel Hailfinger2009-02-186-9/+9
* Following patch converts the run-time SSDT patching via update_ssdt funtion toRudolf Marek2009-02-031-11/+10
* This patch makes the recently added assembler debug optional, as it mayStefan Reinauer2009-01-203-3/+3
* In the process of trying to debug some HT sync problems I added lots ofCarl-Daniel Hailfinger2008-12-222-0/+6
* This patch from Ralf Grosse Boerger makes debugging more comfortable. Stefan Reinauer2008-11-283-9/+9
* Drop unused (or commented / #if 0) reset.c files.Uwe Hermann2008-10-132-12/+0
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-014-5/+8
* This changes the python generated makefilesCarl-Daniel Hailfinger2008-09-042-16/+16
* oops, forgot these in the cleanup.. (trivial)Stefan Reinauer2008-08-011-2/+1