1. e5348c7 lmb: do away with arch_lmb_reserve() by Sughosh Ganu · Mon Aug 26 17:29:30 2024 +0530
  2. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · Mon Aug 26 17:29:18 2024 +0530
  3. 8ae30e5 global_data: Move pci_clk to m68k and powerpc by Simon Glass · Wed Aug 21 10:18:53 2024 -0600
  4. 139a937 m68k: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:23 2024 +0200
  5. f8628fa m68k: Rename icache_invalid to invalidate_icache_all by Tom Rini · Wed Jun 19 15:27:54 2024 -0600
  6. 8bcc53a m68k: Implement a default flush_dcache_all by Tom Rini · Wed Jun 19 15:27:53 2024 -0600
  7. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  8. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  9. dee15a9 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · Tue Apr 30 20:40:48 2024 -0600
  10. 793921e Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · Thu Apr 18 08:29:35 2024 -0600
  11. 5725dde Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · Wed Apr 10 17:06:27 2024 -0600
  12. 586138f treewide: Make arch-specific bootm code depend on BOOTM by Simon Glass · Thu Dec 14 21:19:02 2023 -0700
  13. 13692b3 Merge patch series "Complete decoupling of bootm logic from commands" by Tom Rini · Thu Dec 21 16:10:00 2023 -0500
  14. 0726d9d bootm: Adjust arguments of boot_os_fn by Simon Glass · Fri Dec 15 20:14:13 2023 -0700
  15. d1d3551 m68k: Add a reset_cpu() function by Simon Glass · Fri Dec 15 20:14:06 2023 -0700
  16. 2a526c3 m68k: Rework asm/global_data.h slightly by Tom Rini · Thu Dec 14 13:16:51 2023 -0500
  17. fa9af72 m68k: Remove CONFIG_FSLDMAFEC by Tom Rini · Wed Nov 01 12:28:05 2023 -0400
  18. 3cb9c37 m68k: Remove common.h usage by Tom Rini · Thu Oct 12 19:03:56 2023 -0400
  19. 4c77f06 arch: m68k: Introduce trivial PIT based timer by Marek Vasut · Thu Mar 23 01:20:40 2023 +0100
  20. 38908f5 arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR by Marek Vasut · Thu Mar 23 01:20:39 2023 +0100
  21. 6d9b900 m68k: add private libgcc ashrdi3 by Angelo Dureghello · Tue Mar 14 10:06:58 2023 +0100
  22. 49becce m68k: rename CONFIG_MCFTMR to CFG_MCFTMR by Angelo Dureghello · Sat Feb 25 23:25:26 2023 +0100
  23. ae7ed57 Correct SPL uses of LMB by Simon Glass · Sun Feb 05 15:40:13 2023 -0700
  24. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  25. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  26. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  27. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · Tue Sep 06 20:26:50 2022 -0600
  28. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  29. 8aaae3d zynqmp: Run board_get_usable_ram_top() only on main U-Boot by Ashok Reddy Soma · Thu Jul 07 10:45:37 2022 +0200
  30. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  31. d0dd68f lmb: Switch to generic arch_lmb_reserve_generic() by Marek Vasut · Fri Sep 10 22:47:10 2021 +0200
  32. 7ab2f5f m68k: Remove M5475x boards by Tom Rini · Fri May 14 21:34:10 2021 -0400
  33. 134cc2b allow opting out of WATCHDOG_RESET() from timer interrupt by Rasmus Villemoes · Wed Apr 14 09:18:22 2021 +0200
  34. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · Mon Feb 15 08:19:40 2021 -0500
  35. 1ae7a0c bdinfo: Rename function names to be clearer by Bin Meng · Sun Jan 31 20:36:05 2021 +0800
  36. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  37. 2c82391 common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · Sat Nov 28 10:43:18 2020 +0200
  38. f8a961b board_f: m68k: Factor out m68k-specific bdinfo setup by Ovidiu Panait · Fri Jul 24 14:12:18 2020 +0300
  39. 3ae4e95 cmd: bdinfo: Move sram info prints to generic code by Ovidiu Panait · Fri Jul 24 14:12:13 2020 +0300
  40. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  41. 227b24b bdinfo: m68k: ppc: Move arch-specific code from bdinfo by Simon Glass · Sun May 10 14:16:59 2020 -0600
  42. f1e3607 bdinfo: m68k: Move m68k-specific info into its own file by Simon Glass · Sun May 10 14:16:58 2020 -0600
  43. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  44. 6b9f010 common: Drop asm/ptrace.h from common header by Simon Glass · Sun May 10 11:40:06 2020 -0600
  45. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  46. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  47. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  48. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  49. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  50. ed2f660 m68k: Drop CONFIG_MCFPIT support by Tom Rini · Mon Nov 11 09:39:11 2019 -0500
  51. 8ff47f7 m68k: add dm fec support by Angelo Durgehello · Fri Nov 15 23:54:16 2019 +0100
  52. 537ecc9 common: Move trap_init() out of common.h by Simon Glass · Thu Nov 14 12:57:48 2019 -0700
  53. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · Thu Nov 14 12:57:41 2019 -0700
  54. f87959b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · Thu Nov 14 12:57:40 2019 -0700
  55. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  56. 45c7890 common: Move some time functions out of common.h by Simon Glass · Thu Nov 14 12:57:26 2019 -0700
  57. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  58. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  59. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  60. 8ddcf38 m68k: fix cache.c for Coldfire V4E by Angelo Dureghello · Wed May 31 21:32:48 2017 +0200
  61. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  62. 04cfea5 arch, board: squash lines for immediate return by Masahiro Yamada · Tue Sep 06 22:17:38 2016 +0900
  63. 5e79817 m68k: add private libgcc by angelo@sysam.it · Sun Dec 06 17:47:59 2015 +0100
  64. 22f483c m68k: cache: add an empty stub functions for invalidate/flush dcache by Wu, Josh · Mon Jul 27 11:40:15 2015 +0800
  65. ef999e3 m68k: remove arch/m68k/lib/board.c by Masahiro Yamada · Thu Mar 19 19:42:53 2015 +0900
  66. f245ae9 m68k: add generic-board support by angelo@sysam.it · Thu Feb 12 01:40:17 2015 +0100
  67. 08315a8 m68k: Remove CONFIG_CMD_BEDBUG related code by Vasili Galka · Sun Jun 15 18:41:16 2014 +0300
  68. 660031e m68k: Fix warnings with gcc 4.6 by Simon Glass · Sat Jun 07 22:07:58 2014 -0600
  69. e3a762c m68k: powerpc: Clean up do_mdm_init by Simon Glass · Thu Apr 10 20:01:32 2014 -0600
  70. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · Fri Apr 04 20:09:58 2014 +0900
  71. abff819 m68k: convert makefiles to Kbuild style by Masahiro Yamada · Mon Oct 21 11:53:35 2013 +0900
  72. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · Fri Oct 04 17:43:24 2013 +0200
  73. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  74. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Wed Jul 24 09:22:28 2013 -0400
  75. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  76. 479a4cf i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · Tue Jan 29 08:53:15 2013 +0100
  77. e0e55bc i2c: common changes for multibus/multiadapter support by Heiko Schocher · Mon Jan 16 21:12:24 2012 +0000
  78. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · Wed Jun 26 15:55:16 2013 +0200
  79. da233ce avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · Tue Jul 02 13:57:44 2013 +0200
  80. 537f186 m68k: fix debug call befor serial init by Jens Scharsig (BuS Elektronik) · Wed Jan 16 08:24:10 2013 +0100
  81. 6b4f076 m68k: Use image_setup_linux() instead of local code by Simon Glass · Wed May 08 08:06:05 2013 +0000
  82. d7a886b lib: consolidate hang() by Andreas Bießmann · Thu Apr 18 22:48:50 2013 +0000
  83. 4a59809 Consolidate bool type by York Sun · Mon Apr 01 11:29:11 2013 -0700
  84. 6f98490 Declare watchdog functions in watchdog.h by Simon Glass · Tue Mar 05 14:39:42 2013 +0000
  85. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · Thu Mar 14 06:54:53 2013 +0000
  86. b3b533c malloc: make malloc_bin_reloc static by Gabor Juhos · Mon Jan 21 21:10:38 2013 +0000
  87. 568a7b6 m68k: Move CONFIG_EXTRA_CLOCK to arch_global_data by Simon Glass · Thu Dec 13 20:49:07 2012 +0000
  88. 46c1ca1 m68k/lib: fix serial driver relocation by angelo · Fri Nov 23 12:23:39 2012 +0000
  89. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · Tue Dec 11 22:16:22 2012 -0600
  90. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · Fri Oct 12 10:27:04 2012 +0000
  91. 136c04a m68k: Fix unused variable in board.c by Marek Vasut · Wed Oct 03 13:28:46 2012 +0000
  92. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · Fri Sep 14 23:45:51 2012 +0200
  93. 01fe7db malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · Sun Jun 03 12:40:04 2012 +0000
  94. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · Wed Apr 04 18:53:41 2012 +0000
  95. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  96. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  97. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · Sat Dec 10 11:07:54 2011 +0000
  98. 0fb0622 m68k: Change memsz to a signed char to avoid warning by Simon Glass · Thu Jan 05 17:54:56 2012 +0000
  99. 9e5689f m68k: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · Thu Oct 13 14:43:09 2011 +0000
  100. a23230c net: drop !NET_MULTI code by Mike Frysinger · Sun Oct 02 10:01:27 2011 +0000