1. 6bfe92f [new uImage] Add sha1.o object to mkimage binary build by Bartlomiej Sieka · 17 years ago
  2. a147421 [new uImage] Fix component handling for legacy multi component images by Marian Balakowicz · 17 years ago
  3. c3c7eb2 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  4. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  5. d0bb56d Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
  6. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  7. c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  8. b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  9. fb71ccf [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  10. 6d7bfa8 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
  11. 739ce3c [new uImage] ppc: Allow boards to specify effective amount of memory by Kumar Gala · 17 years ago
  12. 18f4c0f [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  13. 56bdf1d [new uImage] ppc: Re-order ramdisk/fdt handling sequence by Kumar Gala · 17 years ago
  14. a56d7d5 [new uImage] ppc: Determine if we are booting an OF style by Kumar Gala · 17 years ago
  15. aced3a3 [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  16. 1256068 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  17. 351d3e3 [new uImage] POWERPC: Add image_get_fdt() routine by Marian Balakowicz · 17 years ago
  18. 59504f6 [new uImage] Add image_get_kernel() routine by Marian Balakowicz · 17 years ago
  19. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  20. 699ffe5 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
  21. 535b910 [new uImage] Optimize gen_get_image() flow control by Marian Balakowicz · 17 years ago
  22. 6881dae [new uImage] POWERPC: Split get_fdt() into get and relocate routines by Marian Balakowicz · 17 years ago
  23. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  24. 513ee37 Coding style cleanup. Prepare v1.3.2-rc2 release candidate by Wolfgang Denk · 17 years ago
  25. 43ad623 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  26. 23cd156 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. by Shinya Kuribayashi · 17 years ago
  27. e97cb89 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate. by Shinya Kuribayashi · 17 years ago
  28. 7d76354 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate. by Shinya Kuribayashi · 17 years ago
  29. 8b46092 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate. by Shinya Kuribayashi · 17 years ago
  30. 0760ff9 make define2mk.sed work on FreeBSD by Marcel Moolenaar · 17 years ago
  31. faf47bc Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. by Detlev Zundel · 17 years ago
  32. 8f9b6d2 LM75 bug fix for negative temperatures by Larry Johnson · 17 years ago
  33. 548a7ca IDS8247: update MAINTAINER entry. by Heiko Schocher · 17 years ago
  34. ebec983 Fix device tree for mgsuvd board. by Heiko Schocher · 17 years ago
  35. 787f8fc lwmon5: enable hardware watchdog by Yuri Tikhonov · 17 years ago
  36. 05d5eca ppc4xx: Support for ATI Radeon 9200 card on sequoia by Anatolij Gustschin · 17 years ago
  37. eecdbc2 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
  38. 361b3b5 Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Wolfgang Denk · 17 years ago
  39. 95fbbae Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd by Wolfgang Denk · 17 years ago
  40. dbd5216 Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire by Wolfgang Denk · 17 years ago
  41. b3ee004 Remove duplicate defines for ARRAY_SIZE by Kumar Gala · 17 years ago
  42. 4c38454 ppc: Allow boards to specify effective amount of memory by Kumar Gala · 17 years ago
  43. 1fbf223 include autoconf.mk before any other .mk files by Mike Frysinger · 17 years ago
  44. d338023 error check autoconf.mk generation by Mike Frysinger · 17 years ago
  45. 721736b Fix bug in dependency checking by Stefano Babic · 17 years ago
  46. bf2dc38 Fix GPMC CS2 memory setup at apollon by Kyungmin Park · 17 years ago
  47. 046ca2e uli526x: Fix multiple differ in signedness and parentheses around comparison by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  48. 3bd04ce MIPS: Fix CFG_NO_FLASH support by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  49. ba5d52d easylogo: clean up some more and add -r (rgb) support by Mike Frysinger · 17 years ago
  50. a47a745 Makefile: add target for $(LDSCRIPT) by Mike Frysinger · 17 years ago
  51. 65a2752 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds by Marian Balakowicz · 17 years ago
  52. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  53. 3413e22 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · 17 years ago
  54. c536d6f [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  55. f4891a1 [new uImage] Pull in libfdt if CONFIG_FIT is enabled by Marian Balakowicz · 17 years ago
  56. 2429d4f Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  57. 4661cf7 CFI: Do not use uninitialized cmd_reset by Michael Schwingen · 17 years ago
  58. 9e1d16c API: Add (c) and licensing notice to the public API header. by Rafal Jaworowski · 17 years ago
  59. 67b4172 Fix CPU POST test failure by Yuri Tikhonov · 17 years ago
  60. cf9ac6f 8610HPCD: Document the flashbank selection switches. by Jon Loeliger · 17 years ago
  61. 6bcd30c 86xx: Fix GUR PCI config registers properly. by Jon Loeliger · 17 years ago
  62. 54fe9f2 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default. by Jon Loeliger · 17 years ago
  63. 561db01 ColdFire: Fix missing code flash size for M5485EVB by TsiChungLiew · 17 years ago
  64. 779329a ColdFire: Fix 5282 and 5271 interrupt mask bit by TsiChungLiew · 17 years ago
  65. d42eda2b 8610HPCD: Fix typos in two PCI setup registers. by Jon Loeliger · 17 years ago
  66. 84640c9 86xx: Convert sbc8641d to use libfdt. by Jon Loeliger · 17 years ago
  67. 4c67b0a mpc86xx: Fix unused variable 'config' and 'immap' by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  68. 4b76a4f mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  69. 9840dd8 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev' by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  70. df5d1ab pxa: fix assignment from incompatible pointer type by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  71. 58f9c6e at91cap9adk: fix implicit declaration of function 'eth_init' by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  72. eae60c4 Remove files added by mistake, update CHANGELOG. by Wolfgang Denk · 17 years ago
  73. 383b145 PPC440EPx: Optionally enable second I2C bus by Mike Nuss · 17 years ago
  74. e007520 ppc4xx: HCU4/5. Cleanup configs by Niklaus Giger · 17 years ago
  75. b311bdb ppc4xx: HCU4/5. Cleanups by Niklaus Giger · 17 years ago
  76. 907a304 ppc4xx: PPC405GPr fix missing register definitions by Niklaus Giger · 17 years ago
  77. f35b86b ppc4xx: Beautify configuration files for Sequoia and Korat boards by Larry Johnson · 17 years ago
  78. 24059e9 Merge branch 'master' of git://www.denx.de/git/u-boot-arm by Wolfgang Denk · 17 years ago
  79. f7cda18 Wipe out assembler warnings while compiling x86 biosemu by Anatolij Gustschin · 17 years ago
  80. 07b66d1 Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  81. e6fb507 Merge branch '080202_at91rm9200dk' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  82. b923b0b Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  83. 66ecfed Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  84. 0e22f8d Merge branch '070524_netstar' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  85. 2321fbc Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
  86. ce75491 Prepare v1.3.2-rc1 release candidate by Wolfgang Denk · 17 years ago
  87. 1dda8ca Fix compile warning on lib_ppc/board.c by Anatolij Gustschin · 17 years ago
  88. 1a45d3f Add Radeon Mobility 9200 pci device id to the radeon driver by Anatolij Gustschin · 17 years ago
  89. 9d9acf2 Extend ATI Radeon driver to support more video modes by Anatolij Gustschin · 17 years ago
  90. 71056c7 xsengine: fix typo and few coding style by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  91. d4e3fb4 Fix wrong memory limit calculation in memory-test by Guennadi Liakhovetski · 17 years ago
  92. 3155735 Merge branch 'master' of git://www.denx.de/git/u-boot-arm by Wolfgang Denk · 17 years ago
  93. 1f42d17 Merge ../custodians by Wolfgang Denk · 17 years ago
  94. e9f2dbb Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
  95. 9368464 Merge ../custodians by Wolfgang Denk · 17 years ago
  96. fe9628c Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Wolfgang Denk · 17 years ago
  97. 955faa8 Merge ../custodians by Wolfgang Denk · 17 years ago
  98. a47fd43 Merge branch 'master' of git://www.denx.de/git/u-boot-sh by Wolfgang Denk · 17 years ago
  99. 642f740 Merge ../custodians by Wolfgang Denk · 17 years ago
  100. 50e4d94 Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 by Wolfgang Denk · 17 years ago