1. d939ef0 SPL: Make un-supported boot device puts a debug instead by Tom Rini · Mon Aug 27 14:57:26 2012 -0700
  2. 5f16992 SPL: Enable use of custom defined U-Boot entry point by Stefan Roese · Tue Aug 28 10:50:59 2012 +0200
  3. 1e2abf9 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · Tue Aug 14 14:34:10 2012 -0700
  4. 00b57b3 SPL: Add option to skip copying of the mkimage header by Stefan Roese · Mon Aug 27 12:50:58 2012 +0200
  5. 900c177 SPL: Add NOR flash booting support by Stefan Roese · Mon Aug 27 12:50:59 2012 +0200
  6. ccde1ee da850: Add README.da850 by Tom Rini · Mon Aug 20 09:31:52 2012 -0700
  7. 3b095df hawkboard: Update config file to work with common spl framework by Sughosh Ganu · Tue Aug 28 00:53:37 2012 +0530
  8. 1293858 ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK by Tom Rini · Tue Aug 14 12:27:13 2012 -0700
  9. 9ef51bd SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl by Tom Rini · Tue Aug 14 14:33:02 2012 -0700
  10. 292db77 SPL: Use image_get_xxx() functions to access header values by Stefan Roese · Mon Aug 27 12:50:57 2012 +0200
  11. fb5d62a SPL: do not use fix value for u-boot size by Stefano Babic · Thu Aug 23 12:46:16 2012 +0200
  12. 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · Wed Aug 22 15:31:05 2012 -0700
  13. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · Mon Aug 13 12:03:19 2012 -0700
  14. 9e0c260 ARM: SPL: Move gpmc_init() to spl_board_init() by Tom Rini · Tue Aug 14 12:26:08 2012 -0700
  15. ff7a605 ARM: SPL: Start hooking in the current SPI SPL support by Tom Rini · Tue Aug 14 12:25:23 2012 -0700
  16. 7b51686 ARM: SPL: Clean up spl.c / spl_nand.c slightly by Tom Rini · Tue Aug 14 12:06:43 2012 -0700
  17. a0b9fa5 ARM: SPL: Make spl_mmc.c more generic by Tom Rini · Tue Aug 14 10:25:15 2012 -0700
  18. 29d69dc ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · Tue Aug 14 08:50:58 2012 -0700
  19. 730bae7 ARM: SPL: Only call mem_malloc_init if configured by Tom Rini · Mon Aug 13 14:13:07 2012 -0700
  20. 09ebf1a ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c by Tom Rini · Mon Aug 13 14:11:06 2012 -0700
  21. a76ff95 ARM: SPL: Rename omap_boot_mode to spl_boot_mode() by Tom Rini · Tue Aug 14 09:19:44 2012 -0700
  22. 0be93ff ARM: SPL: Rename omap_boot_device to spl_boot_device by Tom Rini · Mon Aug 13 12:53:23 2012 -0700
  23. 63c37f1 omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds. by Pavel Machek · Thu Aug 30 19:20:22 2012 +0200
  24. 69fa444 omap-common: Fix typo in save_boot_params() in lowlevel_init.S by Tom Rini · Tue Aug 14 09:20:06 2012 -0700
  25. fe3b0c7 omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() by Tom Rini · Mon Aug 13 11:37:56 2012 -0700
  26. a0d8cca spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT by Tom Rini · Fri Aug 10 09:27:14 2012 -0700
  27. 20ae90c Makefile: Move SPL files to clobber, remove from clean by Tom Rini · Mon Aug 13 12:18:34 2012 -0700
  28. 5295aa8 FAT: Make it possible to read from any file position by Benoît Thébaudeau · Tue Sep 18 08:14:56 2012 +0000
  29. 49eee6e env: checkpatch clean env_fat by Igor Grinberg · Sun Sep 23 05:25:21 2012 +0000
  30. 9274dc0 env: remove duplicated env_get_char_spec() by Igor Grinberg · Sun Sep 23 04:39:16 2012 +0000
  31. a50f806 README.commands: Document what UNDEF_SYM does by Tom Rini · Thu Sep 20 06:02:43 2012 +0000
  32. cc1fbaa patman: Use reverse order for changelog by Otavio Salvador · Sat Aug 18 07:46:04 2012 +0000
  33. 01fe7db malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · Sun Jun 03 12:40:04 2012 +0000
  34. 70e5307 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Tue Sep 25 16:18:22 2012 -0700
  35. 3a52910 cmd_part: add partition-related command by Stephen Warren · Fri Sep 21 09:51:01 2012 +0000
  36. b287a87 disk: part_msdos: parse and store partition UUID by Stephen Warren · Fri Sep 21 09:51:00 2012 +0000
  37. c6c7b7a disk: part_efi: parse and store partition UUID by Stephen Warren · Fri Sep 21 09:50:59 2012 +0000
  38. e47dbba disk: part_efi: range-check partition number by Stephen Warren · Fri Sep 21 09:50:58 2012 +0000
  39. c87ff22 disk: get_device_and_partition() "auto" partition and cleanup by Stephen Warren · Fri Sep 21 09:50:57 2012 +0000
  40. afd909c disk: introduce get_device() by Stephen Warren · Fri Sep 21 09:50:56 2012 +0000
  41. 8d6ba05 cmd_reiser: use common get_device_and_partition function by Rob Herring · Thu Aug 23 11:31:50 2012 +0000
  42. 153817e cmd_zfs: use common get_device_and_partition function by Rob Herring · Thu Aug 23 11:31:49 2012 +0000
  43. ede8436 cmd_disk: use common get_device_and_partition function by Rob Herring · Thu Aug 23 11:31:48 2012 +0000
  44. 5fc26df cmd_fat: use common get_device_and_partition function by Rob Herring · Thu Aug 23 11:31:47 2012 +0000
  45. 752e1bd cmd_extX: use common get_device_and_partition function by Rob Herring · Thu Aug 23 11:31:46 2012 +0000
  46. 30f7fd7 ext4: remove init_fs/deinit_fs by Rob Herring · Thu Aug 23 11:31:45 2012 +0000
  47. d586cec disk/part: introduce get_device_and_partition by Rob Herring · Fri Sep 21 04:08:17 2012 +0000
  48. eda5111 disk/part: check bootable flag for DOS partitions by Rob Herring · Thu Aug 23 11:31:43 2012 +0000
  49. a20cbf9 combine block device load commands into common function by Rob Herring · Fri Sep 21 04:02:30 2012 +0000
  50. 07c5bff disk: make get_partition_info() always available to disk.c by Stephen Warren · Fri Sep 21 12:46:54 2012 +0000
  51. c0171ca MAKEALL: fix per arch board lists by Allen Martin · Wed Aug 29 11:08:59 2012 +0000
  52. dad11a9 ARM: arm1176: Define arch_cpu_init() at the SoC level by Stephen Warren · Sat Sep 01 16:27:56 2012 +0000
  53. e6cb5cd Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Tue Sep 25 12:23:55 2012 -0700
  54. 4bb5fa4 common/lcd: fix build breakage for at91sam9x5ek and trats boards by Anatolij Gustschin · Sat Sep 22 06:55:53 2012 +0000
  55. 8493d50 Prepare v2012.10-rc1 by Tom Rini · Fri Sep 21 17:18:28 2012 -0700
  56. 0c947f7 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · Fri Sep 21 16:22:18 2012 -0700
  57. 1873d5c pci: fix some warnings related to assumptions about by Kumar Gala · Wed Sep 19 04:47:36 2012 +0000
  58. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Sep 21 14:53:13 2012 -0700
  59. d82cb11 video/powerpc: don't touch DIU registers that we don't need by Timur Tabi · Mon Sep 17 11:12:42 2012 +0000
  60. 5c540b2 common/lcd: add protection from null bmp pointer by Nikita Kiryanov · Sun Aug 19 19:32:30 2012 +0000
  61. 0a9d66f fdt: Add header guard to fdtdec.h by Simon Glass · Thu Jul 12 05:25:02 2012 +0000
  62. c8c86dd fdt: Tidy debugging, add to fdtdec_get_int/addr() by Simon Glass · Thu Jul 12 05:25:01 2012 +0000
  63. eadbf1a Add gpio_request() to asm-generic header by Simon Glass · Wed Jun 13 06:19:37 2012 +0000
  64. 9767a00 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Sep 21 09:29:38 2012 -0700
  65. dd4f050 Revert "memsize: Fix for bug in memory sizing code" by Tom Rini · Fri Sep 21 08:14:05 2012 -0700
  66. 2fa03bc Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · Fri Sep 21 00:26:19 2012 +0200
  67. 835e11e usb: do explicit unaligned accesses by Lucas Stach · Thu Sep 06 08:00:13 2012 +0200
  68. 180e3dd dfu:usb:fix: Read the "filesize" environment variable only when file read by Łukasz Majewski · Thu Aug 23 23:33:56 2012 +0000
  69. 71c88eb dfu:usb: Support for ext4 by Łukasz Majewski · Thu Aug 23 23:33:55 2012 +0000
  70. edd5f22 Merge branch 'ext4' by Tom Rini · Thu Sep 20 11:27:35 2012 -0700
  71. 07639f2 ext4: cache-align buffers so the invalidation works by Stephen Warren · Tue Sep 18 08:05:28 2012 +0000
  72. 9fc768d Flex bus definition update for Coldfire 5253. by Jason Jin · Thu Sep 20 14:17:46 2012 +0800
  73. 9324138 ColdFire: Queued SPI driver by Richard Retanubun · Thu Mar 24 08:58:11 2011 +0000
  74. 8d8dac9 ColdFire: Clean up checkpatch warnings for MCF54451 and MCF54455 by Alison Wang · Mon Mar 26 21:49:08 2012 +0000
  75. 027f76f ColdFire: Clean up checkpatch warnings for MCF547x and MCF548x by Alison Wang · Mon Mar 26 21:49:07 2012 +0000
  76. d132fe6 ColdFire: Clean up checkpatch warnings for MCF523x by Alison Wang · Mon Mar 26 21:49:06 2012 +0000
  77. 35d23df ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301x by Alison Wang · Mon Mar 26 21:49:05 2012 +0000
  78. 95bed1f ColdFire: Clean up checkpatch warnings for MCF52x2 by Alison Wang · Mon Mar 26 21:49:04 2012 +0000
  79. 8bce3ec ColdFire: Clean up checkpatch warnings for MCF5227x by Alison Wang · Mon Mar 26 21:49:03 2012 +0000
  80. e14f732 ColdFire: Add clear and set bits macros for ColdFire platform by Alison Wang · Mon Mar 26 21:49:02 2012 +0000
  81. fd54d53 ColdFire: Update the bitops for ColdFire platform by Alison Wang · Sun Mar 25 19:18:49 2012 +0000
  82. e573de2 ColdFire: Rename NANDFLASH_SIZE into CONFIG_NANDFLASH_SIZE for MCF537x by Alison Wang · Sun Mar 25 19:18:14 2012 +0000
  83. 4fe7d0a Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Tom Rini · Tue Sep 18 14:56:31 2012 -0700
  84. 0377b56 mpc8308rdb: add support for eSDHC MMC controller by Ira W. Snyder · Wed Sep 12 14:17:35 2012 -0700
  85. d564e5f mpc8308rdb: add support for FIT images by Ira W. Snyder · Wed Sep 12 14:17:34 2012 -0700
  86. 429a1f9 mpc8308rdb: add support for Spansion SPI flash on header J8 by Ira W. Snyder · Wed Sep 12 14:17:32 2012 -0700
  87. 5261b00 mpc8xxx_spi: fix SPI support on MPC8308RDB by Ira W. Snyder · Wed Sep 12 14:17:31 2012 -0700
  88. 7ca2a8a FAT: Fix file contents listed as directory by Benoît Thébaudeau · Fri Jul 20 03:20:29 2012 +0000
  89. 6765eb1 env: delete selected vars not present in imported env by Gerlando Falauto · Sun Aug 26 21:53:00 2012 +0000
  90. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · Fri Aug 24 00:11:41 2012 +0000
  91. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · Fri Aug 24 00:11:40 2012 +0000
  92. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · Fri Aug 24 00:11:39 2012 +0000
  93. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · Fri Aug 24 00:11:38 2012 +0000
  94. dc88d59 env: unify logic to check and apply changes by Gerlando Falauto · Fri Aug 24 00:11:37 2012 +0000
  95. ee55de2 env: cosmetic: drop assignment i = iomux_doenv() by Gerlando Falauto · Fri Aug 24 00:11:36 2012 +0000
  96. eb6aaeb fw_env: Add env vars describing U-Boot target board by Benoît Thébaudeau · Fri Aug 10 07:45:15 2012 +0000
  97. 8cdea94 env_common: Add missing ethprime by Benoît Thébaudeau · Fri Aug 10 07:45:31 2012 +0000
  98. f712897 env import/export: Remove from help if disabled by Benoît Thébaudeau · Fri Aug 10 07:45:44 2012 +0000
  99. 1d8af98 memsize: Fix for bug in memory sizing code by Iwo Mergler · Sun Sep 09 20:16:58 2012 +0000
  100. f6c92cd env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · Fri Sep 07 09:15:33 2012 +0000