summaryrefslogtreecommitdiffstats
path: root/src/mainboard/a-trend
Commit message (Expand)AuthorAgeFilesLines
* Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann2010-10-092-12/+10
* Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK.Uwe Hermann2010-10-072-8/+0
* Convert all Intel 440BX boards to Cache-as-RAM (CAR).Uwe Hermann2010-10-064-20/+6
* Cut the crap.Uwe Hermann2010-09-212-2/+2
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-303-12/+20
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-10/+0
* license header fixes Nils Jacobs2010-05-143-6/+3
* Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi2010-05-092-2/+0
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-082-2/+2
* 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-271-1/+1
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-312-2/+2
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-292-6/+2
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-292-2/+2
* Use CPU_INTEL_SLOT_1 for Slot 1 boards (trivial).Uwe Hermann2010-03-134-4/+4
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-272-44/+0
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-092-0/+2
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-082-0/+0
* newconfig is no more.Patrick Georgi2010-02-074-468/+0
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-252-2/+0
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-052-0/+2
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-172-4/+4
* Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge2009-10-162-2/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-162-0/+2
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-154-12/+12
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-072-2/+2
* UseUwe Hermann2009-10-062-2/+4
* PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig andUwe Hermann2009-10-052-4/+0
* The new CBFS based build system requires the whole ROM to be accessibleUwe Hermann2009-10-042-0/+10
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-042-4/+0
* Remove:Patrick Georgi2009-10-032-12/+0
* Remove duplicate and not too useful Kconfig board comments asUwe Hermann2009-10-032-4/+0
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-232-2/+2
* Add kconfig support for all missing Intel 440BX based boards.Uwe Hermann2009-08-265-1/+181
* Reduce size of the romstage on various boards that fail to build on QA.Patrick Georgi2009-08-194-4/+6
* Kconfig!Patrick Georgi2009-08-123-0/+129
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-112-4/+4
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-302-4/+4
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-308-154/+154
* 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-062-0/+4
* Thanks to Myles' patch adding support for include statements,Carl-Daniel Hailfinger2009-04-212-26/+4
* v2/src romfs->cbfs renamePeter Stuge2009-04-142-6/+6
* Add the CONFIG_ROMS config variable. Ronald G. Minnich2009-03-312-0/+12
* Carl-Daniel's part:Carl-Daniel Hailfinger2009-02-184-6/+6
* Use -O2 and -mcpu=p2 as romcc options for all Intel 440BX boards.Uwe Hermann2008-12-102-8/+8
* Remove the unnecessary memctrl[] indirection, 440BX only has oneUwe Hermann2008-11-272-20/+8
* Drop tons of duplicated debug.c files, move common file toUwe Hermann2008-10-122-2/+2
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-011-1/+2
OpenPOWER on IntegriCloud