source: rtems/c/src/lib/libbsp/powerpc/mvme5500/GT64260/VPD.h @ 72510eb2

4.104.115
Last change on this file since 72510eb2 was 72510eb2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/09 at 18:12:31

2009-05-08 Kate Feng <feng1@…>

  • include/bsp.h, start/start.S, startup/bspstart.c: added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h. removed BSP_INIT_STACK_SIZE in bsp.h -- it uses stack defined by the linker script (shared/startup/linkcmds) for the initial stack. replaced rtems_end+4096 with stack in start.S Removed legacy code in bspstart.c (inherited from old mvme2307 BSP but not relevant to this one) that tested trapping into PPCBug. Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in bspstart.c
  • Property mode set to 100644
File size: 207 bytes
Line 
1/* The mapping of the Configuration VPD
2 *
3 * (C) 2004, NSLS, Brookhaven National Laboratory,
4 *           S. Kate Feng, <feng1@bnl.gov>
5 *
6 */
7
8#define VPD_ENET0_OFFSET  0x3c
9#define VPD_ENET1_OFFSET  0x45
Note: See TracBrowser for help on using the repository browser.