2 * linux/arch/h8300/platform/h8300h/generic/crt0_rom.S
4 * Yoshinori Sato <ysato@users.sourceforge.jp>
6 * Platform depend startup
7 * Target Archtecture: generic
13 #include <asm/linkage.h>
16 .global __command_line
17 .global __platform_gpio_table
29 /* Peripheral Setup */
45 #if !defined(CONFIG_H8300H_SIM)
47 mov.l #__begin_data,er5
61 /* copy kernel commandline */
62 mov.l #COMMAND_START,er5
63 mov.l #__command_line,er6
67 /* linux kernel start */
68 ldc #0x90,ccr /* running kernel */
69 mov.l #_init_thread_union,sp
78 /* I/O port assign information */
79 __platform_gpio_table:
115 /* interrupt vector */
116 .section .vectors,"ax"
120 .long _interrupt_redirect_table+vector*4