1. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  2. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  3. c49eabe blackfin: convert blackfin board_f and board_r to use generic board init functions by Sonic Zhang · 10 years ago
  4. a91fd00 blackfin: Add more dcache functions by Vasili Galka · 10 years ago
  5. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 10 years ago
  6. 130fbeb blackfin: Add <asm/clock.h> to numerous drivers by Tom Rini · 11 years ago
  7. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  8. 861aa63 blackfin: Change SMC dcplb entry flag to cover 16M address region by Sonic Zhang · 11 years ago
  9. 31d5d4e blackfin: fixing warning by including proper headers by Sonic Zhang · 11 years ago
  10. 0f0f757 cosmetic: remove empty lines at the top of file by Masahiro Yamada · 11 years ago
  11. 36fde45 blackfin: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  12. 53086be blackfin: Fix using gd->baudrate before setting its value by Axel Lin · 11 years ago
  13. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  14. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  15. 3f4978c i2c: common changes for multibus/multiadapter support by Heiko Schocher · 13 years ago
  16. 7af26b1 blackfin: x86: bootm: Handle PREP stage of bootm by Simon Glass · 11 years ago
  17. e9a389a blackfin: Move blackfin watchdog driver out of the blackfin arch folder. by Sonic Zhang · 11 years ago
  18. 79f2b39 blackfin: Set correct early debug serial baudrate. by Sonic Zhang · 12 years ago
  19. ddb5c5b blackfin: add baudrate to bdinfo by Bob Liu · 12 years ago
  20. c4239b5 blackfin: limit the max memory dma peripheral transfer size to 4 bytes. by Sonic Zhang · 12 years ago
  21. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  22. 4da2551 blackfin: Fix up board_type global data by Simon Glass · 12 years ago
  23. 7677d65 blackfin: bf60x: support big cplb page by Bob Liu · 13 years ago
  24. ee82596 blackfin: bf60x: add dma support by Bob Liu · 12 years ago
  25. a2979dc blackfin: bf60x: Port blackfin core architecture code to boot on bf60x. by Sonic Zhang · 12 years ago
  26. 5e84e5a blackfin: Change global data baudrate to int by Simon Glass · 12 years ago
  27. 036036d serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  28. 5368c55 COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  29. de30122 net: move bootfile init into eth_initialize by Mike Frysinger · 12 years ago
  30. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  31. a4932d7 Blackfin: move gd/bd to bss by default by Mike Frysinger · 13 years ago
  32. 273d11e linkage.h: move from blackfin to common includes by Macpaul Lin · 13 years ago
  33. 710aa76 Blackfin: drop now unused local variable by Mike Frysinger · 13 years ago
  34. c1f485a blackfin: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  35. 2151374 Blackfin: post: generalize led/button tests with GPIOs by Mike Frysinger · 13 years ago
  36. 4257ea4 Blackfin: post: drop custom test list by Mike Frysinger · 13 years ago
  37. 1902692 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  38. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  39. bb83875 Blackfin: switch to common display_options() by Mike Frysinger · 13 years ago
  40. 635f330 Blackfin: uart: add multiple serial support by Mike Frysinger · 13 years ago
  41. 867f54c Blackfin: use common LDSCRIPT logic by Mike Frysinger · 13 years ago
  42. 105be90 Blackfin: default to L1 bank A when L1 bank B does not exist by Mike Frysinger · 14 years ago
  43. 05e7825 Blackfin: only check for os log when we have external memory by Mike Frysinger · 14 years ago
  44. 5a9a2c5 Blackfin: fix bd_t handling by Mike Frysinger · 14 years ago
  45. fbcf8e8 Blackfin: move CONFIG_BFIN_CPU back to board config.h by Mike Frysinger · 14 years ago
  46. 7d69dfd Blackfin: skip RAM display for 0 mem systems by Mike Frysinger · 14 years ago
  47. 49508d4 Blackfin: make sure bss len is multiple of 4 bytes by Mike Frysinger · 14 years ago
  48. cd97dd4 Blackfin: stick ins/outs funcs into their own .text section by Mike Frysinger · 14 years ago
  49. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  50. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  51. d3c07a5 Blackfin: fix MMC init output alignment by Mike Frysinger · 14 years ago
  52. 821ad16 Blackfin: move CONFIG_BFIN_CPU to board config.mk by Mike Frysinger · 14 years ago
  53. 800eb09 POST cleanup. by Michael Zaidman · 14 years ago
  54. 5d89115 Blackfin: re-use board data in cpu banner by Mike Frysinger · 14 years ago
  55. 5fc564e Blackfin: shutdown video DMA when booting Linux by Michael Hennerich · 15 years ago
  56. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  57. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  58. c6fb83d blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* by Peter Tyser · 14 years ago
  59. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago