This patchset introduces two new features: - gdbstub ROM locking. Make the gdbstub writeable at boot time to ease updates of the gdbstub. Once the lock is set, the ROM is read-only, you may not clear the lock again. - gdbstub now sets the proper UART speed if called. This lets you debug applications even if it uses another (unknown or misconfigured) UART speed.
For setting the UART divisor, we have to know the SoC clock frequency. This is done by introducing a new register in the sysctl. Because there are no more free addresses left, this patchsets changes some offsets of known registers. So flickernoise and qemu definitions have to be updated, too. _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode