comparison packages/hal/arm/ebsa285/current/ChangeLog @ 117:bd1a71e3e476 ecos-sw-2000-08-25

Merge from eCos master repository on 2000-08-25-19:22:58-BST
author jlarmour
date Fri, 25 Aug 2000 19:17:22 +0000
parents 6ed91473a1cd
children 0ec04793409a
comparison
equal deleted inserted replaced
116:a0f9581a3a09 117:bd1a71e3e476
1 2000-08-18 Hugo Tyson <hmt@cygnus.co.uk>
2
3 * include/hal_platform_setup.h: Initialize the world if you are
4 blowing away previous state rather than only in ROM start. This
5 makes it possible to create a standalone RAM app that will work
6 with either RedBoot in ROM or old-style GDB stubs, or any other
7 loader you might find.
8
9 Incidentally I now understand why Gary found it necessary to force
10 PCI reset (2000-08-07) - with RedBoot in ROM, the RAM app was
11 unconditionally reinitializing the PCI bus when it was already
12 initialized, without resetting it. We cannot play the same game
13 here as with hal_platform_setup.h - I tried - because otherwise
14 the net cannot re-initialize itself; the scan for devices fails.
15
1 2000-08-16 Hugo Tyson <hmt@cygnus.co.uk> 16 2000-08-16 Hugo Tyson <hmt@cygnus.co.uk>
2 17
3 * include/hal_platform_setup.h (CYGHWR_LED_MACRO): Use an address 18 * include/hal_platform_setup.h (CYGHWR_LED_MACRO): Use an address
4 that works for a customer's own not-quite-exactly-like an EBSA 19 that works for a customer's own not-quite-exactly-like an EBSA
5 board. It works fine on a real EBSA too of course. 20 board. It works fine on a real EBSA too of course.