1. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  2. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  3. 3e40976 cmd: log: Add commands to manipulate filters by Sean Anderson · 4 years ago
  4. 018aad8 cmd: log: Make "log level" print all log levels by Sean Anderson · 4 years ago
  5. 1c593a1 cmd: log: Add commands to list categories and drivers by Sean Anderson · 4 years ago
  6. fed9c2f cmd: log: Split off log level parsing by Sean Anderson · 4 years ago
  7. f48b5b5 cmd: log: Use sub-commands for log by Sean Anderson · 4 years ago
  8. 62ef818 test: log: Convert log_test from python to C by Sean Anderson · 4 years ago
  9. c3a5459 log: Use CONFIG_IS_ENABLED() for LOG_TEST by Sean Anderson · 4 years ago
  10. 3c21d77 log: don't show function by default by Heinrich Schuchardt · 4 years, 3 months ago
  11. 77007f9 log: check argument of 'log level' command by Heinrich Schuchardt · 4 years, 4 months ago
  12. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  13. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  14. 3fd24fa log: Add a command to output a log record by Simon Glass · 7 years ago
  15. ad0e503 log: Add a command to control the log output format by Simon Glass · 7 years ago
  16. ef11ed8 log: Add a test command by Simon Glass · 7 years ago
  17. d5f61f2 log: Add a 'log level' command by Simon Glass · 7 years ago
  18. c5404b6 Drop the log buffer by Simon Glass · 7 years ago
  19. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  20. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_log.c]
  21. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_log.c]
  22. 709ea54 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  23. e386616 common: Add get_effective_memsize() to memsize.c by York Sun · 11 years ago
  24. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  25. c0b77e0 cmd_log: print log->v2.con value in the "log info" command by Heiko Schocher · 13 years ago
  26. 1e8e7ae command, log: Coding Style cleanup by Heiko Schocher · 13 years ago
  27. c16a123 command, log: print with "log show" a full logbuffer by Heiko Schocher · 13 years ago
  28. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  29. ee4014b arm, logbuffer: make it compileclean by Heiko Schocher · 13 years ago
  30. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  31. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  32. 52cb4d4 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  33. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  34. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  35. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  36. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. 95d449a Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 16 years ago
  38. 0e15ddd POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. by Yuri Tikhonov · 16 years ago
  39. ee0cfa7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · 16 years ago
  40. 1b5605c Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 16 years ago
  41. a253b38 cmd_log.c: Fix assignment differ in signedness by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  42. 3d61018 The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). by Yuri Tikhonov · 17 years ago
  43. 4a43719 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  44. 1636d1c Coding stylke cleanup; rebuild CHANGELOG by Wolfgang Denk · 17 years ago
  45. 2dc6445 Adapt log buffer code to support Linux 2.6 by Igor Lisitsin · 17 years ago
  46. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  47. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  48. 27b207f * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  49. 667122a Avoid unnecessary call to post_word_load(); make logbuf compile without POST by wdenk · 21 years ago
  50. 2960b65 Adapt log driver to latest POST changes (POST_SLOWTEST) by wdenk · 21 years ago
  51. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  52. b37c7e5 * Patch by Seb James, 30 Jun 2003: by wdenk · 21 years ago
  53. d1cbe85 Merge from "stable branch", tag LABEL_2003_06_28_1800-stable: by wdenk · 21 years ago
  54. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  55. 228f29a * Improve log buffer code; use "loglevel" to decide which messages by wdenk · 22 years ago
  56. 2a3cb02 Quick & Dirty fix for log buffer problem when environment is not set by wdenk · 22 years ago
  57. 56f94be * Add support for log buffer which can be passed to Linux kernel's by wdenk · 22 years ago