1. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  2. 3146b4d common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO by Angelo Dureghello · 7 years ago
  3. 7211b92 m68k: mcf5445x: allow CS0 to be undefined by Angelo Dureghello · 8 years ago
  4. 89ae64c m68k: mcf5445x: move early ddr init as board-specific by Angelo Dureghello · 8 years ago
  5. 234b849 spi: Zap cf_qspi driver and related code by Jagan Teki · 8 years ago
  6. 809438d Kconfig: Move config IDENT_STRING to Kconfig by Siva Durga Prasad Paladugu · 8 years ago
  7. 65d5991 m68k: code reformatting for all start.S files by Angelo Dureghello · 9 years ago
  8. ef9707c m68k: add malloc memory for early malloc by angelo@sysam.it · 9 years ago
  9. b8cd132 m68k: fix broken buildman m68k by angelo@sysam.it · 9 years ago
  10. 03390c6 m68k: M54418TWR: drop board/freescale/m54418twr/config.mk by Masahiro Yamada · 9 years ago
  11. 6312a95 m68k: add architecture-specific u-boot.lds by angelo@sysam.it · 10 years ago
  12. 8bd8622 m68k: merge per-CPU config.mk into arch/m68k/Makefile by Masahiro Yamada · 10 years ago
  13. 0e4f3df m68k: mcf547x_8x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  14. 04223a2 m68k: mcf523x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  15. 06f2759 m68k: mcf5227x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  16. b01d864 m68k: mcf5445x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  17. b8b89fa m68k: mcf532x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  18. 74bc061 m68k: mcf530x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  19. 2f7b89c m68k: mcf52x2: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  20. bb4ba2c m68k: add mcf5307 cpu support by angelo@sysam.it · 10 years ago
  21. 60bb734 kconfig: switch to Kconfig by Masahiro Yamada · 10 years ago
  22. 4834c64 m68k: Fix incorrect memory access on M5235 by Vasili Galka · 10 years ago
  23. 24f413b m68k: Fix bug, "address of" operator was forgotten by Vasili Galka · 10 years ago
  24. 35b2eb7 m68k: eliminate a warning in cpu_init by Masahiro Yamada · 11 years ago
  25. 660031e m68k: Fix warnings with gcc 4.6 by Simon Glass · 10 years ago
  26. 80f0398 kbuild: rename OBJTREE to objtree by Masahiro Yamada · 11 years ago
  27. e794494 kbuild: rename TOPDIR to stctree by Masahiro Yamada · 11 years ago
  28. f375aef m68k: merge compile flags -ffixed-d7 -sep-data by Masahiro Yamada · 11 years ago
  29. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  30. abff819 m68k: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  31. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  32. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  33. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  34. f285074 i2c, fsl_i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  35. 2ecfc78 ColdFire: Update the arch_global_date changes for mcf5441x by Jason Jin · 11 years ago
  36. 568a7b6 m68k: Move CONFIG_EXTRA_CLOCK to arch_global_data by Simon Glass · 12 years ago
  37. c2baaec ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data by Simon Glass · 12 years ago
  38. fdc2fb1 ColdFire: Add MCF5441x CPU support by Alison Wang · 12 years ago
  39. 0c6c444 ColdFire: Fix unused variable in cpu_init.c by Alison Wang · 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. 9324138 ColdFire: Queued SPI driver by Richard Retanubun · 14 years ago
  45. 8d8dac9 ColdFire: Clean up checkpatch warnings for MCF54451 and MCF54455 by Alison Wang · 13 years ago
  46. 027f76f ColdFire: Clean up checkpatch warnings for MCF547x and MCF548x by Alison Wang · 13 years ago
  47. d132fe6 ColdFire: Clean up checkpatch warnings for MCF523x by Alison Wang · 13 years ago
  48. 35d23df ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301x by Alison Wang · 13 years ago
  49. 95bed1f ColdFire: Clean up checkpatch warnings for MCF52x2 by Alison Wang · 13 years ago
  50. 8bce3ec ColdFire: Clean up checkpatch warnings for MCF5227x by Alison Wang · 13 years ago
  51. 9b72828 m68k: fix ambiguous bit testing by Mike Frysinger · 13 years ago
  52. b0cbdc5 ColdFire: Add $(obj) before cpu lib to correct build by stany MARCEL · 13 years ago
  53. 1dd491e ColdFire:Update the timer_init since it was unified. by Jason Jin · 13 years ago
  54. cbaa323 ColdFire: Update compile flags for each CPUs by Jason Jin · 13 years ago
  55. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  56. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  57. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  58. 0be92e8 Merge branch 'next' of ../next by Wolfgang Denk · 14 years ago
  59. 0d21ed0 Move DECLARE_GLOBAL_DATA_PTR to file scope by John Rigby · 14 years ago
  60. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  61. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  62. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  63. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  64. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  65. a19e62d add CONFIG_SYS_FEC_FULL_MII for MCF5445x by Wolfgang Wegner · 15 years ago
  66. 5fe66d7 add CONFIG_SYS_FEC_NO_SHARED_PHY for MCF5445x by Wolfgang Wegner · 15 years ago
  67. acf782f add missing PCS3 for MCF5445x by Wolfgang Wegner · 15 years ago
  68. 45dbaf2 m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU by Peter Tyser · 15 years ago