summaryrefslogtreecommitdiffstats
path: root/src/mainboard/bcom
Commit message (Expand)AuthorAgeFilesLines
* make early_mtrr_init() invisible for cache as ram targets as it breaks them.Stefan Reinauer2010-08-011-5/+0
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-5/+1
* license header fixes Nils Jacobs2010-05-142-4/+2
* Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi2010-05-091-1/+0
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-082-3/+2
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-051-2/+2
* zero warnings days...Stefan Reinauer2010-04-221-1/+0
* zero warnings days. Down to under 600 different warnings Stefan Reinauer2010-04-141-9/+0
* This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer2010-04-091-1/+1
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-1/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-4/+4
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-312-2/+2
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-292-6/+2
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-292-2/+2
* - Add config flag for boards that have their own fadt.cPatrick Georgi2010-02-281-24/+0
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-272-10/+0
* Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi2010-02-251-5/+0
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-251-7/+0
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-092-9/+1
* Clean up ACPI:Patrick Georgi2010-02-081-7/+0
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-083-5/+5
* newconfig is no more.Patrick Georgi2010-02-074-467/+0
* * fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer2010-01-301-13/+13
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-252-2/+0
* coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer2010-01-161-1/+3
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-052-0/+2
* Add kconfig menus for most chipset VIDEO_MB values.Uwe Hermann2009-10-261-5/+0
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-173-5/+5
* Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge2009-10-162-2/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-162-0/+2
* Drop unused and useless CONFIG_MAX_PCI_BUSES.Uwe Hermann2009-10-161-8/+0
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-155-20/+20
* Enable full ROM access on AMD CS5530(A) (needed for CBFS).Uwe Hermann2009-10-071-0/+3
* More boards in kconfig, and moved -O2 flag for romcc intoPatrick Georgi2009-10-074-2/+99
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-042-4/+0
* Add initial kconfig support for all AMD GX1 boards.Uwe Hermann2009-10-043-1/+105
* Remove:Patrick Georgi2009-10-032-13/+0
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-232-2/+2
* Kconfig!Patrick Georgi2009-08-123-0/+121
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-112-4/+4
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-302-4/+4
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-308-144/+144
* Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson2009-06-192-2/+0
* Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.Myles Watson2009-06-172-0/+2
* When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger2009-06-062-0/+4
* Thanks to Myles' patch adding support for include statements,Carl-Daniel Hailfinger2009-04-212-24/+4
* v2/src romfs->cbfs renamePeter Stuge2009-04-142-6/+6
* I need to do uses HAVE_ACPI_RESUME for each board. Here we go.Rudolf Marek2009-04-131-0/+1
* Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer2009-04-011-2/+0
* Add the CONFIG_ROMS config variable. Ronald G. Minnich2009-03-312-1/+13