summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/lpc313x
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-08-21 02:09:12 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-08-21 02:09:12 +0000
commitfbc3297887fc1af3cc9dd804d5e70a1165a18ce0 (patch)
tree6b297472892c5b2beead17d92ebec5d097b1bede /nuttx/arch/arm/src/lpc313x
parente33344fa4daa941a26f49a9e4dea24943deaa09a (diff)
Add mapping for the page table
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2872 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/arm/src/lpc313x')
-rwxr-xr-xnuttx/arch/arm/src/lpc313x/lpc313x_boot.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc313x/lpc313x_boot.c b/nuttx/arch/arm/src/lpc313x/lpc313x_boot.c
index 31f66b0605..c0c3a154d2 100755
--- a/nuttx/arch/arm/src/lpc313x/lpc313x_boot.c
+++ b/nuttx/arch/arm/src/lpc313x/lpc313x_boot.c
@@ -1,7 +1,7 @@
/************************************************************************************
* arch/arm/src/lpc313x/lpc313x_boot.c
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -234,6 +234,10 @@ static void up_vectormapping(void)
/************************************************************************************
* Name: up_copyvectorblock
+ *
+ * Description:
+ * Copy the interrupt block to its final destination.
+ *
************************************************************************************/
static void up_copyvectorblock(void)
@@ -267,6 +271,14 @@ static void up_copyvectorblock(void)
* Public Functions
************************************************************************************/
+/************************************************************************************
+ * Name: up_boot
+ *
+ * Description:
+ * Complete boot operations started in up_head.S
+ *
+ ************************************************************************************/
+
void up_boot(void)
{
/* __start provided the basic MMU mappings for SRAM. Now provide mappings for all