From 98bcbda39d69a1034a7ad44526a702bbb3b35b0c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 23 Mar 1998 18:35:41 +0000 Subject: Patches from Eric Norum: Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README. --- c/src/lib/libbsp/m68k/gen68360/start/start360.s | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libbsp/m68k/gen68360/start/start360.s') diff --git a/c/src/lib/libbsp/m68k/gen68360/start/start360.s b/c/src/lib/libbsp/m68k/gen68360/start/start360.s index 2ce6a1d80b..e1b7c1c8e6 100644 --- a/c/src/lib/libbsp/m68k/gen68360/start/start360.s +++ b/c/src/lib/libbsp/m68k/gen68360/start/start360.s @@ -308,16 +308,14 @@ SYM(_spuriousInterrupt): /* * Place the low-order 3 octets of the board's ethernet address at - * a `well-known' fixed location relative to the beginning of ROM. + * a `well-known' fixed location relative to the startup location. */ .align 2 - .long ETHERNET_ADDRESS | Low-order 3 octets of ethernet address - -/* - * For some reason, the symbol start must not be global. - * - * .global start - */ + .word 0 | Padding +ethernet_address_buffer: + .word 0x08F3 | Default address + .word 0xDEAD + .word 0xCAFE /* * Initial PC -- cgit v1.2.3