| #
d5c6144f |
| 26-Feb-2016 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm
|
| #
f91281b1 |
| 24-Feb-2016 |
Simon Glass <sjg@chromium.org> |
trace: Improve the trace test number recognition
The awk tool can be confused by return character (ASCII 13) in its input since it thinks there is a separate field. These can appear if the terminal
trace: Improve the trace test number recognition
The awk tool can be confused by return character (ASCII 13) in its input since it thinks there is a separate field. These can appear if the terminal is in raw mode, perhaps due to a previous U-Boot crash with sandbox. This is very confusing. Remove these so that the trace test passes.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
3cc83f9d |
| 07-Oct-2014 |
Minkyu Kang <mk7.kang@samsung.com> |
Merge branch 'uboot'
|
| #
129acd4c |
| 14-Sep-2014 |
Simon Glass <sjg@chromium.org> |
test: Add a test for command repeat
This performs a command, then repeats it, and checks that the repeat happens.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
07b34278 |
| 14-Sep-2014 |
Simon Glass <sjg@chromium.org> |
test: Remove tabs from trace test
These cause U-Boot to print a list of available commands. It doesn't break the test, but it is best to remove them from the output.
Signed-off-by: Simon Glass <sjg
test: Remove tabs from trace test
These cause U-Boot to print a list of available commands. It doesn't break the test, but it is best to remove them from the output.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
326ea986 |
| 31-Jul-2013 |
Stefano Babic <sbabic@denx.de> |
Merge git://git.denx.de/u-boot-arm
Conflicts: board/freescale/mx6qsabrelite/Makefile board/freescale/mx6qsabrelite/mx6qsabrelite.c include/configs/mx6qsabrelite.h
Signed-off-by: Stefano Babic <s
Merge git://git.denx.de/u-boot-arm
Conflicts: board/freescale/mx6qsabrelite/Makefile board/freescale/mx6qsabrelite/mx6qsabrelite.c include/configs/mx6qsabrelite.h
Signed-off-by: Stefano Babic <sbabic@denx.de>
show more ...
|
| #
8b485ba1 |
| 25-Jul-2013 |
Albert ARIBAUD <albert.u.boot@aribaud.net> |
Merge branch 'u-boot/master' into u-boot-arm/master
|
| #
1a459660 |
| 08-Jul-2013 |
Wolfgang Denk <wd@denx.de> |
Add GPL-2.0+ SPDX-License-Identifier to source files
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
|
| #
37544a6d |
| 11-Jun-2013 |
Simon Glass <sjg@chromium.org> |
Add a simple test for sandbox trace
It is difficult to automatically test tracing on most architectures, but with sandbox it is easy enough to do a simple sanity check.
Signed-off-by: Simon Glass <
Add a simple test for sandbox trace
It is difficult to automatically test tracing on most architectures, but with sandbox it is easy enough to do a simple sanity check.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|