Huge update to L7200 HAL for Customer M 2 demo - now runs with 5.02 Kernel used in Tungsten.
Kevin Bracey authored
Added "fast" flash tool for Customer L, allowing ROMs to be sent serially at
115200 baud not 9600 baud.
Fix to VDU despatch for ARMv4 and later.
Fixes to power on delete keyboard and keyboard timeout
Implemented MemoryReadPhys and MemoryAmounts with the HAL.

Version 5.35, 4.79.2.59. Tagged as 'Kernel-5_35-4_79_2_59'
c02d25aa
Name Last commit Last update
..
ExportVals 32-bit Kernel.
Old Import from cleaned 360 CD
ARMops Lots of Tungsten work.
Copro15ops In the No26bitCode case (ie when abort handlers are entered in ABT32 mode), if lazy task swapping was enabled and a data abort occurred that was not a page translation fault, then the code in AMB_LazyFixUp to map in the whole application slot was being circumvented, leading to problems for abort handlers in application space because r14_abt was corrupted by any abort due to accessing the abort handler itself. The test of the FSR (to compensate for the FAR being unusable for external aborts) which prompted the circumvention has therefore been moved inside AMB_LazyFixup.
EnvNumbers Import from cleaned 360 CD
HALDevice Miscellaneous stuff.
HALEntries Huge update to L7200 HAL for Customer M 2 demo - now runs with 5.02 Kernel used in Tungsten.
KernelWS Huge update to L7200 HAL for Customer M 2 demo - now runs with 5.02 Kernel used in Tungsten.
KeyWS * Allows interrupt-driven use of PointerV (as well as polled).
ModHand Added new offset field to module header for flags
OSEntries Support for keys held down in the HAL at power on.
Options OSDelink/RelinkApp now work on the list in opposite orders so that the order of vector claims doesn't get toggled.
PublicWS Commit of kernel as featured in release 5.00.
RISCOS Clean reimport of hdr.RISCOS (real commit date 2008-03-28 by bavison), without any of the 3rd party allocations.
Variables Import from cleaned 360 CD
VduExt Added a VDU variable, and 4 SWIs (3 from Ursula, 1 from Spinner)