1. d1cc528 libfdt: Add and use a node iteration helper function. by David Gibson · 17 years ago
  2. 8cf3080 [new uImage] Add libfdt support to mkimage by Bartlomiej Sieka · 17 years ago
  3. a6e530f [new uImage] Add sha1.o object to mkimage binary build by Bartlomiej Sieka · 17 years ago
  4. df6f1b8 [new uImage] Fix component handling for legacy multi component images by Marian Balakowicz · 17 years ago
  5. 570abb0 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  6. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  7. e18489e Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
  8. 75fa002 [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  9. d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  10. e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  11. f5614e7 [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  12. 4ed6552 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
  13. 4648c2e [new uImage] ppc: Allow boards to specify effective amount of memory by Kumar Gala · 17 years ago
  14. 274cea2 [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  15. d2bc095 [new uImage] ppc: Re-order ramdisk/fdt handling sequence by Kumar Gala · 17 years ago
  16. 2795349 [new uImage] ppc: Determine if we are booting an OF style by Kumar Gala · 17 years ago
  17. a6612bd [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  18. 4efbe9d [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  19. ff0734c [new uImage] POWERPC: Add image_get_fdt() routine by Marian Balakowicz · 17 years ago
  20. 1efd436 [new uImage] Add image_get_kernel() routine by Marian Balakowicz · 17 years ago
  21. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  22. 823afe7 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
  23. 6f0f9df [new uImage] Optimize gen_get_image() flow control by Marian Balakowicz · 17 years ago
  24. d2ced9e [new uImage] POWERPC: Split get_fdt() into get and relocate routines by Marian Balakowicz · 17 years ago
  25. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  26. b29661f Coding style cleanup. Prepare v1.3.2-rc2 release candidate by Wolfgang Denk · 17 years ago
  27. 00b48a4 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  28. b075d74 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. by Shinya Kuribayashi · 17 years ago
  29. 208acd1 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate. by Shinya Kuribayashi · 17 years ago
  30. 495a0dd cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate. by Shinya Kuribayashi · 17 years ago
  31. e682ba3 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate. by Shinya Kuribayashi · 17 years ago
  32. 02409f8 make define2mk.sed work on FreeBSD by Marcel Moolenaar · 17 years ago
  33. e5084af Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. by Detlev Zundel · 17 years ago
  34. d01b847 LM75 bug fix for negative temperatures by Larry Johnson · 17 years ago
  35. 5a910c2 IDS8247: update MAINTAINER entry. by Heiko Schocher · 17 years ago
  36. 79eac2b Fix device tree for mgsuvd board. by Heiko Schocher · 17 years ago
  37. 2e72109 lwmon5: enable hardware watchdog by Yuri Tikhonov · 17 years ago
  38. bc77881 ppc4xx: Support for ATI Radeon 9200 card on sequoia by Anatolij Gustschin · 17 years ago
  39. 6a2dcaf Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
  40. 45d65b7 Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Wolfgang Denk · 17 years ago
  41. 239c885 Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd by Wolfgang Denk · 17 years ago
  42. 55c802e Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire by Wolfgang Denk · 17 years ago
  43. 5a9abcc Remove duplicate defines for ARRAY_SIZE by Kumar Gala · 17 years ago
  44. 81d93e5 ppc: Allow boards to specify effective amount of memory by Kumar Gala · 17 years ago
  45. 755c35f include autoconf.mk before any other .mk files by Mike Frysinger · 17 years ago
  46. 16fe777 error check autoconf.mk generation by Mike Frysinger · 17 years ago
  47. 019895a Fix bug in dependency checking by Stefano Babic · 17 years ago
  48. 98ba144 Fix GPMC CS2 memory setup at apollon by Kyungmin Park · 17 years ago
  49. e845e07 uli526x: Fix multiple differ in signedness and parentheses around comparison by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  50. beeccf7 MIPS: Fix CFG_NO_FLASH support by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  51. edfed1d easylogo: clean up some more and add -r (rgb) support by Mike Frysinger · 17 years ago
  52. f65c981 Makefile: add target for $(LDSCRIPT) by Mike Frysinger · 17 years ago
  53. 5583cbf [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds by Marian Balakowicz · 17 years ago
  54. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  55. f50433d [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · 17 years ago
  56. fff888a1 [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  57. 75d3e8f [new uImage] Pull in libfdt if CONFIG_FIT is enabled by Marian Balakowicz · 17 years ago
  58. 20c9395 Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  59. 1ba639d CFI: Do not use uninitialized cmd_reset by Michael Schwingen · 17 years ago
  60. e7a85f2 API: Add (c) and licensing notice to the public API header. by Rafal Jaworowski · 17 years ago
  61. 928d1d7 Fix CPU POST test failure by Yuri Tikhonov · 17 years ago
  62. d5908b0 8610HPCD: Document the flashbank selection switches. by Jon Loeliger · 17 years ago
  63. a551cee 86xx: Fix GUR PCI config registers properly. by Jon Loeliger · 17 years ago
  64. cb06eb9 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default. by Jon Loeliger · 17 years ago
  65. 4d264ef ColdFire: Fix missing code flash size for M5485EVB by TsiChungLiew · 17 years ago
  66. c54f926 ColdFire: Fix 5282 and 5271 interrupt mask bit by TsiChungLiew · 17 years ago
  67. 975a083 8610HPCD: Fix typos in two PCI setup registers. by Jon Loeliger · 17 years ago
  68. 13f5433 86xx: Convert sbc8641d to use libfdt. by Jon Loeliger · 17 years ago
  69. 04efddc mpc86xx: Fix unused variable 'config' and 'immap' by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  70. 83d1b38 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  71. b6f29c8 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev' by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  72. 0937b8d pxa: fix assignment from incompatible pointer type by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  73. 64d7920 at91cap9adk: fix implicit declaration of function 'eth_init' by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  74. 375c435 Remove files added by mistake, update CHANGELOG. by Wolfgang Denk · 17 years ago
  75. b738654 PPC440EPx: Optionally enable second I2C bus by Mike Nuss · 17 years ago
  76. ef5b4f2 ppc4xx: HCU4/5. Cleanup configs by Niklaus Giger · 17 years ago
  77. 7497312 ppc4xx: HCU4/5. Cleanups by Niklaus Giger · 17 years ago
  78. 8cc10d0 ppc4xx: PPC405GPr fix missing register definitions by Niklaus Giger · 17 years ago
  79. 214398d ppc4xx: Beautify configuration files for Sequoia and Korat boards by Larry Johnson · 17 years ago
  80. 5db6138 Merge branch 'master' of git://www.denx.de/git/u-boot-arm by Wolfgang Denk · 17 years ago
  81. 30c6a24 Wipe out assembler warnings while compiling x86 biosemu by Anatolij Gustschin · 17 years ago
  82. 5561857 Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  83. faf8f9b Merge branch '080202_at91rm9200dk' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  84. d7d9afa Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  85. ae92069 Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  86. e42d2b0 Merge branch '070524_netstar' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  87. 45da195 Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
  88. 67a4389 Prepare v1.3.2-rc1 release candidate by Wolfgang Denk · 17 years ago
  89. f33e965 Fix compile warning on lib_ppc/board.c by Anatolij Gustschin · 17 years ago
  90. e5c6f9f Add Radeon Mobility 9200 pci device id to the radeon driver by Anatolij Gustschin · 17 years ago
  91. 1b8607e Extend ATI Radeon driver to support more video modes by Anatolij Gustschin · 17 years ago
  92. 4124382 xsengine: fix typo and few coding style by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  93. 6f4abee Fix wrong memory limit calculation in memory-test by Guennadi Liakhovetski · 17 years ago
  94. 94a78da Merge branch 'master' of git://www.denx.de/git/u-boot-arm by Wolfgang Denk · 17 years ago
  95. ae91a80 Merge ../custodians by Wolfgang Denk · 17 years ago
  96. 9e04a81 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
  97. a4d60bb Merge ../custodians by Wolfgang Denk · 17 years ago
  98. 32c70d3 Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Wolfgang Denk · 17 years ago
  99. e4992f1 Merge ../custodians by Wolfgang Denk · 17 years ago
  100. a4f762a Merge branch 'master' of git://www.denx.de/git/u-boot-sh by Wolfgang Denk · 17 years ago