1. 4e518b8 post: remove #warning for kirkwood CPUs by Valentin Longchamp · 12 years ago
  2. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 12 years ago
  3. 8ade950 bootstage: Convert progress numbers 20-41 to enums by Simon Glass · 13 years ago
  4. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  5. 6751b05 Revert "post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POST_FPU" by Wolfgang Denk · 12 years ago
  6. 23f1dde post: add blackfin to the post_time_ms list by Mike Frysinger · 13 years ago
  7. 3e16abe post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POST_FPU by Kumar Gala · 13 years ago
  8. 7ddd447 post/lib_powerpc/multi.c: fix stack overflow error by Wolfgang Denk · 13 years ago
  9. 38081ff post/lib_powerpc/multi.c: code cleanup by Wolfgang Denk · 13 years ago
  10. a63aec5 post/lib_powerpc/multi.c: make checkpatch clean by Wolfgang Denk · 13 years ago
  11. 139e187 PPC: fix "Warning: FOO uses hard float, BAR uses soft float". by Wolfgang Denk · 13 years ago
  12. 2f88566 post: fix compile issue for post tests on kirkwood by Holger Brunck · 13 years ago
  13. c90a4dd post/post.c: Use lldiv for 64-bit divisions by Christian Riesch · 13 years ago
  14. e607a15 post/board/lwmon5/gdc.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  15. 944416e 20001122-1.c: Fix GCC 4.6 build warning by Stefan Roese · 13 years ago
  16. 4d6402b post/post.c: fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  17. 50da837 post/post.c: CodingStyle cleanup by Wolfgang Denk · 13 years ago
  18. f31a911 arm, post: add missing post_time_ms for arm by Heiko Schocher · 13 years ago
  19. e92372c cosmetic, post: Codingstyle cleanup by Heiko Schocher · 13 years ago
  20. 7b5d61b arm, post, memory: fix bug if sdram base != 0x00000000 by Heiko Schocher · 13 years ago
  21. 8d3fcb5 POST: add new memory regions test by Valentin Longchamp · 13 years ago
  22. ca51d05 POST: drivers/memory.c coding style cleanup by Valentin Longchamp · 13 years ago
  23. 212a0ca POST: make env test flags fetching optional by Valentin Longchamp · 13 years ago
  24. 7984395 POST: add post_log_res field for post results in global data by Valentin Longchamp · 13 years ago
  25. 2151374 Blackfin: post: generalize led/button tests with GPIOs by Mike Frysinger · 13 years ago
  26. 4204298 post, memorytest: add support for none powerpc archs by Heiko Schocher · 13 years ago
  27. 90ea601 post, memorytest: fix if vstart is not = 0x0 by Heiko Schocher · 13 years ago
  28. 975afc3 post: fix indendation/brace confusion by James Kosin · 13 years ago
  29. f6f7395 post: new nor flash test by Mike Frysinger · 13 years ago
  30. d239781 post: use ARRAY_SIZE by Mike Frysinger · 13 years ago
  31. 9146d13 post: add gpio hotkey support by Mike Frysinger · 13 years ago
  32. e009cde powerpc: Fix FPU post related link warnings by Kumar Gala · 14 years ago
  33. ac69243 ppc4xx/POST: Change ethernet test loop count to a default of 10 by Stefan Roese · 14 years ago
  34. 28e94bb ppc4xx/POST: Handle cached SDRAM correctly in Denali (440EPx) ECC POST by Stefan Roese · 14 years ago
  35. b9d7753 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 14 years ago
  36. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  37. 9b107e6 post, i2c: add missing curly bracket in i2c_post_test by Heiko Schocher · 14 years ago
  38. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  39. 071bc92 Coding Style cleanup by Wolfgang Denk · 14 years ago
  40. 8343f8a post/drivers/i2c.c: fix compile error by Wolfgang Denk · 14 years ago
  41. 9d921f1 post/i2c: Add ability to ignore I2C devices by Peter Tyser · 14 years ago
  42. 60aaaa0 post/i2c: Rename I2C_ADDR_LIST to CONFIG_SYS_POST_I2C_ADDRS by Peter Tyser · 14 years ago
  43. 9f949c9 post/i2c: Don't probe address 0 by Peter Tyser · 14 years ago
  44. 7e263ce post/i2c: Clean up detection logic by Peter Tyser · 14 years ago
  45. b9b1bc8 post/i2c: General clean up by Peter Tyser · 14 years ago
  46. 834a45d ppc4xx/POST: Add board specific UART POST test to lwmon5 by Stefan Roese · 14 years ago
  47. 2841703 Expand POST memory test to support arch-depended implementation. by York Sun · 14 years ago
  48. 5d7c73e ppc4xx: Use common ns16550 functions in 4xx UART POST driver by Stefan Roese · 14 years ago
  49. f14ae41 ppc4xx: Big lwmon5 board support rework/update by Sascha Laue · 14 years ago
  50. 2e6e177 Merge branch 'next' of /home/wd/git/u-boot/next by Wolfgang Denk · 14 years ago
  51. 0988776 ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific by Stefan Roese · 14 years ago
  52. b36df56 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · 14 years ago
  53. ab25e88 ppc4xx: POST UART: Use in/out_8() io-accessor functions by Stefan Roese · 14 years ago
  54. 800eb09 POST cleanup. by Michael Zaidman · 14 years ago
  55. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  56. 93c7e70 POST: Added ECC memory test for mpc83xx. by Michael Zaidman · 14 years ago
  57. 29fd7ce mpc5121: pdm360ng: add coprocessor POST by Anatolij Gustschin · 14 years ago
  58. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago
  59. 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 14 years ago
  60. e070a56 POST: add progress API by Michael Zaidman · 14 years ago
  61. 39ff7d5 POST: Remove duplicated post_hotkey_pressed() functions by Stefan Roese · 15 years ago
  62. cd77dd1 Merge branch 'reloc' by Wolfgang Denk · 15 years ago
  63. ddc922f ppc_4xx: Apply new HW register names by Niklaus Giger · 15 years ago
  64. 521af04 Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  65. 80f73b9 lwmon, lwmon5: Remove sysmon POST relocation fixups by Peter Tyser · 15 years ago
  66. d1c3b27 ppc4xx: Big cleanup of PPC4xx defines by Stefan Roese · 15 years ago
  67. 58ea142 ppc4xx: Replace 4xx lowercase SPR references by Matthias Fuchs · 15 years ago
  68. 52cb4d4 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  69. 97b05d7 mpc8xx/ether.c: fix warning: unused variable 'bd' by Wolfgang Denk · 15 years ago
  70. 6bacfa6 cpu/: get mac address from environment by Mike Frysinger · 15 years ago
  71. ce82ff0 FPU POST: fix warnings when building with 2.18 binutils by Yuri Tikhonov · 16 years ago
  72. aa1bcca post/Makefile: fix dependency problem with parallel builds by Wolfgang Denk · 16 years ago
  73. 4584530 POST Make: fix the sub-dir dependencies missing. by Yuri Tikhonov · 16 years ago
  74. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  75. f2302d4 Fix merge problems by Stefan Roese · 16 years ago
  76. 5744ddc Configure DSP POST; add watchdog reset to diag command by Sascha Laue · 16 years ago
  77. 1730edf Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  78. b2815f7 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options by Stefan Roese · 16 years ago
  79. 6956d53 lwmon5: add memory-pattern-test to FPGA POST. by Sascha Laue · 16 years ago
  80. eddc7c4 Merge branch 'lwmon5' of /home/wd/git/u-boot/projects by Wolfgang Denk · 16 years ago
  81. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  82. 7845d49 POST: mark OCM test as POST_STOP by Yuri Tikhonov · 16 years ago
  83. 28a3850 POST: add POST_STOP flag by Yuri Tikhonov · 16 years ago
  84. 6e8ec68 POST: OCM test added. by Yuri Tikhonov · 16 years ago
  85. 6891260 POST: typo fix by Yuri Tikhonov · 16 years ago
  86. e5e9d6c post/cpu/ppc4xx/Makefile: line length cleanup by Wolfgang Denk · 16 years ago
  87. 6adf61d Prepare for v1.3.3-rc3 by Wolfgang Denk · 16 years ago
  88. 58b575e lwmon5: fix offset error in sysmon0 POST by Sascha Laue · 16 years ago
  89. e7419b2 lwmon5: fix manual merge error in POST by Sascha Laue · 16 years ago
  90. ea6f668 post/board/lwmon5/sysmon.c: fix manual merge error. by Wolfgang Denk · 16 years ago
  91. 18ec19e POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs. by Yuri Tikhonov · 16 years ago
  92. 6aee00f lwmon5: update dsPIC POST spezification by Sascha Laue · 16 years ago
  93. 3e4615a Fix watchdog POST for lwmon5 by Sascha Laue · 16 years ago
  94. 03c6cd3 post: Fix building with O= by Kumar Gala · 16 years ago
  95. 19cf2ec post/Makefile: make sure to use the correct flags by Wolfgang Denk · 16 years ago
  96. 7ed4011 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  97. 4b7a6dd Merge branch 'master' of /home/wd/git/u-boot/lwmon5 by Wolfgang Denk · 16 years ago
  98. 2d2b994 POST: move CONFIG_POST to Makefiles by Yuri Tikhonov · 16 years ago
  99. 0a51e92 POST: preparations for moving CONFIG_POST to Makefiles by Yuri Tikhonov · 16 years ago
  100. 3dfd4aa Fix watchdog POST for lwmon5 by Sascha Laue · 16 years ago