1. 21ff734 nios2: convert cache flush to use dm cpu data by Thomas Chou · 9 years ago
  2. 55e2b4d nios2: set default cache configuration in start.S by Thomas Chou · 9 years ago
  3. 4a572fa nios2: clean up comments style in start.S by Thomas Chou · 9 years ago
  4. a64be61 nios2: convert ioremap to use dm cpu data by Thomas Chou · 9 years ago
  5. 121e36d nios2: convert do_reset to use dm cpu data by Thomas Chou · 9 years ago
  6. 6368c3e nios2: remove asm/psr.h by Thomas Chou · 9 years ago
  7. ca844dd nios2: convert altera sysid to driver model by Thomas Chou · 9 years ago
  8. a54915d nios2: convert altera timer to driver model by Thomas Chou · 9 years ago
  9. bcae80e nios2: convert nios2 cpu to driver model by Thomas Chou · 9 years ago
  10. 88d5ecf nios2 : convert altera_pio to driver model by Thomas Chou · 9 years ago
  11. d21275e nios2: add clear and set bits macros by Thomas Chou · 9 years ago
  12. 220e802 nios2: convert altera_jtag_uart to driver model by Thomas Chou · 9 years ago
  13. 37e2449 nios2: map physical address to uncached virtual address by Thomas Chou · 9 years ago
  14. 3e468e6 nios2: call board_init_f_mem by Thomas Chou · 9 years ago
  15. 3424380 nios2: zap version_string by Thomas Chou · 9 years ago
  16. 651389a nios2: zap dly_clks by Thomas Chou · 9 years ago
  17. e6500f8 nios2: Split timer code into timer.c by Thomas Chou · 9 years ago
  18. fea7f3a nios2: Switch to generic timer by Thomas Chou · 9 years ago
  19. e6e2c15 nios2: enable device tree control of U-Boot by Thomas Chou · 9 years ago
  20. 1226dfd nios2: define _end in link script by Thomas Chou · 9 years ago
  21. 355483e nios2: remove gp assignments in link script by Thomas Chou · 9 years ago
  22. e900298 nios2: enlarge the code relocation range by Thomas Chou · 9 years ago
  23. 4192b8c nios2: BSS should be cleared only after board_init_f by Thomas Chou · 9 years ago
  24. a26cd04 arch: Make board selection choices optional by Joe Hershberger · 9 years ago
  25. 4bde2e9 fdt: nios: Fix warning in ft_cpu_setup() by Simon Glass · 10 years ago
  26. 0a9e7ee generic-board: select SYS_GENERIC_BOARD for some architectures by Masahiro Yamada · 10 years ago
  27. 0a12e68 generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig by Masahiro Yamada · 10 years ago
  28. e19db55 Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · 10 years ago
  29. e895a4b fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
  30. 461be2f kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  31. c69d2e5 nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook by Thomas Chou · 10 years ago
  32. 57cfeb5 nios2: move nios2.h to arch asm directory by Thomas Chou · 10 years ago
  33. 8645071 nios2: divide nios2-io.h into each specific drivers and remove it by Thomas Chou · 10 years ago
  34. 055626a nios2: remove EPCS driver by Thomas Chou · 10 years ago
  35. 5ff10aa nios2: add generic board support by Thomas Chou · 10 years ago
  36. 70fbc46 nios2: remove obsolete PCI5441 and PK1C20 boards by Thomas Chou · 10 years ago
  37. 00a2517 nios2: Fix printf size_t format related warnings (again...) by Vasili Galka · 10 years ago
  38. 90f984e kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · 10 years ago
  39. dd84058 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  40. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  41. 9b6e2c3 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · 11 years ago
  42. afea2c9 nios2: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  43. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  44. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  45. 1a05b5f nios2: fix missing comment terminator from SPDX License commit by Thomas Chou · 11 years ago
  46. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  47. b8eee43 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  48. 2cb0e55 avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  49. 983c72f Clarify bootm OS arguments by Simon Glass · 11 years ago
  50. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  51. 63495ad nios2: fix style in board.c. by Andreas Bießmann · 11 years ago
  52. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  53. 1865286 Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  54. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  55. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  56. 58864dd Clean up libfdt.h includes by Gerald Van Baren · 12 years ago
  57. 1f7559e nios2: Use generic global_data by Simon Glass · 12 years ago
  58. 5cb4858 Add architecture-specific global data by Simon Glass · 12 years ago
  59. db71964 nios2: remove asm/status_led.h by Thomas Chou · 12 years ago
  60. 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  61. 5567514 common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  62. 7fffe2f nios2: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  63. 47fde91 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  64. 7dfb060 nios2: move gd and bd into BSS by Thomas Chou · 12 years ago
  65. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  66. 7bd7b31 nios2: implement get_ticks and get_tbclk by Alex Hornung · 13 years ago
  67. 8875833 nios2: add flush_dcache_range function by Stefan Kristiansson · 13 years ago
  68. 4279c53 nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). by Joachim Foerster · 13 years ago
  69. 03d67e1 gpio: Add driver for Altera's PIO core by Joachim Foerster · 13 years ago
  70. f956ad9 nios2: Pseudo implement dcache_status/enable/disable() by Joachim Foerster · 13 years ago
  71. 6fa6035 nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  72. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  73. 476af29 image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  74. 7984395 POST: add post_log_res field for post results in global data by Valentin Longchamp · 13 years ago
  75. 9558b48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  76. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  77. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  78. e09e083 nios2: Make STANDALONE_LOAD_ADDR configurable per board by Thomas Chou · 13 years ago
  79. 83b7e2a Handle most LDSCRIPT setting centrally by Scott Wood · 14 years ago
  80. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  81. 6dc1eceb Introduce a new linker flag LDFLAGS_FINAL by Haiying Wang · 14 years ago
  82. d8a593c nios2: add gpio_is_valid by Thomas Chou · 14 years ago
  83. 85debef nios2: use long for ssize_t by Thomas Chou · 14 years ago
  84. e91d545 nios2: add gpio_free by Thomas Chou · 14 years ago
  85. 8aba9dc Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS by Nobuhiro Iwamatsu · 14 years ago
  86. 263d5c2 Remove redundant config.mk files by Wolfgang Denk · 14 years ago
  87. 882b7d7 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  88. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  89. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  90. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  91. 5a75e12 FDT: only call boot_get_fdt from generic code by John Rigby · 14 years ago
  92. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  93. 91a7675 Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  94. 7a6a7d1 nios2: fix out of reach case for do_reset by Thomas Chou · 14 years ago
  95. 62a0557 nios2: fix bootm error on fdt args by Thomas Chou · 14 years ago
  96. 6db6c18 nios2: add gpio_request by Thomas Chou · 14 years ago
  97. 06c5d30 nios2: add fdt support by Thomas Chou · 14 years ago
  98. cb2da50 nios2: use gc sections to reduce image size by Thomas Chou · 14 years ago
  99. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  100. 6803336 nios2: allow STANDALONE_LOAD_ADDR overriding by Thomas Chou · 14 years ago