-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
180 lines (122 loc) · 6.22 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
2009-12-18 Laurentiu Cocanu <[email protected]>
* added new condition to re-map addresses
* added bootloader and deflator
2009-12-14 Edgar Grimberg <[email protected]>
* <<implements CYGHWR_IO_FLASH_DEVICE>> is needed for the *second* flash drive
2009-12-04 Laurentiu Cocanu <[email protected]>
* changed block info for 28f256p30 top and bottom
2009-11-19 Laurentiu Cocanu <[email protected]>
* An option in the TSE driver for the name of a function that
sets the ESA (MAC address)
2009-11-13 Laurentiu Cocanu <[email protected]>
* moved the code to enable interrupts at the serial device from
altera_avalon_uart_lookup to altera_avalon_uart_init
2009-11-02 Laurentiu Cocanu <[email protected]>
* extern for C++
2009-10-29 Edgar Grimberg <[email protected]>
* fixed an SPI receive problem
2009-10-22 Edgar Grimberg <[email protected]>
* added untested SPI driver
2009-10-16 Edgar Grimberg <[email protected]>
* fixes in flash drivers
2009-10-12 Denis Gorodnichev <[email protected]>
* Fixes to compile cf driver without errors
2009-09-24 Laurentiu Cocanu <[email protected]>
* Added a global option in $NIOS_ECOS/hal/nios2/arch/current/cdl/hal_nios2.cdl
CYGBLD_GLOBAL_START_ADDRESS, to set the absolute address of the start
address in memory configuration
* Replaced in $NIOS_ECOS/hal/nios2/arch/current/gtf/mlt_nios2.ldi.gtf
%BASE_ADDRESS% with CYGBLD_GLOBAL_START_ADDRESS
* Added flash driver for Altera Avalon 28F128P30B
* Fixed some copyright texts
2009-09-24 Øyvind Harboe <[email protected]>
* Fix regression in nios_env.sh under Cygwin when
picking up the full path to nios_env.sh to support
running nios_env.sh in pwd!=nios2ecos
2009-09-23 Edgar Grimberg <[email protected]>
* added support for 28F256P30B and 28F256P30T flash chips
* cast inside the HAL_WRITE_UINT32 HAL_READ_UINT32 HAL_READ_UINT32_VECTOR
2009-09-22 Øyvind Harboe <[email protected]>
* added Ubuntu cygpath.c that works around Altera's
reliance on cygpath in linux scripts
2009-09-21 Øyvind Harboe <[email protected]>
* Make nios_env.sh more robust: get the path of the nios_env.sh
script so the script will work even if it does not run from
the nios2ecos folder.
* retire obsolete -fvtable-gc option from default CFLAGS
2009-09-20 Edgar Grimberg <[email protected]>
* nios_env.sh - added /opt/altera9.0/nios2eds/bin/ to $PATH
* nios_env.sh - added /opt/altera9.0/quartus/bin to $PATH
2009-09-17 Edgar Grimberg <[email protected]>
* multiple buffers for receive in TSE
2009-09-17 Øyvind Harboe <[email protected]>
* nios_env.sh - Cygwin fix, pick up from environment variables installation
location of Quartus, should now work when installing Quartus on drivers
other than c:\
* nios_env.sh - stripping away stuff from path that we do not strictly need for a
smoketest build
* added smoketest.sh - runs a smoketest of the build environment
* added checkcygwin.sh - beginnings of sanity checking environment
* added "fixquartus90cygwin.sh".
2009-09-15 Øyvind Harboe <[email protected]>
* Nios eCos builds now survive reboots under Linux and multiple
Nios eCos build directories can exist side by side on the same
machine. nios2configgen now places generated cdl file into [pwd]/gen_nios
instead of using /tmp.
* fix nios_env.sh script (do not use set -e), still wip...
* updated compat/posix committed until libstdc++ pthread
exceptions are tested & working
2009-09-07 Edgar Grimberg <[email protected]>
* added __dso_handle to satisfy GCC 4.1.2
2009-08-07 Edgar Grimberg <[email protected]>
* added debug information. enable using #define DEBUG
* added multicast list and multicast all proper handling
2009-08-05 Edgar Grimberg <[email protected]>
* Added packet memory area (dual port RAM inside the FPGA) for TSE
* WIP multiple buffers
* different ways to declare the MAC name
2009-08-04 Edgar Grimberg <[email protected]>
* Caches align addresses. Implemented invalidate macros.
* One descriptor TSE driver
2009-07-31 Edgar Grimberg <[email protected]>
* WIP TSE driver
2009-07-29 Edgar Grimberg <[email protected]>
* WIP TSE driver
2009-07-28 Edgar Grimberg <[email protected]>
* WIP TSE driver
2009-07-29 Laurentiu Cocanu <[email protected]>
* Added EPCS flash driver as block device driver
* Code clean-up and added working test
* Modified code in order to leave jffs2 source code intact
2009-07-28 Edgar Grimberg <[email protected]>
* Naive TX
* Cleaned printfs away
* error processing for RX
2009-07-24 Edgar Grimberg <[email protected]>
* Default optimization level is O2
2009-07-23 Edgar Grimberg <[email protected]>
* TSE signs of life, very slooooow
2009-07-22 Edgar Grimberg <[email protected]>
* Added __ decorations to the macro variables in hal_cache.h
* Fixed typo
2009-07-03 Laurentiu Cocanu <[email protected]>
* Replaced ALTERA_AVALON_AM29LV065D_FLASH with CYGHWR_DEVS_FLASH_INTEL_28F128P30 in NEEK
2009-06-24 Edgar Grimberg <[email protected]>
* remove empty folder
* WIP TSE and SGDMA
2009-06-15 Edgar Grimberg <[email protected]>
* Ubuntu does not have TMP defined
2009-06-15 Edgar Grimberg <[email protected]>
* /nios2ecos/packages/hal/nios2/arch/current/cdl/hal_nios2.cdl: tail needs --line in Linux
* /nios2ecos/packages/hal/nios2/arch/current/host/nios_env.sh and
/nios2ecos/packages/hal/nios2/arch/current/host/nios2ecosconfig Linux friendly modifications
2008-12-04 �yvind Harboe <[email protected]>
* devs/eth/opencores/ethermac/current/src/if_oeth.c: update
driver error handling to match fixed HDL code.
* hal/nios2/arch/current/src/hal_misc.c+vector.S: fix
profiling.
2008-12-01 Graham Henderson <[email protected]>
* contributed first cut of TSE and SGMA driver. Wip, needs
testing + it won't compile out of the box...
2008-11-27 �yvind Harboe <[email protected]>
* Started Nios2 eCos repository, tools & docs