acpiphp: Execute ACPI _REG method for hotadded devices
[linux/fpc-iii.git] / arch / sh / include / mach-ecovec24 / mach / romimage.h
blob1c8787ecb1c117b014aeccc9296ca64bcd932fb4
1 /* EcoVec board specific boot code:
2 * converts the "partner-jet-script.txt" script into assembly
3 * the assembly code is the first code to be executed in the romImage
4 */
6 #include <asm/romimage-macros.h>
7 #include "partner-jet-setup.txt"
9 /* execute icbi after enabling cache */
10 mov.l 1f, r0
11 icbi @r0
13 /* jump to cached area */
14 mova 2f, r0
15 jmp @r0
16 nop
18 .align 2
19 1 : .long 0xa8000000
20 2 :