summaryrefslogtreecommitdiff
path: root/lib/display_options.c
AgeCommit message (Expand)Author
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár
2021-08-21display_options: Do not use %llu in print_sizeMatwey V. Kornilov
2021-06-08display_options: Split print_buffer() into two functionsSimon Glass
2021-06-08display_options: Drop two spaces before the ASCII columnSimon Glass
2021-01-27display_options: Use USE_TINY_PRINTF for SPL checkSimon Glass
2020-10-22lib: print_freq() should output kHz not KHzHeinrich Schuchardt
2020-07-08display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass
2020-06-08cmd: Correct the 'md.q' commandSimon Glass
2020-01-17common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass
2019-10-08spl: Avoid checking for Ctrl-C in SPL with print_buffer()Simon Glass
2019-05-05lib/display_options: avoid illegal memory accessHeinrich Schuchardt
2019-02-01lib: Allow using display_buffer() in SPLSimon Glass
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-07-11display_options: Refactor to allow obtaining the bannerSimon Glass
2015-11-19Drop config.h header from display_options.cSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-08-28lib/display_options: Fix print_freqSuriyan Ramasami
2015-08-12spl, common, serial: build SPL without serial supportHeiko Schocher
2015-05-14sandbox: Fix warning in display_optionsSimon Glass
2015-04-29Add print_freq() to display frequencies nicelySimon Glass
2015-04-29Move display_options functions to their own headerSimon Glass
2014-10-27Tidy up data sizes and function comment in display_optionsSimon Glass
2014-03-04Add 64-bit data support for memory commandsYork Sun
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-11display_options:print_buffer: align ASCII printAndreas Bießmann
2013-02-28Update print_buffer() to use constSimon Glass
2011-07-28unify version_stringAndreas Bießmann
2010-09-13display_buffer: fix misaligned bufferReinhard Meyer
2010-08-09print_buffer: optimize & shrinkMike Frysinger
2010-05-17Avoid use of divides in print_sizeNick Thompson
2010-05-05allow print_size to print large numbers on 32-bit systemsTimur Tabi
2010-05-05fix print_size printing fractional gigabyte numbers on 32-bit platformsTimur Tabi
2010-04-13Rename lib_generic/ to lib/Peter Tyser