Back to home page

LXR

 
 

    


Warning, /bsps/arm/lm3s69xx/0004-target-arm-Evil-hack-to-increase-the-RAM-size.patch is written in an unsupported language. File is not indexed.

0001 From e06edd436a336e5db5188eb7ffac594138fc825a Mon Sep 17 00:00:00 2001
0002 From: Sebastian Huber <sebastian.huber@embedded-brains.de>
0003 Date: Fri, 16 Dec 2011 20:19:45 +0100
0004 Subject: [PATCH 4/4] target-arm: Evil hack to increase the RAM size
0005 
0006 This increases the RAM of the Stellaris LM3S6965 in a brute force way.
0007 It would be nice to be able to override the default RAM size with
0008 command line options.  The default RAM size is to small to run complex
0009 test suites.
0010 
0011 Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
0012 ---
0013  hw/stellaris.c |    3 ++-
0014  1 files changed, 2 insertions(+), 1 deletions(-)
0015 
0016 diff --git a/hw/stellaris.c b/hw/stellaris.c
0017 index ce62a98..dd7b7d7 100644
0018 --- a/hw/stellaris.c
0019 +++ b/hw/stellaris.c
0020 @@ -1219,7 +1219,8 @@ static stellaris_board_info stellaris_boards[] = {
0021    { "LM3S6965EVB",
0022      0x10010002,
0023      0x1073402e,
0024 -    0x00ff007f, /* dc0 */
0025 +    /* FIXME */
0026 +    0xffffffff, /* dc0 */
0027      0x001133ff,
0028      0x030f5317,
0029      0x0f0f87ff,
0030 -- 
0031 1.7.1
0032