summaryrefslogtreecommitdiff
path: root/lib/display_options.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-22display_options: Do not use %llu in print_sizeMatwey V. Kornilov1-1/+6
2021-06-08display_options: Split print_buffer() into two functionsSimon Glass1-45/+70
2021-06-08display_options: Drop two spaces before the ASCII columnSimon Glass1-1/+1
2021-01-28display_options: Use USE_TINY_PRINTF for SPL checkSimon Glass1-5/+4
2020-10-22lib: print_freq() should output kHz not KHzHeinrich Schuchardt1-1/+1
2020-07-09display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-14/+4
2020-07-09Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass1-3/+3
2020-06-09cmd: Correct the 'md.q' commandSimon Glass1-0/+1
2020-01-18common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass1-4/+4
2019-10-08spl: Avoid checking for Ctrl-C in SPL with print_buffer()Simon Glass1-0/+2
2019-05-05lib/display_options: avoid illegal memory accessHeinrich Schuchardt1-1/+3
2019-02-01lib: Allow using display_buffer() in SPLSimon Glass1-1/+3
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-3/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-11display_options: Refactor to allow obtaining the bannerSimon Glass1-5/+31
2015-11-20Drop config.h header from display_options.cSimon Glass1-1/+0
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-08-28lib/display_options: Fix print_freqSuriyan Ramasami1-9/+1
2015-08-13spl, common, serial: build SPL without serial supportHeiko Schocher1-3/+10
2015-05-15sandbox: Fix warning in display_optionsSimon Glass1-1/+1
2015-04-30Add print_freq() to display frequencies nicelySimon Glass1-0/+42
2015-04-30Move display_options functions to their own headerSimon Glass1-13/+0
2014-10-27Tidy up data sizes and function comment in display_optionsSimon Glass1-9/+5
2014-03-04Add 64-bit data support for memory commandsYork Sun1-1/+16
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-12display_options:print_buffer: align ASCII printAndreas Bießmann1-6/+14
2013-03-01Update print_buffer() to use constSimon Glass1-1/+2
2011-07-28unify version_stringAndreas Bießmann1-2/+1
2010-09-13display_buffer: fix misaligned bufferReinhard Meyer1-12/+15
2010-08-09print_buffer: optimize & shrinkMike Frysinger1-14/+13
2010-05-18Avoid use of divides in print_sizeNick Thompson1-6/+8
2010-05-06allow print_size to print large numbers on 32-bit systemsTimur Tabi1-14/+19
2010-05-06fix print_size printing fractional gigabyte numbers on 32-bit platformsTimur Tabi1-2/+2
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-0/+145