summaryrefslogtreecommitdiffstats
path: root/src/mainboard/artecgroup/dbe61
Commit message (Expand)AuthorAgeFilesLines
...
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-222-27/+27
* - 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
* The COM2 enable code is global now. Use global API andPatrick Georgi2010-02-091-34/+1
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-082-3/+3
* newconfig is no more.Patrick Georgi2010-02-073-306/+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
* coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer2010-01-161-0/+1
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-062-36/+0
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-241-1/+0
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-201-1/+1
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-171-1/+1
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-161-0/+1
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-153-7/+7
* Fix CS5535 build for kconfig, more kconfig boards (lippert, artec)Patrick Georgi2009-10-082-0/+78
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-071-1/+1
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-041-2/+0
* Tell vgabios code in a couple of boards/chipsets about CBFSPatrick Georgi2009-10-031-1/+2
* Remove:Patrick Georgi2009-10-031-7/+0
* fix some wrong versions of the FSF's address (trivial)Stefan Reinauer2009-09-231-1/+1
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-231-2/+2
* Kconfig!Patrick Georgi2009-08-121-0/+42
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-111-2/+2
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-301-2/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-303-83/+83
* Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson2009-06-191-1/+0
* Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.Myles Watson2009-06-171-0/+1
* When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger2009-06-061-0/+2
* 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-211-33/+1
* v2/src romfs->cbfs renamePeter Stuge2009-04-141-3/+3
* 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-311-1/+7
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-2/+2
* Carl-Daniel's part:Carl-Daniel Hailfinger2009-02-182-3/+3
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-2/+2
* 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-131-43/+0
* Drop tons of duplicated debug.c files, move common file toUwe Hermann2008-10-121-66/+0
* Drop a number of duplicated failover.c files (they have the same contentUwe Hermann2008-10-111-32/+0
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-011-1/+2
* Now coreboot performs IRQ routing for some boards.Nikolay Petukhov2008-03-292-40/+4
OpenPOWER on IntegriCloud