source: rtems/c/src/lib/libbsp/arm/lpc32xx/startup/linkcmds.lpc32xx @ 598a4505

4.115
Last change on this file since 598a4505 was 598a4505, checked in by Sebastian Huber <sebastian.huber@…>, on 12/03/10 at 09:29:08

2010-12-03 Sebastian Huber <sebastian.huber@…>

  • include/lpc32xx.h: Added I2S module.
  • Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c, startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1, startup/linkcmds.lpc32xx_mzx_stage_2, startup/linkcmds.lpc32xx_phycore: Update due to linker command file changes.
  • Property mode set to 100644
File size: 327 bytes
Line 
1/**
2 * @file
3 *
4 * @ingroup lpc32xx_linker
5 *
6 * @brief Linker support.
7 */
8
9lpc32xx_translation_table_base = ORIGIN (RAM_MMU);
10
11lpc32xx = 0x20020000;
12
13lpc32xx_magic_zero_begin = 0x05000000;
14lpc32xx_magic_zero_end = 0x07000000;
15lpc32xx_magic_zero_size = lpc32xx_magic_zero_end - lpc32xx_magic_zero_end;
16
17INCLUDE linkcmds.armv4
Note: See TracBrowser for help on using the repository browser.