mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Change printf behaviour
@ 2021-05-21 16:34 Marco Felsch
  2021-05-21 16:34 ` [PATCH 1/4] commands: mount: replace printf by pr_info Marco Felsch
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Marco Felsch @ 2021-05-21 16:34 UTC (permalink / raw)
  To: barebox

Hi all,

my current project needs barebox as quite as possible since it has
strict boot time requirements. Unfortunately barebox was still a bit to
talkative after setting the default loglevel to 4 (warn). Therefore I
made these changes which saved ~40ms during a normal blspec boot.

Regards,
  Marco

Marco Felsch (4):
  commands: mount: replace printf by pr_info
  common: boot: replace printf by pr_info/warn variants
  common: bootm: replace printf by pr_err/info
  common: oftree: replace printf by pr_info

 commands/mount.c |  2 +-
 common/boot.c    |  4 +--
 common/bootm.c   | 88 ++++++++++++++++++++++++------------------------
 common/oftree.c  |  2 +-
 4 files changed, 48 insertions(+), 48 deletions(-)

-- 
2.29.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-05-25 12:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 16:34 [PATCH 0/4] Change printf behaviour Marco Felsch
2021-05-21 16:34 ` [PATCH 1/4] commands: mount: replace printf by pr_info Marco Felsch
2021-05-25  5:15   ` Sascha Hauer
2021-05-25  8:42     ` Marco Felsch
2021-05-25 12:28       ` Ahmad Fatoum
2021-05-21 16:34 ` [PATCH 2/4] common: boot: replace printf by pr_info/warn variants Marco Felsch
2021-05-21 16:34 ` [PATCH 3/4] common: bootm: replace printf by pr_err/info Marco Felsch
2021-05-21 16:34 ` [PATCH 4/4] common: oftree: replace printf by pr_info Marco Felsch
2021-05-21 16:52 ` [PATCH 0/4] Change printf behaviour Marco Felsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox