added missing files for virtex BSP

This commit is contained in:
Thomas Doerfler
2007-07-04 13:08:45 +00:00
parent 3ad3a8dd7f
commit 153719f95e
2 changed files with 959 additions and 0 deletions
@@ -0,0 +1,24 @@
/*
* (c) 2007, Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
*
*
* This file contains the entry point vector needed by some bootloaders
* derived from "vectors.S"
*
* $Id$
*/
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
PUBLIC_VAR (__rtems_start)
.section .entry_point_section,"awx",@progbits
/*
* Entry point information used by bootloader code
*/
SYM (__rtems_start):
.long __rtems_entry_point
/*
* end of special Entry point section
*/
File diff suppressed because it is too large Load Diff