1. c663176 dfu: NAND specific routines for DFU operation by Pantelis Antoniou · 12 years ago
  2. c4df2f4 cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS by Tom Rini · 12 years ago
  3. c39d6a0 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · 12 years ago
  4. a24c315 dfu: Change indentation of defines in <dfu.h> by Tom Rini · 12 years ago
  5. ea2453d dfu: Support larger than memory transfers. by Pantelis Antoniou · 12 years ago
  6. b3ba6e9 README: Document current DFU CONFIG options by Tom Rini · 12 years ago
  7. 645b271 patman: Add Series-process-log tag to sort/uniq change logs by Simon Glass · 12 years ago
  8. 902a971 patman: Add -a option to refrain from test-applying the patches by Simon Glass · 12 years ago
  9. 6861828 patman: Don't barf if the word 'commit' starts a line by Doug Anderson · 12 years ago
  10. a1318f7 patman: Provide option to ignore bad aliases by Simon Glass · 12 years ago
  11. f140b58 Merge branch 'patman' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  12. 381c6e2 cmd_sf: include header file common.h before div64.h by Mingkai Hu · 12 years ago
  13. a614270 common/cmd_test: Avoid macro expansion by York Sun · 12 years ago
  14. 3cb5ca7 dfu: Increase DFU buffer size from 4MiB to 8MiB by Łukasz Majewski · 12 years ago
  15. 6642772 dfu:ext4:fix: Change ext4write command order of parameters by Łukasz Majewski · 12 years ago
  16. cd0f4fa Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 12 years ago
  17. fc3fe1c buildman - U-Boot multi-threaded builder and summary tool by Simon Glass · 12 years ago
  18. 3fefd5e patman: Ignore all Gerrit Commit-* tags by Simon Glass · 12 years ago
  19. ca706e7 patman: Minor help message/README fixes by Simon Glass · 12 years ago
  20. 0d99fe0 patman: Fix the comment in CheckTags to mention multiple tags by Simon Glass · 12 years ago
  21. ed92227 patman: Don't allow spaces in tags by Simon Glass · 12 years ago
  22. d29fe6e patman: Fix up checkpatch parsing to deal with 'CHECK' lines by Simon Glass · 12 years ago
  23. fe2f8d9 patman: Add Cover-letter-cc tag to Cc cover letter to people by Simon Glass · 12 years ago
  24. 6d81992 patman: Allow specifying the message ID your series is in reply to by Doug Anderson · 12 years ago
  25. 28b3594 patman: Make "Reviewed-by" an important tag by Doug Anderson · 12 years ago
  26. 5f6a1c4 patman: Add additional git utilties by Simon Glass · 12 years ago
  27. e62f905 patman: Allow reading metadata from a list of commits by Simon Glass · 12 years ago
  28. dc19150 patman: Allow commands to raise on error, or not by Simon Glass · 12 years ago
  29. a10fd93 patman: Make command methods return a CommandResult by Simon Glass · 12 years ago
  30. 71162e3 patman: Add cros_subprocess library to manage subprocesses by Simon Glass · 12 years ago
  31. 43bca00 patman: Use bright ANSI colours by default by Simon Glass · 12 years ago
  32. bbd0143 patman: Use ANSI colours only when outputting to a terminal by Simon Glass · 12 years ago
  33. bc5fd90 Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Tom Rini · 12 years ago
  34. 81a4f70 cfi_flash: Use uintptr_t for casts from u32 to void * by Stefan Roese · 12 years ago
  35. c814263 Prepare v2013.04-rc2 by Tom Rini · 12 years ago v2013.04-rc2
  36. b2da803 biosemu: include <asm/io.h> header by Linus Walleij · 12 years ago
  37. 9fd3837 mmc: don't allow extra cmdline arguments by Stephen Warren · 12 years ago
  38. 5993053 replace last __bss_end__ occurrences with __bss_end by Albert ARIBAUD · 12 years ago
  39. 8faefad disk: fix unaligned access in efi partitions by Marc Dietrich · 12 years ago
  40. 795659d README: document the requirements for CONFIG_SYS_HZ by Stephen Warren · 12 years ago
  41. b343bbb build: Fix make errors generated when building 'distclean' by Vadim Bendebury · 12 years ago
  42. 60d7d5a env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
  43. c17b94e MAKEALL: Fix case substitution for old bash by York Sun · 12 years ago
  44. 74de8c9 dts/Makefile: Build the user specified dts by Jagannadha Sutradharudu Teki · 12 years ago
  45. c502321 mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices by Jagannadha Sutradharudu Teki · 12 years ago
  46. 239cb9d mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support by aaron.williams@caviumnetworks.com · 12 years ago
  47. 472d546 Consolidate bool type by York Sun · 12 years ago
  48. 5644369 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  49. 1d3dea1 video: bcm2835: fix build issues by Anatolij Gustschin · 12 years ago
  50. d0f34f1 Merge branch 'for-v2013.04' by Anatolij Gustschin · 12 years ago
  51. d999398 RX-51: Add support for bootmenu by Pali Rohár · 12 years ago
  52. e7abe91 New command bootmenu: ANSI terminal boot menu support by Pali Rohár · 12 years ago
  53. 6a3439f menu: export menu_default_choice() function by Anatolij Gustschin · 12 years ago
  54. fc9d64f menu: Add support for user defined item choice function by Pali Rohár · 12 years ago
  55. 009d75c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  56. d53e340 armv7: do not relocate _start twice by Vincent Stehlé · 12 years ago
  57. de63ac2 ARM: mmu: Set domain permissions to client access by R Sricharan · 12 years ago
  58. 96fdbec ARM: mmu: Introduce weak dram_bank_setup function by R Sricharan · 12 years ago
  59. dfa4138 ARM: cache: declare set_section_dcache by Vincent Stehlé · 12 years ago
  60. 417c558 apx4devkit: change maintainer by Veli-Pekka Peltola · 12 years ago
  61. 04d4140 image: Add support for Plan 9 by Steven Stallion · 12 years ago
  62. 0171d52 cmd_ext4: BREAK and correct ext4write parameter order by Tom Rini · 12 years ago
  63. 1d766c4 .checkpatch.conf: ignore udelay->usleep_range warnings by Matt Porter · 12 years ago
  64. 0cab421 checkpatch.pl: Add 'debug' to the list of logFunctions by Tom Rini · 12 years ago
  65. 268d966 env_callback: Mark find_env_callback as static by Tom Rini · 12 years ago
  66. f32c08d MAKEALL: allow regex matches for -s option by Stephen Warren · 12 years ago
  67. ebd749d Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  68. 412665b Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  69. f789be6 Tegra114: MMC: Enable DT MMC driver support for Tegra114 Dalmore boards by Tom Warren · 12 years ago
  70. 6d9ea15 Tegra114: MMC: Add SD bus power-rail init routine by Tom Warren · 12 years ago
  71. 2a04a31 Tegra114: Dalmore: Add SDIO3 pad config to pinctrl_config table by Tom Warren · 12 years ago
  72. e9cd206 Tegra114: fdt: Add SDMMC (sdhci) nodes for T114 boards (Dalmore for now) by Tom Warren · 12 years ago
  73. ec37b2b tegra114: dalmore: config: enable SPI by Allen Martin · 12 years ago
  74. 77c42e8 tegra114: add SPI driver by Allen Martin · 12 years ago
  75. af77fdb tegra114: dalmore: fdt: enable dalmore SPI controller by Allen Martin · 12 years ago
  76. 9a38fb4 tegra114: fdt: add SPI blocks by Allen Martin · 12 years ago
  77. 6a3742f tegra114: fdt: add apbdma block by Allen Martin · 12 years ago
  78. c3bb3c8 tegra114: fdt: add compatible string for tegra114 SPI ctrl by Allen Martin · 12 years ago
  79. 772ba15 sf: winbond: add W25Q32DW by Allen Martin · 12 years ago
  80. 78f47b7 spi: add common fdt SPI driver interface by Allen Martin · 12 years ago
  81. 6b3a03e tegra20: spi: move fdt probe to spi_init by Allen Martin · 12 years ago
  82. 7a49ba6 tegra: spi: pull register structs out of headers by Allen Martin · 12 years ago
  83. 2a3c5bc tegra: spi: remove non fdt support by Allen Martin · 12 years ago
  84. ff1da6f tegra: spi: rename tegra SPI drivers by Allen Martin · 12 years ago
  85. 9000652 tegra: remove support for UART SPI switch by Allen Martin · 12 years ago
  86. b6379e1 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  87. 173ddc5 mmc: omap_hsmmc.c: only register getcd/getwp callbacks if gpio could be used by Peter Korsgaard · 12 years ago
  88. d4e1da4 mmc: mmc_getcd/getwp: use sensible defaults by Peter Korsgaard · 12 years ago
  89. bd380cf arm: Correct CONFIG_STANDALONE_LOAD_ADDR for AM33XX/OMAP* platforms by Tom Rini · 12 years ago
  90. c7ba18a am335x_evm: Add better timings for the new BeagleBoard DDR3 part by Tom Rini · 12 years ago
  91. ea7b96b ti814x_evm: add ti814x evm board support by Matt Porter · 12 years ago
  92. 6213a68 ns16550: enable quirks for ti814x by Matt Porter · 12 years ago
  93. 26fa578 am33xx: support ti814x mmc reference clock by Matt Porter · 12 years ago
  94. 4fab8d7 am33xx: add dmm support to emif4 library by Matt Porter · 12 years ago
  95. 8b029f2 am33xx: add ti814x specific register definitions by Matt Porter · 12 years ago
  96. b2e682f am33xx: refactor am33xx mux support and add ti814x support by Matt Porter · 12 years ago
  97. b43c17c am33xx: refactor am33xx clocks and add ti814x support by Matt Porter · 12 years ago
  98. 3ba65f9 am33xx: refactor emif4/ddr to support multiple EMIF instances by Matt Porter · 12 years ago
  99. 81df2ba am33xx: convert defines from am33xx-specific to generic names by Matt Porter · 12 years ago
  100. 98f9200 am33xx: Add required includes to some omap/am33xx code by Tom Rini · 12 years ago