summaryrefslogtreecommitdiffstats
path: root/src/mainboard/digitallogic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove:Patrick Georgi2009-10-034-35/+0
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-234-8/+8
* Kconfig!Patrick Georgi2009-08-124-0/+164
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-114-7/+6
* Fix the generic code for copying and running coreboot_ram in casePatrick Georgi2009-08-051-0/+4
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-303-6/+6
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-309-214/+214
* 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-063-31/+6
* Add "printk" support to all CAR targetsStefan Reinauer2009-04-301-0/+2
* drop duplicate compiler options that are already mentioned in CFLAGS.Stefan Reinauer2009-04-221-1/+1
* Thanks to Myles' patch adding support for include statements,Carl-Daniel Hailfinger2009-04-212-66/+2
* Fix implicit declarations of done_cache_as_ram_main by adding aCarl-Daniel Hailfinger2009-04-201-0/+1
* v2/src romfs->cbfs renamePeter Stuge2009-04-143-9/+9
* This patch cleans up the calls to $CC in mainboard Config.lb files. TheyCarl-Daniel Hailfinger2009-04-121-1/+1
* Kill remaining unneeded CAR/ROMCC if-blocks.Carl-Daniel Hailfinger2009-04-111-6/+0
* Add the CONFIG_ROMS config variable. Ronald G. Minnich2009-03-313-3/+21
* Carl-Daniel's part:Carl-Daniel Hailfinger2009-02-186-9/+9
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-122-4/+4
* This patch makes the recently added assembler debug optional, as it mayStefan Reinauer2009-01-201-1/+1
* This patch from Ralf Grosse Boerger makes debugging more comfortable. Stefan Reinauer2008-11-281-3/+3
* Drop unused (or commented / #if 0) reset.c files.Uwe Hermann2008-10-135-129/+2
* Drop tons of duplicated debug.c files, move common file toUwe Hermann2008-10-122-194/+0
* Drop a number of duplicated failover.c files (they have the same contentUwe Hermann2008-10-115-104/+8
OpenPOWER on IntegriCloud