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