1. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  2. 178e26d image.h: remove bogus ';' after function declarations by Wolfgang Denk · 14 years ago
  3. 1117cbf nios: remove nios-32 arch by Thomas Chou · 14 years ago
  4. 8edcde5 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · 15 years ago
  5. 5daa1c1 image.h: avoid command.h for host tools by Mike Frysinger · 15 years ago
  6. a16028d lmb: only force on arches that use it by Mike Frysinger · 15 years ago
  7. dac4d7e sha1: add dedicated config option by Mike Frysinger · 15 years ago
  8. 2a49bf3 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  9. 20dde48 add lzop decompression support by Peter Korsgaard · 15 years ago
  10. b25e38f Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · 15 years ago
  11. aa0c7a8 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · 15 years ago
  12. b029ddd mkimage: Make table_entry code global by Prafulla Wadaskar · 15 years ago
  13. f666dea mkimage: Make genimg_print_size() global by Prafulla Wadaskar · 15 years ago
  14. 3a2003f tools/mkimage: fix compiler warnings, use "const" by Wolfgang Denk · 15 years ago
  15. 3756609 compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
  16. 2f8d396 Add support for building native win32 tools by Peter Tyser · 16 years ago
  17. f05fa92 include/image.h: Ease grepping of image_* functions by Petri Lehtinen · 16 years ago
  18. cd67345 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  19. 49c3a86 bootm: Add subcommands by Kumar Gala · 16 years ago
  20. def0819 FDT: don't use private kernel header files by Wolfgang Denk · 16 years ago
  21. fc9c172 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
  22. 919f550 FIT: add ability to check hashes of all images in FIT, improve output by Bartlomiej Sieka · 16 years ago
  23. f5ed9e3 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
  24. 396f635 bootm: refactor image detection and os load steps by Kumar Gala · 16 years ago
  25. e906cfa bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
  26. 06a0991 bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  27. c4f9419 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  28. c160a95 bootm: refactor entry point code by Kumar Gala · 16 years ago
  29. 0bf202e Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  30. 391fd93 Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  31. 7590378 Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 16 years ago
  32. edbed24 Memory footprint optimizations by Bartlomiej Sieka · 16 years ago
  33. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 16 years ago
  34. bf3d8b3 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 16 years ago
  35. 95f4ec2 [new uImage] Do not compile new uImage format support by default by Bartlomiej Sieka · 17 years ago
  36. 766529f Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
  37. 1ec7376 [new uImage] Fix definition of common bootm_headers_t fields by Marian Balakowicz · 17 years ago
  38. f773bea [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  39. 3dfe110 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  40. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  41. 9d25438 [new uImage] Add support for new uImage format to mkimage tool by Bartlomiej Sieka · 17 years ago
  42. eb6175e [new uImage] Make node unit names const in struct bootm_headers by Marian Balakowicz · 17 years ago
  43. 5dfb521 [new uImage] New uImage low-level API by Marian Balakowicz · 17 years ago
  44. 570abb0 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  45. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  46. d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  47. e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  48. f5614e7 [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  49. 4ed6552 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
  50. 274cea2 [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  51. a6612bd [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  52. 4efbe9d [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  53. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  54. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  55. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  56. f50433d [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · 17 years ago
  57. fff888a1 [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  58. 75d3e8f [new uImage] Pull in libfdt if CONFIG_FIT is enabled by Marian Balakowicz · 17 years ago
  59. b6b0fe6 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  60. ceaed2b [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  61. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  62. 42b73e8 [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · 17 years ago
  63. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  64. af13cdb [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  65. 559316f [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · 17 years ago
  66. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  67. 38c1ef7 Allocate CPU Architecture Code for STMicroelectronics' ST200. by Sean MCGOOGAN · 17 years ago
  68. fb883a5 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
  69. 1a1b737 Define IH_CPU_AVR32 by Stefan Roese · 18 years ago
  70. 25c751e * Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · 18 years ago
  71. 0afe519 Add ADI Blackfin support by Wolfgang Denk · 19 years ago
  72. f08abe3 Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h by Wolfgang Denk · 19 years ago
  73. e1599e8 * Patch by Gridish Shlomi, 30 Aug 2004: by wdenk · 20 years ago
  74. 5c952cf Patches by Scott McNutt, 24 Aug 2004: by wdenk · 20 years ago
  75. 507bbe3 * Patch by Yasushi Shoji, 07 Apr 2004: by wdenk · 20 years ago
  76. 4a55170 * Patch by Scott McNutt, 04 Oct 2003: by wdenk · 21 years ago
  77. ef1464c * Patch by Anders Larsen, 18 Sep 2003: by wdenk · 21 years ago
  78. fbe4b5c * Update TRAB auto update code by wdenk · 21 years ago
  79. 27b207f * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  80. 8564acf * Patches by Yuli Barcohen, 13 Jul 2003: by wdenk · 21 years ago
  81. 7f70e85 * Patch by David Updegraff, 22 Apr 2003: update for CrayL1 board by wdenk · 21 years ago
  82. d791b1d * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 21 years ago
  83. 5b1d713 Initial revision by wdenk · 22 years ago