1. 643aae1 include: delete include/linux/config.h by Masahiro Yamada · 11 years ago
  2. 76512e0 sparc: include config.h to start.S by Masahiro Yamada · 11 years ago
  3. 774b7d5 sparc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  4. 9f414a3 sparc: fix a link error by Masahiro Yamada · 11 years ago
  5. 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  6. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  7. b8eee43 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  8. 2cb0e55 avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  9. 2a08b74 sparc: Use image_setup_linux() instead of local code by Simon Glass · 11 years ago
  10. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  11. 68794b9 sparc: Fix build warnings in serial.c by Simon Glass · 12 years ago
  12. eb33809 sparc: Fix out-of-tree building by Simon Glass · 12 years ago
  13. 1865286 Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  14. 7b39523 malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
  15. 1e5f8bd sparc: Use generic global_data by Simon Glass · 12 years ago
  16. fa25c6f sparc: Drop kbd_status and reset_status from global_data by Simon Glass · 12 years ago
  17. 5cb4858 Add architecture-specific global data by Simon Glass · 12 years ago
  18. ec8a252 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  19. b1f17bf Add strcasecmp() and strncasecmp() by Simon Glass · 12 years ago
  20. 6c7c946 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  21. a8f1f1c sparc: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  22. ec3fd68 serial: Use default_serial_puts() in drivers by Marek Vasut · 12 years ago
  23. c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  24. a382725 serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · 12 years ago
  25. 29b5ff7 serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driver by Marek Vasut · 12 years ago
  26. af7be3b serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driver by Marek Vasut · 12 years ago
  27. 00d0d2a malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · 12 years ago
  28. b2f2760 dm: sparc: Fixup the compile warnings in sparc code by Marek Vasut · 12 years ago
  29. 47fde91 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  30. de30122 net: move bootfile init into eth_initialize by Mike Frysinger · 12 years ago
  31. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  32. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  33. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  34. 8ade950 bootstage: Convert progress numbers 20-41 to enums by Simon Glass · 13 years ago
  35. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  36. 8344a6d sparc: fix unused variable warnings by Mike Frysinger · 13 years ago
  37. 7459374 sparc: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  38. 3c3f8a7 sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  39. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  40. 476af29 image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  41. 7984395 POST: add post_log_res field for post results in global data by Valentin Longchamp · 13 years ago
  42. 9558b48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  43. fa82f87 Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
  44. 1626308 cleanup: Fix typos and misspellings in various files. by Mike Williams · 13 years ago
  45. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  46. 4769be2 Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  47. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  48. 8ae86b7 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · 14 years ago
  49. 6052cba Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  50. eddf52b Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  51. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  52. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  53. 73bb4c7 Merge branch 'master' of git://git.denx.de/u-boot-sparc by Wolfgang Denk · 14 years ago
  54. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  55. 997faf2 SPARC: added unaligned definitions by Magnus Sjalander · 14 years ago
  56. fca43cc boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
  57. 14d0a02 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  58. 2495664 Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · 14 years ago
  59. 620f1f6 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
  60. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  61. 91a7675 Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  62. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  63. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  64. 1e9c265 sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23] by Peter Tyser · 14 years ago
  65. 819833a Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 14 years ago
  66. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago