1. b0e55d5 km/common: enable "env default" for all keymile boards by Gerlando Falauto · 13 years ago
  2. 55b438a ftgmac100: reset fix when supports wake on lan by Macpaul Lin · 13 years ago
  3. 370853a km/common: remove obsolete header file by Holger Brunck · 13 years ago
  4. 2a7714c km/common: fix ramfs development target by Andreas Huber · 13 years ago
  5. 0eb0e59 km/common: force set ethaddr only for KM kirkwood boards by Holger Brunck · 13 years ago
  6. 8603b69 fix compile warning for env tools by Luka Perkov · 13 years ago
  7. a2da616 km_arm: enable POST for these boards by Valentin Longchamp · 13 years ago
  8. dee1776 removed static from images in cmd_bootm.c by Simon Schwarz · 13 years ago
  9. 02aff55 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 13 years ago
  10. f82c087 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Wolfgang Denk · 13 years ago
  11. 1b81f01 Merge branch 'master' of /home/wd/git/u-boot/master by Wolfgang Denk · 13 years ago
  12. 710308e mpc85xx: Add inline GPIO acessor functions by Kyle Moffett · 13 years ago
  13. a836626 powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9) by Timur Tabi · 13 years ago
  14. 3a8653b cosmetic: Fixup fixup_silent_linux() for checkpatch by Doug Anderson · 13 years ago
  15. eaeecde Correct dependency rule to fix SPL build by Simon Glass · 13 years ago
  16. f6ef742 ColdFire: Clean Makefile _config rules by stany MARCEL · 13 years ago
  17. 96d9438 ColdFire: Move boards with simple _config rules to boards.cfg by stany MARCEL · 13 years ago
  18. 606667d ColdFire: Fix compilation with CONFIG_SYS_DRAMSZ1 defined by stany MARCEL · 13 years ago
  19. 327474f ColdFire: Merge differentiated linking files into a sigle one by board by stany MARCEL · 13 years ago
  20. aa2bd9b ColdFire: Add $(obj) before cpu lib to correct build by stany MARCEL · 13 years ago
  21. 25ceb27 ColdFire: Cleanup lds files for multiple defined symbols by stany MARCEL · 13 years ago
  22. 3b001ad powerpc/85xx: Fix P2020DS booting by Kumar Gala · 13 years ago
  23. f81f19f powerpc/85xx: Update USB device tree status based on pin settings by Shengzhou Liu · 13 years ago
  24. 2a523f5 fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers by Shengzhou Liu · 13 years ago
  25. 4d28db8 powerpc/85xx: Add support for RMan LIODN initialization by Kumar Gala · 13 years ago
  26. 9c42ef6 powerpc/85xx: Update device tree handling for SRIO by Kumar Gala · 13 years ago
  27. 1a0c642 powerpc/85xx: Update setting of SRIO LIODNs by Kumar Gala · 13 years ago
  28. f5b9e73 fm: Don't allow disabling of FM1-DTSEC1 by Kumar Gala · 13 years ago
  29. e81c0ab fm-eth: Don't mark the MAC we use for MDIO as disabled in device tree by Kumar Gala · 13 years ago
  30. efb2172 Move timestamp and version files into 'generated' subdir by Simon Glass · 13 years ago
  31. 86eb49b sandbox: Makefile changes to build sandbox architecture by Simon Glass · 13 years ago
  32. 9d2cb8e Add generic gpio.h in asm-generic by Simon Glass · 13 years ago
  33. 4750884 Adjust dependency rules to permit per-file flags by Simon Glass · 13 years ago
  34. 9254935 sandbox: Use uintptr_t for 32/64-bit compatibility by Simon Glass · 13 years ago
  35. c861fbf sandbox: Add basic config file by Simon Glass · 13 years ago
  36. 7accb6e sandbox: Add serial uart by Simon Glass · 13 years ago
  37. bace3d0 sandbox: Add main program by Simon Glass · 13 years ago
  38. 7a9219c sandbox: Add OS dependent layer by Simon Glass · 13 years ago
  39. 8edf844 sandbox: Force command sections to be 4-byte aligned by Simon Glass · 13 years ago
  40. 7115239 sandbox: Disable standalone/API support by Simon Glass · 13 years ago
  41. fe34107 sandbox: Disable built-in malloc by Simon Glass · 13 years ago
  42. 6d6f123 sandbox: Add bootm support by Simon Glass · 13 years ago
  43. 6fcc3be sandbox: Add board info for architecture by Simon Glass · 13 years ago
  44. 43bd194 sandbox: Add sandbox board by Simon Glass · 13 years ago
  45. b8605a1 sandbox: Add architecture lib files by Simon Glass · 13 years ago
  46. 4b0730d sandbox: Add cpu files by Simon Glass · 13 years ago
  47. a7551a3 sandbox: Add compiler defines to support a 64-bit x86_64 platform by Simon Glass · 13 years ago
  48. 65bf1d3 sandbox: Add architecture image support by Simon Glass · 13 years ago
  49. 0ec2ce4 Fix use of int as pointer in image.c by Simon Glass · 13 years ago
  50. 744d985 sandbox: Add architecture header files by Simon Glass · 13 years ago
  51. e72f0b1 arm: ca9x4_ct_vxp: enable PXE BOOTP options support by Jason Hobbs · 13 years ago
  52. e21669f arm: ca9x4_ct_vxp: enable pxe command support by Jason Hobbs · 13 years ago
  53. 75e7f3f Convert ca9x4_ct_vxp to standard env variables by Jason Hobbs · 13 years ago
  54. d2b5d5c net: bootp: add PXE/RFC 4578 DHCP options support by Jason Hobbs · 13 years ago
  55. 06283a6 Add pxe command by Jason Hobbs · 13 years ago
  56. e11938e lib: add uuid_str_to_bin for use with bootp and PXE uuid by Jason Hobbs · 13 years ago
  57. dc0b7b0 README: document standard image variables by Jason Hobbs · 13 years ago
  58. 4d91a6e Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  59. ce2d4c9 cosmetic: remove unneeded curly braces by Jason Hobbs · 13 years ago
  60. 93337ab Add isblank by Jason Hobbs · 13 years ago
  61. c8a2079 common: add run_command2 for running simple or hush commands by Jason Hobbs · 13 years ago
  62. b41bc5a common, menu: use abortboot for menu timeout by Jason Hobbs · 13 years ago
  63. b69bf52 Add generic, reusable menu code by Jason Hobbs · 13 years ago
  64. 5c1d082 DM9000:Add a byte swap macro for dm9000 io operation. by Jason Jin · 13 years ago
  65. e5afdf5 kw_gpio: fix error in kw_gpio_direction_input by Holger Brunck · 13 years ago
  66. 0d2b0a8 Blackfin: bfin_spi: fix build error when DEBUG is defined by Mike Frysinger · 13 years ago
  67. 5aa5b88 Blackfin: define CONFIG_SYS_CACHELINE_SIZE by Mike Frysinger · 13 years ago
  68. 82a0490 video: Moving mx3fb.c to CONFIG_VIDEO by Helmut Raiger · 13 years ago
  69. 3f480bf mx31: make HSP clock for mx3fb driver available by Helmut Raiger · 13 years ago
  70. 711a672 MX5: Make IPU display output and pixel format configurable by Marek Vasut · 13 years ago
  71. 3d1d5e2 VIDEO: MX5: export pix format by Stefano Babic · 13 years ago
  72. 63f832f VIDEO: MX5: Switch MX5 to CONFIG_VIDEO by Stefano Babic · 13 years ago
  73. 3c59e39 video: update the Freescale DIU driver to use linux/fb.h by Timur Tabi · 13 years ago
  74. d4590da powerpc: cpm2 boards: update fcc register logic by Mike Frysinger · 13 years ago
  75. d639a8c Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  76. 10d1a16 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · 13 years ago
  77. 92faa8b zlib: handle overflow while calculating available stream input size by Anatolij Gustschin · 13 years ago
  78. e2f0145 Blackfin: bfin_spi: fix build error when DEBUG is defined by Mike Frysinger · 13 years ago
  79. 8e5c1ed Blackfin: define CONFIG_SYS_CACHELINE_SIZE by Mike Frysinger · 13 years ago
  80. 8d80d05 serial_exit: punt unused prototype by Mike Frysinger · 13 years ago
  81. 464c792 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
  82. fa28bd2 common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  83. 4fc823d mpc5200: digsy_mtc: fix detection of Coral-PA by Anatolij Gustschin · 13 years ago
  84. 0da1fb0 pci: move pcidelay code to new location just before PCI bus scan by Anatolij Gustschin · 13 years ago
  85. 4f1ec4c net: axi_ethernet: Add driver to u-boot by Michal Simek · 13 years ago
  86. 5ac8380 net: emaclite: Fix coding style by Michal Simek · 13 years ago
  87. 8043925 net: emaclite: Use PKTSIZE directly by Michal Simek · 13 years ago
  88. 947324b net: emaclite: Setup RX/TX ping pong for every instance by Michal Simek · 13 years ago
  89. 7bf5228 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Wolfgang Denk · 13 years ago
  90. a2c1229 powerpc/85xx: use fdt_create_phandle() to create the Fman firmware phandles by Timur Tabi · 13 years ago
  91. 50bf17b fdt: update fdt_alloc_phandle to use fdt_get_phandle by Timur Tabi · 13 years ago
  92. 3c927cc fdt: check for fdt errors in fdt_create_phandle by Timur Tabi · 13 years ago
  93. 8ddb10e fdt: Add a do_fixup_by_path_string() function by Chunhe Lan · 13 years ago
  94. e140aad powerpc/85xx: Drop CONFIG_VIDEO on P1_P2_RDB-PC boards to reduce size by Kumar Gala · 13 years ago
  95. 2339e49 phylib: wait for TN2020 to achieve SERDES lane alignment at startup by Timur Tabi · 13 years ago
  96. 7f92c3a powerpc/p3060: remove all references to RCW bits EC1_EXT, EC2_EXT, and EC3 by Timur Tabi · 13 years ago
  97. b76aef6 powerpc/mpc8548cds: Add 36-bit support by chenhui zhao · 13 years ago
  98. fff8097 powerpc/mpc8548cds: Code cleanup and refactoring by chenhui zhao · 13 years ago
  99. 34fdbdf powerpc/p3041: fixup portal config info by Haiying Wang · 13 years ago
  100. 510f28c powerpc/p2041: fixup portal config info by Haiying Wang · 13 years ago