M5249EVB.h (79e0799cf6e88d98d77b216a55234bf674b59a4e) M5249EVB.h (5a1aceb0689e2f731491838970884a673ef7e7d3)
1/*
2 * Configuation settings for the esd TASREG board.
3 *
4 * (C) Copyright 2004
5 * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
6 *
7 * See file CREDITS for list of people who contributed to this
8 * project.

--- 99 unchanged lines hidden (view full) ---

108 * Definitions for initial stack pointer and data area (in DPRAM)
109 */
110#define CFG_INIT_RAM_ADDR 0x20000000
111#define CFG_INIT_RAM_END 0x1000 /* End of used area in internal SRAM */
112#define CFG_GBL_DATA_SIZE 64 /* size in bytes reserved for initial data */
113#define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
114#define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
115
1/*
2 * Configuation settings for the esd TASREG board.
3 *
4 * (C) Copyright 2004
5 * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
6 *
7 * See file CREDITS for list of people who contributed to this
8 * project.

--- 99 unchanged lines hidden (view full) ---

108 * Definitions for initial stack pointer and data area (in DPRAM)
109 */
110#define CFG_INIT_RAM_ADDR 0x20000000
111#define CFG_INIT_RAM_END 0x1000 /* End of used area in internal SRAM */
112#define CFG_GBL_DATA_SIZE 64 /* size in bytes reserved for initial data */
113#define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
114#define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
115
116#define CFG_ENV_IS_IN_FLASH 1
116#define CONFIG_ENV_IS_IN_FLASH 1
117#define CFG_ENV_OFFSET 0x4000 /* Address of Environment Sector*/
118#define CFG_ENV_SIZE 0x2000 /* Total Size of Environment Sector */
119#define CFG_ENV_SECT_SIZE 0x2000 /* see README - env sector total size */
120
121/*-----------------------------------------------------------------------
122 * Start addresses for the final memory configuration
123 * (Set up by the startup code)
124 * Please note that CFG_SDRAM_BASE _must_ start at 0

--- 70 unchanged lines hidden ---
117#define CFG_ENV_OFFSET 0x4000 /* Address of Environment Sector*/
118#define CFG_ENV_SIZE 0x2000 /* Total Size of Environment Sector */
119#define CFG_ENV_SECT_SIZE 0x2000 /* see README - env sector total size */
120
121/*-----------------------------------------------------------------------
122 * Start addresses for the final memory configuration
123 * (Set up by the startup code)
124 * Please note that CFG_SDRAM_BASE _must_ start at 0

--- 70 unchanged lines hidden ---