index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
display_options.c
Age
Commit message (
Expand
)
Author
2023-12-21
display_options: Clean up headers
Tom Rini
2022-09-23
display_options: print_size: Fix order overflow
Pali Rohár
2022-08-10
common: Drop display_options.h from common header
Simon Glass
2021-09-17
version: Move version_string[] from version.h to version_string.h
Pali Rohár
2021-08-21
display_options: Do not use %llu in print_size
Matwey V. Kornilov
2021-06-08
display_options: Split print_buffer() into two functions
Simon Glass
2021-06-08
display_options: Drop two spaces before the ASCII column
Simon Glass
2021-01-27
display_options: Use USE_TINY_PRINTF for SPL check
Simon Glass
2020-10-22
lib: print_freq() should output kHz not KHz
Heinrich Schuchardt
2020-07-08
display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATA
Simon Glass
2020-07-08
Update MEM_SUPPORT_64BIT_DATA to be always defined
Simon Glass
2020-06-08
cmd: Correct the 'md.q' command
Simon Glass
2020-01-17
common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
Simon Glass
2019-10-08
spl: Avoid checking for Ctrl-C in SPL with print_buffer()
Simon Glass
2019-05-05
lib/display_options: avoid illegal memory access
Heinrich Schuchardt
2019-02-01
lib: Allow using display_buffer() in SPL
Simon Glass
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-07-11
display_options: Refactor to allow obtaining the banner
Simon Glass
2015-11-19
Drop config.h header from display_options.c
Simon Glass
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-08-28
lib/display_options: Fix print_freq
Suriyan Ramasami
2015-08-12
spl, common, serial: build SPL without serial support
Heiko Schocher
2015-05-14
sandbox: Fix warning in display_options
Simon Glass
2015-04-29
Add print_freq() to display frequencies nicely
Simon Glass
2015-04-29
Move display_options functions to their own header
Simon Glass
2014-10-27
Tidy up data sizes and function comment in display_options
Simon Glass
2014-03-04
Add 64-bit data support for memory commands
York Sun
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-11
display_options:print_buffer: align ASCII print
Andreas Bießmann
2013-02-28
Update print_buffer() to use const
Simon Glass
2011-07-28
unify version_string
Andreas Bießmann
2010-09-13
display_buffer: fix misaligned buffer
Reinhard Meyer
2010-08-09
print_buffer: optimize & shrink
Mike Frysinger
2010-05-17
Avoid use of divides in print_size
Nick Thompson
2010-05-05
allow print_size to print large numbers on 32-bit systems
Timur Tabi
2010-05-05
fix print_size printing fractional gigabyte numbers on 32-bit platforms
Timur Tabi
2010-04-13
Rename lib_generic/ to lib/
Peter Tyser