1. 7af26b1 blackfin: x86: bootm: Handle PREP stage of bootm by Simon Glass · 11 years ago
  2. ec39029 bootm: Remove extra OK message by Simon Glass · 11 years ago
  3. 970150a cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2 by Tom Rini · 11 years ago
  4. ecc8edb usb: pxa27x_udc: fix compiler warnings by Mike Dunn · 11 years ago
  5. 81c065d dfu: Update DFU's authorship history by Łukasz Majewski · 11 years ago
  6. 225fd8c cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself by Tom Rini · 11 years ago
  7. 2b9599e cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc by Tom Rini · 11 years ago
  8. fb1b139 bootm: Add the missing PREP stage to bootz and correct image handling by Simon Glass · 11 years ago
  9. a5266d6 bootm: Clean up bootz_setup() function by Simon Glass · 11 years ago
  10. a26913f bootm: Require boot function only if it is about to be used by Simon Glass · 11 years ago
  11. 385501d bootm: Disable interrupts only when loading by Simon Glass · 11 years ago
  12. 2f4998a Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 11 years ago
  13. ff8fb56 video: consolidate splash screen alignment code by Anatolij Gustschin · 11 years ago
  14. c479c13 cmd_bootm.c: Correct check/return for unsupported sub-command by Tom Rini · 11 years ago
  15. a544ead cosmetic: README.SPL: fix a typo by Masahiro Yamada · 11 years ago
  16. c1273d7 Makefile: fix readelf usage by Andreas Bießmann · 11 years ago
  17. d4125eb tools/proftool: remove REG_NOERROR by Andreas Bießmann · 11 years ago
  18. 1a260fe lib/rsa/rsa-sig.c: compile on OS X by Andreas Bießmann · 11 years ago
  19. 9df4955 dfu:ext4:fix Fix DFU upload functionality by Łukasz Majewski · 11 years ago
  20. 051f9a3 dfu:ext4:fix Fix ext4{read|write} command formatting by Łukasz Majewski · 11 years ago
  21. 36f05e6 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  22. 2cb0e55 avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  23. 3275989 omap: cm_t35: Fix cm_t35 for weak splash_screen_prepare by Robert Winkler · 11 years ago
  24. 59b1592 video: lcd: Make splash_screen_prepare weak, remove config macro by Robert Winkler · 11 years ago
  25. dd4425e video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO by Robert Winkler · 11 years ago
  26. f7ef9d6 lcd: align bmp header when uncopmressing image by Piotr Wilczek · 11 years ago
  27. 5af7d0f lcd: remove unaligned access in lcd_dt_simplefb_configure_node() by Stephen Warren · 11 years ago
  28. b1d8654 drivers:video:s6e8ax0: change data_to_send array to static by Piotr Wilczek · 11 years ago
  29. 5a34d9b Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  30. befd387 usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1 by Pierre Aubert · 11 years ago
  31. b37c4a2 usb: fix unaligned access in device_qual() by Heiko Schocher · 11 years ago
  32. e059a40 dfu:function: Fix number of allocated DFU function pointers by Lukasz Majewski · 11 years ago
  33. 7a34278 usb, musb-new: add wdt trigger by Heiko Schocher · 11 years ago
  34. c5398cc usb, g_dnl: make possibility to fixup the device_desc board specific by Heiko Schocher · 11 years ago
  35. ad5f977 usb, dfu gadget: switch to dfu mode in dfu_bind by Heiko Schocher · 11 years ago
  36. 12595e9 usb:composite: use memcpy to avoid unaligned access by Piotr Wilczek · 11 years ago
  37. 7f3cf40 drivers:usb: use get|put_unaligned_le16 by Piotr Wilczek · 11 years ago
  38. e7e75c7 dfu: make data buffer size configurable by Heiko Schocher · 11 years ago
  39. e6bf18d Prepare v2013.07-rc2 by Tom Rini · 11 years ago
  40. ed12b5b Fix bootm to work on powerpc again (compressed uImage) by Stefan Roese · 11 years ago
  41. 29ce737 mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE by Simon Glass · 11 years ago
  42. 5ff0d08 bootm: Disable interrupts before loading OS by Simon Glass · 11 years ago
  43. d366438 cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling by Tom Rini · 11 years ago
  44. 20cb5fb am335x_evm: Add missing ';' in findfdt by Tom Rini · 11 years ago
  45. 58a5c43 Merge branch 'master' of git://git.denx.de/u-boot-74xx-7xx by Tom Rini · 11 years ago
  46. b8bfde7 PPC 74xx_7xx: Fix build warnings for ELPPC board by Wolfgang Denk · 11 years ago
  47. 1b9591c ColdFire: Update the arch_global_date changes for mcf5441x by Jason Jin · 11 years ago
  48. 08dbd6c Fix MCF5235 SDRAM base address macro by Steve deRosier · 12 years ago
  49. aea5eee m68k: fix debug call befor serial init by Jens Scharsig (BuS Elektronik) · 12 years ago
  50. 8b6b51a mtd/nand: docg4: fix compiler warnings by Mike Dunn · 11 years ago
  51. e31dc61 usb: musb: Use ARRAY_SIZE at appropriate places by Axel Lin · 11 years ago
  52. 31bf0f5 mtd: cfi_flash: Use ARRAY_SIZE at appropriate places by Axel Lin · 11 years ago
  53. b98bfeb hwmon: lm63: Use ARRAY_SIZE at appropriate place by Axel Lin · 11 years ago
  54. 9935175 serial: Use ARRAY_SIZE instead of reinventing it by Axel Lin · 11 years ago
  55. 4d98b5c README: align default commands with code by Vincent Stehlé · 11 years ago
  56. ff8fef5 Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  57. eeaef5e cmd_bootm: Add command line arguments to Plan 9 by Steven Stallion · 11 years ago
  58. 041bca5 Add verified boot information and test by Simon Glass · 11 years ago
  59. 74378cf sandbox: config: Enable FIT signatures with RSA by Simon Glass · 11 years ago
  60. 4d09852 image: Add support for signing of FIT configurations by Simon Glass · 11 years ago
  61. 3e06cd1 libfdt: Add fdt_find_regions() by Simon Glass · 11 years ago
  62. 399c744 mkimage: Add -r option to specify keys that must be verified by Simon Glass · 11 years ago
  63. 4f61042 mkimage: Add -c option to specify a comment for key signing by Simon Glass · 11 years ago
  64. 95d77b4 mkimage: Add -F option to modify an existing .fit file by Simon Glass · 11 years ago
  65. e29495d mkimage: Add -K to write public keys to an FDT blob by Simon Glass · 11 years ago
  66. 80e4df8 mkimage: Add -k option to specify key directory by Simon Glass · 11 years ago
  67. 19c402a image: Add RSA support for image signing by Simon Glass · 11 years ago
  68. 56518e7 image: Support signing of images by Simon Glass · 11 years ago
  69. 3e569a6 image: Add signing infrastructure by Simon Glass · 11 years ago
  70. b5f3193 x86: config: Add tracing options by Simon Glass · 11 years ago
  71. d8819f9 x86: Support tracing function by Simon Glass · 11 years ago
  72. 5b7dcf3 exynos: config: Add tracing options by Simon Glass · 11 years ago
  73. ca35a0c exynos: Avoid function instrumentation for microsecond timer by Simon Glass · 11 years ago
  74. bce1b92 arm: Implement the 'fake' go command by Simon Glass · 11 years ago
  75. d0ae31e Add a 'fake' go command to the bootm command by Simon Glass · 11 years ago
  76. 35fc84f Refactor the bootm command to reduce code duplication by Simon Glass · 11 years ago
  77. 983c72f Clarify bootm OS arguments by Simon Glass · 11 years ago
  78. 37544a6 Add a simple test for sandbox trace by Simon Glass · 11 years ago
  79. e2ee100 sandbox: Support trace feature by Simon Glass · 11 years ago
  80. 6c887b2 Add proftool to decode profile data by Simon Glass · 11 years ago
  81. 71c52db Add trace support to generic board by Simon Glass · 11 years ago
  82. 5c2aeac Support tracing in config.mk when enabled by Simon Glass · 11 years ago
  83. cabcbb5 Add a trace command by Simon Glass · 11 years ago
  84. b2e16a8 Add trace library by Simon Glass · 11 years ago
  85. b8bcaa3 Add function to print a number with grouped digits by Simon Glass · 11 years ago
  86. 5d3bd34 bootstage: Correct printf types by Simon Glass · 11 years ago
  87. aec36cf Show stdout on error in fit-test by Simon Glass · 11 years ago
  88. 92765f4 Fix missing return in do_mem_loop() by Simon Glass · 11 years ago
  89. bdc7d5c x86: Correct missing local variable in bootm by Simon Glass · 11 years ago
  90. bc3442a pci: Convert extern inline functions to static inline by Simon Glass · 11 years ago
  91. eb28fda cros: exynos: enable cros-ec for smdk5250 by Hung-ying Tyan · 11 years ago
  92. 60744a1 cros: exynos: add cros-ec device nodes to exynos5250-snow.dts by Hung-ying Tyan · 11 years ago
  93. 713cb68 cros: adds cros_ec keyboard driver by Hung-ying Tyan · 11 years ago
  94. c8d3328 cros: add LPC support for cros_ec by Hung-ying Tyan · 11 years ago
  95. f3424c5 cros: exynos: add SPI support for cros_ec by Hung-ying Tyan · 11 years ago
  96. 78764a4 cros: add I2C support for cros_ec by Hung-ying Tyan · 11 years ago
  97. 8836438 cros: add cros_ec driver by Hung-ying Tyan · 11 years ago
  98. ca85eb8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 11 years ago
  99. 433a2c5 phylib: add atheros ar803x phy by Heiko Schocher · 11 years ago
  100. 96d0b9e phylib: add natsemi dp83630 phy by Heiko Schocher · 11 years ago