1. a9da2b4 Fix OneNAND erase command by Kyungmin Park · 17 years ago
  2. 0f3ba7e Add CONFIG_MII_INIT support to related boards by TsiChung Liew · 17 years ago
  3. 20a14a4 Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · 17 years ago
  4. 3c735e7 Altera Stratix II support by eran liberty · 17 years ago
  5. 1f1d88d disable caches before booting an app for Blackfin apps by Mike Frysinger · 17 years ago
  6. 1aeed8d Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 17 years ago
  7. 2a2fa79 SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It can print available cores (type: AHB Master, AHB Slave, APB Slave), their address ranges, IRQ number and version. by Daniel Hellstrom · 17 years ago
  8. bf3d8b3 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 17 years ago
  9. 00ab32c SPARC: added SPARC board information to the command bdinfo. by Daniel Hellstrom · 17 years ago
  10. aeff6d5 Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 17 years ago
  11. a1b215e Merge branch 'master' of git://www.denx.de/git/u-boot-at91 by Wolfgang Denk · 17 years ago
  12. 4abd844 Fix fdt set command to conform to dts spec by Andy Fleming · 17 years ago
  13. 6fe2946 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code by Kim Phillips · 17 years ago
  14. 880cc43 Fix CFG_NO_FLASH compilation. by Stelian Pop · 17 years ago
  15. bb8e3cf Fix macro typo in common/cmd_mii.c by Ben Warren · 17 years ago
  16. 233a8bc Add CONFIG_MII_INIT in cmd_mii.c by Tsi-Chung Liew · 17 years ago
  17. 38b189f Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  18. 0207fef Merge branch 'master' of git://www.denx.de/git/u-boot-usb by Wolfgang Denk · 17 years ago
  19. c7057b5 ata: add the support for SATA framework by Dave Liu · 17 years ago
  20. 9eef628 ata: merge the ata_piix driver by Dave Liu · 17 years ago
  21. b9e749e USB, Storage: fix a bug introduced in commit by Markus Klotzbuecher · 17 years ago
  22. 79679d8 85xx: Update multicore boot mechanism to ePAPR v0.81 spec by Kumar Gala · 17 years ago
  23. ec2b74f 85xx: Added support for multicore boot mechanism by Kumar Gala · 17 years ago
  24. b951f8d Merge branch 'master_merge_new-image' of /home/tur/git/u-boot by Wolfgang Denk · 17 years ago
  25. 27f33e9 Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
  26. f6b44e0 USB Storage, add meaningful return value by Aras Vaichas · 17 years ago
  27. 18e69a3 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role by Anton Vorontsov · 17 years ago
  28. 43ddd9c Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
  29. d058698 Add setexpr command by Kumar Gala · 17 years ago
  30. 01026a6 Merge git://www.denx.de/git/u-boot into uboot by Gerald Van Baren · 17 years ago
  31. dafaede [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  32. fbe7a15 [new uImage] Compilation and new uImage handling fixes for imxtract by Bartlomiej Sieka · 17 years ago
  33. 36cc8cb [new uImage] Fix autoscr command used with new uImage format by Bartlomiej Sieka · 17 years ago
  34. fe30a35 Fix fdt boardsetup command parsing by Kumar Gala · 17 years ago
  35. 804887e Add sub-commands to fdt by Kumar Gala · 17 years ago
  36. 3d61018 The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). by Yuri Tikhonov · 17 years ago
  37. b428f6a The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. by Yuri Tikhonov · 17 years ago
  38. cf675d3 Blackfin: new cplbinfo command for viewing cplb tables by Mike Frysinger · 17 years ago
  39. 86a20fb Blackfin: move bootldr command to common code by Mike Frysinger · 17 years ago
  40. 766529f Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
  41. 7e492d8 Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
  42. afe45c8 [new uImage] Fix build issue on ARM by Marian Balakowicz · 17 years ago
  43. f773bea [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  44. 2682ce8 [new uImage] More verbose kernel image uncompress error message by Marian Balakowicz · 17 years ago
  45. 1372cce [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  46. c28c4d1 [new uImage] Add new uImage fromat support to fpga command by Marian Balakowicz · 17 years ago
  47. 09475f7 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · 17 years ago
  48. 1b7897f [new uImage] Add new uImage format support to imgextract command by Marian Balakowicz · 17 years ago
  49. 424c4ab [new uImage] Add new uImage format support to autoscript routine by Marian Balakowicz · 17 years ago
  50. 3dfe110 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  51. a44a269 [new uImage] Re-enable interrupts for non automatic booting by Marian Balakowicz · 17 years ago
  52. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  53. c877964 [new uImage] Add new uImage format support for ramdisk handling by Marian Balakowicz · 17 years ago
  54. 6986a38 [new uImage] Add new uImage format support for kernel booting by Marian Balakowicz · 17 years ago
  55. e32fea6 [new uImage] Add new uImage format support for imls and iminfo commands by Marian Balakowicz · 17 years ago
  56. 5dfb521 [new uImage] New uImage low-level API by Marian Balakowicz · 17 years ago
  57. cc3843e common/kgdb.c: fix 'dereferencing type-punned pointer' warning by Wolfgang Denk · 17 years ago
  58. 84d0c2f fix copy from ram to dataflash by Kim B. Heino · 17 years ago
  59. df6f1b8 [new uImage] Fix component handling for legacy multi component images by Marian Balakowicz · 17 years ago
  60. 570abb0 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  61. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  62. e18489e Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
  63. d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  64. e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  65. f5614e7 [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  66. 4ed6552 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
  67. 274cea2 [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  68. a6612bd [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  69. 4efbe9d [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  70. 1efd436 [new uImage] Add image_get_kernel() routine by Marian Balakowicz · 17 years ago
  71. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  72. 6f0f9df [new uImage] Optimize gen_get_image() flow control by Marian Balakowicz · 17 years ago
  73. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  74. 00b48a4 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  75. 5583cbf [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds by Marian Balakowicz · 17 years ago
  76. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  77. f50433d [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · 17 years ago
  78. fff888a1 [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  79. 20c9395 Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  80. ae92069 Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  81. 6f4abee Fix wrong memory limit calculation in memory-test by Guennadi Liakhovetski · 17 years ago
  82. 9e04a81 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
  83. 6f99eec Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin by Wolfgang Denk · 17 years ago
  84. 1f780aa Fix return value of mtest when CFG_ALT_MEMTEST set by Guennadi Liakhovetski · 17 years ago
  85. 26c7bab common/miiphyutil.c: Cleanup MII_DEBUG and debug() by Shinya Kuribayashi · 17 years ago
  86. 746c4b9 Merge commit 'wd/master' by Jon Loeliger · 17 years ago
  87. 9604b6e AT91CAP9 support by Stelian Pop · 17 years ago
  88. d9ad115 Fix building of fdt_support.c if DEBUG set by Kumar Gala · 17 years ago
  89. d075eec Merge commit 'wd/master' by Jon Loeliger · 17 years ago
  90. 69018ce QE: Move FDT support into a common file by Kumar Gala · 17 years ago
  91. 5cf746c [new uImage] Move kernel data find code to get_kernel() routine by Marian Balakowicz · 17 years ago
  92. b6b0fe6 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  93. ceaed2b [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  94. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  95. 42b73e8 [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · 17 years ago
  96. e99c266 [new uImage] Remove standalone applications handling from boootm by Marian Balakowicz · 17 years ago
  97. 4a2ad5f [new uImage] Remove OF_FLAT_TREE support from PPC bootm code by Marian Balakowicz · 17 years ago
  98. 7582438 [new uImage] Return error on image move/uncompress overwrites by Marian Balakowicz · 17 years ago
  99. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  100. 1ee1180 [new uImage] Cleanup cmd_bootm.c by Marian Balakowicz · 17 years ago