1. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  2. 80f0398 kbuild: rename OBJTREE to objtree by Masahiro Yamada · 11 years ago
  3. e794494 kbuild: rename TOPDIR to stctree by Masahiro Yamada · 11 years ago
  4. f0ac9e0 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · 11 years ago
  5. f375aef m68k: merge compile flags -ffixed-d7 -sep-data by Masahiro Yamada · 11 years ago
  6. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  7. 4e56395 include: delete include/linux/config.h by Masahiro Yamada · 11 years ago
  8. abff819 m68k: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  9. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  10. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  11. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  12. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  13. f285074 i2c, fsl_i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  14. 479a4cf i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  15. e0e55bc i2c: common changes for multibus/multiadapter support by Heiko Schocher · 13 years ago
  16. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  17. da233ce avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  18. 2ecfc78 ColdFire: Update the arch_global_date changes for mcf5441x by Jason Jin · 11 years ago
  19. 9184c45 Fix MCF5235 SDRAM base address macro by Steve deRosier · 12 years ago
  20. 537f186 m68k: fix debug call befor serial init by Jens Scharsig (BuS Elektronik) · 12 years ago
  21. 6b4f076 m68k: Use image_setup_linux() instead of local code by Simon Glass · 12 years ago
  22. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  23. 4a59809 Consolidate bool type by York Sun · 12 years ago
  24. 6f98490 Declare watchdog functions in watchdog.h by Simon Glass · 12 years ago
  25. 9bce37c Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  26. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  27. b3b533c malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
  28. b666b4b m68k: Use generic global_data by Simon Glass · 12 years ago
  29. 568a7b6 m68k: Move CONFIG_EXTRA_CLOCK to arch_global_data by Simon Glass · 12 years ago
  30. c2baaec ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data by Simon Glass · 12 years ago
  31. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  32. 46c1ca1 m68k/lib: fix serial driver relocation by angelo · 12 years ago
  33. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  34. 459af69 Add strcasecmp() and strncasecmp() by Simon Glass · 12 years ago
  35. fdc2fb1 ColdFire: Add MCF5441x CPU support by Alison Wang · 12 years ago
  36. 0c6c444 ColdFire: Fix unused variable in cpu_init.c by Alison Wang · 12 years ago
  37. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  38. b9b4d22 m68k: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  39. 136c04a m68k: Fix unused variable in board.c by Marek Vasut · 12 years ago
  40. e946a88 m68k: Fix unused variable warning in speed.c by Marek Vasut · 12 years ago
  41. a334ec9 m68k: Fix unused variable warning by Marek Vasut · 12 years ago
  42. 876813b m68k: Fix wrong assembler instruction in start.S by Marek Vasut · 12 years ago
  43. 2f76a00 m68k: Fix relocation errors in start.S by Philippe De Muyter · 12 years ago
  44. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  45. 01fe7db malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · 12 years ago
  46. 9fc768d Flex bus definition update for Coldfire 5253. by Jason Jin · 12 years ago
  47. 9324138 ColdFire: Queued SPI driver by Richard Retanubun · 14 years ago
  48. 8d8dac9 ColdFire: Clean up checkpatch warnings for MCF54451 and MCF54455 by Alison Wang · 13 years ago
  49. 027f76f ColdFire: Clean up checkpatch warnings for MCF547x and MCF548x by Alison Wang · 13 years ago
  50. d132fe6 ColdFire: Clean up checkpatch warnings for MCF523x by Alison Wang · 13 years ago
  51. 35d23df ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301x by Alison Wang · 13 years ago
  52. 95bed1f ColdFire: Clean up checkpatch warnings for MCF52x2 by Alison Wang · 13 years ago
  53. 8bce3ec ColdFire: Clean up checkpatch warnings for MCF5227x by Alison Wang · 13 years ago
  54. e14f732 ColdFire: Add clear and set bits macros for ColdFire platform by Alison Wang · 13 years ago
  55. fd54d53 ColdFire: Update the bitops for ColdFire platform by Alison Wang · 13 years ago
  56. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  57. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  58. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  59. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  60. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  61. 0fb0622 m68k: Change memsz to a signed char to avoid warning by Simon Glass · 13 years ago
  62. 9b72828 m68k: fix ambiguous bit testing by Mike Frysinger · 13 years ago
  63. 9e5689f m68k: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  64. fe7d4f9 m68k: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  65. b0cbdc5 ColdFire: Add $(obj) before cpu lib to correct build by stany MARCEL · 13 years ago
  66. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  67. 5da0bed image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  68. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  69. a25be13 ColdFire:Clean up the CONFIG_STANDALONE_LOAD_ADDR usage by Jason Jin · 13 years ago
  70. 39a12ea ColdFire:Add mb for 5253 dram initialization by Jason Jin · 14 years ago
  71. 1dd491e ColdFire:Update the timer_init since it was unified. by Jason Jin · 13 years ago
  72. 80c1619 ColdFire: Cleanup for partial linking and --gc-sections by Jason Jin · 13 years ago
  73. cbaa323 ColdFire: Update compile flags for each CPUs by Jason Jin · 13 years ago
  74. bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · 13 years ago
  75. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  76. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  77. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  78. 8234294 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 14 years ago
  79. 50777c4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · 14 years ago
  80. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  81. 33a5734 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · 14 years ago
  82. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  83. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  84. 0be92e8 Merge branch 'next' of ../next by Wolfgang Denk · 14 years ago
  85. 0d21ed0 Move DECLARE_GLOBAL_DATA_PTR to file scope by John Rigby · 14 years ago
  86. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  87. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  88. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  89. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  90. 1c2e98e Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE by Wolfgang Denk · 14 years ago
  91. e57b330 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 14 years ago
  92. a3b90ca board_init_r: Removed unused cmdtp variable by Richard Retanubun · 14 years ago
  93. eea8e69 boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
  94. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  95. cd4e42e PCU_E: remove code for yet another corpse by Wolfgang Denk · 14 years ago
  96. e602b4c Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · 14 years ago
  97. eeedb86 common: move TOTAL_MALLOC_LEN to include/common.h by Heiko Schocher · 14 years ago
  98. 092cf16 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
  99. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  100. f710efd Make getenv() work before relocation. by Wolfgang Denk · 14 years ago