]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/cris/arch-v10/boot/rescue/testrescue.S
[CRIS] Move header files from include to arch/cris/include.
[net-next-2.6.git] / arch / cris / arch-v10 / boot / rescue / testrescue.S
CommitLineData
d207cf5b 1/*
1da177e4 2 * Simple testcode to download by the rescue block.
d207cf5b
JN
3 * Just lights some LEDs to show it was downloaded correctly.
4 *
1da177e4
LT
5 * Copyright (C) 1999 Axis Communications AB
6 */
7
8#define ASSEMBLER_MACROS_ONLY
556dcee7 9#include <arch/sv_addr_ag.h>
1da177e4
LT
10
11 .text
12
13 nop
14 nop
15 moveq -1, $r2
16 move.b $r2, [R_PORT_PA_DIR]
17 moveq 0, $r2
d207cf5b 18 move.b $r2, [R_PORT_PA_DATA]
1da177e4
LT
19
20endless:
21 nop
22 ba endless
23 nop
24