1. 4d7d92f nios2: zap nios2-generic board dir by Thomas Chou · Fri Oct 23 14:55:36 2015 +0800
  2. 8e1e96d nios2: convert dma_alloc_coherent to use malloc_cache_aligned by Thomas Chou · Sun Oct 18 20:03:53 2015 +0800
  3. 93f9646 nios2: convert copy_exception_trampoline to use dm cpu data by Thomas Chou · Tue Oct 06 14:09:19 2015 +0800
  4. 741085b nios2: convert cache flush to use dm cpu data by Thomas Chou · Fri Oct 23 07:58:20 2015 +0800
  5. 3982617 nios2: set default cache configuration in start.S by Thomas Chou · Fri Oct 09 20:09:17 2015 +0800
  6. f8efd77 nios2: clean up comments style in start.S by Thomas Chou · Tue Oct 06 10:12:59 2015 +0800
  7. 8701cc3 nios2: convert ioremap to use dm cpu data by Thomas Chou · Mon Oct 05 10:37:19 2015 +0800
  8. 72b6198 nios2: convert do_reset to use dm cpu data by Thomas Chou · Fri Oct 09 09:43:52 2015 +0800
  9. e0fa55f nios2: remove asm/psr.h by Thomas Chou · Fri Oct 09 09:32:00 2015 +0800
  10. 36b9c9a nios2: convert altera sysid to driver model by Thomas Chou · Wed Oct 14 08:43:31 2015 +0800
  11. 221d2ac nios2: convert altera timer to driver model by Thomas Chou · Thu Oct 22 22:28:53 2015 +0800
  12. c617026 nios2: convert nios2 cpu to driver model by Thomas Chou · Wed Oct 21 21:34:57 2015 +0800
  13. fb1a4bf nios2 : convert altera_pio to driver model by Thomas Chou · Wed Oct 21 21:33:45 2015 +0800
  14. 99b336a nios2: add clear and set bits macros by Thomas Chou · Wed Sep 30 20:56:53 2015 +0800
  15. 26066df nios2: convert altera_jtag_uart to driver model by Thomas Chou · Fri Oct 23 07:36:37 2015 +0800
  16. 4e1acb7 nios2: map physical address to uncached virtual address by Thomas Chou · Sat Oct 03 21:02:30 2015 +0800
  17. c3c6ab1 nios2: call board_init_f_mem by Thomas Chou · Wed Sep 09 15:09:43 2015 +0800
  18. 60a3b1b nios2: zap version_string by Thomas Chou · Wed Sep 09 13:41:32 2015 +0800
  19. a646271 nios2: zap dly_clks by Thomas Chou · Wed Sep 09 13:08:05 2015 +0800
  20. 16dc04b nios2: Split timer code into timer.c by Thomas Chou · Thu Oct 08 21:23:37 2015 +0800
  21. 47903a6 nios2: Switch to generic timer by Thomas Chou · Thu Oct 08 21:17:42 2015 +0800
  22. 0d5f5e1 nios2: enable device tree control of U-Boot by Thomas Chou · Sun Oct 18 19:42:09 2015 +0800
  23. 93a7842 nios2: define _end in link script by Thomas Chou · Sun Sep 06 20:13:34 2015 +0800
  24. 63ed255 nios2: remove gp assignments in link script by Thomas Chou · Sun Sep 06 20:18:10 2015 +0800
  25. f2bec0e nios2: enlarge the code relocation range by Thomas Chou · Fri Sep 04 16:39:16 2015 +0800
  26. fb731f2 nios2: BSS should be cleared only after board_init_f by Thomas Chou · Mon Sep 07 08:57:14 2015 +0800
  27. f069960 arch: Make board selection choices optional by Joe Hershberger · Tue May 12 14:46:23 2015 -0500
  28. 9a3fe06 fdt: nios: Fix warning in ft_cpu_setup() by Simon Glass · Fri Apr 03 17:57:24 2015 -0600
  29. 57a11eb generic-board: select SYS_GENERIC_BOARD for some architectures by Masahiro Yamada · Thu Mar 19 19:42:52 2015 +0900
  30. 9e4af83 generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig by Masahiro Yamada · Thu Mar 19 19:42:51 2015 +0900
  31. 17def7d Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · Fri Nov 21 23:51:33 2014 +0100
  32. 2aec3cc fdt: Allow ft_board_setup() to report failure by Simon Glass · Thu Oct 23 18:58:47 2014 -0600
  33. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · Sun Sep 14 03:01:49 2014 +0900
  34. a174b91 nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook by Thomas Chou · Thu Aug 28 17:29:06 2014 +0800
  35. 0f9763f nios2: move nios2.h to arch asm directory by Thomas Chou · Mon Aug 25 17:09:07 2014 +0800
  36. 769cb5c nios2: divide nios2-io.h into each specific drivers and remove it by Thomas Chou · Mon Aug 25 16:50:14 2014 +0800
  37. febc391 nios2: remove EPCS driver by Thomas Chou · Sat Aug 23 09:10:34 2014 +0800
  38. cce3e75 nios2: add generic board support by Thomas Chou · Fri Aug 22 11:36:47 2014 +0800
  39. bd13eab nios2: remove obsolete PCI5441 and PK1C20 boards by Thomas Chou · Thu Aug 21 14:36:30 2014 +0800
  40. 4b4ef68 nios2: Fix printf size_t format related warnings (again...) by Vasili Galka · Thu Aug 14 17:42:05 2014 +0300
  41. 4869aee kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · Wed Jul 30 14:08:23 2014 +0900
  42. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · Wed Jul 30 14:08:14 2014 +0900
  43. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · Fri Apr 04 20:09:58 2014 +0900
  44. f0ac9e0 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · Fri Feb 28 14:33:30 2014 +0900
  45. 07bcebf nios2: convert makefiles to Kbuild style by Masahiro Yamada · Mon Oct 21 11:53:33 2013 +0900
  46. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · Fri Oct 04 17:43:24 2013 +0200
  47. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  48. a4a0f42 nios2: fix missing comment terminator from SPDX License commit by Thomas Chou · Tue Sep 03 09:36:04 2013 +0800
  49. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  50. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · Wed Jun 26 15:55:16 2013 +0200
  51. 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
  52. 794a921 Clarify bootm OS arguments by Simon Glass · Tue Jun 11 11:14:46 2013 -0700
  53. d7a886b lib: consolidate hang() by Andreas Bießmann · Thu Apr 18 22:48:50 2013 +0000
  54. ed31d81 nios2: fix style in board.c. by Andreas Bießmann · Thu Apr 18 22:48:47 2013 +0000
  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. 9bce37c Introduce generic link section.h symbol files by Simon Glass · Tue Mar 05 14:39:37 2013 +0000
  57. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · Thu Mar 14 06:54:53 2013 +0000
  58. c24895e Refactor linker-generated arrays by Albert ARIBAUD · Mon Feb 25 00:59:00 2013 +0000
  59. e10ffab Clean up libfdt.h includes by Gerald Van Baren · Thu Feb 07 19:49:54 2013 -0500
  60. 123122a nios2: Use generic global_data by Simon Glass · Thu Dec 13 20:49:21 2012 +0000
  61. 3ac47d7 Add architecture-specific global data by Simon Glass · Thu Dec 13 20:48:30 2012 +0000
  62. d3db57b nios2: remove asm/status_led.h by Thomas Chou · Mon Nov 05 12:51:54 2012 +0800
  63. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · Wed Oct 17 00:45:46 2012 +0000
  64. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · Fri Oct 12 10:27:03 2012 +0000
  65. e335e3c nios2: Change bi_baudrate and global data baudrate to int by Simon Glass · Fri Oct 12 14:21:12 2012 +0000
  66. 211c210 global_data: unify global flag defines by Mike Frysinger · Sun Mar 18 14:31:24 2012 +0000
  67. fe06c18 nios2: move gd and bd into BSS by Thomas Chou · Mon Apr 23 10:55:02 2012 +0800
  68. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  69. fe832a0 nios2: implement get_ticks and get_tbclk by Alex Hornung · Mon Feb 20 07:34:48 2012 +0000
  70. 8bbcefe nios2: add flush_dcache_range function by Stefan Kristiansson · Fri Nov 04 14:38:08 2011 +0200
  71. 089ba38 nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). by Joachim Foerster · Wed Oct 26 14:25:00 2011 +0200
  72. c932eed gpio: Add driver for Altera's PIO core by Joachim Foerster · Fri Oct 21 15:48:50 2011 +0200
  73. f292474 nios2: Pseudo implement dcache_status/enable/disable() by Joachim Foerster · Thu Oct 20 10:28:10 2011 +0200
  74. 4b17083 nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · Mon Oct 17 16:46:05 2011 -0700
  75. a23230c net: drop !NET_MULTI code by Mike Frysinger · Sun Oct 02 10:01:27 2011 +0000
  76. 5da0bed image: push default arch values to arch headers by Mike Frysinger · Mon Oct 03 14:50:33 2011 +0000
  77. b918173 POST: add post_log_res field for post results in global data by Valentin Longchamp · Wed Aug 03 02:37:01 2011 +0000
  78. 3c28f48 console: Implement pre-console buffer by Graeme Russ · Thu Sep 01 00:48:27 2011 +0000
  79. 61d0195 unify version_string by Andreas Bießmann · Mon Jul 18 20:24:04 2011 +0200
  80. 5e669ff Timer: Remove set_timer completely by Graeme Russ · Fri Jul 15 02:18:12 2011 +0000
  81. 41956cb nios2: Make STANDALONE_LOAD_ADDR configurable per board by Thomas Chou · Sun Apr 17 10:52:46 2011 +0800
  82. 34c6dd2 Handle most LDSCRIPT setting centrally by Scott Wood · Wed Apr 06 13:31:37 2011 +0000
  83. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · Tue Mar 01 22:59:59 2011 +0000
  84. 3935873 Introduce a new linker flag LDFLAGS_FINAL by Haiying Wang · Tue Feb 22 16:38:05 2011 -0500
  85. 5dbb29f nios2: add gpio_is_valid by Thomas Chou · Mon Dec 27 10:46:01 2010 +0800
  86. 111d446 nios2: use long for ssize_t by Thomas Chou · Mon Dec 27 10:45:34 2010 +0800
  87. c259ec8 nios2: add gpio_free by Thomas Chou · Fri Dec 24 15:19:44 2010 +0800
  88. b859b8c Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS by Nobuhiro Iwamatsu · Thu Jan 06 10:23:54 2011 +0900
  89. 8411888 Remove redundant config.mk files by Wolfgang Denk · Sun Nov 28 21:18:57 2010 +0100
  90. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:41:17 2010 -0400
  91. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  92. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  93. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  94. 708e667 FDT: only call boot_get_fdt from generic code by John Rigby · Wed Oct 13 13:57:34 2010 -0600
  95. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · Sun Jun 20 23:33:59 2010 +0200
  96. f710efd Make getenv() work before relocation. by Wolfgang Denk · Sat Jul 24 20:22:02 2010 +0200
  97. 5975e79 nios2: fix out of reach case for do_reset by Thomas Chou · Mon Aug 16 10:49:44 2010 +0800
  98. 97ffc02 nios2: fix bootm error on fdt args by Thomas Chou · Fri Jul 30 14:12:12 2010 +0800
  99. 5ae05c5 nios2: add gpio_request by Thomas Chou · Wed Jun 09 09:51:09 2010 +0800
  100. ac60514 nios2: add fdt support by Thomas Chou · Mon May 31 11:58:05 2010 +0800