]> git.wh0rd.org - patches.git/blame - bfin-libgloss-bf52x.patch
more random patches. who knows.
[patches.git] / bfin-libgloss-bf52x.patch
CommitLineData
5e993f12 1Index: ChangeLog.bfin
2===================================================================
3--- ChangeLog.bfin (revision 1828)
4+++ ChangeLog.bfin (working copy)
5@@ -1,3 +1,9 @@
6+2007-10-02 Michael Frysinger <michael.frysinger@analog.com>
7+
8+ * bfin/bf522.ld (MEM_L1_CODE): Define region 0xFFA00000 of size 0x8000.
9+ * bfin/bf525.ld (MEM_L1_CODE): Likewise.
10+ * bfin/bf527.ld (MEM_L1_CODE): Likewise.
11+
12 2007-09-20 Jie Zhang <jie.zhang@analog.com>
13
14 * bfin/include/*, bfin/include/sys/*: Remove trailing blank
15Index: bfin/bf525.ld
16===================================================================
17--- bfin/bf525.ld (revision 1828)
18+++ bfin/bf525.ld (working copy)
19@@ -17,6 +17,7 @@
20
21 MEMORY
22 {
23+ MEM_L1_CODE : ORIGIN = 0xFFA00000, LENGTH = 0x8000
24 MEM_L1_CODE_CACHE : ORIGIN = 0xFFA10000, LENGTH = 0x4000
25 MEM_L1_SCRATCH : ORIGIN = 0xFFB00000, LENGTH = 0x1000
26 MEM_L1_DATA_B : ORIGIN = 0xFF900000, LENGTH = 0x8000
27Index: bfin/bf527.ld
28===================================================================
29--- bfin/bf527.ld (revision 1828)
30+++ bfin/bf527.ld (working copy)
31@@ -17,6 +17,7 @@
32
33 MEMORY
34 {
35+ MEM_L1_CODE : ORIGIN = 0xFFA00000, LENGTH = 0x8000
36 MEM_L1_CODE_CACHE : ORIGIN = 0xFFA10000, LENGTH = 0x4000
37 MEM_L1_SCRATCH : ORIGIN = 0xFFB00000, LENGTH = 0x1000
38 MEM_L1_DATA_B : ORIGIN = 0xFF900000, LENGTH = 0x8000
39Index: bfin/bf522.ld
40===================================================================
41--- bfin/bf522.ld (revision 1828)
42+++ bfin/bf522.ld (working copy)
43@@ -17,6 +17,7 @@
44
45 MEMORY
46 {
47+ MEM_L1_CODE : ORIGIN = 0xFFA00000, LENGTH = 0x8000
48 MEM_L1_CODE_CACHE : ORIGIN = 0xFFA10000, LENGTH = 0x4000
49 MEM_L1_SCRATCH : ORIGIN = 0xFFB00000, LENGTH = 0x1000
50 MEM_L1_DATA_B : ORIGIN = 0xFF900000, LENGTH = 0x8000