diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-18 12:43:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-18 12:43:09 -0400 |
commit | 515b696b282f856c3ad1679ccd658120faa387d0 (patch) | |
tree | d9d7c1185c396617f128ca23463062308d11393b /arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt | |
parent | fa877c71e2136bd682b45022c96d5e073ced9f58 (diff) | |
parent | 064a16dc41be879d12bd5de5d2f9d38d890e0ee7 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: (262 commits)
sh: mach-ecovec24: Add user debug switch support
sh: Kill off unused se_skipped in alignment trap notification code.
sh: Wire up HAVE_SYSCALL_TRACEPOINTS.
video: sh_mobile_lcdcfb: use both register sets for display panning
video: sh_mobile_lcdcfb: implement display panning
sh: Fix up sh7705 flush_dcache_page() build.
sh: kfr2r09: document the PLL/FLL <-> RF relationship.
sh: mach-ecovec24: need asm/clock.h.
sh: mach-ecovec24: deassert usb irq on boot.
sh: Add KEYSC support for EcoVec24
sh: add kycr2_delay for sh_keysc
sh: cpufreq: Include CPU id in info messages.
sh: multi-evt support for SH-X3 proto CPU.
sh: clkfwk: remove bogus set_bus_parent() from SH7709.
sh: Fix the indication point of the liquid crystal of AP-325RXA(AP3300)
sh: Add EcoVec24 romImage defconfig
sh: USB disable process is needed if romImage boot for EcoVec24
sh: EcoVec24: add HIZA setting for LED
sh: EcoVec24: write MAC address in boot
sh: Add romImage support for EcoVec24
...
Diffstat (limited to 'arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt')
-rw-r--r-- | arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt b/arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt new file mode 100644 index 000000000000..8b8e4fa1fee9 --- /dev/null +++ b/arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt | |||
@@ -0,0 +1,82 @@ | |||
1 | LIST "partner-jet-setup.txt" | ||
2 | LIST "(C) Copyright 2009 Renesas Solutions Corp" | ||
3 | LIST "Kuninori Morimoto <morimoto.kuninori@renesas.com>" | ||
4 | LIST "--------------------------------" | ||
5 | LIST "zImage (RAM boot)" | ||
6 | LIST "This script can be used to boot the kernel from RAM via JTAG:" | ||
7 | LIST "> < partner-jet-setup.txt" | ||
8 | LIST "> RD zImage, 0xa8800000" | ||
9 | LIST "> G=0xa8800000" | ||
10 | LIST "--------------------------------" | ||
11 | LIST "romImage (Flash boot)" | ||
12 | LIST "Use the following command to burn the zImage to flash via JTAG:" | ||
13 | LIST "> RD romImage, 0" | ||
14 | LIST "--------------------------------" | ||
15 | |||
16 | LIST "disable watchdog" | ||
17 | EW 0xa4520004, 0xa507 | ||
18 | |||
19 | LIST "MMU" | ||
20 | ED 0xff000010, 0x00000004 | ||
21 | |||
22 | LIST "setup clocks" | ||
23 | ED 0xa4150024, 0x00004000 | ||
24 | ED 0xa4150000, 0x8E003508 | ||
25 | ED 0xa4150004, 0x00000000 | ||
26 | |||
27 | WAIT 1 | ||
28 | |||
29 | LIST "BSC" | ||
30 | ED 0xff800020, 0xa5a50000 | ||
31 | ED 0xfec10000, 0x00000013 | ||
32 | ED 0xfec10004, 0x11110400 | ||
33 | ED 0xfec10024, 0x00000440 | ||
34 | |||
35 | WAIT 1 | ||
36 | |||
37 | LIST "setup sdram" | ||
38 | ED 0xfd000108, 0x00000181 | ||
39 | ED 0xfd000020, 0x015B0002 | ||
40 | ED 0xfd000030, 0x03061502 | ||
41 | ED 0xfd000034, 0x02020102 | ||
42 | ED 0xfd000038, 0x01090305 | ||
43 | ED 0xfd00003c, 0x00000002 | ||
44 | ED 0xfd000008, 0x00000005 | ||
45 | ED 0xfd000018, 0x00000001 | ||
46 | |||
47 | WAIT 1 | ||
48 | |||
49 | ED 0xfd000014, 0x00000002 | ||
50 | ED 0xfd000060, 0x00020000 | ||
51 | ED 0xfd000060, 0x00030000 | ||
52 | ED 0xfd000060, 0x00010040 | ||
53 | ED 0xfd000060, 0x00000532 | ||
54 | ED 0xfd000014, 0x00000002 | ||
55 | ED 0xfd000014, 0x00000004 | ||
56 | ED 0xfd000014, 0x00000004 | ||
57 | ED 0xfd000060, 0x00000432 | ||
58 | ED 0xfd000060, 0x000103C0 | ||
59 | ED 0xfd000060, 0x00010040 | ||
60 | |||
61 | WAIT 1 | ||
62 | |||
63 | ED 0xfd000010, 0x00000001 | ||
64 | ED 0xfd000044, 0x00000613 | ||
65 | ED 0xfd000048, 0x238C003A | ||
66 | ED 0xfd000014, 0x00000002 | ||
67 | |||
68 | LIST "Dummy read" | ||
69 | DD 0x0c400000, 0x0c400000 | ||
70 | |||
71 | ED 0xfd000014, 0x00000002 | ||
72 | ED 0xfd000014, 0x00000004 | ||
73 | ED 0xfd000108, 0x00000080 | ||
74 | ED 0xfd000040, 0x00010000 | ||
75 | |||
76 | WAIT 1 | ||
77 | |||
78 | LIST "setup cache" | ||
79 | ED 0xff00001c, 0x0000090b | ||
80 | |||
81 | LIST "disable USB" | ||
82 | EW 0xA4D80000, 0x0000 | ||