1. 6bc1138 net: Print error message upon net usage when no ethernet-interface is found by Stefan Roese · 17 years ago
  2. a30a549 Remove erroneous or extra spd.h #includers. by Jon Loeliger · 17 years ago
  3. a447538 PCS440EP: fix build problems (redundant #define) by Wolfgang Denk · 17 years ago
  4. e85e2fa net: Print error message upon net usage when no ethernet-interface is found by Stefan Roese · 17 years ago
  5. 384faaa W7OLMC/W7OLMG: fix build problems (redundant #define) by Wolfgang Denk · 17 years ago
  6. f9301e1 Makefile: fix problem with out-of-tree builds introduced by 5013c09f by Wolfgang Denk · 17 years ago
  7. dfece95 examples/Makefile: build "hello_world" on 8xx, too. by Wolfgang Denk · 17 years ago
  8. 74eb022 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems by Mike Nuss · 17 years ago
  9. 491fb6d fix QE firmware uploading limit by Timur Tabi · 17 years ago
  10. 42ba58e Fix endianess problem in cramfs code (cramfs is always host-endian in Linux) by Bernhard Nemec · 17 years ago
  11. 84d0c2f fix copy from ram to dataflash by Kim B. Heino · 17 years ago
  12. 32bf3d1 Fix quoting problem (preboot setting) in many board config files. by Wolfgang Denk · 17 years ago
  13. 5b0b2b6 ADS5121: Fix default environment. by Wolfgang Denk · 17 years ago
  14. 91c8207 Makefile: Fix missing unconfig and mkconfig use by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  15. 8ce4e5c Fix checking fat32 cluster size. by michael · 17 years ago
  16. 661bad6 Prepare v1.3.2-rc2 release candidate by Wolfgang Denk · 17 years ago
  17. 76957cb ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1 by Stefan Roese · 17 years ago
  18. 118978c Fix alignment error on ARM for modules by Woodruff, Richard · 17 years ago
  19. ce1120d fs: Fix ext2 read issue by Dave Liu · 17 years ago
  20. 5013c09 Makefile: cleanup "clean" target by Wolfgang Denk · 17 years ago
  21. ffda586 add cscope build target by Li Yang · 17 years ago
  22. f655ade net: uec_phy: handle 88e1111 rev.B2 erratum 5.6 by Kim Phillips · 17 years ago
  23. 093e14c Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  24. 5f91db7 MPC5121e ADS PCI support take 3 by John Rigby · 17 years ago
  25. 44b4dbe Fix warnings while compilation of post/drivers/memory.c by Anatolij Gustschin · 17 years ago
  26. a8b7e47 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
  27. 4fae35a ppc4xx: Fix problem in 4xx_enet.c driver by Anatolij Gustschin · 17 years ago
  28. 60ec654 POST: Disable cache while SPR POST by Anatolij Gustschin · 17 years ago
  29. c313b2c TQM5200: use automatic fdt memory fixup (part 2) by Martin Krause · 17 years ago
  30. 24ae0d1 Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Wolfgang Denk · 17 years ago
  31. 2f6e76d Merge branch 'master' of git://www.denx.de/git/u-boot-arm by Wolfgang Denk · 17 years ago
  32. 44ceec2 TQM5200: use automatic fdt memory fixup by Martin Krause · 17 years ago
  33. f3a329a TQM5200: fix bug in SDRAM initialization code by Martin Krause · 17 years ago
  34. 217bf6b mx1fs2/flash: Fix multiple compiler warnings by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  35. 5599c28 arm-imx: Fix register definitions by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  36. c9bcf75 actua1/actua2/actua3: Fix multiple unused variable warnings by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  37. f8fa636 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. by Shinya Kuribayashi · 17 years ago
  38. 05e07b1 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() by Marian Balakowicz · 17 years ago
  39. d1cc528 libfdt: Add and use a node iteration helper function. by David Gibson · 17 years ago
  40. 8cf3080 [new uImage] Add libfdt support to mkimage by Bartlomiej Sieka · 17 years ago
  41. a6e530f [new uImage] Add sha1.o object to mkimage binary build by Bartlomiej Sieka · 17 years ago
  42. df6f1b8 [new uImage] Fix component handling for legacy multi component images by Marian Balakowicz · 17 years ago
  43. 570abb0 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  44. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  45. e18489e Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
  46. 75fa002 [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  47. d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  48. e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  49. f5614e7 [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  50. 4ed6552 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
  51. 4648c2e [new uImage] ppc: Allow boards to specify effective amount of memory by Kumar Gala · 17 years ago
  52. 274cea2 [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  53. d2bc095 [new uImage] ppc: Re-order ramdisk/fdt handling sequence by Kumar Gala · 17 years ago
  54. 2795349 [new uImage] ppc: Determine if we are booting an OF style by Kumar Gala · 17 years ago
  55. a6612bd [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  56. 2b22fa4 85xx: Don't icbi when unlocking the cache by Kumar Gala · 17 years ago
  57. 534ea6b Fix source for ECM error IVPR by Andy Fleming · 17 years ago
  58. 21fae8b Invalidate INIT_RAM TLB mappings by Andy Fleming · 17 years ago
  59. 347b793 sbc8548: Fix Revision reading and unused variable 'path' by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  60. 495d162 sbc8548: Fix cfi flash bank declaration by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  61. 4efbe9d [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  62. ff0734c [new uImage] POWERPC: Add image_get_fdt() routine by Marian Balakowicz · 17 years ago
  63. 1efd436 [new uImage] Add image_get_kernel() routine by Marian Balakowicz · 17 years ago
  64. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  65. 823afe7 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
  66. 6f0f9df [new uImage] Optimize gen_get_image() flow control by Marian Balakowicz · 17 years ago
  67. d2ced9e [new uImage] POWERPC: Split get_fdt() into get and relocate routines by Marian Balakowicz · 17 years ago
  68. 33fa5c0 86xx: Fix renamed GUR symbols in sbc8641d board. by Jon Loeliger · 17 years ago
  69. 64cd594 ppc4xx: Fix acadia_nand build problem by Stefan Roese · 17 years ago
  70. 14e099e mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  71. 724902c arm-imx: Fix registers definition by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  72. 4cd288b actua1/actua2/actua3: Fix multipleunused variable by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  73. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  74. b29661f Coding style cleanup. Prepare v1.3.2-rc2 release candidate by Wolfgang Denk · 17 years ago
  75. 00b48a4 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  76. b075d74 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. by Shinya Kuribayashi · 17 years ago
  77. 208acd1 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate. by Shinya Kuribayashi · 17 years ago
  78. 495a0dd cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate. by Shinya Kuribayashi · 17 years ago
  79. e682ba3 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate. by Shinya Kuribayashi · 17 years ago
  80. 02409f8 make define2mk.sed work on FreeBSD by Marcel Moolenaar · 17 years ago
  81. e5084af Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. by Detlev Zundel · 17 years ago
  82. d01b847 LM75 bug fix for negative temperatures by Larry Johnson · 17 years ago
  83. 5a910c2 IDS8247: update MAINTAINER entry. by Heiko Schocher · 17 years ago
  84. 79eac2b Fix device tree for mgsuvd board. by Heiko Schocher · 17 years ago
  85. 2e72109 lwmon5: enable hardware watchdog by Yuri Tikhonov · 17 years ago
  86. bc77881 ppc4xx: Support for ATI Radeon 9200 card on sequoia by Anatolij Gustschin · 17 years ago
  87. 6a2dcaf Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
  88. 45d65b7 Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Wolfgang Denk · 17 years ago
  89. 239c885 Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd by Wolfgang Denk · 17 years ago
  90. 55c802e Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire by Wolfgang Denk · 17 years ago
  91. 5a9abcc Remove duplicate defines for ARRAY_SIZE by Kumar Gala · 17 years ago
  92. 81d93e5 ppc: Allow boards to specify effective amount of memory by Kumar Gala · 17 years ago
  93. 755c35f include autoconf.mk before any other .mk files by Mike Frysinger · 17 years ago
  94. 16fe777 error check autoconf.mk generation by Mike Frysinger · 17 years ago
  95. 019895a Fix bug in dependency checking by Stefano Babic · 17 years ago
  96. 98ba144 Fix GPMC CS2 memory setup at apollon by Kyungmin Park · 17 years ago
  97. e845e07 uli526x: Fix multiple differ in signedness and parentheses around comparison by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  98. beeccf7 MIPS: Fix CFG_NO_FLASH support by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  99. edfed1d easylogo: clean up some more and add -r (rgb) support by Mike Frysinger · 17 years ago
  100. f65c981 Makefile: add target for $(LDSCRIPT) by Mike Frysinger · 17 years ago