1. 7fdee74 nios2: add 10m50 devboard support by Thomas Chou · 9 years ago
  2. c46e51b nios2: add memcpy_fromio and memcpy_toio by Thomas Chou · 9 years ago
  3. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  4. 7f30312 Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · 9 years ago
  5. 9e0cf7b nios2: fix cached mode in clearing the BSS by Thomas Chou · 9 years ago
  6. 804a551 nios2: remove CONFIG_SYS_INIT_SP macro by Thomas Chou · 9 years ago
  7. 043a497 nios2: change virt_to_phys to use physaddr_mask in global data by Thomas Chou · 9 years ago
  8. 8392e2f nios2: remove the useless parenthesis in asm/io.h by Thomas Chou · 9 years ago
  9. ebf8aac nios2: fix map_physmem to do real cache mapping by Thomas Chou · 9 years ago
  10. fa3414d nios2: Use the generic bitops headers by Fabio Estevam · 9 years ago
  11. 9f36cbc nios2: fix virt_to_phys for nios2 with MMU by Thomas Chou · 9 years ago
  12. 4d7d92f nios2: zap nios2-generic board dir by Thomas Chou · 9 years ago
  13. 8e1e96d nios2: convert dma_alloc_coherent to use malloc_cache_aligned by Thomas Chou · 9 years ago
  14. 93f9646 nios2: convert copy_exception_trampoline to use dm cpu data by Thomas Chou · 9 years ago
  15. 741085b nios2: convert cache flush to use dm cpu data by Thomas Chou · 9 years ago
  16. 3982617 nios2: set default cache configuration in start.S by Thomas Chou · 9 years ago
  17. f8efd77 nios2: clean up comments style in start.S by Thomas Chou · 9 years ago
  18. 8701cc3 nios2: convert ioremap to use dm cpu data by Thomas Chou · 9 years ago
  19. 72b6198 nios2: convert do_reset to use dm cpu data by Thomas Chou · 9 years ago
  20. e0fa55f nios2: remove asm/psr.h by Thomas Chou · 9 years ago
  21. 36b9c9a nios2: convert altera sysid to driver model by Thomas Chou · 9 years ago
  22. 221d2ac nios2: convert altera timer to driver model by Thomas Chou · 9 years ago
  23. c617026 nios2: convert nios2 cpu to driver model by Thomas Chou · 9 years ago
  24. fb1a4bf nios2 : convert altera_pio to driver model by Thomas Chou · 9 years ago
  25. 99b336a nios2: add clear and set bits macros by Thomas Chou · 9 years ago
  26. 26066df nios2: convert altera_jtag_uart to driver model by Thomas Chou · 9 years ago
  27. 4e1acb7 nios2: map physical address to uncached virtual address by Thomas Chou · 9 years ago
  28. c3c6ab1 nios2: call board_init_f_mem by Thomas Chou · 9 years ago
  29. 60a3b1b nios2: zap version_string by Thomas Chou · 9 years ago
  30. a646271 nios2: zap dly_clks by Thomas Chou · 9 years ago
  31. 16dc04b nios2: Split timer code into timer.c by Thomas Chou · 9 years ago
  32. 47903a6 nios2: Switch to generic timer by Thomas Chou · 9 years ago
  33. 0d5f5e1 nios2: enable device tree control of U-Boot by Thomas Chou · 9 years ago
  34. 93a7842 nios2: define _end in link script by Thomas Chou · 9 years ago
  35. 63ed255 nios2: remove gp assignments in link script by Thomas Chou · 9 years ago
  36. f2bec0e nios2: enlarge the code relocation range by Thomas Chou · 9 years ago
  37. fb731f2 nios2: BSS should be cleared only after board_init_f by Thomas Chou · 9 years ago
  38. f069960 arch: Make board selection choices optional by Joe Hershberger · 10 years ago
  39. 9a3fe06 fdt: nios: Fix warning in ft_cpu_setup() by Simon Glass · 10 years ago
  40. 57a11eb generic-board: select SYS_GENERIC_BOARD for some architectures by Masahiro Yamada · 10 years ago
  41. 9e4af83 generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig by Masahiro Yamada · 10 years ago
  42. 17def7d Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · 10 years ago
  43. 2aec3cc fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
  44. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  45. a174b91 nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook by Thomas Chou · 10 years ago
  46. 0f9763f nios2: move nios2.h to arch asm directory by Thomas Chou · 10 years ago
  47. 769cb5c nios2: divide nios2-io.h into each specific drivers and remove it by Thomas Chou · 10 years ago
  48. febc391 nios2: remove EPCS driver by Thomas Chou · 10 years ago
  49. cce3e75 nios2: add generic board support by Thomas Chou · 10 years ago
  50. bd13eab nios2: remove obsolete PCI5441 and PK1C20 boards by Thomas Chou · 10 years ago
  51. 4b4ef68 nios2: Fix printf size_t format related warnings (again...) by Vasili Galka · 10 years ago
  52. 4869aee kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · 10 years ago
  53. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  54. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  55. f0ac9e0 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · 11 years ago
  56. 07bcebf nios2: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  57. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  58. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  59. a4a0f42 nios2: fix missing comment terminator from SPDX License commit by Thomas Chou · 11 years ago
  60. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  61. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  62. da233ce avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  63. 794a921 Clarify bootm OS arguments by Simon Glass · 11 years ago
  64. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  65. ed31d81 nios2: fix style in board.c. by Andreas Bießmann · 12 years ago
  66. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  67. 9bce37c Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  68. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  69. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  70. e10ffab Clean up libfdt.h includes by Gerald Van Baren · 12 years ago
  71. 123122a nios2: Use generic global_data by Simon Glass · 12 years ago
  72. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  73. d3db57b nios2: remove asm/status_led.h by Thomas Chou · 12 years ago
  74. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  75. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  76. e335e3c nios2: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  77. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  78. fe06c18 nios2: move gd and bd into BSS by Thomas Chou · 13 years ago
  79. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  80. fe832a0 nios2: implement get_ticks and get_tbclk by Alex Hornung · 13 years ago
  81. 8bbcefe nios2: add flush_dcache_range function by Stefan Kristiansson · 13 years ago
  82. 089ba38 nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). by Joachim Foerster · 13 years ago
  83. c932eed gpio: Add driver for Altera's PIO core by Joachim Foerster · 13 years ago
  84. f292474 nios2: Pseudo implement dcache_status/enable/disable() by Joachim Foerster · 13 years ago
  85. 4b17083 nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  86. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  87. 5da0bed image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  88. b918173 POST: add post_log_res field for post results in global data by Valentin Longchamp · 13 years ago
  89. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  90. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  91. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  92. 41956cb nios2: Make STANDALONE_LOAD_ADDR configurable per board by Thomas Chou · 14 years ago
  93. 34c6dd2 Handle most LDSCRIPT setting centrally by Scott Wood · 14 years ago
  94. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  95. 3935873 Introduce a new linker flag LDFLAGS_FINAL by Haiying Wang · 14 years ago
  96. 5dbb29f nios2: add gpio_is_valid by Thomas Chou · 14 years ago
  97. 111d446 nios2: use long for ssize_t by Thomas Chou · 14 years ago
  98. c259ec8 nios2: add gpio_free by Thomas Chou · 14 years ago
  99. b859b8c Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS by Nobuhiro Iwamatsu · 14 years ago
  100. 8411888 Remove redundant config.mk files by Wolfgang Denk · 14 years ago