loader - Add slowprint() debugging helper
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 2 Apr 2014 21:41:00 +0000 (14:41 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 2 Apr 2014 21:41:00 +0000 (14:41 -0700)
commit318e270cdf836ef5da9f3c3d893134f6b4081798
tree5d9edd4224352e08f34150b4921b1ce16743e476
parentf5ad3ecb7f214a88dec9c9567bc9c934e24b64e0
loader - Add slowprint() debugging helper

* Add a slowprint() function and command to enable it
  to help trace out problems.

* Used for recent debugging but calls are not intended to be permanently
  resident in the code.  Leave the infrastructure in place for future
  debugging.
sys/boot/common/bootstrap.h
sys/boot/common/module.c