Fix #include <misc/FOO.h> as misc/FOO.h has been deprecated and should be #include <sys/FOO.h>. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Adapted from similar code in the x86_64 port. Useful when debugging boot problems on actual x86 hardware if a JTAG isn't handy or feasible. Turn this on for qemu_x86. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>