summaryrefslogtreecommitdiff
path: root/lib/display_options.c
AgeCommit message (Expand)Author
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