OpenCores
URL https://opencores.org/ocsvn/ao486/ao486/trunk

Subversion Repositories ao486

[/] [ao486/] [trunk/] [syn/] [soc/] [firmware/] [exe_bsp/] [HAL/] [src/] [alt_load.c] - Diff between revs 2 and 7

Show entire file | Details | Blame | View Log

Rev 2 Rev 7
Line 35... Line 35...
 
 
/*
/*
 * Linker defined symbols.
 * Linker defined symbols.
 */
 */
 
 
extern void __flash_rwdata_start;
extern alt_u32 __flash_rwdata_start;
extern void __ram_rwdata_start;
extern alt_u32 __ram_rwdata_start;
extern void __ram_rwdata_end;
extern alt_u32 __ram_rwdata_end;
extern void __flash_rodata_start;
extern alt_u32 __flash_rodata_start;
extern void __ram_rodata_start;
extern alt_u32 __ram_rodata_start;
extern void __ram_rodata_end;
extern alt_u32 __ram_rodata_end;
extern void __flash_exceptions_start;
extern alt_u32 __flash_exceptions_start;
extern void __ram_exceptions_start;
extern alt_u32 __ram_exceptions_start;
extern void __ram_exceptions_end;
extern alt_u32 __ram_exceptions_end;
 
 
/*
/*
 * alt_load() is called when the code is executing from flash. In this case
 * alt_load() is called when the code is executing from flash. In this case
 * there is no bootloader, so this application is responsible for loading to
 * there is no bootloader, so this application is responsible for loading to
 * RAM any sections that are required.
 * RAM any sections that are required.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.