1. f069960 arch: Make board selection choices optional by Joe Hershberger · 10 years ago
  2. 9a3fe06 fdt: nios: Fix warning in ft_cpu_setup() by Simon Glass · 10 years ago
  3. 57a11eb generic-board: select SYS_GENERIC_BOARD for some architectures by Masahiro Yamada · 10 years ago
  4. 9e4af83 generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig by Masahiro Yamada · 10 years ago
  5. 17def7d Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · 10 years ago
  6. 2aec3cc fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
  7. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  8. a174b91 nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook by Thomas Chou · 10 years ago
  9. 0f9763f nios2: move nios2.h to arch asm directory by Thomas Chou · 10 years ago
  10. 769cb5c nios2: divide nios2-io.h into each specific drivers and remove it by Thomas Chou · 10 years ago
  11. febc391 nios2: remove EPCS driver by Thomas Chou · 10 years ago
  12. cce3e75 nios2: add generic board support by Thomas Chou · 10 years ago
  13. bd13eab nios2: remove obsolete PCI5441 and PK1C20 boards by Thomas Chou · 10 years ago
  14. 4b4ef68 nios2: Fix printf size_t format related warnings (again...) by Vasili Galka · 10 years ago
  15. 4869aee kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · 10 years ago
  16. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  17. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  18. f0ac9e0 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · 11 years ago
  19. 07bcebf nios2: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  20. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  21. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  22. a4a0f42 nios2: fix missing comment terminator from SPDX License commit by Thomas Chou · 11 years ago
  23. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  24. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  25. da233ce avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  26. 794a921 Clarify bootm OS arguments by Simon Glass · 11 years ago
  27. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  28. ed31d81 nios2: fix style in board.c. by Andreas Bießmann · 12 years ago
  29. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  30. 9bce37c Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  31. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  32. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  33. e10ffab Clean up libfdt.h includes by Gerald Van Baren · 12 years ago
  34. 123122a nios2: Use generic global_data by Simon Glass · 12 years ago
  35. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  36. d3db57b nios2: remove asm/status_led.h by Thomas Chou · 12 years ago
  37. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  38. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  39. e335e3c nios2: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  40. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  41. fe06c18 nios2: move gd and bd into BSS by Thomas Chou · 13 years ago
  42. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  43. fe832a0 nios2: implement get_ticks and get_tbclk by Alex Hornung · 13 years ago
  44. 8bbcefe nios2: add flush_dcache_range function by Stefan Kristiansson · 13 years ago
  45. 089ba38 nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). by Joachim Foerster · 13 years ago
  46. c932eed gpio: Add driver for Altera's PIO core by Joachim Foerster · 13 years ago
  47. f292474 nios2: Pseudo implement dcache_status/enable/disable() by Joachim Foerster · 13 years ago
  48. 4b17083 nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  49. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  50. 5da0bed image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  51. b918173 POST: add post_log_res field for post results in global data by Valentin Longchamp · 13 years ago
  52. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  53. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  54. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  55. 41956cb nios2: Make STANDALONE_LOAD_ADDR configurable per board by Thomas Chou · 14 years ago
  56. 34c6dd2 Handle most LDSCRIPT setting centrally by Scott Wood · 14 years ago
  57. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  58. 3935873 Introduce a new linker flag LDFLAGS_FINAL by Haiying Wang · 14 years ago
  59. 5dbb29f nios2: add gpio_is_valid by Thomas Chou · 14 years ago
  60. 111d446 nios2: use long for ssize_t by Thomas Chou · 14 years ago
  61. c259ec8 nios2: add gpio_free by Thomas Chou · 14 years ago
  62. b859b8c Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS by Nobuhiro Iwamatsu · 14 years ago
  63. 8411888 Remove redundant config.mk files by Wolfgang Denk · 14 years ago
  64. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  65. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  66. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  67. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  68. 708e667 FDT: only call boot_get_fdt from generic code by John Rigby · 14 years ago
  69. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  70. f710efd Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  71. 5975e79 nios2: fix out of reach case for do_reset by Thomas Chou · 14 years ago
  72. 97ffc02 nios2: fix bootm error on fdt args by Thomas Chou · 14 years ago
  73. 5ae05c5 nios2: add gpio_request by Thomas Chou · 14 years ago
  74. ac60514 nios2: add fdt support by Thomas Chou · 15 years ago
  75. 3b5b6ac nios2: use gc sections to reduce image size by Thomas Chou · 15 years ago
  76. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  77. 146d5d7 nios2: allow STANDALONE_LOAD_ADDR overriding by Thomas Chou · 15 years ago
  78. 38f1d98 nios2: fix div64 issue for gcc4 by Thomas Chou · 15 years ago
  79. 8fa3858 nios2: fix r15 issue for gcc4 by Thomas Chou · 15 years ago
  80. dc394a4 nios2: add gpio support by Thomas Chou · 15 years ago
  81. 232ce02 nios2: fix no flash, add nand and mmc init in board.c by Thomas Chou · 15 years ago
  82. f144ae7 nios2: consolidate reset initialization by Thomas Chou · 15 years ago
  83. 015e007 nios2: add dma_alloc_coherent by Thomas Chou · 15 years ago
  84. c9726c8 nios2: add 64 bits swab support by Thomas Chou · 15 years ago
  85. 277f658 nios2: allow link script overriding from boards by Thomas Chou · 15 years ago
  86. 12a8a65 nios2: Move individual board linker scripts to common script in cpu tree. by Scott McNutt · 15 years ago
  87. bd64c06 nios2: Move cpu/nios2/* to arch/nios2/cpu/* by Peter Tyser · 15 years ago
  88. 3cba3c1 Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 15 years ago
  89. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago