summaryrefslogtreecommitdiff
path: root/lib/display_options.c
Commit message (Expand)AuthorAgeFilesLines
* display_options: Do not use %llu in print_sizeWIP/2021-08-21-assorted-changesMatwey V. Kornilov2021-08-211-1/+6
* display_options: Split print_buffer() into two functionsSimon Glass2021-06-081-45/+70
* display_options: Drop two spaces before the ASCII columnSimon Glass2021-06-081-1/+1
* display_options: Use USE_TINY_PRINTF for SPL checkSimon Glass2021-01-271-5/+4
* lib: print_freq() should output kHz not KHzHeinrich Schuchardt2020-10-221-1/+1
* display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass2020-07-081-14/+4
* Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass2020-07-081-3/+3
* cmd: Correct the 'md.q' commandSimon Glass2020-06-081-0/+1
* common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass2020-01-171-4/+4
* spl: Avoid checking for Ctrl-C in SPL with print_buffer()Simon Glass2019-10-081-0/+2
* lib/display_options: avoid illegal memory accessHeinrich Schuchardt2019-05-051-1/+3
* lib: Allow using display_buffer() in SPLSimon Glass2019-02-011-1/+3
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-3/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* display_options: Refactor to allow obtaining the bannerSimon Glass2017-07-111-5/+31
* Drop config.h header from display_options.cSimon Glass2015-11-191-1/+0
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* lib/display_options: Fix print_freqSuriyan Ramasami2015-08-281-9/+1
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-121-3/+10
* sandbox: Fix warning in display_optionsSimon Glass2015-05-141-1/+1
* Add print_freq() to display frequencies nicelySimon Glass2015-04-291-0/+42
* Move display_options functions to their own headerSimon Glass2015-04-291-13/+0
* Tidy up data sizes and function comment in display_optionsSimon Glass2014-10-271-9/+5
* Add 64-bit data support for memory commandsYork Sun2014-03-041-1/+16
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* display_options:print_buffer: align ASCII printAndreas Bießmann2013-03-111-6/+14
* Update print_buffer() to use constSimon Glass2013-02-281-1/+2
* unify version_stringAndreas Bießmann2011-07-281-2/+1
* display_buffer: fix misaligned bufferReinhard Meyer2010-09-131-12/+15
* print_buffer: optimize & shrinkMike Frysinger2010-08-091-14/+13
* Avoid use of divides in print_sizeNick Thompson2010-05-171-6/+8
* allow print_size to print large numbers on 32-bit systemsTimur Tabi2010-05-051-14/+19
* fix print_size printing fractional gigabyte numbers on 32-bit platformsTimur Tabi2010-05-051-2/+2
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-0/+145