summaryrefslogtreecommitdiffstats
path: root/src/mainboard/pcengines
Commit message (Expand)AuthorAgeFilesLines
* alix2: add support for alix6Philip Prindeville2012-04-232-3/+6
* AMD Geode cpus: apply un-written naming rulesKyösti Mälkki2012-02-136-10/+10
* pcengines: align VENDOR_ and BOARD_ names for PC enginesPhilip Prindeville2012-01-301-2/+2
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-202-2/+0
* Unify use of post_codeAlexandru Gagniuc2011-04-112-6/+0
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-1/+1
* 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-8/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-212-14/+4
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-212-4/+0
* Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann2010-11-212-2/+0
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-202-4/+4
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-202-6/+2
* Enable or disable the power button in KconfigPeter Stuge2010-10-133-6/+2
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-052-2/+2
* All these boards already had the CACHE_AS_RAM option in their individualWarren Turkal2010-09-272-2/+0
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-252-2/+2
* Cut the crap.Uwe Hermann2010-09-212-2/+2
* Set up an arbitrary amount of system memory on Geode LX, soAurelien Guillaume2010-09-072-8/+0
* Make ALIX.2D3 support 2D2 as well.Jens Rottmann2010-08-318-13/+16
* 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-14/+25
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-262-6/+2
* * Adds support for PC Engines Alix.2D(1)3 board to Coreboot.Aurelien Guillaume2010-08-248-0/+548
* 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-061-5/+0
* This commit updates the Geode LX GLCP delay control setup from the v2 way to ...Edwin Beasant2010-06-101-1/+2
* 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-2/+2
* Get rid of a few more warnings.Myles Watson2010-04-301-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-273-4/+4
* * clean up all but two warnings on artecgroup dbe61Stefan Reinauer2010-04-211-19/+5
* zero warnings days. Down to under 600 different warnings Stefan Reinauer2010-04-141-2/+0
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-1/+1
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-011-3/+2
* 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
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-291-3/+1
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-291-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-2/+2
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-271-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
* Only handle code as "driver" that actually uses our driverPatrick Georgi2010-02-231-1/+1
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-091-9/+0
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-082-4/+4
* newconfig is no more.Patrick Georgi2010-02-072-388/+0
* Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU.Stefan Reinauer2010-02-041-10/+0
* * fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer2010-01-301-12/+12
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-251-1/+0