commit | 71c52dba2bf42937e6c6b736393eeecb11f10d8f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 11 11:14:42 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jun 26 10:16:41 2013 -0400 |
tree | 9d16c328b39782abb71b42cfeb0dedb211016e66 | |
parent | 5c2aeac5ae3556fd75e63596740d9ce0faf7afa4 [diff] |
Add trace support to generic board Add hooks for tracing to generic board, including: - allow early tracing to start early as possible in U-Boot - reserve memory for trace buffer - copy early trace buffer to main trace buffer after relocation - setup full tracing support after relocation Signed-off-by: Simon Glass <sjg@chromium.org>