]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Support trace feature
authorSimon Glass <sjg@chromium.org>
Tue, 11 Jun 2013 18:14:44 +0000 (11:14 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:16:41 +0000 (10:16 -0400)
commite2ee100fd81043da51fb5e301ba9555ae3522869
tree1931b8ee8fb8f0c59ff9b454be549ca0ad964cd5
parent6c887b2acb1e97509cb4e4ee6aa13a5fb91ac3e8
sandbox: Support trace feature

Support tracing on sandbox by adding suitable CONFIG options. To enable it,
compile U-Boot with FTRACE=1.

The timer functions are marked to skip tracing, since these are called from
the tracing code itself, and we want to avoid an infinite loop.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/cpu.c
arch/sandbox/cpu/os.c
include/configs/sandbox.h