source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ 4130d8e2

4.104.114.95
Last change on this file since 4130d8e2 was 4130d8e2, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 15:50:25

2007-12-11 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h, startup/bspstart.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
  • Property mode set to 100644
File size: 16.1 KB
Line 
12007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
4        Configuration Table. Use the RTEMS provided accessor macros to obtain
5        configuration fields.
6
72007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
10        from CPU Table to Configuration Table. Eliminate CPU Table from all
11        ports. Delete references to CPU Table in all forms.
12
132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
16        Table fields to the Configuration Table. This included
17        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
18        do_zero_of_workspace, extra_mpci_receive_server_stack,
19        stack_allocate_hook, and stack_free_hook. As a side-effect of this
20        effort some multiprocessing code was made conditional and some style
21        clean up occurred.
22
232007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
26        SuperH CPU Table and define another mechanism for drivers to obtain
27        this information.
28
292007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * Makefile.am, preinstall.am, startup/linkcmds: Save the old linker
32        script as linkcmds.sim and use one with enough memory to link all
33        tests so we can at least build things.
34        * startup/linkcmds.sim: New file.
35
362007-05-03      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/linkcmds: Handle .data.* sections. Also change directive
39        placing stack on onchip_ram to make ld happy.
40
412007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * bsp_specs: Remove qrtems_debug.
44
452007-04-02      Joel Sherrill <joel@OARcorp.com>
46
47        * Makefile.am: Add dummy printk support so all tests link.
48
492006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * configure.ac: New BUG-REPORT address.
52
532006-11-15      Joel Sherrill <joel@OARcorp.com>
54
55        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
56        file and simplified initialization.
57
582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Remove superfluous -DASM.
61
622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * configure.ac: Require autoconf-2.60. Require automake-1.10.
65
662006-06-24      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds: Add .rela.dyn sections.
69
702006-03-08      Joel Sherrill <joel@OARcorp.com>
71
72        * startup/linkcmds: Add .gnu.linkonce.b.* section.
73
742006-02-08      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/linkcmds: Add sections required by newer gcc versions.
77
782006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Add preinstall.am.
81
822005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * include/bsp.h: New header guard.
85
862005-05-20      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Add SHGEN.
89        * startup/linkcmds: Add missing sections.
90
912005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
94
952005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Remove build-variant support.
98
992004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
100
101        * configure.ac: Require automake > 1.9.
102
1032004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        PR 610/bsps
106        * Makefile.am: Add include/tm27.h, Cosmetics.
107        * include/tm27.h: Final cosmetics.
108
1092004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        * include/bsp.h: Split out tmtest27 support.
112        * include/tm27.h: New.
113
1142004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        PR 613/bsps
117        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
118
1192004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        PR 614/bsps
122        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
123
1242004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
125
126        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
127
1282004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
129
130        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
131        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
132        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
133
1342004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
137        using c99 fixed size types.
138
1392004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Reflect changes to bsp.am.
142        Preinstall dist_project_lib*.
143
1442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Reflect changes to bsp.am.
147
1482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
151
1522004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Pickup files from ../../sh/shared instead of
155        ../shared. Reformat.
156
1572004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Cosmetics.
160
1612004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
164        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
165        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
166        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
167        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
168        trap34/Makefile.am: Remove.
169        * configure.ac: Reflect changes above.
170
1712004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
174        Add RTEMS_PROG_CCAS.
175
1762004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Add PREINSTALL_DIRS.
179        * wrapup/Makefile.am: Reflect changes to libcpu.
180
1812004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * clock/Makefile.am: Remove bogus EXTRA_DIST.
184        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
185        * wrapup/Makefile.am: Reflect changes to libcpu.
186
1872004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
190        Add PRE/TMPINSTALL_FILES to CLEANFILES.
191        * startup/Makefile.am: Ditto.
192
1932004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * start/Makefile.am: Remove.
196        * Makefile.am: Merge-in start/Makefile.am.
197        * configure.ac: Reflect changes above.
198
1992004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * start/regs.S: Remove.
202
2032004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Eliminate $(LIB).
206        Use noinst_DATA to trigger building libbsp.a.
207
2082003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
211        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
212
2132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
216        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
217
2182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
221
2222003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * start/Makefile.am: Misc cleanups and fixes.
225        * startup/Makefile.am: Misc cleanups and fixes.
226        * wrapup/Makefile.am: Misc cleanups and fixes.
227
2282003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Add preinstallation dirstamp support.
231        * clock/Makefile.am: Cosmetics.
232        * console/Makefile.am: Cosmetics.
233        * gdbsci/Makefile.am: Cosmetics.
234        * scitab/Makefile.am: Cosmetics.
235        * startup/Makefile.am: Cosmetics.
236        * trap34/Makefile.am: Cosmetics.
237        * wrapup/Makefile.am: Cosmetics.
238
2392003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * clock/Makefile.am: Remove all-local: $(ARCH).
242        * console/Makefile.am: Remove all-local: $(ARCH).
243        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
244        * scitab/Makefile.am: Remove all-local: $(ARCH).
245        * start/Makefile.am: Remove all-local: $(ARCH).
246        * startup/Makefile.am: Remove all-local: $(ARCH).
247        * trap34/Makefile.am: Remove all-local: $(ARCH).
248        * wrapup/Makefile.am: Remove all-local: $(ARCH).
249
2502003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Merge-in include/Makefile.am.
253        Reflect changes to bsp.am.
254        * include/Makefile.am: Remove.
255        * configure.ac: Reflect changes above.
256
2572003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * bsp_specs: Remove *lib:.
260
2612003-09-04      Joel Sherrill <joel@OARcorp.com>
262
263        * include/bsp.h, start/start.S, startup/bspstart.c,
264        trap34/console-io.c: URL for license changed.
265
2662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Reflect having moved aclocal/.
269
2702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Reflect having moved automake/.
273        * clock/Makefile.am: Reflect having moved automake/.
274        * console/Makefile.am: Reflect having moved automake/.
275        * gdbsci/Makefile.am: Reflect having moved automake/.
276        * include/Makefile.am: Reflect having moved automake/.
277        * scitab/Makefile.am: Reflect having moved automake/.
278        * start/Makefile.am: Reflect having moved automake/.
279        * startup/Makefile.am: Reflect having moved automake/.
280        * trap34/Makefile.am: Reflect having moved automake/.
281        * wrapup/Makefile.am: Reflect having moved automake/.
282
2832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
286
2872003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        PR 445/bsps
290        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
291        Remove cpp, old_cpp (now unused).
292
2932003-06-13      Joel Sherrill <joel@OARcorp.com>
294
295        * startup/linkcmds: Removed warnings.
296
2972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Remove AC_CONFIG_AUX_DIR.
300
3012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
304
3052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: AC_PREREQ(2.57).
308
3092003-01-28      Joel Sherrill <joel@OARcorp.com>
310
311        * startup/linkcmds: Fix to work around truncated section names.
312
3132003-01-20      Joel Sherrill <joel@OARcorp.com>
314
315        * startup/linkcmds*: Add FreeBSD sysctl() sections.
316
3172003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
320        Eliminate unused GENERIC_FILES.
321
3222003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
325        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
326        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
327        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
328        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
329        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
330        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
331
3322002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * start/Makefile.am: Use install-data-local to install startfile.
335
3362002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
339
3402002-11-07      Joel Sherrill <joel@OARcorp.com>
341
342        * startup/linkcmds: Include all .rodata* sections.
343
3442002-11-01      Joel Sherrill <joel@OARcorp.com>
345
346        * gdbsci/gdbsci.c: Removed warnings.
347
3482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * .cvsignore: Reformat.
351        Add autom4te*cache.
352        Remove autom4te.cache.
353
3542002-09-14      Joel Sherrill <joel@OARcorp.com>
355
356        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
357        of all calls to bsp_libc_init() resulted in some cleanup here.
358
3592002-08-21      Joel Sherrill <joel@OARcorp.com>
360
361        * bsp_specs: Added support for -nostdlibs.
362
3632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
366        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
367
3682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
371        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
372        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
373        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
374        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
375        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
376        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
377
3782002-07-25      Joel Sherrill <joel@OARcorp.com>
379
380        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
381        to remove problems linking empty main(){} with BSP.
382
3832002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * start/Makefile.am: Eliminate PGM.
386        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
387
3882002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
391
3922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
395        Remove $(OBJS) from all-local.
396
3972002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * wrapup/Makefile.am: Add $(LIB) to all-local.
400
4012002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
404
4052001-05-09      Joel Sherrill <joel@OARcorp.com>
406
407        * startup/linkcmds: In support of gcc 3.1, added one of more
408        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
409        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
410        and direction of segments to memory regions may also have been
411        addressed.  This was a sweep across all BSPs.
412 
4132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac:
416        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
417        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
418        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
427        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
428
4292001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
432        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
433        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
434        CPU_FILES.
435
4362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
439
4402001-10-12      Joel Sherrill <joel@OARcorp.com>
441
442        * start/start.S: Fixed typo.
443
4442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
447        * configure.in: Remove.
448        * configure.ac: New file, generated from configure.in by autoupdate.
449
4502001-09-27      Joel Sherrill <joel@OARcorp.com>
451
452        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
453
4542001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * include/Makefile.am: Use 'CLEANFILES ='.
457        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
458
4592001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.in: Add bspopts.h.
462        * include/.cvsignore: Add bspopts.h*, stamp-h*.
463        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
464        * include/bsp.h: Include bspopts.h.
465        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
466
4672001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
468
469        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
470        bspopts.h handling to other sh-BSPs.
471        * include/.cvsignore: Add stamp-h*, bspopts.h*.
472        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
473        * startup/bspstart.c: Reworked, based on the amos BSP.
474
4752001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * scitab/.cvsignore: Add.
478        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
479        bspopt.h.
480        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
481        * README: Update.
482        * bsp_specs: copy from gensh1
483
4842001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
487        * include/gdbsci.h: New file.
488        * include/.cvsignore: Add stamp-h? and bspopts.h*.
489        * console/Makefile.am: Use shared/console.c.
490        * console/console-io.c, console/console-support.S: Remove.
491
4922001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * gdbsci/, scitab/, trap34/: Add directories.
495
4962001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * Makefile.am, README, console/console-io.c, start/start.S,
499        startup/linkcmds: Update to make shsim closer to functional.
500
5012001-01-03      Joel Sherrill <joel@OARcorp.com>
502
503        * console/console-io.c: Added console_initialize_hardware().
504
5052000-11-27      Joel Sherrill <joel@OARcorp.com>
506
507        * The shsim is for the SH simulator in gdb. It should be able
508        to be used with multiple SH CPU models.
509        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
510        configure.in, clock/.cvsignore, clock/Makefile.am,
511        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
512        console/console-io.c, console/console-support.S,
513        include/.cvsignore, include/Makefile.am, include/bsp.h,
514        start/.cvsignore, start/Makefile.am, start/regs.S,
515        start/start.S, startup/.cvsignore, startup/Makefile.am,
516        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
517        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.