Changeset fab0dd1 in rtems
- Timestamp:
- Sep 6, 2016, 7:21:11 AM (4 years ago)
- Branches:
- 4.11
- Children:
- 528c7d4
- Parents:
- 78627fe2
- git-author:
- Pavel Pisa <pisa@…> (09/06/16 07:21:11)
- git-committer:
- Pavel Pisa <pisa@…> (10/02/16 08:40:35)
- Location:
- c/src/lib/libbsp/arm/raspberrypi/startup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/raspberrypi/startup/bspstarthooks.c
r78627fe2 rfab0dd1 28 28 #include <bsp/mm.h> 29 29 #include <libcpu/arm-cp15.h> 30 #include <bsp.h> 30 31 31 32 void BSP_START_TEXT_SECTION bsp_start_hook_0(void) -
c/src/lib/libbsp/arm/raspberrypi/startup/linkcmds
r78627fe2 rfab0dd1 37 37 38 38 MEMORY { 39 VECTOR_RAM (AIW) : ORIGIN = 0x0 , LENGTH = 0x800040 RAM (AIW) : ORIGIN = 0x00008000, LENGTH = 128M - 48K 41 RAM_MMU (AIW) : ORIGIN = 128M - 16k, LENGTH = 16k39 VECTOR_RAM (AIW) : ORIGIN = 0x0 , LENGTH = 16k 40 RAM_MMU (AIW) : ORIGIN = 0x00004000, LENGTH = 16k 41 RAM (AIW) : ORIGIN = 0x00008000, LENGTH = 128M - 32k 42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.