comparison packages/hal/arm/ebsa285/current/ChangeLog @ 143:6b5f480c6929 ecos-sw-2000-12-08

Merge from eCos master repository on 2000-12-08-02:09:36-GMT
author jlarmour
date Fri, 08 Dec 2000 03:30:06 +0000
parents 289bf90c6a9b
children 2e9a636d9de9
comparison
equal deleted inserted replaced
142:12eccf9656f3 143:6b5f480c6929
1 2000-12-04 Hugo Tyson <hmt@redhat.com>
2
3 * include/hal_cache.h: Consistently ensure that ARM registers used
4 in MCR ops to cache-control coprocessors, where the data doesn't
5 matter, all actually have data zero ("SBZ") as in the Jaggar book.
6 This may well not be necessary, but for the sake of making sure...
7
8 2000-12-01 Gary Thomas <gthomas@redhat.com>
9
10 * src/redboot_cmds.c: Add prototype to remove warning.
11
12 2000-11-30 Gary Thomas <gthomas@redhat.com>
13
14 * src/redboot_cmds.c (do_exec): Complete support for loading
15 Linux, including use of an initial ramdisk image.
16
17 2000-12-01 Hugo Tyson <hmt@redhat.com>
18
19 * include/hal_cache.h: Define addressable cache line operations
20 HAL_DCACHE_STORE(), HAL_DCACHE_INVALIDATE(), HAL_DCACHE_FLUSH()
21 now that I have understood how come the test (kcache2) was
22 failing. See kernel ChangeLog for details. Also tidied up a
23 couple of other minor details.
24
25 2000-11-28 Drew Moseley <dmoseley@redhat.com>
26
27 * misc/redboot_RAM.cfg: Implement CYGSEM_REDBOOT_BSP_SYSCALLS.
28 * misc/redboot_ROM.cfg: Ditto.
29
30 * src/ebsa285_misc.c (ebsa285_program_new_stack): New function
31 for switching to an application stack when running a program under
32 a ROM monitor.
33
34 * cdl/hal_arm_sa11x0_ebsa285.cdl: Define HAL_ARCH_PROGRAM_NEW_STACK.
35
1 2000-11-19 Gary Thomas <gthomas@redhat.com> 36 2000-11-19 Gary Thomas <gthomas@redhat.com>
2 37
3 * cdl/hal_arm_ebsa285.cdl: Define CYGBLD_HAL_PLATFORM_IO_H. 38 * cdl/hal_arm_ebsa285.cdl: Define CYGBLD_HAL_PLATFORM_IO_H.
4 39
5 * src/redboot_cmds.c: Fix 'exec' command to handle Linux 40 * src/redboot_cmds.c: Fix 'exec' command to handle Linux