summaryrefslogtreecommitdiffstats
path: root/src/mainboard/digitallogic
Commit message (Expand)AuthorAgeFilesLines
* Enable or disable the power button in KconfigPeter Stuge2010-10-131-0/+1
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-052-2/+0
* All these boards already had the CACHE_AS_RAM option in their individualWarren Turkal2010-09-271-1/+0
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-251-1/+1
* Cut the crap.Uwe Hermann2010-09-213-3/+3
* Set up an arbitrary amount of system memory on Geode LX, soAurelien Guillaume2010-09-071-4/+0
* 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-304-20/+33
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-263-9/+3
* 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-065-8/+4
* This commit updates the Geode LX GLCP delay control setup from the v2 way to ...Edwin Beasant2010-06-101-1/+2
* replace outb -> port 0x80 with post_code() in some places.Stefan Reinauer2010-06-071-4/+5
* 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-083-5/+3
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-052-4/+4
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2710-37/+37
* * clean up all but two warnings on artecgroup dbe61Stefan Reinauer2010-04-211-18/+5
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-13/+0
* zero warnings days. Down to under 600 different warnings Stefan Reinauer2010-04-141-2/+0
* fix digitallogic adl855pc compilation (and clean up the warnings while at it)Stefan Reinauer2010-04-141-33/+2
* The ADL855PC was never confirmed working (in fact it's pretty sure that codeStefan Reinauer2010-04-112-32/+20
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-083-3/+3
* Remove duplicate registers in digitallogic/adl855pc's device treePatrick Georgi2010-04-081-2/+0
* - copy_and_run() gets the same calling convention on AMD and on all the others.Stefan Reinauer2010-04-071-11/+7
* drop the use of function pointers from romcc code.Stefan Reinauer2010-04-071-2/+0
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-013-5/+2
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-10/+10
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-313-3/+3
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-293-20/+2
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-293-3/+3
* Fix all the format string warnings.Myles Watson2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-222-9/+9
* more warning fixes.Stefan Reinauer2010-03-171-0/+1
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-273-14/+0
* This does the following:Stefan Reinauer2010-02-273-3/+4
* Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi2010-02-251-5/+0
* Drop i855pm port and rename i855gme to i855 instead.Stefan Reinauer2010-02-253-6/+6
* 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-093-9/+2
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-085-142/+4
* fix further build.h dependencies that were undetected before we enabled it on Stefan Reinauer2010-02-071-1/+1
* newconfig is no more.Patrick Georgi2010-02-076-848/+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
* Fix ACPI build on a couple of boards (now that it's active)Patrick Georgi2010-01-251-1/+0
* More Kconfig changes to improve match with newconfig:Patrick Georgi2010-01-253-11/+1
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-252-2/+1
* coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer2010-01-161-0/+1
OpenPOWER on IntegriCloud