commit | 79dd434b22e2dc01cd56d7a6f510b0ffaef6280f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 10 22:02:54 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 09:50:12 2015 -0600 |
tree | 4a9806dfe493cd47df2327dc1423daa48faec64f | |
parent | 31238ddc21f3a5606dd16eee03c65dee2d3d5b44 [diff] |
x86: Show the un-relocated IP address in exceptions When trying to figure out where an exception has occured, the relocated address is not a lot of help. Its value depends on various factors. Show the un-relocated IP as well. This can be looked up in System.map directly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>