Skip to content

Commit 57d38c3

Browse files
author
Wayne Ren
committed
board: emsdp: optimize the doc and update rev2 memory layout
* optimize the doc * update the memory layout of rev2 Signed-off-by: Wayne Ren <[email protected]>
1 parent 34c4600 commit 57d38c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

board/emsdp/rev2/configs/target_mem_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@
7474
#endif
7575

7676
#ifndef EXT_ROM_START
77-
#define EXT_ROM_START 0x10000000
77+
#define EXT_ROM_START 0x00000000
7878
#endif
7979

8080
#ifndef EXT_ROM_SIZE
81-
#define EXT_ROM_SIZE 0x1000000
81+
#define EXT_ROM_SIZE 0x40000
8282
#endif
8383

8484
#ifndef EXT_RAM_START

doc/documents/board/emsdp.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.. _board_emsdp:
22

3-
|emsdp|
3+
ARC EM Software Development Platform
44
====================================
55

66
Introduction
77
------------
88

9-
The DesignWare® ARC® |emsdp| (emsdp)
9+
The DesignWare ARC |emsdp| (emsdp)
1010
is an FPGA based development platform intended to support ARC licenses in developing their software for the ARC EM processor family and ARC EM Subsystems. It has the support for ARC
1111
EM4, EM5D, EM6, EM7D, EM9D and EM11D processors. ARC EM Enhanced Security Package (ESP) and ARC EM Subsystems (DFSS, SCSS, DSS) are also supported.
1212

@@ -39,7 +39,7 @@ The |emsdp| board includes the following features:
3939
- Buttons, LEDs and switches
4040

4141

42-
The DesignWare |emsdp| contains the following components:
42+
The |emsdp| contains the following components:
4343

4444
- FPGA
4545

0 commit comments

Comments
 (0)