mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-21 05:41:29 +02:00
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>