Home
last modified time | relevance | path

Searched hist:66312374 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dvsprintf.h66312374 Fri Feb 27 23:06:32 CST 2015 Simon Glass <sjg@chromium.org> dm: Add a panic_str() function to reduce code size

The printf() in panic() adds about 1.5KB of code size to SPL when compiled
with Thumb-2. Provide a smaller version that does not support printf()-style
arguments and use it in two commonly compiled places.

Signed-off-by: Simon Glass <sjg@chromium.org>
/openbmc/u-boot/lib/
H A Dvsprintf.c66312374 Fri Feb 27 23:06:32 CST 2015 Simon Glass <sjg@chromium.org> dm: Add a panic_str() function to reduce code size

The printf() in panic() adds about 1.5KB of code size to SPL when compiled
with Thumb-2. Provide a smaller version that does not support printf()-style
arguments and use it in two commonly compiled places.

Signed-off-by: Simon Glass <sjg@chromium.org>
H A Dfdtdec.c66312374 Fri Feb 27 23:06:32 CST 2015 Simon Glass <sjg@chromium.org> dm: Add a panic_str() function to reduce code size

The printf() in panic() adds about 1.5KB of code size to SPL when compiled
with Thumb-2. Provide a smaller version that does not support printf()-style
arguments and use it in two commonly compiled places.

Signed-off-by: Simon Glass <sjg@chromium.org>
/openbmc/u-boot/drivers/serial/
H A Dserial-uclass.c66312374 Fri Feb 27 23:06:32 CST 2015 Simon Glass <sjg@chromium.org> dm: Add a panic_str() function to reduce code size

The printf() in panic() adds about 1.5KB of code size to SPL when compiled
with Thumb-2. Provide a smaller version that does not support printf()-style
arguments and use it in two commonly compiled places.

Signed-off-by: Simon Glass <sjg@chromium.org>