comparison packages/hal/common/current/ChangeLog @ 110:84e4bde58b26 ecos-sw-2000-07-14

Merge from eCos master repository on 2000-07-14-22:00:02-BST
author jlarmour
date Mon, 17 Jul 2000 14:42:27 +0000
parents ff3f181b64bd
children 02ea4320376c
comparison
equal deleted inserted replaced
109:5720c4b6e1d2 110:84e4bde58b26
1 2000-07-14 Gary Thomas <gthomas@redhat.com>
2
3 * src/hal_if.c (delay_us): Use HAL_DELAY_US() if defined.
4
5 2000-07-07 Jesper Skov <jskov@redhat.com>
6
7 * src/hal_stub.c (initHardware): Fix #endif location.
8
9 * src/hal_if.c (hal_ctrlc_isr_init): Added hack to work around a
10 silly but critical problem.
11
12 * src/hal_stub.c: Removed some CygMon conditional exclusions.
13
14 * src/hal_if.c (hal_ctrlc_isr_init): Don't enable interrupts when
15 configured as ROM monitor.
16
17 2000-07-05 Jesper Skov <jskov@redhat.com>
18
19 * cdl/debugging.cdl: Only allow CTRLC support if there's stubs or
20 a ROM monitor to handle it. (Haruki Kashiwaya (kashiwaya at redhat
21 dot com)).
22
1 2000-06-30 Jesper Skov <jskov@redhat.com> 23 2000-06-30 Jesper Skov <jskov@redhat.com>
2 24
3 * include/hal_if.h: Make CYGACC macros call functions. May have to 25 * include/hal_if.h: Make CYGACC macros call functions. May have to
4 add some _GET macros at some time if anyone needs to access the 26 add some _GET macros at some time if anyone needs to access the
5 function pointers. 27 function pointers.
824 846
825 1999-01-29 Jesper Skov <jskov@cygnus.co.uk> 847 1999-01-29 Jesper Skov <jskov@cygnus.co.uk>
826 848
827 * include/pkgconf/hal.h: Added simple MPC8xx configuration. 849 * include/pkgconf/hal.h: Added simple MPC8xx configuration.
828 850
829
830 1999-01-26 Hugo Tyson <hmt@cygnus.co.uk> 851 1999-01-26 Hugo Tyson <hmt@cygnus.co.uk>
831 852
832 * tests/cache.c (time0): Waste much less time if running in a 853 * tests/cache.c (time0): Waste much less time if running in a
833 simulator. Do only 40 loops instead of 4000. 854 simulator. Do only 40 loops instead of 4000.
834 In consequence the nasty meddling with MAX_STRIDE depending on 855 In consequence the nasty meddling with MAX_STRIDE depending on
863 1999-01-19 Hugo Tyson <hmt@cygnus.co.uk> 884 1999-01-19 Hugo Tyson <hmt@cygnus.co.uk>
864 885
865 * include/pkgconf/hal.h: 886 * include/pkgconf/hal.h:
866 Add CYG_KERNEL_USE_INIT_PRIORITY for SPARCLITE. 887 Add CYG_KERNEL_USE_INIT_PRIORITY for SPARCLITE.
867 888
868
869 1999-01-18 Jesper Skov <jskov@cygnus.co.uk> 889 1999-01-18 Jesper Skov <jskov@cygnus.co.uk>
870 PR 18823 890 PR 18823
871 * include/pkgconf/hal.h: Don't allow GDB stubs to be configured 891 * include/pkgconf/hal.h: Don't allow GDB stubs to be configured
872 for Linux target. 892 for Linux target.
873 893
909 929
910 Wed Dec 9 14:07:30 GMT 1998 Chris Provenzano <proven@cygnus.com> 930 Wed Dec 9 14:07:30 GMT 1998 Chris Provenzano <proven@cygnus.com>
911 931
912 * include/pkgconf/hal.h: Compile the i386 linux target with 932 * include/pkgconf/hal.h: Compile the i386 linux target with
913 CYG_KERNEL_USE_INIT_PRIORITY defined. 933 CYG_KERNEL_USE_INIT_PRIORITY defined.
914
915 934
916 1999-01-04 Jesper Skov <jskov@cygnus.co.uk> 935 1999-01-04 Jesper Skov <jskov@cygnus.co.uk>
917 936
918 * src/generic-stub.c (interruptible): Cleaned up a bit. 937 * src/generic-stub.c (interruptible): Cleaned up a bit.
919 938