1. 4babaa0 post: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 9 months ago
  2. 1e01950 post: Move CONFIG_SYS_POST to CFG_SYS_POST by Tom Rini · 1 year, 6 months ago
  3. 9cebc4a post: Migrate to Kconfig by Tom Rini · 1 year, 7 months ago
  4. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 7 months ago
  5. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 1 year, 7 months ago
  6. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 1 year, 9 months ago
  7. 56ce22c post: memory: Fix format strings by Sean Anderson · 1 year, 9 months ago
  8. 17ead04 Audit <flash.h> inclusion by Tom Rini · 1 year, 11 months ago
  9. 485c90c common: remove bedbug debugger support by Ovidiu Panait · 2 years, 5 months ago
  10. 8897bf4 global: Remove unused or unnecessary CONFIG symbols related to DDR by Tom Rini · 2 years, 10 months ago
  11. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 7 months ago
  12. 7addd3c common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · 3 years, 6 months ago
  13. 86eeac7 post: remove redundant condition by Heinrich Schuchardt · 3 years, 10 months ago
  14. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years ago
  15. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 1 month ago
  16. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 1 month ago
  17. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 4 months ago
  18. bd21f66 common: Drop CONFIG_POST_STD/ALT_LIST by Simon Glass · 4 years, 5 months ago
  19. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 4 years, 7 months ago
  20. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 7 months ago
  21. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 7 months ago
  22. 6cc915b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 4 years, 7 months ago
  23. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 7 months ago
  24. 3a7d557 env: Move env_get_f() to env.h by Simon Glass · 4 years, 10 months ago
  25. c16b137 kbuild: add .SECONDARY special target to scripts/Kbuild.include by Masahiro Yamada · 5 years ago
  26. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  27. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  28. c5404b6 Drop the log buffer by Simon Glass · 6 years ago
  29. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  30. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  31. d62b247 post: Fix unused variable warning on lwmon5 by Tom Rini · 7 years ago
  32. 064b55c powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  33. 2eb48ff powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  34. 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  35. ea3310e Blackfin: Remove by Tom Rini · 7 years ago
  36. 8f3086a powerpc: Drop CONFIG_SYS_ALLOC_DPRAM by Simon Glass · 7 years ago
  37. e2ee301 post: cosmetic: fix typo by Niko Mauno · 8 years ago
  38. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  39. 9d906bf post: Remove references to scrapped "netta" board. by Robert P. J. Day · 8 years ago
  40. 5735bca post: Delete unnecessary bitmask of POST_MANUAL from POST_ALWAYS by Robert P. J. Day · 8 years ago
  41. 92a4c3d post: Remove reference to deleted "lwmon" board from Makefile by Robert P. J. Day · 8 years ago
  42. a6f70a3 Fix spelling of "transferred". by Vagrant Cascadian · 8 years ago
  43. e5d3078 mpc8xx: remove stale "lwmon" files by Wolfgang Denk · 9 years ago
  44. 7142098 dm: rtc: Rename mktime() and reduce the number of parameters by Simon Glass · 9 years ago
  45. 9f9276c dm: rtc: Rename to_tm() to rtc_to_tm() and add error code by Simon Glass · 9 years ago
  46. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  47. d622ac3 powerpc: mpc824x: remove MPC824X cpu support by Masahiro Yamada · 9 years ago
  48. 002ad7b misc: use __weak by Jeroen Hofstee · 10 years ago
  49. 03f9d7d mpc8xx: remove fads board support by Masahiro Yamada · 10 years ago
  50. 0657e46 mpc8xx: remove RPXlite_dw, quantum board support by Masahiro Yamada · 10 years ago
  51. 4fb3925 powerpc: remove RPXClassic, RPXlite boards support by Masahiro Yamada · 10 years ago
  52. d6b11fd powerpc: remove MBX and MBX860T boards support by Masahiro Yamada · 10 years ago
  53. 19233d8 kbuild: post: fix dependency tracking correctly by Masahiro Yamada · 10 years ago
  54. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 10 years ago
  55. 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 10 years ago
  56. 5651ccf Makfile: move suffix rules to Makefile.build by Masahiro Yamada · 10 years ago
  57. e8a8b82 Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) by Masahiro Yamada · 11 years ago
  58. 755e08f post: descend only when CONFIG_HAS_POST is defined by Masahiro Yamada · 11 years ago
  59. 0e53691 post: remove unnecessary include path settings by Masahiro Yamada · 11 years ago
  60. a67cefc post: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  61. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  62. 1bce2ae Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
  63. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  64. c552850 post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES by Anatolij Gustschin · 11 years ago
  65. 1b0757e PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) by Wolfgang Denk · 12 years ago
  66. 036036d serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  67. 4e518b8 post: remove #warning for kirkwood CPUs by Valentin Longchamp · 12 years ago
  68. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 12 years ago
  69. 8ade950 bootstage: Convert progress numbers 20-41 to enums by Simon Glass · 12 years ago
  70. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 12 years ago
  71. 6751b05 Revert "post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POST_FPU" by Wolfgang Denk · 12 years ago
  72. 23f1dde post: add blackfin to the post_time_ms list by Mike Frysinger · 13 years ago
  73. 3e16abe post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POST_FPU by Kumar Gala · 12 years ago
  74. 7ddd447 post/lib_powerpc/multi.c: fix stack overflow error by Wolfgang Denk · 12 years ago
  75. 38081ff post/lib_powerpc/multi.c: code cleanup by Wolfgang Denk · 12 years ago
  76. a63aec5 post/lib_powerpc/multi.c: make checkpatch clean by Wolfgang Denk · 12 years ago
  77. 139e187 PPC: fix "Warning: FOO uses hard float, BAR uses soft float". by Wolfgang Denk · 12 years ago
  78. 2f88566 post: fix compile issue for post tests on kirkwood by Holger Brunck · 13 years ago
  79. c90a4dd post/post.c: Use lldiv for 64-bit divisions by Christian Riesch · 12 years ago
  80. e607a15 post/board/lwmon5/gdc.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  81. 944416e 20001122-1.c: Fix GCC 4.6 build warning by Stefan Roese · 13 years ago
  82. 4d6402b post/post.c: fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  83. 50da837 post/post.c: CodingStyle cleanup by Wolfgang Denk · 13 years ago
  84. f31a911 arm, post: add missing post_time_ms for arm by Heiko Schocher · 13 years ago
  85. e92372c cosmetic, post: Codingstyle cleanup by Heiko Schocher · 13 years ago
  86. 7b5d61b arm, post, memory: fix bug if sdram base != 0x00000000 by Heiko Schocher · 13 years ago
  87. 8d3fcb5 POST: add new memory regions test by Valentin Longchamp · 13 years ago
  88. ca51d05 POST: drivers/memory.c coding style cleanup by Valentin Longchamp · 13 years ago
  89. 212a0ca POST: make env test flags fetching optional by Valentin Longchamp · 13 years ago
  90. 7984395 POST: add post_log_res field for post results in global data by Valentin Longchamp · 13 years ago
  91. 2151374 Blackfin: post: generalize led/button tests with GPIOs by Mike Frysinger · 13 years ago
  92. 4204298 post, memorytest: add support for none powerpc archs by Heiko Schocher · 13 years ago
  93. 90ea601 post, memorytest: fix if vstart is not = 0x0 by Heiko Schocher · 13 years ago
  94. 975afc3 post: fix indendation/brace confusion by James Kosin · 13 years ago
  95. f6f7395 post: new nor flash test by Mike Frysinger · 13 years ago
  96. d239781 post: use ARRAY_SIZE by Mike Frysinger · 13 years ago
  97. 9146d13 post: add gpio hotkey support by Mike Frysinger · 13 years ago
  98. e009cde powerpc: Fix FPU post related link warnings by Kumar Gala · 13 years ago
  99. ac69243 ppc4xx/POST: Change ethernet test loop count to a default of 10 by Stefan Roese · 14 years ago
  100. 28e94bb ppc4xx/POST: Handle cached SDRAM correctly in Denali (440EPx) ECC POST by Stefan Roese · 14 years ago