coreboot/src
Libra Li 99bc4514c2 The LAN chip-set on the Technexion TIM-5690 is enabled by hardware and
does not need any handling in software.

Signed-off-by: Libra Li <libra.li@technexion.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4822 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-10-22 02:54:25 +00:00
..
arch Clean up some #ifdef CONFIG_* 2009-10-19 16:21:30 +00:00
boot Remove: 2009-10-03 16:24:58 +00:00
config Clean up some #ifdef CONFIG_* 2009-10-19 16:21:30 +00:00
console Make COM port selection and BAUD rate a "choice" for better usability. 2009-10-16 22:39:55 +00:00
cpu Clean up some #ifdef CONFIG_* 2009-10-19 16:21:30 +00:00
devices Remove a couple more warnings. Trivial. 2009-10-13 20:00:09 +00:00
drivers Remove CONFIG_ from #defines that aren't config variables. Trivial. 2009-10-17 13:25:07 +00:00
include Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. 2009-10-20 16:24:23 +00:00
lib Move the ulzma prototype out of the function to make the code easier to read. 2009-10-09 15:22:35 +00:00
mainboard The LAN chip-set on the Technexion TIM-5690 is enabled by hardware and 2009-10-22 02:54:25 +00:00
northbridge When I converted an #ifdef to an #if it broke the code because the variable was 2009-10-20 17:13:28 +00:00
pc80 Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. 2009-10-16 16:32:57 +00:00
southbridge Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. 2009-10-20 16:24:23 +00:00
superio Correct typo. Thanks to Mark Marshall for spotting it. 2009-10-20 13:40:30 +00:00
Kconfig Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be 2009-10-20 16:10:04 +00:00