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