source: rtems/bsps/arm/lm3s69xx/0004-target-arm-Evil-hack-to-increase-the-RAM-size.patch @ 350b07a0

5
Last change on this file since 350b07a0 was eb36d11, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08

bsps: Move documentation, etc. files to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 986 bytes
  • hw/stellaris.c

    From e06edd436a336e5db5188eb7ffac594138fc825a Mon Sep 17 00:00:00 2001
    From: Sebastian Huber <sebastian.huber@embedded-brains.de>
    Date: Fri, 16 Dec 2011 20:19:45 +0100
    Subject: [PATCH 4/4] target-arm: Evil hack to increase the RAM size
    
    This increases the RAM of the Stellaris LM3S6965 in a brute force way.
    It would be nice to be able to override the default RAM size with
    command line options.  The default RAM size is to small to run complex
    test suites.
    
    Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
    ---
     hw/stellaris.c |    3 ++-
     1 files changed, 2 insertions(+), 1 deletions(-)
    
    diff --git a/hw/stellaris.c b/hw/stellaris.c
    index ce62a98..dd7b7d7 100644
    a b static stellaris_board_info stellaris_boards[] = { 
    12191219  { "LM3S6965EVB",
    12201220    0x10010002,
    12211221    0x1073402e,
    1222     0x00ff007f, /* dc0 */
     1222    /* FIXME */
     1223    0xffffffff, /* dc0 */
    12231224    0x001133ff,
    12241225    0x030f5317,
    12251226    0x0f0f87ff,
Note: See TracBrowser for help on using the repository browser.