diff options
author | Patrick Georgi <patrick.georgi@secunet.com> | 2012-07-26 11:32:50 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-07-26 19:03:44 +0200 |
commit | 035f1d2f14166aff3cd7d38b4174acc4945ba704 (patch) | |
tree | c87105550e0feeed7c8e61b92a320b9eedd6e33d /src | |
parent | fce22e80d84f68b0421405e048d3f2f7c67025f3 (diff) | |
download | coreboot-035f1d2f14166aff3cd7d38b4174acc4945ba704.tar.xz |
ibase/mb899: Rename NIC BIOS disable driver and hook up
The board has a marvell NIC, but the driver to disable NIC BIOS was adapted
from a Realtek 8168 driver. Rename to reflect the change.
Also hook up as driver, so coreboot can actually find it.
Change-Id: Ibdfd6074eb28ba537d68552a3346b06493cef2a6
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/1355
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/ibase/mb899/Makefile.inc | 2 | ||||
-rw-r--r-- | src/mainboard/ibase/mb899/mv88e8053.c (renamed from src/mainboard/ibase/mb899/rtl8168.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/ibase/mb899/Makefile.inc b/src/mainboard/ibase/mb899/Makefile.inc index 0d229275c7..95c8987254 100644 --- a/src/mainboard/ibase/mb899/Makefile.inc +++ b/src/mainboard/ibase/mb899/Makefile.inc @@ -17,6 +17,6 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -ramstage-y += rtl8168.c +driver-y += mv88e8053.c smm-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.c diff --git a/src/mainboard/ibase/mb899/rtl8168.c b/src/mainboard/ibase/mb899/mv88e8053.c index 101099ba02..101099ba02 100644 --- a/src/mainboard/ibase/mb899/rtl8168.c +++ b/src/mainboard/ibase/mb899/mv88e8053.c |