1. 549651f arch: m68k: Implement relocation by Marek Vasut · Sun Aug 27 00:25:36 2023 +0200
  2. 4a7039f m68k: move watchdog functions in mcf_wdt driver by Angelo Dureghello · Sat Jun 24 23:22:23 2023 +0200
  3. 38908f5 arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR by Marek Vasut · Thu Mar 23 01:20:39 2023 +0100
  4. 49becce m68k: rename CONFIG_MCFTMR to CFG_MCFTMR by Angelo Dureghello · Sat Feb 25 23:25:26 2023 +0100
  5. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  6. 9e7eeec m68k: Rename CONFIG_WATCHDOG_TIMEOUT to CONFIG_WATCHDOG_TIMEOUT_MSECS by Tom Rini · Sat Nov 19 18:45:45 2022 -0500
  7. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  8. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  9. 051a608 m68k: mcf: Remove overloading version_string by Pali Rohár · Mon Aug 02 15:18:32 2021 +0200
  10. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  11. 940a922 treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · Fri Jun 26 15:13:34 2020 +0900
  12. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  13. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  14. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  15. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  16. 85d6531 common: Move clock functions into a new file by Simon Glass · Sat Dec 28 10:44:58 2019 -0700
  17. 284f71b common: Move relocate_code() to init.h by Simon Glass · Sat Dec 28 10:44:45 2019 -0700
  18. 8ff47f7 m68k: add dm fec support by Angelo Durgehello · Fri Nov 15 23:54:16 2019 +0100
  19. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · Thu Nov 14 12:57:41 2019 -0700
  20. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  21. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · Thu Nov 14 12:57:20 2019 -0700
  22. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  23. 3146b4d common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO by Angelo Dureghello · Sun Aug 20 00:01:55 2017 +0200
  24. 809438d Kconfig: Move config IDENT_STRING to Kconfig by Siva Durga Prasad Paladugu · Fri Jul 29 15:31:47 2016 +0530
  25. 65d5991 m68k: code reformatting for all start.S files by Angelo Dureghello · Sun May 22 00:14:29 2016 +0200
  26. ef9707c m68k: add malloc memory for early malloc by angelo@sysam.it · Wed Apr 27 21:50:44 2016 +0200
  27. b8cd132 m68k: fix broken buildman m68k by angelo@sysam.it · Tue Apr 12 00:30:59 2016 +0200
  28. 8bd8622 m68k: merge per-CPU config.mk into arch/m68k/Makefile by Masahiro Yamada · Fri Mar 27 17:01:13 2015 +0900
  29. 04223a2 m68k: mcf523x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · Fri Mar 27 17:01:11 2015 +0900
  30. 4834c64 m68k: Fix incorrect memory access on M5235 by Vasili Galka · Mon Jun 30 12:59:41 2014 +0300
  31. f375aef m68k: merge compile flags -ffixed-d7 -sep-data by Masahiro Yamada · Wed Feb 26 14:51:04 2014 +0900
  32. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · Tue Feb 04 17:24:28 2014 +0900
  33. abff819 m68k: convert makefiles to Kbuild style by Masahiro Yamada · Mon Oct 21 11:53:35 2013 +0900
  34. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Wed Jul 24 09:22:28 2013 -0400
  35. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  36. f285074 i2c, fsl_i2c: switch to new multibus/multiadapter support by Heiko Schocher · Wed Oct 24 13:48:22 2012 +0200
  37. c2baaec ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data by Simon Glass · Thu Dec 13 20:48:49 2012 +0000
  38. 876813b m68k: Fix wrong assembler instruction in start.S by Marek Vasut · Wed Oct 03 13:28:43 2012 +0000
  39. d132fe6 ColdFire: Clean up checkpatch warnings for MCF523x by Alison Wang · Mon Mar 26 21:49:06 2012 +0000
  40. b0cbdc5 ColdFire: Add $(obj) before cpu lib to correct build by stany MARCEL · Fri Oct 14 04:38:02 2011 +0000
  41. cbaa323 ColdFire: Update compile flags for each CPUs by Jason Jin · Thu Aug 18 14:41:14 2011 +0800
  42. 61d0195 unify version_string by Andreas Bießmann · Mon Jul 18 20:24:04 2011 +0200
  43. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:41:17 2010 -0400
  44. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  45. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  46. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  47. 45dbaf2 m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:12 2010 -0500