1. 02 Jul, 2001 1 commit
    • ROOL's avatar
      This commit was manufactured by cvs2git to create tag 'Kernel- 5_35-4_79_2_25_2_2'. · ef2e86a5
      ROOL authored
      Sprout from HAL 2001-03-19 16:07:23 UTC Kevin Bracey <kbracey@gitlab.riscosopen.org> 'Block NVMemory write checksumming fixed.'
      Cherrypick from Customer_M_Demo 2001-07-02 15:03:43 UTC David Cotton <dcotton@gitlab.riscosopen.org> '    Import of Customer M Demo changes for Rev C boards.':
          VersionASM
          VersionNum
      ef2e86a5
  2. 19 Mar, 2001 1 commit
  3. 16 Mar, 2001 1 commit
  4. 08 Mar, 2001 1 commit
    • Kevin Bracey's avatar
      Added some missing IIC and USB files. · 9d13b691
      Kevin Bracey authored
      An attempt to do NVMemory by using part of the Flash that the OS is sitting
      in for Customer L. Programming algorithm works, but I'm not confident that the
      Kernel does the right thing yet.
      
      Version 5.35, 4.79.2.19. Tagged as 'Kernel-5_35-4_79_2_19'
      9d13b691
  5. 07 Mar, 2001 1 commit
  6. 01 Mar, 2001 1 commit
  7. 13 Feb, 2001 1 commit
  8. 01 Feb, 2001 1 commit
    • Dan Ellis's avatar
      Addition of HAL UART for Customer L · 69043479
      Dan Ellis authored
      Detail:
        HAL entries have been entered for the Customer L UART (very much like the ARM
      PrimeCell, rather than the 16550).
      Admin:
        It builds.
      
      Version 5.35, 4.79.2.16. Tagged as 'Kernel-5_35-4_79_2_16'
      69043479
  9. 25 Jan, 2001 1 commit
  10. 23 Jan, 2001 3 commits
  11. 12 Jan, 2001 1 commit
    • Mike Stephens's avatar
      kernel now attempts to substitute video mode numbers in face of h/w with... · 6a293f53
      Mike Stephens authored
      kernel now attempts to substitute video mode numbers in face of h/w with limited bits-per-pixel support (not tested yet)
      
      HAL_API document added - early draft only, of interest to those
      writing or modifying HALs for new h/w
      ARMop_API document added - early draft only, of interest only
      to those modifying kernel to support new ARM cores
      *** polite comments on HAL_API welcome ***
      
      Version 5.35, 4.79.2.15. Tagged as 'Kernel-5_35-4_79_2_15'
      6a293f53
  12. 09 Jan, 2001 1 commit
  13. 10 Nov, 2000 2 commits
  14. 23 Oct, 2000 1 commit
  15. 20 Oct, 2000 2 commits
  16. 17 Oct, 2000 1 commit
  17. 16 Oct, 2000 3 commits
  18. 10 Oct, 2000 2 commits
  19. 09 Oct, 2000 1 commit
  20. 06 Oct, 2000 1 commit
  21. 05 Oct, 2000 6 commits
  22. 03 Oct, 2000 1 commit
  23. 02 Oct, 2000 1 commit
  24. 15 Sep, 2000 1 commit
    • Kevin Bracey's avatar
      * Converted to building with ObjAsm (but still a single object file using ORG). · 49836a59
      Kevin Bracey authored
      * Added ARM_IMB and ARM_IMBRange SWIs as recommended by ARMv5.
      * Some early prototype HAL bits popped in - a lot of source restructuring still
        to come.
      * New debug target creates an AIF image with debug information, and translates
        this into an ASCII object file for the 16702B logic analyser.
      
      Version 5.35, 4.79.2.1. Tagged as 'Kernel-5_35-4_79_2_1'
      49836a59
  25. 08 Sep, 2000 1 commit
  26. 07 Sep, 2000 1 commit
  27. 04 Sep, 2000 1 commit
    • Robert Catherall's avatar
      Added 32K EEPROM support. · 5f4a3516
      Robert Catherall authored
        New routine in i2cutils that allows access to protected sections such as
        MAC address
        OS_ReadSysInfo 4 now checks both copies MACAddress if MACNVRAM2copies is set
      Detail:
        32K EEPROM has to be configured with IIC address &A6 (i.e wired up on the pcb)
        ClockNVMemoryFast has been replaced with MaxI2Cspeed so that several different
        rates can be used depending on the devices on the IIC bus.
      Admin:
        Need to implement routine that can use one copy of the MAC address to
        replace the other in the event of it being corrupted.
      
      
      Version 5.33. Tagged as 'Kernel-5_33'
      5f4a3516
  28. 18 Aug, 2000 1 commit
    • Stewart Brodie's avatar
      Added a test program and profiling for messages. · 5951aeb5
      Stewart Brodie authored
      Detail:
        The kernel can now disable all substitutions into error messages that
          it generates and count the number of times each error is looked up.
          The ErrorCount BASIC program then displays that information so that
          you can see if any odd errors are occurring or weird errors that you
          would not be expecting.
        It is not sensible to build a release with countmsgusage enabled.
      Admin:
        Tested in Ursula build.
      
      Version 5.32. Not tagged
      5951aeb5