• Ben Avison's avatar
    Added support for writing fake CMOS on Raspberry Pi · 6e62fd1f
    Ben Avison authored
    Detail:
      For the Raspberry Pi, the CMOS RAM is embedded within the ROM image, since
      the default bootloader isn't flexible enough to load it from a separate
      file (and we need to know CMOS contents before modules like SDFS have
      initialised). This functionality is enabled by the build switch StoreInHAL
      passed in via the Makefile. Unrelatedly, removed a double free of the module
      workspace on finalisation.
    Admin:
      Tested on Raspberry Pi.
    
    Version 0.02. Tagged as 'SDCMOS-0_02'
    6e62fd1f
Makefile 134 Bytes