summaryrefslogtreecommitdiffstats
path: root/src/mainboard/technologic
Commit message (Expand)AuthorAgeFilesLines
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* mainboard.c: Name enable_dev function uniformly `mainboard_enable`Paul Menzel2013-02-251-2/+2
* Technologic TS5300: mainboard.c: Move { to next linePaul Menzel2013-02-251-1/+2
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-1/+1
* romcc: Use default romcc flags for most boardsPatrick Georgi2013-02-091-1/+0
* Fix PIRQ routing abstractionStefan Reinauer2012-11-161-2/+2
* Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki2012-11-061-1/+0
* Drop mainboard chip.hStefan Reinauer2012-07-262-4/+0
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-201-1/+0
* Drop baud rate init to an arbitrary baud rate from Super I/O code. ...Stefan Reinauer2011-04-191-3/+0
* push ts5300 rom size to 1MB. In fact the flash part on thatStefan Reinauer2011-01-211-1/+1
* Drop per-board ram_check() calls for now.Uwe Hermann2010-11-221-8/+0
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-211-2/+0
* Cut the crap.Uwe Hermann2010-09-211-1/+1
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-302-7/+17
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-261-3/+1
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-1/+2
* 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-081-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-276-35/+35
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-1/+1
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-011-1/+0
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-24/+24
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-1/+1
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-291-2/+0
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-291-1/+1
* Fix all the format string warnings.Myles Watson2010-03-221-3/+4
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-9/+9
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-271-2/+0
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-091-0/+1
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-081-0/+0
* newconfig is no more.Patrick Georgi2010-02-072-246/+0
* More Kconfig changes to improve match with newconfig:Patrick Georgi2010-01-251-5/+0
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-251-1/+1
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-051-0/+1
* Trivial fixes for kconfig. They fix all non-fam10 build failures.Myles Watson2009-12-021-0/+4
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-062-12/+0
* Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann2009-11-062-2/+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-2/+2
* 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-152-6/+6
* More kconfig:Patrick Georgi2009-10-083-1/+32
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-072-2/+2
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-041-2/+0
* Remove:Patrick Georgi2009-10-032-18/+0
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-231-1/+1
* Kconfig!Patrick Georgi2009-08-122-0/+17
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-111-2/+2
OpenPOWER on IntegriCloud