summaryrefslogtreecommitdiffstats
path: root/src/mainboard/bcom
Commit message (Expand)AuthorAgeFilesLines
* superio/winbond/w83697hf: Depreciate romstage componentEdward O'Callaghan2014-05-231-2/+4
* Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh2014-05-032-2/+0
* board_info.txt: Add mentions of thin client names.Vladimir Serbinenko2014-01-191-0/+1
* board-status: Add board_info.txt extracted from wiki.Vladimir Serbinenko2014-01-192-0/+4
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-222-2/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-016-6/+6
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-1/+1
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-142-2/+2
* romcc: Use default romcc flags for most boardsPatrick Georgi2013-02-091-21/+0
* Drop empty mainboard.cKyösti Mälkki2012-11-292-45/+0
* Drop empty mainboard_opsKyösti Mälkki2012-11-292-4/+0
* Fix PIRQ routing abstractionStefan Reinauer2012-11-162-4/+4
* Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki2012-11-062-2/+0
* Drop mainboard chip.hStefan Reinauer2012-07-264-49/+0
* Move top level pc80 directory to drivers/Stefan Reinauer2012-04-271-1/+1
* AMD Geode cpus: apply un-written naming rulesKyösti Mälkki2012-02-132-2/+2
* VIA cpus: apply un-written naming rulesKyösti Mälkki2012-02-091-1/+1
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-202-2/+0
* second round name simplification. drop the <component>_ prefix.stepan2010-12-082-2/+2
* first round name simplification. drop the <component>_ prefix.stepan2010-12-082-2/+2
* Drop per-board ram_check() calls for now.Uwe Hermann2010-11-222-4/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-212-17/+2
* Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann2010-11-211-0/+1
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-201-1/+1
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-051-1/+1
* drop unneeded earlymtrr.c includeStefan Reinauer2010-09-301-1/+0
* RAMBASE = 0x4000 is no longer needed. Drop it.Stefan Reinauer2010-09-271-4/+0
* Cut the crap.Uwe Hermann2010-09-212-2/+2
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-303-13/+21
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-262-6/+2
* 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