[U-Boot] [PATCH 1/1] trace: make call depth limit customizable

Simon Glass sjg at chromium.org
Fri Jun 28 13:55:03 UTC 2019


On Sat, 22 Jun 2019 at 13:10, Simon Glass <sjg at chromium.org> wrote:
>
> On Sun, 2 Jun 2019 at 12:30, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> >
> > Up to now we had hard coded values for the call depth up to which trace
> > records are created: 200 for early tracing, 15 thereafter. UEFI
> > applications reach a call depth of 80 or above.
> >
> > Provide customizing settings for the call trace depth limit and the early
> > call trace depth limit. Use the old values as defaults.
> >
> > Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> > ---
> >  lib/Kconfig | 15 +++++++++++++++
> >  lib/trace.c |  4 ++--
> >  2 files changed, 17 insertions(+), 2 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list