Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:58

0001 /*
0002  * (c) 2007, Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
0003  *
0004  *
0005  *  This file contains the entry point vector needed by some bootloaders
0006  *  derived from "vectors.S"
0007  */
0008 
0009 #include <rtems/asm.h>
0010 #include <rtems/score/cpu.h>
0011 
0012     PUBLIC_VAR (__rtems_start)
0013     .section .entry_point_section,"awx",@progbits
0014 /*
0015  * Entry point information used by bootloader code
0016  */
0017 SYM (__rtems_start):
0018     .long   __rtems_entry_point
0019 
0020     /*
0021      * end of special Entry point section
0022      */