Home
last modified time | relevance | path

Searched hist:"14 ad44ab466a8f4630c603f4c0bb5c57d0f27ae6" (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/
H A DKconfig14ad44ab466a8f4630c603f4c0bb5c57d0f27ae6 Wed Apr 18 23:32:54 CDT 2018 Alex Kiernan <alex.kiernan@gmail.com> spl: Split sprintf, strto* from SPL serial in Kconfig

When SPL serial is disabled, callers who need sprintf or strtoul fail
because their inclusion is guarded by CONFIG_SPL_SERIAL_SUPPORT/
CONFIG_TPL_SERIAL_SUPPORT.

Split printf, sprintf and strto into their own entries and then select
all of them if SERIAL_SUPPORT is enabled to match the current behaviour.

Include panic.o unconditionally as it can be called from anywhere which
uses BUG_ON().

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
H A DMakefile14ad44ab466a8f4630c603f4c0bb5c57d0f27ae6 Wed Apr 18 23:32:54 CDT 2018 Alex Kiernan <alex.kiernan@gmail.com> spl: Split sprintf, strto* from SPL serial in Kconfig

When SPL serial is disabled, callers who need sprintf or strtoul fail
because their inclusion is guarded by CONFIG_SPL_SERIAL_SUPPORT/
CONFIG_TPL_SERIAL_SUPPORT.

Split printf, sprintf and strto into their own entries and then select
all of them if SERIAL_SUPPORT is enabled to match the current behaviour.

Include panic.o unconditionally as it can be called from anywhere which
uses BUG_ON().

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
/openbmc/u-boot/common/spl/
H A DKconfig14ad44ab466a8f4630c603f4c0bb5c57d0f27ae6 Wed Apr 18 23:32:54 CDT 2018 Alex Kiernan <alex.kiernan@gmail.com> spl: Split sprintf, strto* from SPL serial in Kconfig

When SPL serial is disabled, callers who need sprintf or strtoul fail
because their inclusion is guarded by CONFIG_SPL_SERIAL_SUPPORT/
CONFIG_TPL_SERIAL_SUPPORT.

Split printf, sprintf and strto into their own entries and then select
all of them if SERIAL_SUPPORT is enabled to match the current behaviour.

Include panic.o unconditionally as it can be called from anywhere which
uses BUG_ON().

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>