summaryrefslogtreecommitdiffstats
path: root/src/mainboard/digitallogic
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-053-0/+3
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-062-14/+4
* Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann2009-11-062-2/+0
* Fix, um... a typo.Uwe Hermann2009-10-301-1/+1
* Fix some builds with Kconfig.Myles Watson2009-10-282-7/+0
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-262-0/+9
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-245-7/+1
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-202-3/+3
* Fix builds of amd/db800 and digitallogic/msm800sev with smaller bootblocks.Myles Watson2009-10-191-1/+1
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-173-6/+6
* Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge2009-10-161-1/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-163-0/+3
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-157-19/+19
* Remaining boards are Kconfig'd now. Whether they workPatrick Georgi2009-10-097-1/+140
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-075-5/+5
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-043-6/+0
OpenPOWER on IntegriCloud