From 36edc7752881a1ab2682360676ffa68a57130be6 Mon Sep 17 00:00:00 2001 From: Andrew Ip Date: Sun, 20 Oct 2002 08:06:30 +0000 Subject: [PATCH] added ramtest --- src/mainboard/via/epia/do_ramtest.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/mainboard/via/epia/do_ramtest.inc diff --git a/src/mainboard/via/epia/do_ramtest.inc b/src/mainboard/via/epia/do_ramtest.inc new file mode 100644 index 0000000000..e22381e142 --- /dev/null +++ b/src/mainboard/via/epia/do_ramtest.inc @@ -0,0 +1,5 @@ + mov $0x00000000, %eax + mov $0x0009ffff, %ebx + mov $16, %ecx + + CALLSP(ramtest)