1. 7cb1421 sparc: leon3: Move ambapp_bus_init() call to arch_cpu_init() function by Francois Retief · 9 years ago
  2. b1d20d9 sparc: leon3: Move snoop detection from startup.S to arch_cpu_init() by Francois Retief · 9 years ago
  3. e3051d9 sparc: Initial ground work for generic board initialization by Francois Retief · 9 years ago
  4. 21ffc1f sparc: Fix whitespace in cpu/leon2/cpu_init.c by Francois Retief · 9 years ago
  5. e3cdd07 sparc: leon3: Updated serial driver to use CONFIG_CONS_INDEX by Francois Retief · 9 years ago
  6. eb2de58 sparc: Serial baud rate register support multiple buses with different frequency by Daniel Hellstrom · 15 years ago
  7. c35ce85 sparc: leon3: Clear GD_FLAG_SERIAL_READY flag on AMBA failure by Francois Retief · 9 years ago
  8. 2063ccf sparc: Added function that checks if IRQ is on or off by Daniel Hellstrom · 15 years ago
  9. cb0c606 sparc: Remove version_string variable from start.S file by Francois Retief · 9 years ago
  10. f6b3d1e sparc: Move SYS_SPARC_NWINDOWS to Kconfig by Francois Retief · 9 years ago
  11. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  12. d18eb7b sparc: leon3: Add debug_uart support to LEON3 serial driver. by Francois Retief · 9 years ago
  13. 72c3e19 sparc: ambapp: Removed warning and unnecessary printout. by Daniel Hellstrom · 14 years ago
  14. 9d59af9 sparc: leon3: Moved GRLIB core header files to common include/grlib directory by Daniel Hellstrom · 15 years ago
  15. a7da6a0 sparc: leon3: Added memory controller initialization using new AMBA PnP routines. by Daniel Hellstrom · 15 years ago
  16. 02e2a84 sparc: leon3: Reimplemented AMBA Plug&Play scanning routines. by Daniel Hellstrom · 15 years ago
  17. 9e12858 sparc: Update startup code to take PIC mode into account by Francois Retief · 9 years ago
  18. ff6929d sparc: Update LEON serial drivers to use readl/writel macros by Francois Retief · 9 years ago
  19. 335943f sparc: Add -mcpu= compiler flags for LEON2/LEON3 by Francois Retief · 9 years ago
  20. 44d46c0 sparc: Fix broken files during license changes by Francois Retief · 9 years ago
  21. 4dc3970 Replace "extern inline" with "static inline" by Måns Rullgård · 9 years ago
  22. 2a33c78 sparc: Use the generic bitops headers by Fabio Estevam · 9 years ago
  23. f069960 arch: Make board selection choices optional by Joe Hershberger · 10 years ago
  24. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  25. 17def7d Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · 10 years ago
  26. b37a03d sparc: merge CONFIG_SYS_CPU and CONFIG_SYS_VENDOR defines by Masahiro Yamada · 10 years ago
  27. 156be26 sparc: merge arch/sparc/cpu/*/config.mk to arch/sparc/config.mk by Masahiro Yamada · 10 years ago
  28. f54d7d6 sparc: move CONFIG_{LEON, LEON2, LEON3} to Kconfig by Masahiro Yamada · 10 years ago
  29. 14eaac1 sparc: Use nicer prompt for board select menu by Masahiro Yamada · 10 years ago
  30. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  31. 4869aee kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · 10 years ago
  32. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  33. 8ac041e sparc: merge LEON2 and LEON3 linker scripts by Masahiro Yamada · 10 years ago
  34. bbc1850 sparc: merge LEON3 linker scripts by Masahiro Yamada · 10 years ago
  35. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  36. 9c2a0f2 leon: implement missing get_tbclk() by Daniel Hellstrom · 11 years ago
  37. 8f7557d leon: use CONFIG_SYS_HZ to config timer prescaler by Daniel Hellstrom · 11 years ago
  38. 98e4a90 sparc: consolidate CONFIG_{LEON, LEON2, LEON3} definition by Masahiro Yamada · 11 years ago
  39. 39c8968 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
  40. 958fe8f kbuild: improve Kbuild speed by Masahiro Yamada · 11 years ago
  41. a06c7cd config.mk: specify the exact path to standalone linker script by Masahiro Yamada · 11 years ago
  42. f0ac9e0 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · 11 years ago
  43. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  44. 44c1785 sparc: Correct arch/sparc/cpu/leon3/start.S from SPDX conversion by Tom Rini · 11 years ago
  45. 4e56395 include: delete include/linux/config.h by Masahiro Yamada · 11 years ago
  46. ac9ecc4 sparc: include config.h to start.S by Masahiro Yamada · 11 years ago
  47. 873ccf8 sparc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  48. 5e3d1b1 sparc: fix a link error by Masahiro Yamada · 11 years ago
  49. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  50. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  51. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  52. da233ce avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  53. e9c6b3d sparc: Use image_setup_linux() instead of local code by Simon Glass · 12 years ago
  54. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  55. 0db3ea2 sparc: Fix build warnings in serial.c by Simon Glass · 12 years ago
  56. 8278371 sparc: Fix out-of-tree building by Simon Glass · 12 years ago
  57. 9bce37c Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  58. b3b533c malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
  59. 850d9aa sparc: Use generic global_data by Simon Glass · 12 years ago
  60. de0f529 sparc: Drop kbd_status and reset_status from global_data by Simon Glass · 12 years ago
  61. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  62. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  63. 459af69 Add strcasecmp() and strncasecmp() by Simon Glass · 12 years ago
  64. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  65. 78be002 sparc: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  66. d9c6449 serial: Use default_serial_puts() in drivers by Marek Vasut · 12 years ago
  67. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  68. f35317c serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · 12 years ago
  69. 2c91a96 serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driver by Marek Vasut · 12 years ago
  70. 8330d1e serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driver by Marek Vasut · 12 years ago
  71. 01fe7db malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · 12 years ago
  72. 032b080 dm: sparc: Fixup the compile warnings in sparc code by Marek Vasut · 12 years ago
  73. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  74. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  75. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  76. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  77. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  78. 12a13d6 bootstage: Convert progress numbers 20-41 to enums by Simon Glass · 13 years ago
  79. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  80. 45b1d6b sparc: fix unused variable warnings by Mike Frysinger · 13 years ago
  81. c131e52 sparc: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  82. fb2df08 sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  83. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  84. 5da0bed image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  85. b918173 POST: add post_log_res field for post results in global data by Valentin Longchamp · 13 years ago
  86. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  87. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
  88. bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · 13 years ago
  89. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  90. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  91. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  92. 33a5734 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · 14 years ago
  93. 5d0569a Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  94. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  95. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  96. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  97. c81025d Merge branch 'master' of git://git.denx.de/u-boot-sparc by Wolfgang Denk · 14 years ago
  98. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  99. 62b068b SPARC: added unaligned definitions by Magnus Sjalander · 15 years ago
  100. eea8e69 boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago