1. 1cfc127 siemens: Move CONFIG_SYS_I2C_EEPROM_ADDR usage out of CONFIG namespace by Tom Rini · 3 years, 3 months ago
  2. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  3. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  4. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  5. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  6. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  7. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  8. 49234a3 imx: add imx8x capricorn giedi board by Anatolij Gustschin · 5 years ago
  9. 3673618 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  10. 32c63b6 siemens: avoid out of bound access by Heinrich Schuchardt · 5 years ago
  11. fb76807 Merge branch '2019-08-11-ti-imports' by Tom Rini · 5 years ago
  12. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  13. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  14. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  15. 8e9821e board: siemens: extend factoryset reading for giedi and deneb boards by Anatolij Gustschin · 5 years ago
  16. d0d75f5 board: siemens: adapt factoryset reading for DM_I2C enabled boards by Anatolij Gustschin · 5 years ago
  17. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  18. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  19. 7f8d436 dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
  20. 7f78b9d usb: gadget: Make g_dnl USB settings common by Maxime Ripard · 7 years ago
  21. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  22. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  23. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  24. 0ffb9d6 arm: Add explicit include of <asm/mach-types.h> by Simon Glass · 8 years ago
  25. cbec11a siemens,am33x: add draco etamin board by Heiko Schocher · 8 years ago
  26. 045d605 usb: USB download gadget and functions config options coherent naming by Paul Kocialkowski · 9 years ago
  27. d17c3fc arm, am33xx: update for siemens am335x based boards by Heiko Schocher · 9 years ago
  28. b5e7d37 am33xx, spl, siemens: enable debug uart output again by Heiko Schocher · 10 years ago
  29. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  30. faf2dc6 arm, am335x: siemens boards add FIT support by Heiko Schocher · 10 years ago
  31. 7b90565 arm, am335x, siemens: read COMP/ver from factoryset by Heiko Schocher · 10 years ago
  32. 6596b85 arm, am335x, siemens: fix factoryset interpretation by Heiko Schocher · 10 years ago
  33. fdb5e26 siemens: add led cmd for flexible LED control by Egli, Samuel · 11 years ago
  34. e290d17 am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF by Tom Rini · 11 years ago
  35. 1d17de6 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  36. f53f2b8 i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework by Heiko Schocher · 11 years ago
  37. 8069bfe arm, am335x: update for the siemens boards by Samuel Egli · 11 years ago
  38. 44b5b38 usb:g_dnl: Add name parameter to g_dnl_bind_fixup function by Lukasz Majewski · 11 years ago
  39. 499c498 arm, am335x: add support for 3 siemens boards by Heiko Schocher · 11 years ago
  40. 9032676 PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) by Wolfgang Denk · 12 years ago
  41. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  42. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  43. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  44. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  45. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  46. 4786859 Memory footprint optimizations by Bartlomiej Sieka · 17 years ago
  47. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  48. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  49. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  50. e11c123 board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  51. 69819ce board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  52. 86eb3b7 Change all '$(...)' variable references into '${...}' by Wolfgang Denk · 19 years ago
  53. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  54. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  55. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  56. c609719 Initial revision by wdenk · 22 years ago
  57. 76afbbc Initial revision by wdenk · 22 years ago