17 Nov, 2015
1 commit
-
The read_trace_config() can dereference the line pointer after freeing
it on its error path. Avoid that.This was found by Coverity Scan.
Signed-off-by: Vincent Stehlé
Cc: Simon Glass
09 May, 2015
1 commit
-
This patch fixes cross-compiling U-Boot tools with the musl C library:
* including is needed for ulong
* defining _GNU_SOURCE is needed for loff_tTested for target at91sam9261ek_dataflash_cs3.
Signed-off-by: Jörg Krause
Cc: Tom Rini
24 Jul, 2013
1 commit
-
Signed-off-by: Wolfgang Denk
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini
03 Jul, 2013
1 commit
-
Remove non portable usage of REG_NOERROR.
BSD (like OS X) variants of regex.h do not declare REG_NOERROR, even GNU
regex(3) does not mention REG_NOERROR, just remove it.Signed-off-by: Andreas Bießmann
Acked-by: Jeroen Hofstee
26 Jun, 2013
1 commit
-
This tool provides the facility to decode U-Boot trace data and write out
a text file in Linux ftrace format for use with pytimechart.Signed-off-by: Simon Glass