summaryrefslogtreecommitdiffstats
path: root/src/mainboard/technexion
Commit message (Expand)AuthorAgeFilesLines
* Fix technexion tim5690 build failure - REALMODE option required for x86.c mai...Marc Jones2009-12-231-0/+2
* newconfig compilation failed withStefan Reinauer2009-12-231-0/+1
* Add mainboard x86emu interrupt function support. Add tim5690 VGA BIOS functio...Libra Li2009-12-235-15/+243
* Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi2009-11-271-0/+10
* Trivial style changes, replace a few C++ type comments, and some code reusePeter Stuge2009-11-252-25/+7
* This patch is buzzer of TechNexion TIM-5690.Libra Li2009-11-252-0/+127
* This patch is buzzer of TechNexion TIM-5690.Libra Li2009-11-256-6/+59
* This is a patch to control the DIP switch and digital I/O.Libra Li2009-11-181-0/+15
* These are post codes for TIM-5690 LED debug message.Libra Li2009-11-096-1/+245
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-064-12/+4
* Remove some white space and comment differences from devicetree.cb and Config.lbMyles Watson2009-11-061-1/+1
* Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann2009-11-064-24/+0
* Split the two usages of __ROMCC__:Myles Watson2009-11-062-2/+2
* Add kconfig menus for most chipset VIDEO_MB values.Uwe Hermann2009-10-261-5/+0
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-261-1/+0
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-242-4/+0
* The LAN chip-set on the Technexion TIM-5690 is enabled by hardware andLibra Li2009-10-221-32/+0
* Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should beMyles Watson2009-10-202-2/+0
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-202-4/+4
* Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.Myles Watson2009-10-161-1/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-162-0/+2
* Fix Kconfig for technexion/tim5690.Libra Li2009-10-151-7/+41
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-1510-30/+32
* This patch support for the Technexion Tim-5690 mainboard.Libra Li2009-10-1326-17/+5748
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-1/+1
* More kconfig:Patrick Georgi2009-10-083-1/+177
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-041-2/+0
* Remove:Patrick Georgi2009-10-031-1/+0
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-231-1/+1
* r4534 introduced devicetree.cb in every mainboard directory, but didn'tCarl-Daniel Hailfinger2009-09-221-0/+11
* r4646 enabled early usage of pci_{read,write}_config{8,16,32}Carl-Daniel Hailfinger2009-09-221-11/+6
* Kconfig!Patrick Georgi2009-08-122-0/+118
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-111-3/+1
* This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer2009-07-211-8/+8
* 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-305-125/+125
* When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger2009-06-061-0/+2
* The point of the patch is to make it easier to understand the raminitMyles Watson2009-06-041-1/+1
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-031-1/+1
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-031-1/+1
* Various fixes to the tree to get coreboot-v2 to build on SolarisPatrick Georgi2009-05-261-1/+1
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-301-4/+1
* drop duplicate compiler options that are already mentioned in CFLAGS.Stefan Reinauer2009-04-221-2/+2
* CONFIG_CHIP_NAME is dead (trivial)Stefan Reinauer2009-04-211-3/+0
* Thanks to Myles' patch adding support for include statements,Carl-Daniel Hailfinger2009-04-211-34/+1
* v2/src romfs->cbfs renamePeter Stuge2009-04-141-1/+1
* I need to do uses HAVE_ACPI_RESUME for each board. Here we go.Rudolf Marek2009-04-131-0/+1
* This patch cleans up the calls to $CC in mainboard Config.lb files. TheyCarl-Daniel Hailfinger2009-04-121-2/+2
* Kill remaining unneeded CAR/ROMCC if-blocks.Carl-Daniel Hailfinger2009-04-111-16/+0
* Daniel Toussaint wrote:Daniel Toussaint2009-04-0621-0/+5487