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