1. 791fa45 cpu: Convert the methods to use a const udevice * by Simon Glass · Sun Jan 26 22:06:27 2020 -0700
  2. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  3. 7a6b641 cpu: Convert the methods to use a const udevice * by Simon Glass · Sun Jan 26 22:06:27 2020 -0700
  4. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  5. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  6. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  7. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  8. 284f71b common: Move relocate_code() to init.h by Simon Glass · Sat Dec 28 10:44:45 2019 -0700
  9. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  10. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · Thu Nov 14 12:57:41 2019 -0700
  11. f87959b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · Thu Nov 14 12:57:40 2019 -0700
  12. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  13. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  14. 78548ea fdt: Move fdt_fixup_ethernet to a common place by Tom Rini · Fri Apr 28 08:51:44 2017 -0400
  15. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · Thu Apr 06 12:47:05 2017 -0600
  16. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  17. 3c75700 Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUP by Robert P. J. Day · Thu May 19 15:23:12 2016 -0400
  18. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · Thu Feb 11 13:23:26 2016 -0700
  19. a92c6152 nios2: set up the debug UART early by Thomas Chou · Wed Dec 30 20:29:18 2015 +0800
  20. 6cb4c46 Fix board init code to respect the C runtime environment by Albert ARIBAUD · Wed Nov 25 17:56:32 2015 +0100
  21. 48b42e6 nios2: display altera sysid at startup by Thomas Chou · Wed Dec 16 16:07:06 2015 +0800
  22. 9e0cf7b nios2: fix cached mode in clearing the BSS by Thomas Chou · Tue Nov 03 13:52:15 2015 +0800
  23. 804a551 nios2: remove CONFIG_SYS_INIT_SP macro by Thomas Chou · Tue Nov 03 13:47:02 2015 +0800
  24. 043a497 nios2: change virt_to_phys to use physaddr_mask in global data by Thomas Chou · Tue Oct 27 09:02:17 2015 +0800
  25. ebf8aac nios2: fix map_physmem to do real cache mapping by Thomas Chou · Tue Oct 27 08:30:22 2015 +0800
  26. 93f9646 nios2: convert copy_exception_trampoline to use dm cpu data by Thomas Chou · Tue Oct 06 14:09:19 2015 +0800
  27. 741085b nios2: convert cache flush to use dm cpu data by Thomas Chou · Fri Oct 23 07:58:20 2015 +0800
  28. 3982617 nios2: set default cache configuration in start.S by Thomas Chou · Fri Oct 09 20:09:17 2015 +0800
  29. f8efd77 nios2: clean up comments style in start.S by Thomas Chou · Tue Oct 06 10:12:59 2015 +0800
  30. 72b6198 nios2: convert do_reset to use dm cpu data by Thomas Chou · Fri Oct 09 09:43:52 2015 +0800
  31. 36b9c9a nios2: convert altera sysid to driver model by Thomas Chou · Wed Oct 14 08:43:31 2015 +0800
  32. 221d2ac nios2: convert altera timer to driver model by Thomas Chou · Thu Oct 22 22:28:53 2015 +0800
  33. c617026 nios2: convert nios2 cpu to driver model by Thomas Chou · Wed Oct 21 21:34:57 2015 +0800
  34. 4e1acb7 nios2: map physical address to uncached virtual address by Thomas Chou · Sat Oct 03 21:02:30 2015 +0800
  35. c3c6ab1 nios2: call board_init_f_mem by Thomas Chou · Wed Sep 09 15:09:43 2015 +0800
  36. 60a3b1b nios2: zap version_string by Thomas Chou · Wed Sep 09 13:41:32 2015 +0800
  37. a646271 nios2: zap dly_clks by Thomas Chou · Wed Sep 09 13:08:05 2015 +0800
  38. 16dc04b nios2: Split timer code into timer.c by Thomas Chou · Thu Oct 08 21:23:37 2015 +0800
  39. 47903a6 nios2: Switch to generic timer by Thomas Chou · Thu Oct 08 21:17:42 2015 +0800
  40. 93a7842 nios2: define _end in link script by Thomas Chou · Sun Sep 06 20:13:34 2015 +0800
  41. 63ed255 nios2: remove gp assignments in link script by Thomas Chou · Sun Sep 06 20:18:10 2015 +0800
  42. f2bec0e nios2: enlarge the code relocation range by Thomas Chou · Fri Sep 04 16:39:16 2015 +0800
  43. fb731f2 nios2: BSS should be cleared only after board_init_f by Thomas Chou · Mon Sep 07 08:57:14 2015 +0800
  44. 9a3fe06 fdt: nios: Fix warning in ft_cpu_setup() by Simon Glass · Fri Apr 03 17:57:24 2015 -0600
  45. 2aec3cc fdt: Allow ft_board_setup() to report failure by Simon Glass · Thu Oct 23 18:58:47 2014 -0600
  46. a174b91 nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook by Thomas Chou · Thu Aug 28 17:29:06 2014 +0800
  47. 0f9763f nios2: move nios2.h to arch asm directory by Thomas Chou · Mon Aug 25 17:09:07 2014 +0800
  48. 769cb5c nios2: divide nios2-io.h into each specific drivers and remove it by Thomas Chou · Mon Aug 25 16:50:14 2014 +0800
  49. febc391 nios2: remove EPCS driver by Thomas Chou · Sat Aug 23 09:10:34 2014 +0800
  50. cce3e75 nios2: add generic board support by Thomas Chou · Fri Aug 22 11:36:47 2014 +0800
  51. 07bcebf nios2: convert makefiles to Kbuild style by Masahiro Yamada · Mon Oct 21 11:53:33 2013 +0900
  52. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · Fri Oct 04 17:43:24 2013 +0200
  53. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  54. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  55. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Mar 18 12:31:00 2013 -0400
  56. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · Thu Mar 14 06:54:53 2013 +0000
  57. c24895e Refactor linker-generated arrays by Albert ARIBAUD · Mon Feb 25 00:59:00 2013 +0000
  58. e10ffab Clean up libfdt.h includes by Gerald Van Baren · Thu Feb 07 19:49:54 2013 -0500
  59. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · Wed Oct 17 00:45:46 2012 +0000
  60. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · Fri Oct 12 10:27:03 2012 +0000
  61. fe832a0 nios2: implement get_ticks and get_tbclk by Alex Hornung · Mon Feb 20 07:34:48 2012 +0000
  62. 089ba38 nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). by Joachim Foerster · Wed Oct 26 14:25:00 2011 +0200
  63. f292474 nios2: Pseudo implement dcache_status/enable/disable() by Joachim Foerster · Thu Oct 20 10:28:10 2011 +0200
  64. 61d0195 unify version_string by Andreas Bießmann · Mon Jul 18 20:24:04 2011 +0200
  65. 5e669ff Timer: Remove set_timer completely by Graeme Russ · Fri Jul 15 02:18:12 2011 +0000
  66. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · Tue Mar 01 22:59:59 2011 +0000
  67. 8411888 Remove redundant config.mk files by Wolfgang Denk · Sun Nov 28 21:18:57 2010 +0100
  68. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:41:17 2010 -0400
  69. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  70. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  71. 5975e79 nios2: fix out of reach case for do_reset by Thomas Chou · Mon Aug 16 10:49:44 2010 +0800
  72. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  73. 8fa3858 nios2: fix r15 issue for gcc4 by Thomas Chou · Fri May 21 11:08:03 2010 +0800
  74. f144ae7 nios2: consolidate reset initialization by Thomas Chou · Tue Apr 20 11:01:11 2010 +0800
  75. 12a8a65 nios2: Move individual board linker scripts to common script in cpu tree. by Scott McNutt · Fri Apr 16 16:12:39 2010 -0400
  76. bd64c06 nios2: Move cpu/nios2/* to arch/nios2/cpu/* by Peter Tyser · Mon Apr 12 22:28:20 2010 -0500